@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
}
body h1,
body h2,
body h3,
body h4,
body .block-title,
body div,
body p,
body span,
body li,
body ul,
body a {
  font-family: "Inter", sans-serif;
}
.fs15 {
  font-size: 15px;
  font-weight: 300;
}
.fs14 {
  font-size: 14px;
}
.fs16b {
  font-size: 16px;
  font-weight: bold;
}
.fs22 {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .fs22 {
    font-size: 20px;
  }
}
.h1 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .h1 {
    font-size: 25px;
  }
}
.h2 {
  font-size: 40px;
}
@media screen and (max-width: 993px) {
  .h2 {
    font-size: 22px;
  }
}
.fs20 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 993px) {
  .fs20 {
    font-size: 18px;
  }
}
.fs18 {
  font-size: 18px;
  font-weight: 300;
}
.fs18b {
  font-size: 18px;
  font-weight: bold;
}
.fs26 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .fs26 {
    font-size: 20px;
  }
}
.fs28 {
  font-size: 28px;
}
@media screen and (max-width: 993px) {
  .fs28 {
    font-size: 22px;
  }
}
.p60 {
  padding: 60px 0px;
}
@media screen and (max-width: 993px) {
  .p60 {
    padding: 30px 0px;
  }
}
.m60 {
  margin-top: 60px;
}
@media screen and (max-width: 993px) {
  .m60 {
    margin-top: 30px;
  }
}
.p_block {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .p_block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.block-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #384037;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .block-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 993px) {
  .block-title {
    margin-bottom: 20px;
  }
}
.more-link {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.more-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #384037;
  background: inherit;
  border: 1px solid #324730;
  border-radius: 0px;
  text-transform: uppercase;
  width: 280px;
  height: 60px;
}
.more-link a:hover {
  background: linear-gradient(#283927, #3c553a);
  color: white;
}
.animated_icon {
  transition: 0.5 transform ease;
}
.animated_icon:hover {
  transform: scale(1.1);
}
.bold-text {
  font-weight: bold;
}
.regular-text {
  font-weight: 500;
}
.btn_orange {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(#f38433, #f4682a);
  border: 1px solid #f4682a;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn_orange:hover {
  background: inherit;
  color: #f4682a;
}
.btn_green {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #384037;
  background: inherit;
  border: 1px solid #324730;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn_green:hover {
  background: linear-gradient(#283927, #3c553a);
  color: white;
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  padding-top: 0 !important;
  font-family: "Inter", sans-serif;
  color: var(--color2);
}
a {
  text-decoration: none;
}
#app {
  overflow: hidden;
  background: #f4f4f2;
}
.toolbar-fixed #app {
  margin-top: var(--drupal-displace-offset-top);
}
.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}
@media screen and (max-width: 1200px) {
  .header-top-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.header-top-box .logo img {
  max-width: 350px;
}
.header-top-box .col-adress {
  display: flex;
  gap: 20px;
}
.header-top-box .col-adress .col-adress-box {
  width: 188px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-top-box .col-adress .col-adress-box .cab-adress {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-box .col-adress .col-adress-box .cab-adress p,
.header-top-box .col-adress .col-adress-box .cab-adress span {
  font-size: 14px;
}
.header-top-box .col-adress .col-adress-box .cab-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-top-box .col-adress .col-adress-box .cab-phone a {
  font-size: 14px;
}
.header-top-box .col-adress .col-adress-box .cab-phone a:hover {
  color: #f4682a;
}
.header-top-box .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header-top-box .col-contacts .social-media {
  display: flex;
  gap: 10px;
}
.header-top-box .col-contacts .social-media img {
  transition: 0.5 transform ease;
}
.header-top-box .col-contacts .social-media img:hover {
  transform: scale(1.1);
}
.header-top-box .col-contacts a.mail {
  font-size: 15px;
  font-weight: 300;
  font-weight: bold;
  color: #f4682a;
}
.header-top-box .col-contacts a.mail:hover {
  text-decoration: underline;
}
.header-top-box .col-contacts .region-callback a {
  background: inherit;
  border: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  font-weight: 600;
  color: #f4682a;
  text-decoration: underline;
  padding: 0px;
}
.header-top-box .col-contacts .region-callback a:hover {
  color: #324730;
}
.header-bottom {
  padding: 23px 0px;
  background: #384037;
}
.header-bottom .header-bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bottom .header-bottom-box ul.nav {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .header-bottom .header-bottom-box ul.nav {
    gap: 30px;
  }
}
.header-bottom .header-bottom-box ul.nav li a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}
.header-bottom .header-bottom-box ul.nav li a:hover {
  color: #f4682a;
}
.header-bottom .header-bottom-box ul.nav li a.dropdown-toggle:after {
  display: none;
}
.header-bottom .header-bottom-box ul.nav li ul.dropdown-menu li {
  padding: 10px;
}
.header-bottom .header-bottom-box ul.nav li ul.dropdown-menu li a {
  color: #384037;
}
.header-bottom .header-bottom-box ul.nav li ul.dropdown-menu li a:hover {
  color: #f4682a;
}
.header-bottom .header-bottom-box ul.nav li ul.dropdown-menu li a.is-active {
  background: #324730;
  color: white;
}
.header-bottom .header-bottom-box .col-search {
  position: relative;
  width: 78px;
  height: 17px;
}
.header-bottom .header-bottom-box .col-search #block-vesta-theme-knopkapoiska,
.header-bottom .header-bottom-box .col-search .search-api-page-block-form-search {
  display: none;
}
.header-bottom .header-bottom-box .col-search #block-vesta-theme-knopkapoiska {
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.header-bottom .header-bottom-box .col-search #block-vesta-theme-knopkapoiska p,
.header-bottom .header-bottom-box .col-search #block-vesta-theme-knopkapoiska span {
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header-bottom .header-bottom-box .col-search .search-api-page-block-form-search {
  position: absolute;
  width: 320px;
  left: -200px;
  top: -10px;
}
.header-bottom .header-bottom-box .col-search .search-api-page-block-form-search .search-form__submit {
  background: #7e917d;
  border: 1px solid #7e917d;
}
.header-bottom .header-bottom-box .col-search .search-api-page-block-form-search .search-form__submit:hover {
  background: #f4682a;
  border: 1px solid #f4682a;
}
.header-bottom .header-bottom-box .col-search .search-active {
  display: flex !important;
}
.banner-main-box {
  display: flex;
  gap: 30px;
  align-items: center;
}
.banner-main-box .field--name-field-izobrazhenie-banner-gs img {
  width: 570px;
  height: 570px;
  object-fit: cover;
}
.banner-main-box .banner-box-info {
  max-width: 570px;
}
.banner-main-box .banner-box-info .front-h1 {
  margin-bottom: 20px;
  line-height: 32px;
}
.banner-main-box .banner-box-info .front-h1 span {
  font-size: 32px;
  font-weight: bold;
  color: #384037;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .banner-main-box .banner-box-info .front-h1 span {
    font-size: 25px;
  }
}
.banner-main-box .banner-box-info .field--name-body {
  margin-bottom: 50px;
}
.banner-main-box .banner-box-info .field--name-body p,
.banner-main-box .banner-box-info .field--name-body span {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.banner-main-box .banner-box-info .banner-box-btn {
  display: flex;
  gap: 10px;
}
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-ssylka-banner-gs,
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-poluchit-konsultaciyu {
  flex: 1;
}
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-ssylka-banner-gs a,
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-poluchit-konsultaciyu a {
  height: 60px;
  width: 100%;
}
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-ssylka-banner-gs a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(#f38433, #f4682a);
  border: 1px solid #f4682a;
  border-radius: 0px;
  text-transform: uppercase;
}
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-ssylka-banner-gs a:hover {
  background: inherit;
  color: #f4682a;
}
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-poluchit-konsultaciyu a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #384037;
  background: inherit;
  border: 1px solid #324730;
  border-radius: 0px;
  text-transform: uppercase;
}
.banner-main-box .banner-box-info .banner-box-btn .field--name-field-poluchit-konsultaciyu a:hover {
  background: linear-gradient(#283927, #3c553a);
  color: white;
}
@media screen and (max-width: 993px) {
  .banner-main-box {
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
  }
  .banner-main-box .field--name-field-izobrazhenie-banner-gs img {
    width: 100% !important;
  }
  .banner-main-box .banner-box-info {
    max-width: 400px;
  }
  .banner-main-box .banner-box-info .field--name-body {
    margin-bottom: 25px;
  }
  .banner-main-box .banner-box-info .banner-box-btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner-main-box .banner-box-info .banner-box-btn a {
    min-width: 220px;
  }
}
@media screen and (max-width: 769px) {
  .banner-main-box {
    flex-wrap: wrap;
  }
  .banner-main-box .ok-box-info {
    max-width: 100%;
  }
  .banner-main-box .field--name-field-foto-o-kompanii img {
    height: auto;
  }
}
#benefits-block {
  background: white;
  padding: 60px 0px;
}
@media screen and (max-width: 993px) {
  #benefits-block {
    padding: 30px 0px;
  }
}
#benefits-block .field--name-field-nashi-priemushchestva {
  display: flex;
  gap: 10px;
}
#benefits-block .field--name-field-nashi-priemushchestva > .field__item {
  border-left: 1px solid #d1d8d1;
  width: 290px;
  height: 156px;
}
#benefits-block .field--name-field-nashi-priemushchestva > .field__item .paragraph--type--priemushchestva {
  padding-left: 20px;
  width: 100%;
}
#benefits-block .field--name-field-nashi-priemushchestva > .field__item .paragraph--type--priemushchestva .field--name-field-zagolovok-priemushchestva {
  font-size: 18px;
  font-weight: 300;
  font-weight: bold;
  text-transform: uppercase;
  color: #384037;
  margin-bottom: 16px;
  max-width: 220px;
}
#benefits-block .field--name-field-nashi-priemushchestva > .field__item .paragraph--type--priemushchestva .field--name-field-tekst-priemushchestva {
  font-size: 15px;
  font-weight: 300;
  color: #384037;
  line-height: 25px;
}
@media screen and (max-width: 1200px) {
  #benefits-block .field--name-field-nashi-priemushchestva {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 993px) {
  #benefits-block .field--name-field-nashi-priemushchestva {
    justify-content: center;
  }
}
.block-views-blockcatalog-block-front {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 993px) {
  .block-views-blockcatalog-block-front {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.view-catalog .view-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.view-catalog .view-content .views-row {
  grid-column: span 2;
  background: white;
  height: 370px;
}
.view-catalog .view-content .views-row .field--name-field-catalog-image img {
  width: 100%;
  height: 280px !important;
  object-fit: cover;
}
.view-catalog .view-content .views-row .cat-box {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.view-catalog .view-content .views-row .cat-box .field--name-taxonomy-term-title {
  width: 270px;
}
.view-catalog .view-content .views-row .cat-box .field--name-taxonomy-term-title h2 {
  line-height: 20px;
}
.view-catalog .view-content .views-row .cat-box .field--name-taxonomy-term-title h2 a {
  font-size: 16px;
  font-weight: bold;
  color: #384037;
  text-transform: uppercase;
}
.view-catalog .view-content .views-row .cat-box .field--name-taxonomy-term-title h2 a:hover {
  text-decoration: underline;
}
.view-catalog .view-content .views-row:nth-child(1),
.view-catalog .view-content .views-row:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 1200px) {
  .view-catalog .view-content {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .view-catalog .view-content .views-row {
    grid-column: span 2;
  }
  .view-catalog .view-content .views-row .cat-box .field--name-taxonomy-term-title {
    width: auto;
    flex: 1;
  }
  .view-catalog .view-content .views-row:nth-child(1),
  .view-catalog .view-content .views-row:nth-child(2) {
    grid-column: span 2;
  }
}
@media (max-width: 992px) {
  .view-catalog .view-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .view-catalog .view-content .views-row {
    grid-column: span 1;
    height: auto;
    min-height: 350px;
  }
  .view-catalog .view-content .views-row:nth-child(1),
  .view-catalog .view-content .views-row:nth-child(2) {
    grid-column: span 3;
  }
}
@media (max-width: 768px) {
  .view-catalog .view-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .view-catalog .view-content .views-row {
    grid-column: span 1;
  }
  .view-catalog .view-content .views-row .field--name-field-catalog-image img {
    height: 240px;
  }
  .view-catalog .view-content .views-row .cat-box {
    padding: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .view-catalog .view-content .views-row .cat-box .field--name-taxonomy-term-title {
    width: 100%;
  }
  .view-catalog .view-content .views-row:nth-child(1),
  .view-catalog .view-content .views-row:nth-child(2) {
    grid-column: span 2;
  }
}
@media (max-width: 576px) {
  .view-catalog .view-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .view-catalog .view-content .views-row {
    grid-column: span 1;
  }
  .view-catalog .view-content .views-row .field--name-field-catalog-image img {
    height: 220px;
  }
  .view-catalog .view-content .views-row:nth-child(1),
  .view-catalog .view-content .views-row:nth-child(2) {
    grid-column: span 1;
  }
}
#promotions-block {
  padding-top: 60px;
  padding-bottom: 40px;
  background: white;
}
@media screen and (max-width: 993px) {
  #promotions-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.view-akcii .view-content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.view-akcii .view-content .views-row {
  width: 570px;
  height: 270px;
  background: #f4f4f2;
}
.view-akcii .view-content .views-row .node--type-akciya h2 {
  display: none;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content {
  display: flex;
  height: 270px;
  border: 1px solid #d1d8d1;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .field--name-field-akciya-izobrazhenie {
  width: max-content;
  height: max-content;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .field--name-field-akciya-izobrazhenie img {
  width: 200px;
  height: 268px !important;
  object-fit: cover;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .stock-box-info {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  width: 350px;
  height: 270px;
  border-left: 1px solid #d1d8d1;
  display: flex;
  flex-direction: column;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .stock-box-info .field--name-field-akcii-zagolovok {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #384037;
  text-transform: uppercase;
  text-decoration: underline;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .stock-box-info .field--name-body p,
.view-akcii .view-content .views-row .node--type-akciya .node__content .stock-box-info .field--name-body span {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .stock-box-info .node__links {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .stock-box-info .node__links ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
.view-akcii .view-content .views-row .node--type-akciya .node__content .stock-box-info .node__links ul a {
  font-size: 14px;
  font-weight: bold;
  color: #384037;
  text-decoration: underline;
  text-transform: uppercase;
}
.view-akcii .view-content .views-row:hover .node__content {
  border: 1px solid #7e917d;
}
.view-akcii .view-content .views-row:hover .stock-box-info {
  border-left: 1px solid #7e917d !important;
}
@media screen and (max-width: 1200px) {
  .view-akcii .view-content {
    justify-content: center;
  }
  .view-akcii .view-content .views-row {
    width: 470px;
  }
}
@media screen and (max-width: 993px) {
  .view-akcii .view-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  .view-akcii .view-content .views-row {
    width: 100%;
  }
}
@media screen and (max-width: 525px) {
  .view-akcii .view-content .views-row {
    height: max-content !important;
  }
  .view-akcii .view-content .views-row .node__content {
    height: max-content !important;
    flex-direction: column;
  }
  .view-akcii .view-content .views-row .node__content .field--name-field-akciya-izobrazhenie {
    width: 100% !important;
  }
  .view-akcii .view-content .views-row .node__content .field--name-field-akciya-izobrazhenie img {
    width: 100% !important;
    height: 400px !important;
    object-position: top;
  }
  .view-akcii .view-content .views-row .node__content .stock-box-info {
    width: 100% !important;
    height: max-content !important;
    padding: 20px !important;
  }
}
#services-block {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #services-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.view-uslugi .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.view-uslugi .view-content .views-row .node__content {
  width: 270px;
  height: 375px;
}
.view-uslugi .view-content .views-row .node__content .field--name-field-ikonka-uslugi {
  border: 1px solid white;
  background: white;
  width: 270px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.view-uslugi .view-content .views-row .node__content h2 {
  margin-bottom: 16px;
}
.view-uslugi .view-content .views-row .node__content h2 a {
  font-size: 16px;
  font-weight: bold;
  color: #384037;
  text-transform: uppercase;
}
.view-uslugi .view-content .views-row .node__content .field--name-body p,
.view-uslugi .view-content .views-row .node__content .field--name-body span {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.view-uslugi .view-content .views-row .node__content:hover h2 a:hover {
  text-decoration: underline;
}
.view-uslugi .view-content .views-row .node__content:hover .field--name-field-ikonka-uslugi {
  border: 1px solid #7e917d;
}
@media screen and (max-width: 993px) {
  .view-uslugi .view-content {
    justify-content: center;
  }
}
#about-block {
  background: white;
}
.ok-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.ok-box .field--name-field-foto-o-kompanii img {
  width: 570px;
  height: 570px;
  object-fit: cover;
}
.ok-box .ok-box-info {
  max-width: 570px;
}
.ok-box .ok-box-info .field--name-field-o-kompanii-zagolovok {
  font-size: 24px;
  font-weight: bold;
  color: #384037;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 993px) {
  .ok-box .ok-box-info .field--name-field-o-kompanii-zagolovok {
    font-size: 20px;
  }
}
.ok-box .ok-box-info .field--name-body {
  margin-bottom: 30px;
}
.ok-box .ok-box-info .field--name-body p,
.ok-box .ok-box-info .field--name-body span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.ok-box .ok-box-info .field--name-field-my-vypolnyaem-polnyy-spekt {
  margin-bottom: 50px;
}
.ok-box .ok-box-info .field--name-field-my-vypolnyaem-polnyy-spekt .field__label {
  font-size: 18px;
  font-weight: bold;
  color: #384037;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.ok-box .ok-box-info .field--name-field-my-vypolnyaem-polnyy-spekt .field__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ok-box .ok-box-info .field--name-field-my-vypolnyaem-polnyy-spekt .field__items .field__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 300;
}
.ok-box .ok-box-info .field--name-field-my-vypolnyaem-polnyy-spekt .field__items .field__item:before {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #384037;
  display: block;
}
.ok-box .ok-box-info .field--name-field-ssylka-o-kompanii a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #384037;
  background: inherit;
  border: 1px solid #324730;
  border-radius: 0px;
  text-transform: uppercase;
  width: 280px;
  height: 60px;
}
.ok-box .ok-box-info .field--name-field-ssylka-o-kompanii a:hover {
  background: linear-gradient(#283927, #3c553a);
  color: white;
}
@media screen and (max-width: 993px) {
  .ok-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
  }
  .ok-box .field--name-field-foto-o-kompanii img {
    width: 100%;
  }
  .ok-box .ok-box-info {
    max-width: 400px;
  }
  .ok-box .ok-box-info .field--name-field-o-kompanii-zagolovok {
    margin-bottom: 20px;
  }
  .ok-box .ok-box-info .field--name-field-my-vypolnyaem-polnyy-spekt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 769px) {
  .ok-box {
    flex-wrap: wrap;
  }
  .ok-box .ok-box-info {
    max-width: 100%;
  }
  .ok-box .field--name-field-foto-o-kompanii img {
    height: auto;
  }
}
.body-view--about #about-block {
  background: inherit;
}
.body-view--about .ok-box {
  padding: 0 !important;
}
.body-view--about .ok-box-info .field--name-field-o-kompanii-zagolovok,
.body-view--about .ok-box-info .field--name-field-ssylka-o-kompanii {
  display: none !important;
}
#projects-block {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 993px) {
  #projects-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.view-nashi-proekty .views-row {
  margin: 0 15px;
  width: 370px;
  height: 370px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .view-nashi-proekty .views-row {
    width: 300px;
    height: 300px;
  }
}
.view-nashi-proekty .views-row .field--name-field-foto-anons img {
  width: 370px;
  height: 370px !important;
  object-fit: cover;
}
.view-nashi-proekty .views-row h2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.view-nashi-proekty .views-row h2 a {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.view-nashi-proekty .views-row:hover h2 a {
  text-decoration: underline;
}
.view-nashi-proekty .slick-dots {
  margin-bottom: 0px;
  margin-top: 60px;
}
@media screen and (max-width: 993px) {
  .view-nashi-proekty .slick-dots {
    margin-top: 30px;
  }
}
.view-nashi-proekty button.slick-prev.slick-arrow {
  left: 0px;
  top: 100%;
}
.view-nashi-proekty button.slick-next.slick-arrow {
  right: 0px;
  top: 100%;
}
.not-front .view-nashi-proekty .view-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.not-front .view-nashi-proekty .view-content .views-row {
  margin: 0px;
}
#fos-block {
  background: #324730;
}
#fos-block form {
  display: flex;
  align-items: center;
  color: white;
  gap: 30px;
}
#fos-block form .block-title {
  color: white;
}
#fos-block form .form-type-processed-text {
  max-width: 530px;
}
#fos-block form .form-type-processed-text p {
  font-size: 18px;
  font-weight: 300;
}
#fos-block form .form-wrapper:nth-child(2) {
  padding: 60px 0px;
  background: rgba(30, 43, 29, 0.5);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 993px) {
  #fos-block form .form-wrapper:nth-child(2) {
    padding: 30px 0px;
  }
}
#fos-block form .form-wrapper:nth-child(2) .form-item-name,
#fos-block form .form-wrapper:nth-child(2) .form-item-email,
#fos-block form .form-wrapper:nth-child(2) .form-item-telefon {
  width: 100%;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-name input,
#fos-block form .form-wrapper:nth-child(2) .form-item-email input,
#fos-block form .form-wrapper:nth-child(2) .form-item-telefon input {
  width: 100%;
  height: 36px;
  background: inherit;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid white;
  box-shadow: none !important;
  outline: none !important;
  color: white;
  border-radius: 0px;
  border-right: none;
  padding-left: 0px;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-name input::placeholder,
#fos-block form .form-wrapper:nth-child(2) .form-item-email input::placeholder,
#fos-block form .form-wrapper:nth-child(2) .form-item-telefon input::placeholder {
  color: white;
  font-size: 15px;
  font-weight: 300;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-message {
  width: 100%;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-message textarea {
  width: 100%;
  height: 36px;
  background: inherit;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid white;
  border-right: none;
  box-shadow: none !important;
  outline: none !important;
  padding-left: 15px;
  color: white;
  border-radius: 0px;
  padding-left: 0px;
}
#fos-block form .form-wrapper:nth-child(2) .form-item-message textarea::placeholder {
  color: white;
  font-size: 15px;
  font-weight: 300;
}
#fos-block form .form-wrapper:nth-child(2) .form-type-checkbox {
  display: flex;
  gap: 15px;
  align-items: center;
}
#fos-block form .form-wrapper:nth-child(2) .form-type-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #7e917d;
}
#fos-block form .form-wrapper:nth-child(2) .form-type-checkbox .webform-element-description {
  max-width: 420px;
  color: white;
  font-size: 15px;
  font-weight: 300;
}
#fos-block form .form-wrapper:nth-child(2) .webform-actions button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(#f38433, #f4682a);
  border: 1px solid #f4682a;
  border-radius: 0px;
  text-transform: uppercase;
  height: 60px;
  width: 280px;
}
#fos-block form .form-wrapper:nth-child(2) .webform-actions button:hover {
  background: inherit;
  color: #f4682a;
}
@media screen and (max-width: 993px) {
  #fos-block form {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #fos-block form .form-type-processed-text {
    max-width: 100%;
  }
  #fos-block form .form-wrapper:nth-child(2) {
    gap: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.region-map {
  display: flex;
  gap: 30px;
  align-items: center;
}
.region-map #block-vesta-theme-yandekskarta-2,
.region-map .contacts-map-block {
  flex: 1;
}
.region-map .cmp-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 340px;
}
.region-map .cmp-box .col-adress-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.region-map .cmp-box .col-adress-box .cab-adress {
  display: flex;
  align-items: center;
  gap: 10px;
}
.region-map .cmp-box .col-adress-box .cab-adress p,
.region-map .cmp-box .col-adress-box .cab-adress span {
  font-size: 14px;
}
.region-map .cmp-box .col-adress-box .cab-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.region-map .cmp-box .col-adress-box .cab-phone a {
  font-size: 14px;
}
.region-map .cmp-box .col-adress-box .cab-phone a:hover {
  color: #f4682a;
}
.region-map .cmp-box a.mail {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.region-map .cmp-box a.mail:hover {
  color: #f4682a;
}
.region-map .cmp-box .social-media {
  display: flex;
  gap: 10px;
}
.region-map .cmp-box .social-media img {
  transition: 0.5 transform ease;
}
.region-map .cmp-box .social-media img:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 993px) {
  .region-map {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .region-map #block-vesta-theme-yandekskarta-2,
  .region-map .contacts-map-block {
    width: 100%;
  }
  .region-map #block-vesta-theme-yandekskarta-2 .mapContainer {
    height: 300px !important;
  }
}
#footer {
  padding-top: 40px;
  padding-bottom: 20px;
  background: white;
}
#footer .footer-main-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#footer .footer-main-box .col-logo .logo img {
  max-width: 260px;
}
#footer .footer-main-box .footer-logo-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 48px;
}
#footer .footer-main-box .footer-logo-info .region-callback a {
  background: inherit;
  border: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  font-weight: 600;
  color: #f4682a;
  text-decoration: underline;
  padding: 0px;
}
#footer .footer-main-box .footer-logo-info .region-callback a:hover {
  color: #324730;
}
#footer .footer-main-box .footer-logo-info a.mail {
  font-size: 15px;
  font-weight: 300;
  font-weight: 600;
  color: #f4682a;
}
#footer .footer-main-box .footer-logo-info a.mail:hover {
  text-decoration: underline;
}
#footer .footer-main-box .social-media {
  display: flex;
  gap: 10px;
}
#footer .footer-main-box .social-media img {
  transition: 0.5 transform ease;
}
#footer .footer-main-box .social-media img:hover {
  transform: scale(1.1);
}
#footer .footer-main-box .title-footer {
  font-size: 14px;
  color: #384037;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .footer-main-box ul.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-main-box ul.nav li a {
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #384037;
}
#footer .footer-main-box ul.nav li a:hover {
  color: #f4682a;
}
#footer .footer-main-box ul.nav li a.dropdown-toggle:after {
  display: none;
}
#footer .footer-main-box ul.nav li ul.dropdown-menu {
  display: none !important;
}
#footer .footer-main-box .col-footer .view-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-main-box .col-footer .view-content .views-row {
  width: 100%;
  height: max-content;
  min-height: max-content;
}
#footer .footer-main-box .col-footer .view-content .views-row a {
  font-size: 14px;
  font-weight: 600;
  color: #384037;
}
#footer .footer-main-box .col-footer .view-content .views-row a:hover {
  color: #f4682a;
}
#footer .footer-main-box .col-adress {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
#footer .footer-main-box .col-adress .col-adress-box {
  max-width: 237px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .footer-main-box .col-adress .col-adress-box .cab-adress {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .footer-main-box .col-adress .col-adress-box .cab-adress p,
#footer .footer-main-box .col-adress .col-adress-box .cab-adress span {
  font-size: 14px;
}
#footer .footer-main-box .col-adress .col-adress-box .cab-phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .footer-main-box .col-adress .col-adress-box .cab-phone a {
  font-size: 14px;
}
#footer .footer-main-box .col-adress .col-adress-box .cab-phone a:hover {
  color: #f4682a;
}
@media screen and (max-width: 993px) {
  #footer .footer-main-box {
    margin-bottom: 20px;
  }
  #footer .footer-main-box .footer-logo-info {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
