

/* Start:/local/templates/fermaklin/css/normalize.css?17502589301905*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* End */


/* Start:/local/templates/fermaklin/css/slick.css?17502589301776*/
/* 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;
}

/* End */


/* Start:/local/templates/fermaklin/css/styles.css?175438224929291*/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

.body {
  background: white;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #2C291F;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.body.no-scroll {
  overflow: hidden;
}

.container {
  width: 1160px;
  margin: 0 auto;
}


.btn {
  cursor: pointer;
  padding: 31px 36px;
  text-align: center;
  background: #D66239;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  border: none;
  border-radius: 59px;
}

.btn:hover {
  background: #d15225;
}

.btn.btn--md {
  padding: 26px 36px;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
}

.btn.btn--sm {
  border-radius: 34px;
  padding: 18px 21px;
  font-size: 13px;
  line-height: 100%;
  font-weight: 500;
}


.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-top {
  padding: 40px 0 20px;
  background: #F1F0F5;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px 30px;
  flex-wrap: wrap;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: black;
  text-decoration: none;
}

.logo:hover {
  text-decoration: underline;
}

.logo__text {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
}

.logo__text span:nth-child(1) {
  font-size: 16px;
}

.logo__text span:nth-child(2) {
  font-size: 12px;
}

.header-top__address {
  font-size: 16px;
}

.header-top__hours {
  font-size: 16px;
}

.header-top__contacts {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top__contacts a:nth-child(1) {
  margin-right: 15px;
  font-size: 16px;
  color: black;
  text-decoration: none;
}

.header-top__contacts a:nth-child(1):hover {
  text-decoration: underline;
}

.header-top__contacts a:nth-child(1) svg {
  display: none;
}


.nav {
  background: #9FE048;
  background: linear-gradient(90deg, rgba(159, 224, 72, 1) 0%, rgba(115, 198, 92, 1) 55%, rgba(123, 187, 135, 1) 100%);
  padding: 16px 0 14px;
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 77px;
}

.nav a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.nav a:hover {
  text-decoration: underline;
}




#nav-icon2 {
  display: none;
  width: 25px;
  height: 16px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-left: auto;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #D66239;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
}

#nav-icon2 span:nth-child(odd) {
  left: 0px;
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 8px;
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 16px;
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 2px;
  top: 3px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 3px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 2px;
  top: 11px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 11px;
}


.mobile-menu {
  display: none;
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F1F0F5;
  z-index: 90;
  padding: 130px 0 20px;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
}

.mobile-menu.opened {
  opacity: 1;
  pointer-events: all;
  top: 0;
}

.mobile-menu__wrapper {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

.mobile-menu__list a {
  color: var(--text);
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.mobile-menu__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--pattern);
}

.mobile-menu__info-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--text);
}

.mobile-menu__info-text {
  color: var(--gray-text);
  font-size: 12px;
  text-decoration: none;
  display: block;
}



.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup {
  max-width: 537px;
  width: 100%;
  position: relative;
  background: white;
  padding: 30px;
}

.popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px;
}

.popup h2 {
  margin-bottom: 20px;
  padding-right: 30px;
}

.popup .btn {
  width: 100%;
  margin-top: 20px;
}



.popup a {
  display: block;
  margin-top: 25px;
  text-align: center;
  color: var(--dark);
  font-size: 16px;
}

.popup a:hover {
  text-decoration: none;
}

.popup a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

#successContent h2 {
  text-align: center;
}

#successContent img {
  display: block;
  height: auto;
  width: 400px;
  max-width: 100%;
  margin: 45px auto;
}

.closeForm {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  margin: 0;
}
.popup-label {
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 14px;
}
.popup-input {
    width: 100%;
    line-height: 45px;
    padding: 0 20px;
}
.popup-agreement {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: normal;
    color: #868686;
}



.popup-image-container img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
}
#popupOverlayImage .popup {
  max-width: 100%;
}
#popupOverlayImage .popup a {
  margin-top: 0;
}
#popupOverlayImage .popup-container {
  display: grid;
  overflow: auto;
}


