body {
  font-family: "Montserrat";
  --main-color: #24b81f;
  --main-color-hover: #a5a5a5;
  --main-text-color: #333;
  --white-color: #ffffff;
  --main-text-color-hover: #7d7d7d;
  --arrow-hover-color: #eaeaea;
}

.header .container--big .phoneHeader__container {
  align-items: center;
}
.phoneHeader__wrap-phone-base {
  display: inline-flex;
  flex-direction: column;
}
.footer-info__contacts
  .phoneHeader__wrap-phone-base
  > .footer-info__phone:first-child {
  margin-bottom: 0;
}

.whats-up-wrapper {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}

.whatsup-icon {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.whatsup-icon:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.sitemap-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .sitemap-container {
    font-size: 14px;
  }
}

.main-sitemap-list {
  display: inline-block;
  width: 100%;
  column-count: 2;
}

.sitemap-list {
  display: inline-block;
  width: fit-content;
  block-size: fit-content;
  margin-bottom: 10px;
}

.main-link {
  width: fit-content;
  block-size: fit-content;
}

.catalog-form__form-col {
  background-color: #ffffff;
  padding: 30px !important;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #cacaca;
}

.container--big .catalog-form,
.container--big .catalog-form__form-col
{
  padding: 40px 15px;
}

.catalog-form__form-col .inlineForm__box-wrapper input:active, .catalog-form__form-col .inlineForm__box-wrapper input:focus, .catalog-form__form-col .inlineForm__box-wrapper input:hover {
  border: 1px solid #a8a8a8;
}


.callform__info-addr a {
  white-space: nowrap;
}

