:root {
  --base-0:#FFF;
  --base-100:#354256;
  --100:#8FB61F;
  --base-20:#F5F6FA;
  --base-30:#ECEDF1;
  --base-80:#81848C;
  --base-40:#B7B9C2;
}

.swiper-backface-hidden .swiper-slide {
  background-size: 130% 130%;
  background-repeat: no-repeat;
  transition: all 19000ms;
  -webkit-transition: all 19000ms;
  -o-transition: all 19000ms;
  -moz-transition: all 19000ms;
}

.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  background-size: 100% 100% !important;
}

.swiper-backface-hidden .swiper-slide.swiper-slide-active.first-class-animation {
  background-size: 100% 100%;
}
@media (max-width:768px){
  .swiper-backface-hidden .swiper-slide.swiper-slide-active.first-class-animation{
    background-attachment: fixed;
    background-size: cover !important;
    background-position: 75% 0%;
    transition: none;
    -webkit-transition: none;
  }
  footer .top nav{
    width: 100% !important;
  }
  .modal-content{
    width: 90% !important;
  }
  .modal-content.contacts{
    width: 90% !important;
  }
  .modal .contacts .form{
    padding: 5px !important;
  }
  .modal .contacts .form .form__title,.content-page h1{
    font-size: 20px !important;
  }
}
.justifyfull{
    text-align: justify !important;
}
.menu-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  z-index: 4;
}

.header .menu.open .top .site-name {
  opacity: 0;
}

body {
  position: relative;
}

.container {
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

header {
  position: absolute;
  z-index: 2;
  width: 100%;
}
header .burger {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
header .burger span {
  width: 22px;
  height: 2px;
  background: var(--base-0);
}
header .menu .top .site-name {
  display: none;
}
header .menu .top .burger-wrapper {
  padding-top: 41px;
  margin-left: 45px;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
}
header .menu .top .burger-wrapper .menu-title {
  color: var(--base-0);
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
}
header .menu .bottom {
  display: none;
}
header .menu.open {
  width: 440px;
  background: var(--base-100, #354256);
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: fixed;
  overflow: auto;
  z-index: 3;
}
header .menu.open .top {
  margin-bottom: 66px;
}
header .menu.open .top .site-name {
  display: block;
  color: var(--base-20);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  text-transform: uppercase;
  margin-right: 94px;
}
header .menu.open .top .menu-title {
  display: none;
}
header .menu.open .top .burger-wrapper {
  margin-left: 0;
}
header .menu.open .top .burger-wrapper .burger span:nth-child(1) {
  transform: rotate(45deg);
}
header .menu.open .top .burger-wrapper .burger span:nth-child(2) {
  display: none;
}
header .menu.open .top .burger-wrapper .burger span:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
  position: relative;
}
header .menu.open .bottom {
  display: block;
}
header .menu.open .bottom ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .menu.open .bottom ul li {
  margin-bottom: 24px;
}
header .menu.open .bottom ul li a {
  color: var(--base-40);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 26.64px */
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .menu.open .bottom ul li a:hover {
  color: var(--base-0);
}
header .menu.open .bottom ul li.sub-menu-wrapper ul {
  display: none;
}
header .menu.open .bottom ul li.sub-menu-wrapper.open ul.sub-menu {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-top: 24px;
  margin-left: 24px;
}
header .menu.open .bottom ul li.sub-menu-wrapper.open ul.sub-menu li:last-child {
  margin-bottom: 0;
}
header .menu.open .bottom ul li.sub-menu-wrapper.open a {
  color: var(--base-0);
}
header .menu.open .bottom ul li.sub-menu-wrapper.open svg {
  transform: rotate(90deg);
}
header .menu.open .bottom ul li.sub-menu-wrapper.open svg path {
  stroke: #FFF !important;
}
header .info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  margin-right: 40px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}
header .info .mail {
  color: var(--base-0);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  text-decoration: none;
  text-align: end;
}
header .info .mail:hover {
  text-decoration: underline;
}
header .info .phone {
  color: var(--base-0);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%;
  text-decoration: none;
  text-align: end;
  margin-top: 17px;
}
header .info .phone:hover {
  text-decoration: underline;
}
header .info ul.social {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 20px;
  margin-top: 16px;
}
header .info ul.social li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .info ul.social li a:hover svg path {
  fill: var(--base-80);
}

header.header {
  position: relative;
  background: var(--base-100);
}
header.header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 33px;
  padding-bottom: 31px;
}
header.header .site-name {
  color: var(--base-0, #FFF);
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  text-decoration: none;
}
header.header .site-name b {
  font-weight: 700;
}
header.header .site-name:hover {
  color: var(--base-80);
}
header.header .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 500px;
}
header.header .right.open {
  margin-right: 88px;
  width: 413px;
  position: relative;
}
header.header .right .mail {
  text-decoration: none;
  color: var(--base-0);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
header.header .right .mail:hover {
  text-decoration: underline;
}
header.header .right .socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
header.header .right .socials a:hover path {
  fill: var(--base-80);
}
header.header .right .tel {
  color: var(--base-0, #FFF);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  text-decoration: none;
}
header.header .right .tel:hover {
  text-decoration: underline;
}
header.header .right .burger {
  margin-left: 27px;
  cursor: pointer;
}
header.header .burger-wrapper {
  padding-top: 0px !important;
  margin-left: 0px !important;
}
header.header .menu.open {
  top: -36px;
  width: 510px;
  height: auto;
  left: 0;
  right: auto;
  padding-top: 39px;
  position: absolute;
  overflow: hidden;
}
header.header .menu.open .top {
  width: 461px;
}
header.header .menu.open .top .burger-wrapper {
  width: 100%;
  justify-content: space-between;
}
header.header .menu.open .bottom {
  width: 461px;
}

.breadcrumbs {
  margin-top: 57px;
  margin-bottom: 20px;
}
.breadcrumbs .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumbs .container a {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  text-decoration: none;
}
.breadcrumbs .container a:last-child {
  color: var(--base-80);
}
.breadcrumbs .container a:hover {
  text-decoration: underline;
}

.button-transparent {
  padding-top: 14px;
  padding-bottom: 17px;
  padding-left: 36px;
  padding-right: 36px;
  border: 1px solid var(--base-0);
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  text-decoration: none;
}
.button-transparent:hover {
  background: var(--base-0);
  color: var(--base-100);
}

.button-dark {
  padding-top: 14px;
  padding-bottom: 17px;
  padding-left: 36px;
  padding-right: 36px;
  background: var(--base-100);
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  text-decoration: none;
}
.button-dark:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), #354256;
}

.button-light {
  padding-top: 14px;
  padding-bottom: 17px;
  padding-left: 36px;
  padding-right: 36px;
  background: var(--100);
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  text-decoration: none;
  width: fit-content;
}
.button-light:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #8FB61F;
}