.header .container {
  position: fixed;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}

.header-fixed {
 /* background: rgba(255, 255, 255, 0.08);*/
  background: white;
  backdrop-filter: blur(7px);
  border-radius: 28.5px;
  display: grid;
  grid-template-columns: auto max-content auto;
  align-items: center;
  padding: 5px 20px 5px 25px;
}

/*.header-fixed.scrolled,
.header-fixed.opened {
  background: black;
}
*/
.header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-nav a {
  font-size: 12px;
  line-height: 96%;
  text-decoration: none;
  color: white;
  opacity: .7;
}

.header-nav a:hover {
  opacity: 1;
}

.lang {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lang-icon {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}

.lang-icon--ru {
  background-image: url(/local/templates/fermaklin/css/../images/img-lang-ru.png);
}

.lang span {
  font-size: 14px;
  line-height: 95.88%;
  color: #FFFFFF;
  margin: 0 3px 0 8px;
}

.hero {
  padding: 209px 0 173px;
  background: url(/local/templates/fermaklin/css/../images/img-header-logo.png);
  background-size: cover;
  background-position: top center;
  position: relative;
}

.hero-pretitle {
  display: grid;
  grid-template-columns: auto max-content auto;
  gap: 24px;
  align-items: flex-end;
}

.hero-pretitle i {
  height: 1px;
  width: 100%;
  background: white;
}

.hero-pretitle span {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 95.88%;
  color: #FFFFFF;
}

.hero h1 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 900;
  font-size: /*126.203*/ 110px;
  line-height: 95.88%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  padding: 30px 0;
  margin: 0;
  text-align: center;
}

.hero-posttitle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hero-posttitle span {
  border-bottom: 1px solid white;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 95.88%;
  color: #FFFFFF;
  padding-bottom: 10px;
}

.hero-posttitle span:nth-child(2) {
  text-align: center;
}

.hero-posttitle span:nth-child(3) {
  text-align: right;
}

.hero .btn {
  display: block;
  margin: 50px auto 0;
}

.hero-address {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 95.88%;
  color: #FFFFFF;
}


.colored-title {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 95.88%;
  color: #2C291F;
}

.colored-title span {
  color: #D66239;
}

.section-1 {
  margin: 120px 0;
}

.section-1-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

.section-1 .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}

.section-1 .title svg {
  width: 100%;
}


.slider .slider-item:nth-child(1) {
  padding-left: calc((100vw - 1160px) / 2);
}

.slider .slider-item {
  padding: 0 9px;
}


.section-2 {
  margin-bottom: 143px;
}

.section-2-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 16px;
}

.section-2-text-grid .item {
  border: 1px solid #D0D0D0;
  padding: 30px 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  min-height: 200px;
  border-radius: 40px;
}

.section-2-text-grid .item p {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 95.88%;
  color: #7A7F4E;
}

.section-2-text-grid .item:nth-child(3) {
  grid-column: span 2;
}

.section-2 .section-1-text {
  gap: 0;
}

.section-2 .btn {
  position: relative;
  left: 50%;
}


.section-3 {
  margin-bottom: 143px;
}

.section-3-grid {
  display: grid;
  gap: 20px;
  margin-top: 52px;
}

.section-3-grid .item {
  border: 1px solid #D0D0D0;
  border-radius: 40px;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-3-grid .item-text {
  padding: 25px 43px 25px 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.section-3-grid .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.section-3-grid .item-text-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.section-3-grid .item-text-bot span {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #2C291F;
}

.section-3-grid .item-text-bot button {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #D66239;
  border: none;
  background: none;
  cursor: pointer;
}

.section-3-grid .item-text-bot button:hover {
  text-decoration: none;
}

.section-3-grid .item-text-top h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 95.88%;
  color: #7A7F4E;
  margin-bottom: 30px;
}


.section-4 {
  margin-bottom: 222px;
}

.section-4-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 21px;
}

