/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: calc(-1 * (1920px - 1170px) / 2) !important;
    margin-right: calc(-1 * (1920px - 1170px) / 2) !important;
  }
}

/*============= НАЧАЛЬНЫЕ СТИЛИ ===============*/

html {
  box-sizing: border-box;
  margin: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 24px;
  /*font-size: 16px;*/
  box-sizing: inherit;
  color: var(--FB);
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  min-width: 320px;
  max-width: 1920px;
  background-color: var(--23);
  box-shadow: 0px 0px 150px -10px rgb(0 0 0 / 50%);
  font-size: 16px;
  line-height: 100%;
  color: var(--FB);
  font-family: 'Inter',sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'lnum' 1;
  -o-font-feature-settings: 'lnum' 1;
  -ms-font-feature-settings: 'lnum' 1;
  -moz-font-feature-settings: 'lnum' 1;
  -webkit-font-feature-settings: 'lnum' 1;
  text-size-adjust: none;
  -o-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
@media(max-width: 1030px) {
  body {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.compensate-for-scrollbar {
  margin-right: auto !important;
}


/* РАЗМЕР ТЕКСТОВ С АДАПТИВОМ */


a {
  text-decoration: none;
  color: var(--FB);
  transition: all 0.3s ease-in;
  line-height: 100%;
}
a:hover {
  color: var(--8B);
  transition: all 0.3s ease-in;
}
strong, .strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--FB);
  transition: all 0.3s ease-in;
}
ul li {
  list-style-position: inside;
  color: var(--FB);
  font-size: 16px;
  line-height: 150%;
  list-style: none;
}
ul li::marker {
  color: var(--62);
}
ol li {
  list-style-position: inside;
  color: var(--FB);
  font-size: 16px;
  line-height: 22px;
  /*margin-bottom: 10px;*/
}
p {
  /*margin-bottom: 15px;*/
  font-size: 16px;
  line-height: 24px;
}
div.p1, 
.p1 {
  font-size: 24px;
  line-height: 127.023%;
  letter-spacing: 1.2px;
}
div.p2, 
.p2 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .8px;
}
div.p3, 
.p3 {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: .6px;
}

@media (max-width: 767px) {
  strong, .strong {
    font-size: 16px;
    transition: all 0.3s ease-in;
  }
}

/* РАЗМЕР ЗАГОЛОВКОВ С АДАПТИВОМ */

h1,
.h1 {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (80 - 30) + 30px);
/*  line-height: calc((100vw - 320px)/(1920 - 320) * (55 - 35) + 35px);*/
  line-height: 100%;
  font-family: 'Inter';
  letter-spacing: 4px;
  transition: all 0.3s ease-in;
}

h2,
.h2 {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (65 - 25) + 25px);
/*  line-height: calc((100vw - 320px)/(1920 - 320) * (48 - 26) + 26px);*/
  line-height: 100%;
  font-family: 'Inter';
  letter-spacing: 3.2px;
  transition: all 0.3s ease-in;
}

h3,
.h3 {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (42 - 20) + 20px);
/*  line-height: calc((100vw - 320px)/(1920 - 320) * (32 - 20) + 20px);*/
  line-height: 100%;
  font-family: 'Inter';
  letter-spacing: 2.1px;
  transition: all 0.3s ease-in;
}

h4,
.h4 {
  font-weight: 800;
  font-size: calc((100vw - 320px)/(1920 - 320) * (32 - 20) + 20px);
/*  line-height: calc((100vw - 320px)/(1920 - 320) * (29 - 19) + 19px);*/
  line-height: 100%;
  font-family: 'Inter';
  letter-spacing: 1.6px;
  transition: all 0.3s ease-in;
}

h5,
.h5 {
  font-weight: 600;
  font-size: calc((100vw - 320px)/(1920 - 320) * (20 - 16) + 16px);
/*  line-height: calc((100vw - 320px)/(1920 - 320) * (24 - 18) + 18px);*/
  line-height: 100%;
  font-family: 'Inter';
  letter-spacing: 1px;
  transition: all 0.3s ease-in;
}

h6,
.h6 {
  font-weight: 700;
  font-size: calc((100vw - 320px)/(1920 - 320) * (16 - 14) + 14px);
/*  line-height: calc((100vw - 320px)/(1920 - 320) * (20 - 16) + 16px);*/
  line-height: 100%;
  font-family: 'Inter';
  letter-spacing: 0.8px;
  transition: all 0.3s ease-in;
}

/* MEDIA FONTS */

@media (min-width: 1920px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 100%;
    -webkit-font-size: 80px;
    -webkit-line-height: 100%;
  }
  h2, .h2 {
    font-size: 65px;
    line-height: 100%;
    -webkit-font-size: 65px;
    -webkit-line-height: 100%;
  }
  h3, .h3 {
    font-size: 42px;
    line-height: 100%;
    -webkit-font-size: 42px;
    -webkit-line-height: 100%;
  }
  h4, .h4 {
    font-size: 32px;
    line-height: 100%;
    -webkit-font-size: 32px;
    -webkit-line-height: 100%;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 100%;
    -webkit-font-size: 20px;
    -webkit-line-height: 100%;
  }
  h6, .h6 {
    font-size: 16px;
    line-height: 100%;
    -webkit-font-size: 16px;
    -webkit-line-height: 100%;
  }
}

/* ЭТОТ КЛАСС ОТВЕЧАЕТ ЗА ГЛОБАЛЬНЫЕ ОТСТУПЫ В БЛОКЕ (НАЗВАНИЕ ПРИДУМАЛА Н.З) */