#footer .row-copiryght {
  border-top: 1px solid #d1d8d1;
  padding-top: 20px;
}
#footer .row-copiryght .container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
#footer .row-copiryght .container div {
  width: max-content;
}
#footer .row-copiryght .container div .copyright,
#footer .row-copiryght .container div a {
  font-size: 15px;
  color: #384037;
  font-weight: 300;
}
#footer .row-copiryght .container div a:hover {
  color: #f4682a;
}
.modal-body form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.modal-body form .form-type-textfield input,
.modal-body form .form-item-email input,
.modal-body form .form-type-tel input {
  height: 40px;
  border: 1px solid #7e917d;
  width: 100%;
  border-radius: 5px;
  padding-left: 10px;
}
.modal-body form textarea {
  height: 40px;
  border: 1px solid #7e917d;
  width: 100%;
  border-radius: 5px;
  padding-left: 10px;
}
.modal-body form .form-type-checkbox {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-body form .form-type-checkbox input {
  accent-color: #7e917d;
}
.modal-footer .webform-button--submit {
  width: 200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(#f38433, #f4682a);
  border: 1px solid #f4682a;
  border-radius: 0px;
  text-transform: uppercase;
}
.modal-footer .webform-button--submit:hover {
  background: inherit;
  color: #f4682a;
}
.not-front #block-vesta-theme-page-title {
  margin: 40px 0px;
}
.not-front #block-vesta-theme-page-title h1 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title h1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 993px) {
  .not-front #block-vesta-theme-page-title {
    margin: 23px 0px;
  }
}
.not-front #fos-block {
  margin-top: 60px;
}
@media screen and (max-width: 993px) {
  .not-front #fos-block {
    margin-top: 30px;
  }
}
.body-node--800 .region-map .block-title {
  display: none !important;
}
#header-mob {
  background: white;
}
#header-mob .col-logo img {
  max-width: 150px;
}
@media screen and (max-width: 385px) {
  #header-mob .col-logo img {
    max-width: 100px;
  }
}
#header-mob .col-phone a {
  font-size: 14px;
  color: #384037;
}
#header-mob .col-phone a:hover {
  color: #f4682a;
}
.offcanvas {
  background-color: white;
}
.offcanvas .logo img {
  max-width: 150px;
}
.offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.offcanvas .offcanvas-body .region-search #block-vesta-theme-knopkapoiska {
  display: none;
}
.offcanvas .offcanvas-body .region-search .search-form__submit {
  background: #7e917d;
  border: 1px solid #7e917d;
}
.offcanvas .offcanvas-body .region-search .search-form__submit:hover {
  background: #f4682a;
  border: 1px solid #f4682a;
}
.offcanvas .offcanvas-body .region-navigation ul.nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a {
  padding: 0px;
  color: #384037;
  font-weight: bold;
}
.offcanvas .offcanvas-body .region-navigation ul.nav li a:hover {
  color: #f4682a;
}
.offcanvas .offcanvas-body .contact-item-label {
  color: #384037;
  font-weight: bold;
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .contact-item-el a {
  color: #384037;
  font-weight: bold;
}
.offcanvas .offcanvas-body .contact-item-el a:hover {
  color: #f4682a;
}
.offcanvas .social-media {
  display: flex;
  gap: 10px;
}
.offcanvas .social-media img {
  transition: 0.5 transform ease;
}
.offcanvas .social-media img:hover {
  transform: scale(1.1);
}
#scrollToTop {
  right: 20px;
  width: auto;
  height: auto;
}
#scrollToTop img {
  width: 120px;
}
@media screen and (max-width: 993px) {
  #scrollToTop {
    right: 10px;
  }
  #scrollToTop img {
    width: 60px;
  }
}
.not-front .region-content .search-form__submit {
  border: 1px solid #7e917d;
  background: #7e917d;
}
.not-front .region-content .search-form__submit:hover {
  background: #f4682a;
  border: 1px solid #f4682a;
}
.not-front .region-content:has(.search-api-page-block-form-search) h3 a {
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
.not-front .region-content:has(.search-api-page-block-form-search) h3 a:hover {
  color: #f4682a;
}
.not-front .region-content:has(.search-api-page-block-form-search) h2 {
  font-size: 15px;
  font-weight: 300;
  margin: 10px 0;
}
.not-front .region-content ul.pagination li a {
  color: #f4682a;
}
.not-front .region-content ul.pagination li.is-active.active a {
  color: white;
  background-color: #f4682a;
  border: 1px solid #f4682a;
}
#header-mob {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), filter 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-bottom: 15px;
  position: fixed !important;
  z-index: 1000 !important;
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
@media screen and (max-width: 993px) {
  #main {
    padding-top: 50px;
  }
}
.taxonomy-term.vocabulary-catalog .content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.field--name-field-izobrazheniii-proekty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.field--name-field-izobrazheniii-proekty img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.view-tovary .view-content {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.view-tovary .view-content .product-teaser {
  width: 330px;
  height: 400px;
  padding: 10px;
  border: 1px solid #324730;
}
.view-tovary .view-content .product-teaser img {
  width: 100%;
  object-fit: cover;
  height: 330px;
}
.view-tovary .view-content .product-teaser .field--name-title {
  margin-top: 10px;
}
.view-tovary .view-content .product-teaser .field--name-title a {
  font-size: 16px;
  font-weight: bold;
  color: #f4682a;
}
.product-view-full {
  margin-top: 40px;
}
.product-view-full .tov-full-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.product-view-full .tov-full-block .field--name-field-slayder-izobrazheniya {
  max-width: 600px;
  flex: 1;
}
.product-view-full .tov-full-block .field--name-field-slayder-izobrazheniya img {
  width: 330px;
  height: 330px;
  object-fit: cover;
}
.product-view-full .tov-full-block .field--name-field-slayder-izobrazheniya .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-view-full .tov-full-block .field--name-field-slayder-izobrazheniya button.slick-next.slick-arrow {
  right: 25px;
}
.product-view-full .tov-full-block .field--name-field-slayder-izobrazheniya button.slick-prev.slick-arrow {
  left: 25px;
}
.product-view-full .tov-full-block .tov-full-block__info {
  max-width: 600px;
  flex: 1;
}
.product-view-full .tov-full-block .tov-full-block__info a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(#f38433, #f4682a);
  border: 1px solid #f4682a;
  border-radius: 0px;
  text-transform: uppercase;
  width: 195px;
  height: 46px;
}
.product-view-full .tov-full-block .tov-full-block__info a:hover {
  background: inherit;
  color: #f4682a;
}
.product-view-full .tov-full-block .tov-full-block__info #block-vesta-theme-page-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.product-view-full .tov-full-block .tov-full-block__info .field--name-field-cena {
  margin-top: 15px;
}
@media screen and (max-width: 993px) {
  .product-view-full .tov-full-block {
    flex-direction: column;
  }
}
.product-view-full .field--name-body {
  margin-top: 20px;
}
.ui-dialog-titlebar {
  background-color: inherit;
  border: none;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: none;
  background-image: url("/sites/all/themes/vesta_theme/image/close_black.png");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.ui-dialog-content form .form-type-processed-text {
  display: none;
}
.ui-dialog-content form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ui-dialog-content form .form-item-name,
.ui-dialog-content form .form-item-email,
.ui-dialog-content form .form-item-telefon {
  width: 100%;
}
.ui-dialog-content form .form-item-name input,
.ui-dialog-content form .form-item-email input,
.ui-dialog-content form .form-item-telefon input {
  width: 100%;
  height: 36px;
  background: inherit;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #324730;
  box-shadow: none !important;
  outline: none !important;
  color: #324730;
  border-radius: 0px;
  border-right: none;
  padding-left: 0px;
}
.ui-dialog-content form .form-item-name input::placeholder,
.ui-dialog-content form .form-item-email input::placeholder,
.ui-dialog-content form .form-item-telefon input::placeholder {
  color: #324730;
  font-size: 15px;
  font-weight: 300;
}
.ui-dialog-content form .form-item-message {
  width: 100%;
}
.ui-dialog-content form .form-item-message textarea {
  width: 100%;
  height: 36px;
  background: inherit;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #324730;
  border-right: none;
  box-shadow: none !important;
  outline: none !important;
  padding-left: 15px;
  color: #324730;
  border-radius: 0px;
  padding-left: 0px;
}
.ui-dialog-content form .form-item-message textarea::placeholder {
  color: #324730;
  font-size: 15px;
  font-weight: 300;
}
.ui-dialog-content form .form-type-checkbox {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ui-dialog-content form .form-type-checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #7e917d;
}
.ui-dialog-content form .form-type-checkbox .webform-element-description {
  max-width: 420px;
  color: #324730;
  font-size: 15px;
  font-weight: 300;
}
.ui-dialog-content form .webform-actions button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background: linear-gradient(#f38433, #f4682a);
  border: 1px solid #f4682a;
  border-radius: 0px;
  text-transform: uppercase;
  height: 46px;
  width: 180px;
}
.ui-dialog-content form .webform-actions button:hover {
  background: inherit;
  color: #f4682a;
}