.section-4-grid-item {
  border: 1px solid #CFCFCF;
  border-radius: 40px;
}

.section-4-grid-item img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 40px;
}

.section-4-grid-text {
  padding: 40px 40px 97px;
}

.section-4-grid-text h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 95.88%;
  color: #7A7F4E;
  margin-bottom: 30px;
}

.section-4-grid-item:last-child {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 15px;
}

.section-4-grid-item:last-child .section-4-grid-text {
  padding: 25px 40px 40px 25px;
}

.section-4-grid-item:last-child img {
  border-radius: 25px;
  max-height: 322px;
}


.section-5 {
  background: url(/local/templates/fermaklin/css/../images/img-section-5-bg.png);
  background-size: cover;
  background-position: center;
  padding: 55px 0;
}

.section-5 p:nth-child(1) {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 112px;
  line-height: 95.88%;
  text-align: center;
  color: #FFFFFF;
}

.section-5 p:nth-child(2) {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  margin-top: -20px;
}

.section-5 svg {
  display: block;
  margin: 87px auto 0;
}


.section-6 {
  margin: 183px 0 252px;
}

.section-6 .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
}

.section-6-item:nth-child(2) {
  margin-top: 62px;
}

.section-6-item:nth-child(3) {
  margin-top: 124px;
}

.section-6-item h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #2C291F;
}

.section-6-item i {
  display: block;
  width: 1px;
  height: 79px;
  background: #161616;
  margin: 27px 0;
}

.section-6-item h4 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #7A7F4E;
  margin-bottom: 20px;
}


.section-7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 52px 0 92px;
}

.section-7-grid-item {
  padding: 9px 10px 136px;
  border: 1px solid #CFCFCF;
  position: relative;
  border-radius: 40px;
}

.section-7-grid-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 35px;
}

.section-7-grid-text {
  padding: 48px 30px 0;
}

.section-7-grid-text h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 95.88%;
  color: #7A7F4E;
  margin-bottom: 30px;
}

.section-7-grid-price {
  position: absolute;
  left: 40px;
  bottom: 42px;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #2C291F;
}

.section-7-show-more {
  display: grid;
  grid-template-columns: auto max-content auto;
  align-items: center;
  gap: 49px;
}

.section-7-show-more span {
  cursor: pointer;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  text-decoration-line: underline;
  color: #D66239;
}

.section-7-show-more span:hover {
  text-decoration: none;
}

.section-7-show-more svg {
  width: 100%;
}


.section-8 {
  margin-bottom: 182px;
 margin-top: 50px; 
}

.tabs-buttons-wrapper {
  margin: 52px 0 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.tabs-buttons-wrapper button {
  cursor: pointer;
  background: transparent;
  border: 1px solid #161616;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #161616;
  padding: 26px 30px;
  border-radius: 59px;
}

.tabs-buttons-wrapper button:hover {
  background: #ffece6;
}

.tabs-buttons-wrapper button.active {
  opacity: .7;
  pointer-events: none;
}


.section-8-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.section-8-grid-item {
  padding: 20px;
  border-radius: 40px;
  border: 1px solid #D0D0D0;
}

.section-8-grid-item img {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: cover;
  margin-bottom: 40px;
  border-radius: 20px;
}

.section-8-grid-item h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 95.88%;
  color: #7A7F4E;
}

.section-8-grid-item div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0 25px;
}

.section-8-grid-item .btn {
  width: 100%;
}


.section-9 {
  margin-bottom: 204px;
}

.section-9 img {
  height: auto;
  max-width: 100%;
  padding: 0 10px;
  margin-top: 60px;
}


.footer {
  padding: 43px 0;
  background: #7A7F4E;
  color: white;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 470px;
}

.footer-grid h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 43px;
}

.footer-grid a {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-top: 17px;
}

.footer-grid a:hover {
  text-decoration: underline;
}