.chicken_m {
  margin: 80px 0 80px;
  transition: all 0.3s ease-in;
}
@media (max-width: 960px) {
  .chicken_m {
    margin: 60px 0 60px;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 720px) {
  .chicken_m {
    margin: 40px 0 40px;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 540px) {
  .chicken_m {
    margin: 30px 0 30px;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 420px) {
  .chicken_m {
    margin: 20px 0 20px;
    transition: all 0.3s ease-in;
  }
}

.chicken_p {
  padding: 80px 0 80px;
  transition: all 0.3s ease-in;
}
@media (max-width: 960px) {
  .chicken_p {
    padding:60px 0 60px;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 720px) {
  .chicken_p {
    padding: 40px 0 40px;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 540px) {
  .chicken_p {
    padding: 30px 0 30px;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 420px) {
  .chicken_p {
    padding: 20px 0 20px;
    transition: all 0.3s ease-in;
  }
}

/* ОТСТУП У ЗАГОЛОВКОВ И ПОДЗАГОЛОВКОВ С АДАПТИВОМ */

.block_title {
  /*text-transform: uppercase;*/
  /*padding-top: 60px;*/
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in;
  color: var(--colorWhite);
}
.block_title:before {
/*  content: '';*/
  position: absolute;
  height: 3px;
  width: 40px;
  top: auto;
  bottom: -10px;
  left: auto;
  right: auto;
  background-color: #F6C200;
}
@media (max-width: 720px) {
  .block_title {
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
  }
}
@media (max-width: 420px) {
  .block_title {
    margin-bottom: 10px;
    transition: all 0.3s ease-in;
  }
}

.s_title {
  margin-bottom: 40px;
  transition: all 0.3s ease-in;
}
@media (max-width: 720px) {
  .s_title {
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
  }
}

/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs {
  padding: 40px 0 20px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #DFDFDF;
}
.breadcrumbs span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  color: inherit;
}
.breadcrumbs span.current-item {
  color: #00A546;
}


/* АНИМАЦИЯ ИКОНОК */

.icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--8B);
  background-color: var(--8B);
  background: linear-gradient(to top, var(--F1) 50%, var(--8B) 50%);
  background-size: 100% 200%;
  background-position: left top;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.icon:hover {
  border: 1px solid var(--AB);
  background-color: var(--AB);
  background-position: right bottom;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .icon {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease-in;
  }
}

/* АНИМАЦИЯ КНОПОК */

.btn {
  background-color: var(--C2);
  padding: 15px 30px;
  border: 1px solid var(--C2);
  border-radius: 10px;
  color: var(--F1);
  background: linear-gradient(to top, var(--8B) 50%, var(--C2) 50%);
  background-size: 100% 200%;
  background-position: left top;
  transition: all 0.3s ease-in;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn:hover {
  border: 1px solid var(--8B);
  background-color: var(--8B);
  color: var(--FB);
  background-position: right bottom;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .btn {
    transition: all 0.3s ease-in;
  }
}

/* СТИЛИ КНОПОК СВАЙПЕРПА */


.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after, 
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after {
  content: none;
  display: none;
}
body .navigation {
  padding: 10px 0;
}
.items_slider .swiper-button, 
.swiper .nav .swiper-button {
  background-color: var(--F1);
  padding: 13px;
  border: 1px solid var(--F1);
  border-radius: 10px;
  color: var(--4B);
  background: linear-gradient(to top, var(--8B) 50%, var(--F1) 50%);
  background-size: 100% 200%;
  background-position: left top;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  position: relative;
}
.items_slider .swiper-button:hover,
.swiper .nav .swiper-button:hover {
  border: 1px solid var(--8B);
  background-color: var(--8B);
  color: var(--FB);
  background-position: right bottom;
  transition: all 0.3s ease-in;
}
.items_slider .swiper-button svg path,
.swiper .nav .swiper-button svg path {
  fill: var(--4B);
  color: var(--4B);
  stroke: var(--4B);
  transition: all 0.3s ease-in;
}
.items_slider .swiper-button:hover svg path,
.swiper .nav .swiper-button:hover svg path {
  fill: var(--FB);
  color: var(--FB);
  stroke: var(--FB);
  transition: all 0.3s ease-in;
}


/* АНИМАЦИЯ БЕЛЫХ КНОПОК */

.w_btn {
  background-color: var(--F1);
  padding: 15px 60px;
  border: 1px solid var(--F1);
  border-radius: 40px;
  color: var(--4B);
  background: linear-gradient(to top, var(--8B) 50%, var(--F1) 50%);
  background-size: 100% 200%;
  background-position: left top;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  width: fit-content;
  cursor: pointer;
}
.w_btn:hover {
  border: 1px solid var(--8B);
  background-color: var(--8B);
  color: var(--FB);
  background-position: right bottom;
}
@media (max-width: 767px) {
  .w.btn {
    width: 80px;
    height: 80px;
    transition: all 0.3s ease-in;
  }
}

/* РАЗМЕТКА СТРАНИЦ */

body.foned {
  position: relative;
  overflow: hidden;
  z-index: 999;
}
body.foned:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.content {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
/*  margin: auto;*/
  margin: auto calc((100% - 1170px) / 2);
}
@media(max-width: 1186px) {
  .content {
    margin: auto;
  }
}
.flex {
  display: flex;
}
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#main,
#primary {
  min-height: 60vh;
  max-width: 1920px;
  width: 100%;
  z-index: 1;
/*  margin-top: -133px;*/
}
body.home #main,
body.home #primary {
  margin-top: -133px;
}