.phoneHeader {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.phoneHeader__container {
  display: flex;
  flex-direction: column;
}

.phoneHeader__text {
  position: unset !important;
}

@media (max-width: 1420px) {
  .header .container--big {
    max-width: 100%;
    width: 960px;
  }

  .delivery__menuitem {
    font-size: 12px;
  }

  .header .container--big .header-topmenu__item {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}

.menu__secondLevelImg-price {
  background-color: var(--main-color);
  border-radius: 4px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.header-topmenu__item {
  color: var(--main-text-color);
  font-size: 14px;
  padding: 1px 0 3px;
  text-decoration: none;
}

.footer-info__banner-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--main-color);
  border-radius: 10px;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  margin-left: 30px;
  padding: 0 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-info__banner-button:hover {
  color: var(--white-color);
}

.catalog-form__form-col .inlineForm__button button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: var(--main-color);
  border-radius: 10px;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  justify-content: center;
  padding: 0 53px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.catalog-form__form-col .inlineForm__button button:hover {
  background-color: var(--main-color-hover);
}

.inlineForm__button:hover button {
  background-color: var(--main-color-hover);
  color: var(var(--white-color));
}

.catalogForm__showMore {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: unset;
  border: 2px solid var(--main-color);
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  font-family: Ubuntu;
  font-size: 18px;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  margin-top: 40px;
  min-height: 58px;
  min-width: 368px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.catalogForm__showMore p {
  margin-bottom: 0;
}

.catalogForm__showMore::after {
  background-image: none !important;
  background: none !important;
}

.catalogForm__showMore:focus,
.catalogForm__showMore:hover {
  background: var(--main-color-hover);
  outline: none;
  color: var(--white-color);
  border-color: var(--main-color-hover);
}

.catalogForm__showMore:hover .catalogForm__arrow {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.catalogForm__arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.vacancy__button {
  background-color: var(--main-color);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 24px;
  padding: 16px 28px;
  text-transform: uppercase;
  color: var(--white-color);
}

.vacancy__button:focus,
.vacancy__button:hover {
  background-color: var(--main-color-hover);
  outline: none;
  color: var(--white-color);
}

.button__danger {
  background-color: var(--main-color) !important;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.button__danger:focus,
.button__danger:hover {
  background-color: var(--main-color-hover) !important;
  outline: none;
  color: var(--white-color) !important;
}

.phone-btn {
  background-color: var(--main-color);
  color: var(--white-color) !important;
  padding: 0 17px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  white-space: no-wrap;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  border: none;
  cursor: pointer;
  margin: 0 5px;
}

.phone-btn:hover {
  background-color: var(--main-color-hover);
}

.header .container--big form.search {
  width: 180px !important;
}

.serviceForm__header-item {
  color: var(--main-color) !important;
}

.serviceForm__act-l .button__danger:hover {
  color: var(--white-color) !important;
}

.menu__social_tg {
  border-radius: 50px;
}

.tg_footer_img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.black-list {
  background-color: var(--main-color);
  color: var(--white-color);
}

.black-list:hover {
  background-color: var(--main-color-hover);
  color: var(--white-color);
}

.black-list img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.about-container{
  display: inline-block;
}

.about-wrapper{
  max-width: none;
  display: inline-block;
}

.callform__form-inner-submit {
  color: var(--white-color);
}
.contacsDetails__departments-title {
  font-size: 16px;
  font-weight: 600;
}

.contacsDetails__departments-desc {
  font-size: 14px;
}

.contacsDetails__departments-table .contacsDetails__email {
  margin: 0;
  width: max-content;
  display: inline-block;
  padding-left: 32px;
}

.contacsDetails__departments-table a {
  font-size: 16px;
  font-weight: 600;
  color: #0a0a0a;
  text-decoration: none;
}

.contacsDetails__departments-table-cell {
  text-align: right;
}

.contacsDetails__block-phone {
  width: max-content;
}

.contacsDetails__departments-table tr {
  border: 1px solid #e1e1e1;
  vertical-align: middle;
}

.contacsDetails__departments-table td {
  padding: 10px 15px;
  height: 100%;
}

@media (max-width: 992px) {
  .contacsDetails__departments-table tr {
    display: flex;
    flex-direction: column;
  }

  .contacsDetails__departments-table tr td:first-child {
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .contacsDetails__departments-table tr td:last-child {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.contacsDetails__title {
  font-size: 18px;
}

.contacsDetails__block {
  border: 2px solid #0165b759;
}

.contacsDetails__phone a {
  font-size: 16px;
}

.contacsDetails__phone a.contacts__phone_smaller {
  font-size: 16px;
}

.contacsDetails .scroll-to-map {
  margin-bottom: 22px;
}

.contacsDetails .scroll-to-map:focus {
  background: var(--main-color);
  color: var(--white-color);
}

.contacsDetails__grid {
  display: grid;
  grid-template-columns: 100%;
  max-width: 100%;
  width: 100%;
  row-gap: 3rem;
}

.contacsDetails__details {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.contacsDetails {
  margin: 0;
}

.contactsMap {
  margin-top: 0;
}

.contacsDetails__departments-table {
  width: 100%;
}

@media (min-width: 992px) {
  .contacsDetails__grid {
    grid-template-columns: 66.66% 33.33%;
  }

  .contacsDetails__details {
    display: flex;
    flex-direction: column;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .contacsDetails__departments {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .contacsDetails__map {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .contacsDetails__form {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }

  .contactsMap {
    margin-bottom: 0;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .contacsDetails__details {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .catalog-form__form-col .inlineForm__button {
    margin-right: 25px;
  }
}

.header .container--big .header__email-link {
  font-size: 18px;
}

.header__whatsapp_label {
  margin-right: 0.5em;
  font-size: 16px;
}

@media (max-width: 1420px) and (min-width: 1200px) {
  .header .container--big .header__email-link {
    font-size: 16px;
  }

  .header .container--big .phoneHeader__phone {
    font-size: 16px;
  }

  .header__email-link, .header__social {
    margin-left: 10px;
    margin-right: 10px;
  }

  .header .container--big .header__social .header__icon~.header__icon {
    margin-left: 10px;
  }

  .phoneHeader {
    gap: 10px;
  }
}

.fancybox-nav {
  height: 50%;
  width: 25%;
  transform: translateY(50%);
}

@media (max-width: 466px) {
  #videoFrame {
    width: 100%;
    height: 100%;
  }

  .videos-slider-container__video {
    width: 90vw;
    aspect-ratio: 16 / 10;
  }

  .fancybox-nav {
    transform: none;
  }
}

.header-mobile__dropdown {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .04), 0 16px 24px rgba(0, 0, 0, .04), 0 24px 32px rgba(0, 0, 0, .04);
  box-shadow: 0 0 1px rgba(0, 0, 0, .04), 0 4px 8px rgba(0, 0, 0, .04), 0 16px 24px rgba(0, 0, 0, .04), 0 24px 32px rgba(0, 0, 0, .04);
  display: none;
  min-width: unset;
  padding: 14px 24px;
  gap: 10px;
  flex-direction: column;
}

.header__contacts-dropdown{
  display: flex;
  gap: 8px;
}

.dropdown-open .header-mobile__dropdown {
  display: flex;
}


.header-mobile__dropdown-img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: auto;
  margin-left: 6px;
  margin-top: auto;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.dropdown-open .header-mobile__dropdown-img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.menu__socials {
  flex-wrap: wrap;
  gap: 15px;
}

.menu__social:not(:last-child) {
  margin-right: 0
}
.header-skolkovo{
  display:flex;
  align-items:center;
  white-space:nowrap;
}
.header-skolkovo--desktop{
  gap:8px;
  margin-left:25px;
}

.header-skolkovo--desktop .header-skolkovo__logo{
  height:34px;
  width:118px;
  margin-bottom: 5px;
}
@media (max-width: 1475px) {
  .header-top.header-top--big .container.container--big {
    width: auto;
    max-width: 100%;
  }
  .header .container--big .header__pricelist {
    display: none
  }
  .header form.search {
    display: none;
  }
}
@media (max-width: 1230px){
  .header-skolkovo--desktop {
    margin-left: 5px;
  }
  .header-topmenu--with-skolkovo {
    margin-right: -8px;
  }
}
.header-skolkovo--mobile{
  display:none;
}

@media (max-width: 991px){
  .header-skolkovo--mobile{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    color: #000;
    position:fixed;
    left:0;
    right:0;
    top:0;
    background-color: #f7f7f7;

    height:40px;
    padding:0 15px;
    z-index:1000;
  }
  .header-skolkovo__logo {
    height: 35px;
    width: auto;
    max-width: 120px;
    display: block;
  }
  .header-skolkovo__text {
    margin-top: 6px;
    font-weight: 600;
    text-decoration: none;
  }
  .hidden-lg-up .header__mobile.has-skolkovo {
    top: 32px;
  }
  .menu {
    top: 82px !important;
  }
}
.header .container--big
.header-topmenu.header-topmenu--with-skolkovo
.header-topmenu__item {
  padding: 0 30px 0 0;
}
@media (max-width: 1477px) {
  .header .container--big
  .header-topmenu.header-topmenu--with-skolkovo
  .header-topmenu__item {
    font-size: 14px;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 1110px) {
  .header .container--big
  .header-topmenu.header-topmenu--with-skolkovo
  .header-topmenu__item {
    font-size: 14px;
    padding: 0 8px 0 0;
  }
}