.footer-grid>div:nth-child(3) {
  grid-column: span 2;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: flex-end;
  gap: 23px;
}

.footer-grid>div:nth-child(3) a {
  margin-top: 0;
}


.header-fixed {
  border: 1px solid #D66239;
}

/*.product-page .header-fixed.scrolled,
.product-page .header-fixed.opened {
  border: none;
}
*/
.header-fixed .logo path:nth-child(1),
.header-fixed .logo path:nth-child(2),
.header-fixed .logo path:nth-child(3),
.header-fixed .logo path:nth-child(4),
.header-fixed .logo path:nth-child(5) {
  stroke: #D66239;
}

.header-fixed .logo path:nth-child(6),
.header-fixed .logo path:nth-child(7) {
  fill: #D66239;
}

/*.product-page .header-fixed.scrolled .logo path:nth-child(1),
.product-page .header-fixed.scrolled .logo path:nth-child(2),
.product-page .header-fixed.scrolled .logo path:nth-child(3),
.product-page .header-fixed.scrolled .logo path:nth-child(4),
.product-page .header-fixed.scrolled .logo path:nth-child(5) {
  stroke: white;
}

.product-page .header-fixed.scrolled .logo path:nth-child(6),
.product-page .header-fixed.scrolled .logo path:nth-child(7) {
  fill: white;
}*/

.header-fixed.opened .logo path:nth-child(1),
.header-fixed.opened .logo path:nth-child(2),
.header-fixed.opened .logo path:nth-child(3),
.header-fixed.opened .logo path:nth-child(4),
.header-fixed.opened .logo path:nth-child(5) {
  stroke: white;
}

.header-fixed.opened .logo path:nth-child(6),
.header-fixed.opened .logo path:nth-child(7) {
  fill: white;
}

.header-nav a {
  color: #D66239;
}

/*.product-page .header-fixed.scrolled .header-nav a,
.product-page .header-fixed.opened .header-nav a {
  color: white;
}
*/
.lang-icon {
  border: 1px solid #D66239;
}

/*.product-page .header-fixed.scrolled .lang-icon,
.product-page .header-fixed.opened .lang-icon {
  border-color: white;
}
*/
.lang span {
  color: #D66239;
}

/*.product-page .header-fixed.scrolled .lang span,
.product-page .header-fixed.opened .lang span {
  color: white;
}
*/
.lang path {
  fill: #D66239;
}

/*.product-page .header-fixed.scrolled .lang path,
.product-page .header-fixed.opened .lang path {
  fill: white;
}
*/

.product {
  padding: 150px 0 289px;
}

.product .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
}
.product-slider {
  max-width: 580px;
}
.product-slider-img {
  width: 100%;
  /*height: 613px;*/
  border-radius: 20px;
  overflow: hidden;
}

.product-slider img {
  height: 100%;
  width: 100px;
  display: block;
  object-fit: cover;
}

.product-slider-preview {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; */
  margin: 24px 0 13px;
}

.product-slider-preview .slick-list {
  margin: 0 -5px;
}

.product-slider-preview button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  height: 101px;
  width: 100%;
  padding: 0 5px;
  background: none;
}

.product-slider-preview button:hover,
.product-slider-preview button.active {
  opacity: .7;
}

.product-slider-preview button img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product-slider-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-slider-arrows button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.product-slider-arrows button:hover {
  opacity: .7;
}

.product-content-wrapper {
  display: grid;
  gap: 24px;
}

.product-content {
  min-height: 527 /*613*/px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 45px;
  padding-left: 40px;
}

.product-content-top h1 {
  margin: 0 0 51px;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 95.88%;
  color: #D66239;
}

.product-content-info {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 10px;
  margin: 40px 0 45px;
}

.product-content-info h3 {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #7A7F4E;
}

.product-content-info div {
  font-size: 13px;
  line-height: 140%;
  text-align: right;
}

.product-content-info div svg {
  vertical-align: text-bottom;
}