.main {
  position: relative;
}
.main .swiper-button-next {
  color: var(--base-0);
  right: 60px;
}
.main .swiper-button-prev {
  color: var(--base-0);
  left: 60px;
}
.main .swiper {
  width: 100%;
  position: relative;
}
.main .ticker {
  position: absolute;
  top: auto;
  bottom: 79px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%);
}
.main .ticker .items-wrap .items {
  gap: 16px;
}
.main .ticker .item {
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
.main .ticker .item::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: var(--base-0);
  margin-right: 16px;
}
.main .swiper-slide {
  padding-top: 171px;
  padding-bottom: 171px;
  background-color: rgba(0, 0, 0, 0.36);
  background-blend-mode: multiply;
  background-size: 100% 100%;
}
.main .swiper-slide .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .swiper-slide .container span.sub-title {
  color: var(--base-0);
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 60px;
  max-width: 600px;
}
.main .swiper-slide .container span.title {
  color: var(--base-0);
  text-align: center;
  font-family: "Inter";
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 112%;
  margin-top: 25px;
}
.main .swiper-slide .container .button-transparent {
  margin-top: 39px;
}
.main .swiper-slide .container .button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}

.directions {
  margin-top: 120px;
  margin-bottom: 120px;
}
.directions .directions-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.directions .directions-wrapper .item {
  width: calc(50% - 10px);
  height: 342px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.directions .directions-wrapper .item .direction-title {
  color: var(--base-0);
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 104%;
}
.directions .directions-wrapper .item a {
  margin-top: 19px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
  text-decoration: none;
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
.directions .directions-wrapper .item a:hover {
  text-decoration: underline;
}

.text-banner {
  margin-bottom: 120px;
}
.text-banner .text-banner-wrapper {
  padding: 40px;
  background-color: var(--base-20);
}
.text-banner .text-banner-wrapper .text-banner-title {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 104%; /* 41.6px */
}
.text-banner .text-banner-wrapper .text-banner-description {
  margin-top: 24px;
  color: var(--base-100);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}

.last-news {
  margin-bottom: 120px;
}
.last-news .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.last-news .top {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.last-news .top .last-news-title {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 104%; /* 41.6px */
}
.last-news .top a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
.last-news .top a:hover {
  text-decoration: underline;
}
.last-news .bottom {
  margin-top: 62px;
      width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.last-news .bottom .item {
  display: flex;

  flex-direction: column;
  position: relative;
  width: calc(32% - 10px);
}
.last-news .bottom .item .img {
  height: 260px;
}
.last-news .bottom .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.last-news .bottom .item .date {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 1.5px 8px;
  background: var(--100);
  color: var(--base-0);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.last-news .bottom .item .last-news-title {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%;
  margin-top: 24px;
}
.last-news .bottom .item .last-news-description {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.last-news .bottom .item a {
  color: var(--base-80);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 5px;
  margin-top: 19px;
}
.last-news .bottom .item a span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.last-news .bottom .item a:hover {
  text-decoration: underline;
}

.all-news .bottom {
  flex-wrap: wrap;
  row-gap: 40px;
}
.all-news .pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  margin-top: 82px;
}
.all-news .pagination a {
  text-decoration: none;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.all-news .pagination a span {
  color: var(--base-100);
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
.all-news .pagination a.active{
  background: var(--base-100);
}
.all-news .pagination a.active span{
  color: var(--base-0);
}
.all-news .pagination a:hover {
  background: var(--base-100);
}
.all-news .pagination a:hover span {
  color: var(--base-0);
}

.page-news .top {
  margin-bottom: 40px;
}
.page-news .content {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.page-news .content p {
  margin: 0;
}

.content-page h1 {
  font-size: 50px;
  margin: 0;
  margin-top: 8px;
}
.content-page h2 {
  font-size: 40px;
  margin-top: 16px;
  margin-bottom: 33px;
}
.content-page h3 {
  font-size: 30px;
}
.content-page ul {
  padding-left: 19px;
}
.content-page ul li {
  margin-bottom: 5px;
}
.content-page ul li::marker {
  color: var(--100);
  font-size: 23px;
}
.content-page .title-doc {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%;
  margin-top: 41px;
}
.content-page .doc-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  margin-top: 24px;
}
.content-page .doc-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.content-page .doc-list__item span {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.content-page .doc-list__item a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 24px;
  padding-right: 24px;
  background: var(--base-100);
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%; /* 23.68px */
  text-decoration: none;
}

.contacts__title {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 104%;
  margin-bottom: 42px;
}
.contacts__item {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 4px;
}
.contacts__item:first-child {
  margin-top: 0;
}
.contacts__item span:first-child {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%; /* 26.64px */
}
.contacts__item span:last-child {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
.contacts__item .tel {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  text-decoration: none;
}
.contacts__item .mail {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
  text-decoration: none;
}
.contacts .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contacts .row .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts .row .column:first-child {
  width: 32.2%;
}
.contacts .row .column:last-child {
  width: 66.1%;
}
.contacts .map {
  width: 100%;
}
.contacts .socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 40px;
}
.contacts .form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
}
.contacts .form__title {
  display: block;
  color: var(--base-100);
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%;
  width: 32.2%;
}
.contacts .form form {
  width: 66.1%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contacts .form form .row:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.form-group.focus label{
  font-size: 12px !important;
  top: -2px !important;
}
input,textarea{
  color: var(--Base-100, #262A30);
  /* Body/16 Regular */
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
.contacts .form form .row:first-child .form-group {
  width: 32%;
  position: relative;
}
.contacts .form form .row:first-child .form-group input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--base-40);
  box-sizing: border-box;
  height: 54px;
  background: transparent;
}
.modal-content .contacts .form form .row:first-child .form-group label{
  z-index: 0;
}
.modal-content .contacts .form form .row:first-child .form-group input{}
.contacts .form form .row:first-child .form-group label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--base-80);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  z-index: -1;
}
.contacts .form form .row:first-child .form-group label span {
  color: #D92121;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  margin-left: 4px;
}
.contacts .form form .row:nth-child(2) .form-group {
  width: 100%;
  position: relative;
}
.contacts .form form .row:nth-child(2) .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 1px solid var(--base-40);
  height: 104px;
}
.contacts .form form .row:nth-child(2) .form-group label {
  position: absolute;
  top: 12px;
  left: 16px;
  color: var(--base-80);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.contacts .form form .row:last-child {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.contacts .form form .row:last-child input {
  border: none;
  outline: none;
  width: 246px;
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: var(--base-100);
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
}
.contacts .form form .row:last-child input:hover{
  opacity: 0.8;
  cursor: pointer;
}
form .form-group input.error{
  border-color: red !important;
}
.contacts .form form .row:last-child span {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  max-width: 306px;
}
.contacts .form form .row:last-child span a {
  text-decoration: none;
  color: var(--100);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
.contacts .form form .row:last-child span a:hover{
  text-decoration: underline;
}
.contacts .seo-block {
  margin-top: 55px;
  margin-bottom: 123px;
}
.contacts .seo-block h1 {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%;
  margin-bottom: 25px;
}
.contacts .seo-block p {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}

.docs__title {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 104%;
}
.docs__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  gap: 24px;
  margin-bottom: 116px;
}
.docs__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--base-30);
}
.docs__item-date {
  color: var(--base-80);
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  margin-bottom: 9px;
}
.docs__item-title {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 124%;
  margin-bottom: 16px;
}
.docs__item-description {
  color: var(--base-100);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  margin-bottom: 22px;
}
.docs__item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 227px;
  gap: 8px;
  background: var(--base-100);
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  text-decoration: none;
}
.docs__item a:hover{
  opacity: 0.85;
}

footer {
  background: var(--base-100);
  padding-top: 80px;
  padding-bottom: 40px;
}
footer .container {
  display: flex;
  flex-direction: column;
}
footer .top {
  display: flex;
  flex-direction: row;
  gap: 3%;
}
footer .top .info {
  display: flex;
  flex-direction: column;
  width: 48%;
}
footer .top .info .button-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}
footer .top .info .number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
footer .top .info .number:nth-child(2) {
  margin-top: 16px;
}
footer .top .info .number a {
  text-decoration: none;
  color: var(--base-0);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
}
footer .top .info .number a:hover {
  text-decoration: underline;
}
footer .top .info .number span {
  color: var(--base-40);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
footer .top .info .adres {
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
  margin-top: 17px;
}
footer .top .info .work-time {
  color: var(--base-0);
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
  margin-top: 16px;
}
footer .top .info .socials {
  margin-top: 57px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}
footer .top .info .socials span {
  color: var(--base-0);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 23.68px */
}
footer .top .info .socials a:hover svg path {
  fill: var(--base-80);
}
footer .top .info .button-light {
  margin-top: 20px;
  border: 1px solid var(--100);
}
footer .top nav {
  display: flex;
  flex-direction: column;
  width: 49%;
}
footer .top nav span {
  color: var(--base-0);
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 148%; /* 26.64px */
}
footer .top nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  column-width: 48%;
  column-count: 2;
  column-gap: 4%;
  margin-top: 18px;
}
footer .top nav ul li {
  margin-bottom: 16px;
}
footer .top nav ul li a {
  color: var(--base-0);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  text-decoration: none;
}
footer .top nav ul li a:hover {
  text-decoration: underline;
}
footer .middle {
  margin-top: 45px;
}
footer .bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(236, 237, 241, 0.08);
  padding-top: 40px;
  margin-top: 50px;
}
footer .bottom span {
  color: var(--base-40);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
footer .bottom a {
  text-decoration: none;
  color: var(--base-40);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
}
footer .bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .main .swiper-slide {
    padding-top: 110px;
    padding-bottom: 118px;
  }
  .directions {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .text-banner {
    margin-bottom: 90px;
  }
  .swiper .swiper-slide .img {
    width: 119px;
    margin-top: 5px;
    margin-left: 41px;
  }
  .swiper .swiper-slide .img img {
    width: 100%;
  }
  .main .swiper-slide .container span.sub-title {
    margin-top: 38px;
    margin-left: 41px;
  }
  .main .swiper-slide .container span.title {
    margin-left: 43px;
    margin-top: 23px;
  }
  .main .swiper-slide .container .button-transparent {
    margin-left: 42px;
  }
  .main .swiper-slide .container .button-group {
    margin-top: 40px;
    margin-left: 44px;
  }
  .main .ticker {
    bottom: 40px;
  }
  .directions {
    margin-top: 80px;
    margin-bottom: 78px;
  }
  .text-banner .text-banner-wrapper {
    padding-bottom: 41px;
    padding-top: 41px;
  }
  .text-banner {
    margin-bottom: 81px;
  }
  .last-news {
    margin-bottom: 82px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
  .main .swiper-slide .container span.sub-title {
    margin-top: 30px;
  }
  .main .swiper-slide .container span.title {
    margin-top: 10px;
    font-size: 38px;
  }
  .main .ticker {
    bottom: 35px;
  }
  .directions .directions-wrapper .item .direction-title {
    font-size: 32px;
  }
  .text-banner .text-banner-wrapper .text-banner-title {
    font-size: 32px;
  }
  .last-news .top .last-news-title {
    font-size: 32px;
  }
  footer .top {
    gap: unset;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  header .menu.open .top{
    margin-bottom: 15px;
  }
  header .menu.open .bottom ul li:last-child{
    padding-bottom: 145px;
  }
  .contacts .form__title{
    width: 100%;
  }
  .contacts .form__title br{
    display: none;
  }
  header.header .menu.open{
    overflow: auto;
  }
  .docs__title{
    font-size: 30px;
  }
  .contacts .row {
    flex-direction: column;
  }
  .contacts .row .column:first-child {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 7%;
    margin-bottom: 25px;
    width: 100%;
  }
  .contacts__item {
    width: 28%;
    min-width: 400px;
    padding-right: 5px;
  }
  .contacts .row .column:last-child {
    width: 100%;
  }
  .contacts .form {
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
  }
  .contacts .form form {
    width: 100%;
  }
  .main .swiper-slide .container span.sub-title {
    font-size: 20px;
  }
  .main .swiper-slide .container span.title {
    font-size: 28px;
  }
  .directions .directions-wrapper .item .direction-title {
    font-size: 24px;
  }
  .text-banner .text-banner-wrapper .text-banner-title {
    font-size: 24px;
  }
  .last-news .top .last-news-title {
    font-size: 24px;
  }
  .last-news .bottom .item .last-news-title {
    font-size: 20px;
  }
  header .menu .top .burger-wrapper {
    margin-left: 27px;
    padding-top: 43px;
  }
  header .menu .top .burger-wrapper .menu-title {
    font-size: 18px;
  }
  header .burger {
    gap: 4px;
  }
  header .burger span {
    width: 18px;
  }
  header .info {
    margin-right: 25px;
  }
  header .info .mail {
    font-size: 14px;
  }
  .swiper .swiper-slide .img {
    margin-top: 60px;
    width: 95px;
    margin-left: 0;
  }
  .main .swiper-slide .container span.sub-title {
    margin-left: 0px;
    max-width: 410px;
    margin-top: 37px;
    font-size: 16px;
    line-height: 144%;
  }
  .main .swiper-slide .container span.title {
    margin-left: 0;
    font-size: 30px;
    margin-top: 28px;
  }
  .main .swiper-slide .container .button-transparent {
    margin-left: 0px;
    margin-top: 25px;
  }
  .container {
    width: 94%;
  }
  .main .swiper-slide .container .button-group {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .button-dark {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 352px;
    max-width: 100%;
    height: 56px;
  }
  .button-light {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 352px;
    max-width: 100%;
    height: 56px;
  }
  footer .top .info .button-group {
    width: 247px;
  }
  footer .top .info .button-group a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 56px;
  }
  .swiper-backface-hidden .swiper-slide {
    padding-top: 140px;
    padding-bottom: 180px;
    background-size: cover;
    background-position: 50% 0%;
  }
  .main .ticker {
    bottom: 20px;
  }
  .main .swiper-button-next {
    right: 23px;
    margin-top: 0;
    top: 475px;
    bottom: auto;
  }
  .main .swiper-button-next::after {
    font-size: 14px;
    font-weight: 800;
  }
  .main .swiper-button-prev {
    left: 23px;
    margin-top: 0;
    top: 475px;
    bottom: auto;
  }
  .main .swiper-button-prev::after {
    font-size: 14px;
    font-weight: 800;
  }
  .text-banner .text-banner-wrapper {
    padding: 15px;
  }
  header.header .right.open {
    position: inherit;
  }
  header.header .menu.open {
    top: 0;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    height: 100vh;
    position: fixed;
  }
  header.header .menu.open .top {
    width: 100%;
  }
  header.header .menu.open .bottom {
    width: 100%;
  }
  .menu-info {
    gap: 15px;
  }
  header.header .right {
    width: 420px;
  }
  header.header .site-name {
    font-size: 12px;
  }
  header.header .site-name b {
    font-weight: 400;
  }
  .header .menu.open .top .site-name {
    opacity: 1;
    margin-right: 0;
  }
  .right.open .menu-info {
    display: none;
  }
  .page-news .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .contacts .form form .row:first-child {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 16px;
  }
  .contacts .form form .row:first-child .form-group {
    width: 100%;
  }
  .contacts .row .column:first-child {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
  }
  .contacts__item {
    width: 48%;
    min-width: 100%;
    padding-right: 5px;
  }
  .contacts .row .column:last-child {
    width: 100%;
  }
  header .info .phone {
    font-size: 18px;
  }
  .directions {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .directions .directions-wrapper {
    flex-direction: column;
  }
  .directions .directions-wrapper .item {
    width: 100%;
    background-size: cover !important;
  }
  .text-banner {
    margin-bottom: 45px;
  }
  .last-news .bottom {
    margin-top: 45px;
    flex-direction: column;
  }
  .last-news .bottom .item {
    width: 100%;
  }
  .last-news {
    margin-bottom: 45px;
  }
  footer .top .info .socials {
    margin-top: 40px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  footer .middle {
    margin-top: 28px;
  }
  footer .bottom {
    margin-top: 36px;
    padding-top: 22px;
  }
  header .menu.open {
    width: 100%;
  }
  header .menu.open .top .burger-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  footer .top .info .number a {
    font-size: 16px;
  }
  footer .top nav ul {
    column-count: 1;
  }
  footer .top .info {
    width: fit-content;
  }
  footer .top nav span {
    font-size: 16px;
  }
  footer .top nav ul li a {
    font-size: 14px;
  }
  footer .top .info .number span {
    font-size: 14px;
  }
  footer .top .info .adres {
    font-size: 14px;
  }
  footer .top .info .work-time {
    font-size: 14px;
  }
  footer .top .info .socials span {
    font-size: 15px;
  }
  footer .top .info .button-group {
    gap: 6px;
  }
  footer .top {
    flex-wrap: wrap;
    gap: 38px;
  }
  header.header .right .socials {
    display: none;
  }
  header.header .right {
    width: fit-content;
  }
  header.header .right .tel {
    font-size: 14px;
  }
  .menu-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  header.header .container {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .content-page .doc-list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .contacts .form form .row:last-child {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  footer .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .last-news .top {
    flex-direction: column;
    gap: 5px;
  }
  .directions .directions-wrapper .item {
    background-size: cover !important;
    background-position: center center !important;
  }
  header .menu .top .burger-wrapper {
    margin-left: 19px;
  }
  header .info {
    margin-right: 17px;
  }
  .main .swiper-slide .container span.sub-title {
    font-size: 16px;
  }
  header .menu.open {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
  header .menu.open .top .burger-wrapper {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .swiper .swiper-slide .img {
    margin-top: 20px;
  }
  .main .swiper-slide .container .button-transparent {
    margin-top: 28px;
  }
  .main .swiper-button-next {
    top: 473px;
    right: 15px;
  }
  .main .swiper-button-prev {
    top: 473px;
    left: 15px;
  }
  .container {
    width: 91%;
  }
  .main .swiper-slide .container .button-group {
    margin-top: 64px;
  }
  .swiper-backface-hidden .swiper-slide {
    padding-bottom: 94px;
  }
  .main .ticker {
    bottom: 31px;
  }
  .menu-info {
    display: none;
  }
}

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