@charset "UTF-8";
@font-face {
  font-family: "Commissioner";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Commissioner"), url("../themes/poligontbo/assets/fonts/commissioner/Commissioner-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Commissioner";
  font-style: medium;
  font-weight: 500;
  font-display: swap;
  src: local("Commissioner"), url("../themes/poligontbo/assets/fonts/commissioner/Commissioner-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Commissioner";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: local("Commissioner"), url("../themes/poligontbo/assets/fonts/commissioner/Commissioner-Bold.woff2") format("woff2");
}
input, textarea {
  outline: none;
}
.page img {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Commissioner", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 24px;
  overflow-x: hidden;
  color: #3B453B;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}
a:active {
  outline: none;
}
p {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
.pt-80 {
  padding-top: 80px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-16 {
  padding-top: 14px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-16 {
  padding-bottom: 16px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1300px) {
  .pt-100 {
    padding-top: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pt-40 {
    padding-top: 30px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pb-40 {
    padding-bottom: 30px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .mt-100 {
    margin-top: 80px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
}
/* end отступы */
/*start скролл*/
::-webkit-scrollbar {
  width: 7px;
  background-color: #A7B7AC;
}
::-moz-scrollbar-button, ::-webkit-scrollbar-button {
  width: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: #219653;
}
/*end скролл*/
/* start container */
.container {
  min-width: 320px;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 1080px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 690px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    max-width: 576px;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
.preloader {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #219653;
  position: relative;
  overflow: hidden;
}
.preloader__dark {
  animation: loader-dark 8.5s linear infinite;
  position: absolute;
  bottom: -2px;
  right: -17px;
  width: 70px;
  height: 70px;
}
.preloader__item {
  position: absolute;
}
.preloader__item svg {
  width: 100%;
  height: 100%;
}
.preloader__light {
  animation: loader-light 6.3s linear infinite;
  position: absolute;
  bottom: 2px;
  right: -17px;
  width: 70px;
  height: 70px;
  transform: rotate(50deg);
}
.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}
.loaded .preloader {
  display: none;
}
@keyframes loader-dark {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-light {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end container */
/*start заголовки*/
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
h1, .h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
}
h2, .h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
}
h3, .h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
h4, .h4 {
  font-size: 20px;
  line-height: 26px;
}
h5, .h5, p {
  font-size: 16px;
  line-height: 22px;
}
h6, .h6 {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1300px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2, .h2 {
    font-size: 36px;
    line-height: 40px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 34px;
  }
  h3, .h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
/*end заголовки*/
body {
  background: linear-gradient(359.51deg, #F5F8F3 0.63%, #EDF7E6 71.37%, #FFFFFF 99.13%);
}
body.home {
  background: linear-gradient(359.67deg, #F5F8F3 0.43%, #EDF7E6 50.78%, #FFFFFF 70.54%);
}
@media screen and (max-width: 576px) {
  body.no-scroll {
    overflow: hidden;
  }
}
.button {
  background: linear-gradient(178.91deg, #219653 -11.35%, rgba(125, 202, 97, 0.34) 213.55%);
  box-shadow: 0px 4px 11px #4b956a87;
  border: none;
  display: block;
  border-radius: 30px;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.button:hover {
  box-shadow: none;
}
.button:focus {
  background: linear-gradient(178.91deg, #219653 -11.35%, #7DCA61 213.55%);
}
.button:disabled {
  background: #A7B7AC;
  color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
  cursor: not-allowed;
}
@media screen and (max-width: 1300px) {
  .button {
    padding: 16px 30px;
  }
}
.link {
  text-decoration: none;
  color: currentColor;
  display: block;
  transition: 0.2s;
}
.link:hover, .link:focus {
  color: #219653;
}
.link.disabled {
  color: #A7B7AC;
  cursor: not-allowed;
}
.link--line {
  color: #219653;
}
.link--line:hover {
  text-decoration-line: underline;
}
.link--line.disabled {
  text-decoration: none;
}
.icon {
  display: block;
  height: 32px;
  transition: 0.2s;
}
.icon--adress {
  cursor: unset;
}
.icon--adress:not(.not-hover) {
  cursor: pointer;
}
.icon--adress:not(.not-hover):hover path {
  stroke: #219653;
}
.icon--adress:not(.not-hover):hover circle {
  fill: #219653;
}
.icon--adress.disabled {
  cursor: not-allowed;
}
.icon--adress.disabled path {
  stroke: #A7B7AC;
  fill: #A7B7AC;
}
.icon--adress.disabled circle {
  fill: rgba(255, 255, 255, 0.6);
}
.icon--vk:hover path, .icon--vk:focus path {
  fill: #219653;
}
.icon--vk:hover circle, .icon--vk:focus circle {
  stroke: #219653;
}
.icon--vk.disabled {
  cursor: not-allowed;
}
.icon--vk.disabled path {
  fill: rgba(255, 255, 255, 0.6);
}
.icon--vk.disabled circle {
  fill: #A7B7AC;
  stroke: #A7B7AC;
}
.nav-bar {
  display: flex;
  flex-wrap: wrap;
}
.footer {
  border-top: 1px solid #BDC9C0;
  position: relative;
}
.footer .nav-bar {
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .footer .nav-bar {
    width: 75%;
  }
}
@media screen and (max-width: 992px) {
  .footer .nav-bar {
    width: 100%;
  }
}
.footer .nav-bar__item {
  margin-right: 90px;
  width: 130px;
}
.footer .nav-bar__item:nth-child(3), .footer .nav-bar__item:nth-child(6) {
  margin-right: 0;
}
.footer .nav-bar__item:nth-child(1) {
  order: 1;
}
.footer .nav-bar__item:nth-child(2) {
  order: 2;
}
.footer .nav-bar__item:nth-child(3) {
  order: 3;
}
.footer .nav-bar__item:nth-child(4) {
  order: 4;
}
.footer .nav-bar__item:nth-child(5) {
  order: 5;
}
.footer .nav-bar__item:nth-child(6) {
  order: 6;
}
.footer .nav-bar__item:nth-child(7) {
  order: 7;
}
.footer .nav-bar__item:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .footer .nav-bar__item {
    margin-right: 60px;
  }
}
@media screen and (max-width: 576px) {
  .footer .nav-bar__item {
    margin-right: 70px;
  }
  .footer .nav-bar__item:nth-child(1), .footer .nav-bar__item:nth-child(4), .footer .nav-bar__item:nth-child(7) {
    width: 100%;
  }
  .footer .nav-bar__item:nth-child(1) {
    order: 1;
  }
  .footer .nav-bar__item:nth-child(2) {
    order: 4;
  }
  .footer .nav-bar__item:nth-child(3) {
    order: 5;
  }
  .footer .nav-bar__item:nth-child(4) {
    order: 2;
  }
  .footer .nav-bar__item:nth-child(5) {
    order: 6;
  }
  .footer .nav-bar__item:nth-child(6) {
    order: 7;
    margin-bottom: 30px;
  }
  .footer .nav-bar__item:nth-child(7) {
    order: 3;
  }
}
@media screen and (max-width: 400px) {
  .footer .nav-bar__item {
    margin-right: 20px;
  }
}
.footer .icon--vk {
  margin-left: 8px;
}
.footer .icon--adress {
  margin-right: 12px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__social {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .footer__social {
    margin-bottom: 30px;
  }
}
.footer__location {
  display: flex;
}
@media screen and (max-width: 992px) {
  .footer__location {
    flex-direction: column;
  }
}
.footer__adress {
  display: flex;
  max-width: 280px;
}
.footer__adress:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .footer__adress:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
  background: #FFFFFF;
  height: 100px;
}
@media screen and (max-width: 1300px) {
  .header {
    height: 80px;
  }
}
.header__logo {
  display: block;
  margin-right: 12px;
  height: 50px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .header__logo {
    width: 158px;
  }
}
@media screen and (max-width: 992px) {
  .header__logo {
    width: 220px;
  }
}
@media screen and (max-width: 700px) {
  .header__logo {
    width: 180px;
  }
}
@media screen and (max-width: 576px) {
  .header__logo {
    width: 160px;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  .header__content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .header__left {
    width: calc(50% + 80px);
    justify-content: space-between;
  }
}
.header .burger {
  width: 32px;
  height: 28px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  margin-right: 30px;
}
@media screen and (max-width: 992px) {
  .header .burger {
    display: block;
  }
}
.header .burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #86968B;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .burger span:nth-child(1) {
  top: 0px;
}
.header .burger span:nth-child(2) {
  top: 11px;
}
.header .burger span:nth-child(3) {
  top: 22px;
}
.header .burger.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.header .burger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
.header .burger.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}
.header .nav-bar__second-level {
  position: absolute;
  top: 100px;
  margin-left: -20px;
  max-height: 0;
  transition: all 0.5s ease-out;
  overflow: hidden;
}
.header .nav-bar__second-level.open {
  max-height: 140px;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 1300px) {
  .header .nav-bar__second-level {
    top: 80px;
    margin-left: -15px;
  }
}
.header .nav-bar__second-level__item {
  padding: 12px 20px;
  background-color: #FFF;
  color: #3B453B;
  margin-right: 0 !important;
  transition: 0.2s;
}
.header .nav-bar__second-level__item.active, .header .nav-bar__second-level__item:hover {
  background-color: #219653;
  color: #FFF !important;
}
.header .nav-bar__second-level__item.active .link, .header .nav-bar__second-level__item:hover .link {
  color: #FFF;
}
.header .nav-bar__item-multilevel {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.header .nav-bar__item-multilevel .link {
  pointer-events: none;
}
.header .nav-bar__item-multilevel svg {
  margin-left: 8px;
}
.header .nav-bar__item-multilevel svg path {
  stroke: #86968B;
}
.header .nav-bar__item-multilevel:hover {
  color: #219653;
}
.header .nav-bar__item-multilevel:hover path {
  stroke: #219653;
}
.header .nav-bar__item-multilevel.open svg {
  transform: rotate(180deg);
}
.header .nav-bar__item.active {
  color: #219653;
}
.header .nav-bar__item.active path {
  stroke: #219653;
}
@media screen and (max-width: 1300px) {
  .header .nav-bar__item {
    font-size: 14px;
  }
}
.header .nav-bar__item:not(:last-child) {
  margin-right: 23px;
}
@media screen and (max-width: 1300px) {
  .header .nav-bar__item:not(:last-child) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .header .nav-bar {
    display: none;
  }
}
.header .phone {
  margin: 0 12px;
}
@media screen and (max-width: 992px) {
  .header .phone {
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .header .phone {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .header .icon svg {
    width: 28px;
  }
}
.header .icon--adress {
  margin-right: 12px;
}
@media screen and (max-width: 1300px) {
  .header .icon--adress {
    margin-right: 6px;
  }
}
.header .nav-mobile {
  background: #FFF;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 322px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(-100%);
  transition: 0.45s;
  position: relative;
}
.header .nav-mobile.active {
  transform: translateX(0);
}
@media screen and (max-width: 576px) {
  .header .nav-mobile {
    width: 100%;
  }
}
.header .nav-mobile__social {
  display: flex;
  align-items: center;
}
.header .nav-mobile__social .icon--vk {
  margin-left: 8px;
}
.header .nav-mobile .nav-bar__item {
  margin-right: 0;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 12px 20px 12px 40px;
  transition: 0.2s;
}
.header .nav-mobile .nav-bar__item.active, .header .nav-mobile .nav-bar__item:hover {
  background-color: #219653;
  color: #FFF;
}
.header .nav-mobile .nav-bar__item.active .link, .header .nav-mobile .nav-bar__item:hover .link {
  color: #FFF;
}
.header .nav-expand__content {
  position: absolute;
  background: #FFF;
  width: 100%;
  margin-left: -40px;
  height: 260px;
  top: 0;
  transform: translateX(100%);
  transition: 0.3s;
  visibility: hidden;
  padding-left: 40px;
}
.header .nav-expand__content .nav-bar__item--expand {
  color: #3B453B;
  transition: 0.2s;
}
.header .nav-expand__content .nav-bar__item--expand.active, .header .nav-expand__content .nav-bar__item--expand:hover {
  background-color: #219653;
  color: #FFF;
}
.header .nav-expand__content .nav-bar__item--expand.active .link, .header .nav-expand__content .nav-bar__item--expand:hover .link {
  color: #FFF;
}
.header .nav-expand__link {
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.header .nav-expand__link.active .link, .header .nav-expand__link:hover .link {
  color: #219653;
}
.header .nav-expand__link.active .nav-expand__button path, .header .nav-expand__link:hover .nav-expand__button path {
  stroke: #FFF;
}
.header .nav-expand__content {
  transform: translateX(-100%);
}
.header .nav-expand__button {
  cursor: pointer;
  margin-left: 8px;
}
.header .nav-expand__button path {
  stroke: #86968B;
}
.header .nav-expand.active .nav-expand__content {
  transform: translateX(0);
  visibility: visible;
  z-index: 2;
}
.header .nav-expand .back {
  display: flex;
  align-items: center;
  color: #219653;
  cursor: pointer;
  width: calc(100% + 80px);
  margin-left: -40px;
  padding: 30px 20px 6px 40px;
}
.header .nav-expand .back svg {
  margin-right: 8px;
}
.fancybox-close-small {
  width: 63px;
  height: 63px;
}
.modal-adress__title {
  color: #219653;
}
.modal-adress__wrap {
  display: flex;
}
@media screen and (max-width: 576px) {
  .modal-adress__wrap {
    flex-direction: column;
  }
}
.modal-adress__text {
  display: flex;
  max-width: 280px;
}
.modal-adress__text:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 700px) {
  .modal-adress__text:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  .modal-adress__text:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal-adress__text .icon--adress {
  margin-right: 12px;
}
@media screen and (max-width: 700px) {
  .modal-adress__text .icon--adress {
    margin-right: 8px;
  }
}
.swiper-pagination {
  position: relative;
  transform: translateX(0) !important;
  left: auto !important;
  height: 16px;
  z-index: 0;
  margin: 20px auto 0;
  padding: 3px;
  width: 280px !important;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 37px;
  height: 11px;
  margin-right: 16px;
  background: #219653;
  opacity: 1 !important;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s !important;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination-bullet-active {
  background: #219653;
}
.swiper-pagination-bullet-active-prev {
  transform-origin: right;
}
.swiper-pagination-bullet-active-next {
  transform-origin: left;
}
.swiper-pagination-bullet-active-prev-prev {
  transform-origin: left;
}
.swiper-pagination-bullet-active-next-next {
  transform-origin: right;
}
.swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-next {
  transform: scaleX(0.297) !important;
  border-radius: 50% !important;
  background: #A7B7AC;
}
.swiper-pagination-bullet-active-prev-prev, .swiper-pagination-bullet-active-next-next {
  transform: scaleX(0) !important;
}
.page__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page__pagination .pagination__item {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__pagination .pagination__item.active {
  background: #219653;
  color: #FFF;
}
.page__pagination .pagination__prev, .page__pagination .pagination__next {
  width: 20px;
  height: 15px;
  transition: 0.2s;
}
.page__pagination .pagination__prev:hover path, .page__pagination .pagination__next:hover path {
  stroke: #219653;
}
.sections {
  display: flex;
  position: relative;
}
.sections-all {
  display: inline-block;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 576px) {
  .sections-all {
    margin-right: 0;
  }
}
.sections__menu {
  overflow: hidden;
  margin-right: 65px;
  margin-left: 0;
}
@media screen and (max-width: 576px) {
  .sections__menu {
    margin-right: 70px;
  }
}
.sections-menu__item {
  position: relative;
  padding-bottom: 8px;
  margin-right: 45px;
  width: auto;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  .sections-menu__item {
    margin-right: 40px;
  }
}
@media screen and (max-width: 992px) {
  .sections-menu__item {
    margin-right: 35px;
  }
}
@media screen and (max-width: 700px) {
  .sections-menu__item {
    margin-right: 26px;
  }
}
@media screen and (max-width: 576px) {
  .sections-menu__item {
    margin-right: 20px;
  }
}
.sections-menu__item:last-child {
  margin-right: 0;
}
.sections-menu__item.active::before {
  content: "";
  height: 4px;
  background-color: #7DCA61;
  border-radius: 20px;
  width: 100%;
  bottom: 0;
  position: absolute;
}
.sections .swiper-button-prev, .sections .swiper-button-next {
  top: 25%;
  color: #A7B7AC;
  transition: all 0.3s;
  right: 45px;
  width: 40px;
}
@media screen and (max-width: 576px) {
  .sections .swiper-button-prev, .sections .swiper-button-next {
    right: 40px;
    width: 25px;
  }
}
.sections .swiper-button-prev {
  left: calc(100% - 110px);
}
@media screen and (max-width: 576px) {
  .sections .swiper-button-prev {
    left: calc(100% - 90px);
  }
}
.sections .swiper-button-prev::after, .sections .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}
.page-sections .swiper-button-prev, .page-sections .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 576px) {
  .page-sections .swiper-button-prev, .page-sections .swiper-button-next {
    right: 0;
  }
}
.page-sections .swiper-button-prev {
  left: calc(100% - 70px);
}
@media screen and (max-width: 576px) {
  .page-sections .swiper-button-prev {
    left: calc(100% - 60px);
  }
}
.page-sections .swiper-button-prev::after, .page-sections .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
}
.main-baner {
  background-image: url("../themes/poligontbo/assets/img/Frame3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
}
@media screen and (max-width: 1600px) {
  .main-baner {
    height: 600px;
  }
}
@media screen and (max-width: 1300px) {
  .main-baner {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .main-baner {
    height: 430px;
    background-image: url("../themes/poligontbo/assets/img/baner-tablet.png");
  }
}
@media screen and (max-width: 700px) {
  .main-baner {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .main-baner {
    background-image: url("../themes/poligontbo/assets/img/baner-mobile.png");
    background-position: center top;
    height: 360px;
  }
}
@media screen and (max-width: 440px) {
  .main-baner {
    height: 330px;
  }
}
.main-baner__content {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .main-baner__content {
    align-items: center;
  }
}
.main-baner__subtitle {
  max-width: 430px;
}
@media screen and (max-width: 992px) {
  .main-baner__subtitle {
    max-width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .main-baner__subtitle {
    text-align: center;
    max-width: 250px;
  }
}
.main-baner__text {
  max-width: 520px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .main-baner__text {
    max-width: 450px;
  }
}
@media screen and (max-width: 992px) {
  .main-baner__text {
    max-width: 335px;
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 576px) {
  .main-baner__text {
    display: none;
  }
}
.main-baner__buttom {
  width: 160px;
}
.media__wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .media__wrap {
    flex-direction: column;
    height: auto;
  }
}
.media__video {
  width: calc(50% - 10px);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .media__video {
    width: calc(60% - 10px);
  }
}
@media screen and (max-width: 992px) {
  .media__video {
    width: 100%;
    height: 440px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .media__video {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .media__video {
    height: 240px;
  }
}
@media screen and (max-width: 440px) {
  .media__video {
    height: 180px;
  }
}
@media screen and (max-width: 380px) {
  .media__video {
    height: 160px;
  }
}
.media__description {
  width: calc(50% - 10px);
  height: 100%;
  padding: 69px;
  border: 1px solid #A7B7AC;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .media__description {
    width: calc(40% - 10px);
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .media__description {
    width: 100%;
    align-items: start;
  }
}
@media screen and (max-width: 576px) {
  .media__description {
    padding: 20px;
  }
}
.media h2, .media h3, .media h4, .media h5, .media p {
  max-width: 380px;
}
@media screen and (max-width: 1300px) {
  .media h2, .media h3, .media h4, .media h5, .media p {
    max-width: 315px;
  }
}
.media h2, .media h3, .media h4, .media h5 {
  margin-bottom: 30px;
}
.media p {
  font-weight: 500;
}
.media p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .media p {
    max-width: 590px;
    font-weight: 400;
  }
}
@media screen and (max-width: 992px) {
  .media p {
    max-width: 590px;
    font-weight: 400;
  }
}
.gallery .swiper-gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6px;
  display: none;
}
.gallery .swiper-gallery.active {
  display: block;
}
.gallery__slide {
  height: 270px;
}
@media screen and (max-width: 1300px) {
  .gallery__slide {
    height: 195px;
  }
}
@media screen and (max-width: 992px) {
  .gallery__slide {
    height: 220px;
  }
}
@media screen and (max-width: 700px) {
  .gallery__slide {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  .gallery__slide {
    width: 100% !important;
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .gallery__slide {
    height: 240px;
  }
}
@media screen and (max-width: 380px) {
  .gallery__slide {
    height: 180px;
  }
}
.gallery__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news .swiper-news {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6px;
  display: none;
}
.news .swiper-news.active {
  display: block;
}
.news__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 365px;
  width: calc(25% - 20px) !important;
  border-radius: 2px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .news__slide {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .news__slide {
    height: 400px;
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 700px) {
  .news__slide {
    height: 360px;
  }
}
@media screen and (max-width: 576px) {
  .news__slide {
    height: 330px;
    width: 100% !important;
  }
}
.news__slide:first-child {
  margin-left: 0 !important;
  width: calc(50% - 20px) !important;
}
@media screen and (max-width: 576px) {
  .news__slide:first-child {
    width: 100% !important;
  }
}
@media screen and (min-width: 993px) {
  .news__slide.swiper-slide-active, .news__slide.slide-big {
    width: calc(50% - 20px) !important;
    margin-left: 20px;
  }
}
.news__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.news__content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 45px 30px 30px;
}
@media screen and (max-width: 992px) {
  .news__content {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .news__content {
    padding: 20px;
  }
}
.news__mame {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  max-width: 430px;
}
.news__text {
  max-width: 440px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.not-exist {
  padding-top: 80px;
}
@media screen and (max-width: 576px) {
  .not-exist {
    padding-top: 40px;
  }
}
.not-exist__content {
  background: white;
  max-width: 671px;
  padding: 70px;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .not-exist__content {
    padding: 50px 20px;
  }
}
.contacts__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-top: -40px;
}
.contacts__card {
  width: calc(100% / 3 - 40px);
  margin-right: 40px;
  margin-top: 40px;
  padding-right: 100px;
}
@media screen and (max-width: 1300px) {
  .contacts__card {
    padding-right: 80px;
  }
}
@media screen and (max-width: 992px) {
  .contacts__card {
    width: calc(100% / 2 - 40px);
  }
}
@media screen and (max-width: 576px) {
  .contacts__card {
    width: 100%;
    margin-right: 0;
  }
}
.contacts__info:not(:last-child) {
  margin-bottom: 30px;
}
.contacts__info--sm:not(:last-child) {
  margin-bottom: 8px;
}
.contacts__title {
  margin-bottom: 8px;
}
.contacts-map__wrap {
  display: flex;
}
@media screen and (max-width: 576px) {
  .contacts-map__wrap {
    flex-direction: column;
  }
}
.contacts-map__right {
  height: 528px;
  flex: 1 0 calc(100% - 440px);
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .contacts-map__right {
    flex: 1 0 calc(100% - 300px);
    height: 379px;
  }
}
@media screen and (max-width: 576px) {
  .contacts-map__right {
    height: 300px;
    flex: 1 0 auto;
  }
}
.contacts-map__right #map {
  width: 100%;
  height: 100%;
}
.contacts-map-route {
  background-image: url("../themes/poligontbo/assets/img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 51px 63px;
  flex: 0 0 440px;
}
@media screen and (max-width: 1300px) {
  .contacts-map-route {
    flex: 0 0 300px;
    padding: 40px 23px;
  }
}
@media screen and (max-width: 576px) {
  .contacts-map-route {
    flex: 1 0 auto;
    height: 351px;
    padding: 30px 13px;
  }
}
.contacts-map-route__title {
  margin-bottom: 30px;
  text-align: center;
}
.contacts-map-route__text {
  text-align: center;
  margin-bottom: 20px;
}
.contacts-map-route .input {
  margin-bottom: 20px;
  width: 100%;
}
.input {
  background: white;
  border-radius: 2px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #3B453B;
  border: none;
}
.white-text {
  color: white;
}
.breadcrumbs {
  font-size: 16px;
  line-height: 22px;
  color: #A7B7AC;
}
@media screen and (max-width: 576px) {
  .breadcrumbs {
    display: none;
  }
}
.top-title {
  background-image: url("../themes/poligontbo/assets/img/services-bg.jpg");
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top-title {
    height: 300px;
  }
}
@media screen and (max-width: 576px) {
  .top-title {
    margin-top: -40px;
    margin-bottom: 30px;
  }
}
.services .h3 {
  max-width: 702px;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -40px;
  counter-reset: item;
}
@media screen and (max-width: 576px) {
  .steps {
    margin-left: 0;
  }
}
.steps--coll-4 .steps__item {
  flex: 0 0 calc(100% / 4 - 20px);
}
@media screen and (max-width: 992px) {
  .steps--coll-4 .steps__item {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 576px) {
  .steps--coll-4 .steps__item {
    flex: 0 0 100%;
  }
}
.steps__item {
  flex: 0 0 calc(100% / 5 - 20px);
  margin-left: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .steps__item {
    flex: 0 0 calc(100% / 3 - 20px);
  }
}
@media screen and (max-width: 576px) {
  .steps__item {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.steps__number {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.5' cy='21.5' r='21.5' fill='%237DCA61'/%3E%3Cpath d='M43 21.5C43 33.3741 32 33.5 21.5 21.5C11 9.5 1 23 0 21.5C0 9.62588 9.62588 0 21.5 0C33.3741 0 43 9.62588 43 21.5Z' fill='%23219653'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  color: white;
  margin-bottom: 16px;
  padding-bottom: 3px;
}
.steps__number::after {
  content: counter(item);
  counter-increment: item;
}
.steps__title {
  margin-bottom: 12px;
  max-width: 97px;
}
@media screen and (max-width: 576px) {
  .steps__title {
    max-width: none;
  }
}
.steps__text {
  max-width: 268px;
}
.services-info .h2 {
  max-width: 702px;
}
.services-info p {
  max-width: 1056px;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .services-info p {
    max-width: 860px;
  }
}
.services-info p:not(:last-child) {
  margin-bottom: 30px;
}
.services-info ul {
  margin-top: 20px;
  list-style: none;
}
.services-info ul li {
  list-style: none;
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23219653'/%3E%3C/svg%3E%0A") no-repeat left 50%;
  padding-left: 25px;
}
.services-info ul li:not(:last-child) {
  margin-bottom: 20px;
}
.services-info ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 30px;
  padding: 20px 0 0 0;
  font-size: 18px;
}
.services-info ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  max-width: 850px;
}
.services-info ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -30px;
  width: 26px;
  color: #219653;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.services-info a {
  color: #219653;
}
.services-info a:hover {
  text-decoration-line: underline;
}
.services-tariffs__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 992px) {
  .services-tariffs__wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .services-tariffs__wrap {
    margin-left: 0;
  }
}
.services-tariffs__card {
  flex: 0 0 calc(100% / 3 - 20px);
  margin-top: 20px;
  margin-left: 20px;
  background-color: white;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .services-tariffs__card {
    flex: 0 0 calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 700px) {
  .services-tariffs__card {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.services-tariffs__icon {
  width: 50px;
  height: 57px;
  margin-bottom: 16px;
}
.services-tariffs__title {
  margin-bottom: 20px;
  color: #219653;
}
.services-tariffs__prices {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 576px) {
  .services-tariffs__prices {
    margin-left: 0;
  }
}
.services-tariffs__price {
  flex: 0 0 calc(100% / 2 - 20px);
  margin-top: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  .services-tariffs__price {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.services-tariffs__price-title {
  margin-bottom: 16px;
  max-width: 168px;
}
@media screen and (max-width: 576px) {
  .services-tariffs__price-title {
    max-width: none;
  }
}
.services-tariffs__price-text {
  color: #86968B;
}
.services-dop-info__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}
@media screen and (max-width: 992px) {
  .services-dop-info__wrap {
    flex-direction: column;
    margin-left: 0;
  }
}
.services-dop-info__card {
  border: 1px solid #A7B7AC;
  padding: 40px;
  flex: 0 0 calc(100% / 2 - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .services-dop-info__card {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .services-dop-info__card {
    padding: 30px 16px;
  }
}
.services-dop-info__card p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .pt-breadcrumbs {
    padding-top: 30px;
  }
}
.news-page .news__block {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6px;
  display: none;
}
.news-page .news__block.active {
  display: block;
}
.news-page .news__wrap {
  display: flex;
  flex-wrap: wrap;
}
.news-page .news__item {
  height: 365px;
  width: calc(100%/4 - 15px);
  margin-right: 20px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.news-page .news__item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  .news-page .news__item {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .news-page .news__item {
    width: calc(100%/2 - 15px);
    height: 390px;
  }
  .news-page .news__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .news__item {
    height: 280px;
  }
}
@media screen and (max-width: 576px) {
  .news-page .news__item {
    height: 460px;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .news-page .news__item {
    height: 380px;
  }
}
@media screen and (max-width: 400px) {
  .news-page .news__item {
    height: 280px;
  }
}
.news-page .news__content {
  top: 0;
}
@media screen and (max-width: 1300px) {
  .news-page .news__content {
    padding: 20px;
  }
}
.top-title--news-detail {
  background-image: url("../themes/poligontbo/assets/img/news-detail-bg.jpg");
}
.top-title--news-detail .h2 {
  max-width: 640px;
}
.text-wrap h3, .text-wrap h4, .text-wrap h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #3B453B;
}
.text-wrap blockquote {
  position: relative;
  width: 80%;
  margin: 40px auto 0;
  font-weight: 600;
  line-height: 22px;
}
@media screen and (max-width: 576px) {
  .text-wrap blockquote {
    margin: 30px auto 0;
  }
}
.text-wrap blockquote::after, .text-wrap blockquote::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.text-wrap blockquote::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.28 8.31L8.61 13.62L9.27 10.32L14.34 7.23L10.62 3.96L11.34 0.689999L17.7 6.36L17.28 8.31ZM8.76 8.31L0.09 13.62L0.78 10.32L5.82 7.23L2.13 3.96L2.82 0.689999L9.18 6.36L8.76 8.31Z' fill='%23219653'/%3E%3C/svg%3E%0A");
  right: -30px;
  bottom: 0;
}
.text-wrap blockquote::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.99 6.36L9.75 0.689999L9.06 3.96L3.99 7.23L7.71 10.32L7.02 13.62L0.57 8.31L0.99 6.36ZM9.48 6.36L18.27 0.689999L17.58 3.96L12.51 7.23L16.23 10.32L15.54 13.62L9.09 8.31L9.48 6.36Z' fill='%23219653'/%3E%3C/svg%3E%0A");
  left: -30px;
}
.text-wrap blockquote + figcaption {
  margin-top: 16px;
}
.text-wrap figcaption {
  font-weight: 600;
  line-height: 22px;
  width: 80%;
  margin: auto;
  text-align: right;
}
.text-wrap img {
  margin-top: 40px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .text-wrap img {
    margin-top: 30px;
  }
}
.text-wrap a {
  color: #219653;
}
.text-wrap a:hover {
  text-decoration-line: underline;
}
.text-wrap ul {
  margin-top: 20px;
  list-style: none;
}
.text-wrap ul li {
  list-style: none;
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23219653'/%3E%3C/svg%3E%0A") no-repeat left 50%;
  padding-left: 25px;
}
.text-wrap ul li:not(:last-child) {
  margin-bottom: 20px;
}
.text-wrap ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 30px;
  padding: 20px 0 0 0;
  font-size: 18px;
}
.text-wrap ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  max-width: 850px;
}
.text-wrap ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -30px;
  width: 26px;
  color: #219653;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.text-wrap .table-scroll {
  max-width: 100%;
  overflow-x: scroll;
  margin: 40px 0;
}
.text-wrap .table-scroll table {
  border: none;
  border-collapse: collapse;
}
.text-wrap .table-scroll table th {
  background: #219653;
  padding: 21px 26px;
  border: none;
  color: #fff;
  text-align: left;
}
.text-wrap .table-scroll table td {
  padding: 21px 26px;
  border: none;
}
.text-wrap .table-scroll table tr {
  border: none;
}
.text-wrap .table-scroll table tr:nth-child(odd) {
  background: #FFF;
}
.text-wrap .table-scroll table tr:nth-child(even) {
  background: #EFF7E9;
}
.text-wrap p {
  margin-top: 40px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 992px) {
  .text-wrap p {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .text-wrap p {
    margin-top: 30px;
  }
}
.text-wrap p img {
  max-width: 100%;
  margin: 0 26px 26px 0;
}
.back-link {
  color: #219653;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.back-link svg {
  margin-right: 7px;
}
.gallery-page .gallery__block {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6px;
  display: none;
}
.gallery-page .gallery__block.active {
  display: block;
}
.gallery-page .gallery__wrap {
  display: flex;
  flex-wrap: wrap;
}
.gallery-page .gallery__item {
  height: 270px;
  width: calc(100%/3 - 15px);
  margin-right: 20px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.gallery-page .gallery__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  .gallery-page .gallery__item {
    height: 220px;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .gallery__item {
    width: calc(100%/2 - 20px);
    height: 218px;
  }
  .gallery-page .gallery__item:nth-child(3n) {
    margin-right: 20px;
  }
  .gallery-page .gallery__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .gallery__item {
    height: 180px;
  }
}
@media screen and (max-width: 576px) {
  .gallery-page .gallery__item {
    height: 280px;
    width: 100%;
    margin-right: 0;
  }
  .gallery-page .gallery__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .gallery-page .gallery__item {
    height: 230px;
  }
}
@media screen and (max-width: 400px) {
  .gallery-page .gallery__item {
    height: 180px;
  }
}
.documents__block:last-child {
  margin-bottom: 0;
}
.documents__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .documents__list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .documents__list {
    margin-bottom: 60px;
  }
}
.documents__item {
  display: flex;
  align-items: center;
  margin-right: 200px;
}
.documents__item:last-child, .documents__item:nth-last-child(2) {
  margin-bottom: 0;
}
.documents__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .documents__item {
    margin-right: 0;
  }
  .documents__item:nth-last-child(2) {
    margin-bottom: 20px;
  }
}
.documents__name {
  width: 330px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 12px;
}
@media screen and (max-width: 992px) {
  .documents__name {
    width: 100%;
    max-width: 330px;
  }
}
@media screen and (max-width: 380px) {
  .documents__name {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.documents__icon {
  height: 31px;
  width: 24px;
}
.documents__icon img {
  height: 100%;
  width: 100%;
}
.managers__wrap {
  display: flex;
  flex-wrap: wrap;
}
.managers__item {
  width: calc(100%/3 - 70px);
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-right: 100px;
}
.managers__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  .managers__item {
    width: calc(100%/3 - 50px);
    margin-right: 65px;
  }
}
@media screen and (max-width: 992px) {
  .managers__item {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 700px) {
  .managers__item {
    width: calc(100%/2 - 20px);
    margin-right: 30px;
  }
  .managers__item:nth-child(3n) {
    margin-right: 30px;
  }
  .managers__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .managers__item {
    width: 100%;
    margin-right: 0;
  }
  .managers__item:nth-child(3n) {
    margin-right: 0;
  }
}
.managers__icon {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .managers__icon {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .managers__icon {
    width: 190px;
    margin-right: 0;
  }
}
.managers__name {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .managers__name {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .managers__name {
    min-height: 52px;
  }
}
@media screen and (max-width: 576px) {
  .managers__name {
    min-height: 0;
    max-width: 320px;
  }
}
.managers__post {
  color: #219653;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .managers__post {
    font-size: 14px;
  }
}
.managers__img {
  object-fit: cover;
}
.modal-manager {
  padding: 0;
}
.modal-manager .manager__top {
  display: flex;
  align-items: center;
  padding: 40px 68px;
}
@media screen and (max-width: 620px) {
  .modal-manager .manager__top {
    padding: 40px;
  }
}
@media screen and (max-width: 460px) {
  .modal-manager .manager__top {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .modal-manager .manager__top {
    flex-direction: column;
  }
}
.modal-manager .manager__bottom {
  background-color: #F2F7EF;
  padding: 40px 0 40px 68px;
}
@media screen and (max-width: 620px) {
  .modal-manager .manager__bottom {
    padding: 40px 0 40px 40px;
  }
}
@media screen and (max-width: 460px) {
  .modal-manager .manager__bottom {
    padding: 20px 0 20px 20px;
  }
}
.modal-manager .manager__text {
  max-width: 585px;
  padding-right: 30px;
  height: 370px;
  overflow: auto;
}
@media screen and (max-width: 992px) {
  .modal-manager .manager__text {
    max-width: 545px;
  }
}
@media screen and (max-width: 700px) {
  .modal-manager .manager__text {
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 620px) {
  .modal-manager .manager__text {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 460px) {
  .modal-manager .manager__text {
    max-width: calc(100% - 20px);
    padding-right: 10px;
  }
}
.modal-manager .manager__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.modal-manager .manager__text h2, .modal-manager .manager__text h3, .modal-manager .manager__text h4, .modal-manager .manager__text h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.modal-manager .manager__icon {
  width: 228px;
  height: 228px;
  margin-right: 56px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .modal-manager .manager__icon {
    width: 180px;
    height: 180px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .modal-manager .manager__icon {
    width: 136px;
    height: 136px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .modal-manager .manager__icon {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .modal-manager .manager__icon {
    width: 140px;
    height: 140px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.modal-manager .manager__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-manager .manager__name {
  text-align: start;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .modal-manager .manager__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  .modal-manager .manager__name {
    text-align: center;
  }
}
.modal-manager .manager__post {
  text-align: start;
  color: #219653;
}
@media screen and (max-width: 400px) {
  .modal-manager .manager__post {
    text-align: center;
  }
}
.top-title--about {
  background-image: url("../themes/poligontbo/assets/img/baner-about.png");
}
.about p {
  margin-bottom: 30px;
}
.about p:last-child {
  margin-bottom: 0;
}
.about img {
  margin: 0 auto 20px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.about img.align-left {
  margin-right: 20px;
}
.about img.align-right {
  margin-left: 20px;
}
.about a {
  color: #219653;
}
.about a:hover {
  text-decoration-line: underline;
}
.about ul {
  margin-top: 20px;
  list-style: none;
}
.about ul li {
  list-style: none;
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='5' fill='%23219653'/%3E%3C/svg%3E%0A") no-repeat left 50%;
  padding-left: 25px;
}
.about ul li:not(:last-child) {
  margin-bottom: 20px;
}
.about ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 30px;
  padding: 20px 0 0 0;
  font-size: 18px;
}
.about ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 20px 0;
  max-width: 850px;
}
.about ol li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -30px;
  width: 26px;
  color: #219653;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.about b {
  font-weight: 700;
}
.about .img {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .about .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.about .img__left {
  float: left;
  margin-right: 20px;
}
.about .img__right {
  float: right;
  margin-left: 20px;
}
.about .img__big {
  width: 100%;
  margin-bottom: 30px;
}
.about .img__block {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .about .img__block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.about .img__block::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.steps__title--green {
  color: #219653;
  max-width: 100%;
}
.accordion__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.accordion__item {
  width: calc(100%/2 - 10px);
  margin-right: 20px;
  padding: 20px;
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .accordion__item {
    width: 100%;
    margin-right: 0;
  }
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item:nth-child(2n) {
  margin-right: 0;
}
.accordion__hiden {
  margin-top: 30px;
}
.accordion__title {
  display: flex;
  align-items: center;
}
.accordion__icon {
  margin-right: 20px;
  width: 37px;
  height: 37px;
  display: flex;
  border-radius: 50%;
  border-color: #219653;
}
.accordion__icon .closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
}
.accordion__icon .closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.accordion__icon .closed .circle {
  transition: all 0.5s ease-in-out;
  background: #219653;
}
.accordion__icon .circle-plus {
  height: 37px;
  width: 37px;
  font-size: 14px;
  opacity: 0.7;
}
.accordion__icon .circle-plus .circle {
  position: relative;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}
.accordion__icon .circle-plus .circle .horizontal {
  position: absolute;
  background-color: #fff;
  width: 18px;
  height: 2px;
  left: 18px;
  margin-left: -9px;
  top: 18px;
}
.accordion__icon .circle-plus .circle .vertical {
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 18px;
  left: 17px;
  top: 18px;
  margin-top: -8px;
}
.accordion__icon .opened {
  opacity: 1;
}
.accordion__icon .opened .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.accordion__icon .opened .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}
.accordion__icon .opened .circle {
  transition: all 0.5s ease-in-out;
  background: #A7B7AC;
}
.accordion__text:not(:last-child) {
  margin-bottom: 20px;
}