.product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.product-options div {
  display: grid;
  gap: 9px;
}

.product-options span {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 7px;
  line-height: 140%;
  color: #2C291F;
  max-width: 48px;
}

.products-additional-services {
  padding-left: 18px;
}

.products-additional-services div {
  padding: 15px 8px 20px 22px;
  border: 1px solid #D0D0D0;
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #2C291F;
  border-radius: 25px;
}

.products-additional-services span {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #D66239;
}

.product-mobile-header {
  display: none;
}



/************************/


.section-7 .tabs-buttons-wrapper button.active {
    opacity: 1;
    background: #D66239;
    color: white;
}

     .home.tabs-container {
           /*max-width: 1200px;*/
		   overflow: visible;
        }
        
.home .slick-slider {
position: initial;	
}

.home .slider-wrapper {
    position: relative !important;
}
	
       .home .tabs-nav {
            display: flex;
            flex-wrap: wrap;     
    margin: 52px 0 60px
        }
        
      .home  .tab-btn {
            cursor: pointer;
    background: transparent;
    border: 1px solid #161616;
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #161616;
    padding: 26px 30px;
    border-radius: 59px;
	margin: 0 15px 15px 0;
        }
		
  .home   .tabs-nav button.tab-btn:hover {
    background: #ffece6;
}
/*
  .home   .tabs-nav button.tab-btn.active:hover {
    color:black;
}*/

      .home  .tab-btn.active {
           opacity: 0.7;
    background: #D66239;
    color: white;
	pointer-events: none;
        }
        
       .home .tab-content {
            display: none;
            padding: 0px;
            border-top: none;
        }
        
      .home  .tab-content.active {
            display: block;
        }
        
    .home    .slider-item {
            padding: 10px;
            box-sizing: border-box;
        }
        
      .home  .slider-item-inner {
            background: #f9f9f9;
            text-align: center;
            height: 100%;
			padding: 20px;
    border-radius: 40px;
    border: 1px solid #D0D0D0;
        }
	

	
	.home .slick-arrow {
            width: 40px;
            height: 40px;
            z-index: 1;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            transition: all 0.3s;
			border: 1px solid #d15225;
        }
        
       .home .slick-arrow:hover {
            background: rgba(255, 255, 255, 0.9);
			    cursor: pointer;
        }
        
      .home  .slick-arrow:before {
            content: '';
            display: none;
        }
        
      .home  .slick-prev {
            left: 10px;
			position:absolute;
			top:50%;
			left: -40px;
        }
        
       .home .slick-next {
            right: 10px;
			position:absolute;
			top:50%;
			right: -40px;
        }
        
      .home  .slick-prev:after {
            content: '<';
            font-size: 24px;
            color: #d15225;
            font-weight: bold;
        }
        
       .home .slick-next:after {
            content: '>';
            font-size: 24px;
            color: #d15225;
            font-weight: bold;
        }
        
      .home  .slider-wrapper {
            position: relative;
           /* padding: 0 20px;*/
		   padding: 0;
       margin: 0 -10px;
        }
		
        
.home  .tab-slider.slick-initialized {
    overflow: hidden;
}


.home  .tab-content {
    padding: 0 !important; /* Полностью убираем отступы */
    border: none !important; /* Убираем границу если мешает */
}


.home  .tab-slider .slick-list {
    overflow: visible; /* Позволяет слайдам выходить за границы */
}

.home  .tab-slider .slick-track {
    margin-left: 0; /* Убираем стандартный отступ Slick */
}



.product .cost {
	padding: 20px 0;
}

.product .cost span {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 95.88%;
    color: #7A7F4E;
}



.home h3 {
		font-family: 'Unbounded';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 95.88%;
    color: #7A7F4E;	
	padding: 20px 0;
		}
		
.home a {text-decoration: none;}
	
.home .cost{
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 25px;
	justify-content: space-between;
}
	
.cost span {
    font-family: 'Unbounded';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 95.88%;
    color: #7A7F4E;
}

.home  .btn.btn--md {
   padding: 16px 7px;
    font-size: 14px;
}

.img_slide {
	display: block;
    width: 100%;
    height: 214px;
    object-fit: cover;
    margin-bottom: 40px;
    border-radius: 20px;
}

#restoran .slider img, #section-1  .slider img{
	border-radius:40px;
}

/* End */


/* Start:/local/templates/fermaklin/css/media.css?17543815457047*/
@media (max-width: 1240px) {
  .hero h1 {
    font-size: 100px;
  }
  .container {
    width: 991px;
  }
  .slider .slider-item:nth-child(1) {
    padding-left: calc((100vw - 991px) / 2);
  }
  .section-2-text-grid .item {
    padding: 30px 20px;
    min-height: 170px;
  }
  .section-6 {
    margin: 100px 0;
  }
  .section-6 .container {
    gap: 30px;
  }
  .product-slider {
    max-width: 510px;
}

.home .cost {
   font-size:10px;
}

.cost span {
    font-size: 15px;
}


}
/* выше  1240px*/


@media (max-width: 1024px) {

  .container {
    width: 768px;
  }
  .slider .slider-item:nth-child(1) {
    padding-left: calc((100vw - 768px) / 2);
  }
  .hero h1 {
    font-size: 70px;
  }
  .header-nav {
    display: none;
  }
  #nav-icon2 {
    display: block;
  }
  .mobile-menu {
    display: block;
  }
  .btn {
    padding: 20px 30px;
    font-size: 18px;
  }
  .section-2 .section-1-text {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .section-2 .btn {
    left: auto;
  }
  .section-6-item:nth-child(2),
  .section-6-item:nth-child(3) {
    margin-top: 0;
  }
  .tabs-buttons-wrapper button {
    padding: 15px 13px;
  }
  .section-8-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product {
    padding: 125px 0 99px;
  }
  
 .product .cost {
    padding: 30px 0;
}
 
.product   ul.slick-dots {
	display: inline-flex;
}
  
  .product-slider {
    max-width: 384px;
}

.home .cost {
   font-size:12px;
}

.cost span {
    font-size: 20px;
}

}
/* выше  991px*/


@media (max-width: 800px) {
  .popup h2 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-right: 40px;
  }

  .popup {
    margin: auto;
  }

  .popup-container {
    display: block;
    overflow: auto;
  }

  .container {
    width: 500px;
  }
  .slider .slider-item:nth-child(1) {
    padding-left: calc((100vw - 500px) / 2);
  }
  .slick-slide img {
    width: auto;
    height: 200px;
  }
  .hero h1 {
    font-size: 50px;
  }
  .section-1-text {
    grid-template-columns: 1fr;
  }
  .section-3-grid .item {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    padding-bottom: 20px;
  }
  .section-3-grid .item-text {
    padding: 0;
  }
  .section-4-grid {
    grid-template-columns: 1fr;
  }
  .section-4-grid-item:last-child {
    grid-column: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  .section-4-grid-text {
    padding: 20px;
  }
  .section-6 .container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-6-item i {
    height: 20px;
    margin: 5px 0;
  }
  .section-7-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section-7-grid-item {
    padding-bottom: 60px;
  }
  .section-7-grid-text {
    padding: 20px 0 0;
  }
  .section-7-grid-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-7-grid-price {
    left: 20px;
    bottom: 20px;
  }
  .section-8-grid {
    grid-template-columns: 1fr;
  }
  .section-8-grid-item img {
    margin-bottom: 20px;
  }
  .section-8-grid-item h3 {
    font-size: 20px;
  }
  .section-8-grid-item div {
    margin: 10px 0 20px;
  }
  .footer .container {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .footer-logo {
    width: 50px;
  }
  .footer-grid {
    max-width: 100%;
  }
  .product .container {
    display: block;
  }
  .product-content {
    padding-left: 0;
  }
  .product-content-info {
    grid-template-columns: 1fr;
  }
  .product-content-info div {
    text-align: left;
  }
  .products-additional-services {
    padding-left: 0;
  }
  .product-mobile-header {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
  }
  .product-mobile-header h1 {
    margin: 0;
    color: #D66239;
  }
  .product-content-top h1,
  .product-content-top p {
    display: none;
  }
  .product-content {
    min-height: auto;
  }
  .product-slider-img {
    height: 480px;
  }
  .product-slider-arrows {
    gap: 10px;
  }
  .product-slider-arrows svg {
    max-width: 100%;
    display: block;
  }
  .product-slider-arrows button:nth-child(2) svg {
    margin-left: auto;
  }
  .product-slider {
    max-width: 100%;
  }
  
  .product .cost{ 
  font-size: 18px;
    display: block;
    text-align: center;
 }
 
 .product-content-top {
	 text-align: center; 
 }
 
   .product .cost span{ 
  font-size: 24px;
 }
 
 .home .cost{
    display: block;
	margin: 15px 0 30px;
 }
 
 .home .slider-item-inner {
    padding: 10px;
 }
 .home .btn.btn--md {
    font-size: 19px;
 margin-top: 20px;
     margin-left: 10px;
}

.home .slick-slide img {
    width: 100%;
}

}
/* выше  768px*/



@media (max-width: 540px) {
  .header .container {
    left: 46%;
}
  .container {
    width: 95%;
    padding: 0 10px;
  }
  .slider .slider-item:nth-child(1) {
    padding-left: 10px;
  }
  .hero {
    padding: 150px 0 100px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero-pretitle span {
    font-size: 16px;
  }
  .hero-posttitle span {
    font-size: 10px;
  }
  .btn,
  .btn.btn--md,
  .btn.btn--sm {
    font-size: 16px;
    padding: 15px 20px;
  }
  .hero-address {
    font-size: 10px;
  }
  .colored-title {
    font-size: 25px;
  }
  .section-1-text {
    gap: 20px;
    margin-bottom: 20px;
  }
  .section-1 {
    margin: 60px 0;
  }
  .section-2 {
    margin-bottom: 60px;
  }
  .section-2 .section-1-text {
    gap: 20px;
  }
  .section-2-text-grid {
    display: flex;
    flex-direction: column;
  }
  .section-2-text-grid .item {
    min-height: auto;
  }
  .section-2-text-grid .item p {
    font-size: 20px;
  }
  .section-2 .btn {
    width: 100%;
  }
  .section-3 {
    margin-bottom: 60px;
  }
  .section-3-grid .item-text-top h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-4 {
    margin-bottom: 60px;
  }
  .section-4-grid {
    margin-top: 20px;
  }
  .section-4-grid-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section-5 p:nth-child(1) {
    font-size: 90px;
  }
  .section-5 p:nth-child(2) {
    font-size: 16px;
  }
  .section-5 svg {
    margin-top: 30px;
  }
  .section-6 {
    margin: 60px 0;
  }
  .section-7 {
    margin-bottom: 60px;
  }
  .section-7-grid {
    margin: 20px 0;
  }
  .section-8 {
    margin-bottom: 60px;
  }
  .tabs-buttons-wrapper {
    gap: 10px;
    margin: 20px 0;
  }
  .section-8-grid-item {
    padding: 10px;
  }
  .section-9 {
    margin-bottom: 60px;
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
  }
  .footer-grid h3 {
    margin-bottom: 10px;
  }

}
/* выше  500px*/

@media (max-width: 375px) {
  .slick-slide img {
    height: 170px;
  }
  .product-slider-img {
    height: 310px;
  }
}
/* выше  375px*/

/* End */
/* /local/templates/fermaklin/css/normalize.css?17502589301905 */
/* /local/templates/fermaklin/css/slick.css?17502589301776 */
/* /local/templates/fermaklin/css/styles.css?175438224929291 */
/* /local/templates/fermaklin/css/media.css?17543815457047 */
