/* .sticky_menu header .sidebar_menu,
header,
#headerfixed,
#mobileheader {
  display: none !important;
} */

/* body>* {
  padding-left: 0 !important;
} */

.subbottom.header__top-part .header__top-item {
  flex-basis: auto !important;
}

/* root */

:root {
  --color-0: #ffffff;
  --color-1: #0157a4;
  --color-2: #007aff;
  --color-3: #f8f8f8;
  --color-4: #333333;
  --color-5: #be6b3e;
  --color-6: #999999;
  --border-color-1: #ececec;
  --border-radius-1: 3px;
  --font-size-1: 42px;
  --font-size-2: 32px;
  --font-size-3: 24px;
  --font-size-4: 18px;
  --font-size-5: 16px;
  --distance: 80px;
}

@media screen and (max-width:1259px) {
  :root {
    --distance: 60px;
    --font-size-1: 32px;
    --font-size-2: 28px;
  }
}

@media screen and (max-width:767px) {
  :root {
    --distance: 40px;
    --font-size-1: 24px;
    --font-size-2: 18px;
    --font-size-3: 18px;
    --font-size-4: 16px;
  }
}

/* general */

.landing_section .btn {
  font-size: var(--font-size-5) !important;
  border: none !important;
}

.right {
  text-align: right;
}

.landing_section * {
  font-size: var(--font-size-4);
}

.landing_section h1 {
  font-size: var(--font-size-1);
}

.landing_section h2 {
  font-size: var(--font-size-2);
}

.landing_section h3 {
  font-size: var(--font-size-3);
}

.landing_section h4 {
  font-size: var(--font-size-4);
}

.landing_section h1,
.landing_section h2,
.landing_section h3,
.landing_section h4 {
  margin: 0 !important;
}

.landing_section {
  margin-top: var(--distance);
}

.landing_section .title_block {
  margin: 0 !important;
  width: 100%;
}

.landing_section .title_block+* {
  margin-top: calc(var(--distance) / 2);
}

.landing_section .text_block>* {
  margin: 0;
}

.landing_section .text_block>*+* {
  margin-top: 15px;
}

.landing_section details summary {
  cursor: pointer;
  list-style: none;
  cursor: pointer;
  position: relative;
  transition: all .3s;
}

.landing_section details summary * {
  transition: all .3s;
}

.landing_section details:not([open]) summary:hover * {
  color: var(--color-1);
}

.landing_section details[open] summary:hover * {
  opacity: .9;
}

.landing_section details summary::-webkit-details-marker {
  display: none;
}

.landing_section .row:before,
.landing_section .row:after {
  display: none !important;
}

.landing_section details {
  padding: 30px;
  background-color: var(--color-3);
}

.landing_section details[open] {
  background-color: var(--color-1);
  color: var(--color-0);
}

.landing_section details summary {
  padding-right: 60px;
}

.landing_section details summary .flex {
  min-height: 40px;
  align-items: center;
}

.landing_section details summary .num_block {
  font-size: var(--font-size-2);
  font-weight: 500;
  line-height: 1.126em;
  flex: 30px;
  max-width: 30px;
  width: 100%;
  color: var(--color-4);
}

.landing_section details[open] summary .num_block {
  color: var(--color-0);
}

.landing_section details summary .num_block+.title_block {
  flex: calc(100% - 60px);
  max-width: calc(100% - 60px);
  width: 100%;
  padding-left: 5px;
}

.landing_section details summary+.text_block {
  padding-left: 55px;
  transition: all .3s;
  margin-top: 0;
  opacity: 0;
}

.landing_section details[open] summary+.text_block {
  animation: details_show linear both .3s;
  margin-top: 15px;
  opacity: 1;
}

@keyframes details_show {
  from {
    margin-top: 0;
    opacity: 0;
  }

  to {
    margin-top: 15px;
    opacity: 1;
  }
}

.landing_section details summary:after {
  content: '';
  background: url(/local/templates/aspro_max/images/svg/header_icons.svg) no-repeat;
  font-size: 0;
  width: 7px;
  height: 12px;
  transform: rotate(90deg);
  background-position: -11px -81px;
  position: absolute;
  z-index: 1;
  right: 16.5px;
  top: 14px;
}

.landing_section details[open] summary:after {
  transform: rotate(90deg) scale(-1);
  background-position: -11px -65px;
}

.landing_section details summary:before {
  content: '';
  width: 40px;
  height: 40px;
  background-color: var(--color-1);
  border-radius: var(--border-radius-1);
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}

.landing_section details[open] summary:before {
  background-color: var(--color-0);
}

.landing_section details summary h3 {
  font-size: var(--font-size-2);
}

.landing_section details[open] summary h3 {
  color: var(--color-0);
}

.landing_section details summary .flex {
  align-items: flex-start;
}

.landing_section details summary .num_block+.title_block {
  display: flex;
  min-height: 32px;
  align-items: center;
}

.landing_section .stretch_img {
  position: relative;
}

.landing_section .stretch_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.landing_section ul {
  padding: 0;
  margin: 0;
  color: var(--color-6);
}

.landing_section ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
}

.landing_section ul li+li {
  margin-top: 10px;
}

.landing_section ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-6);
  position: absolute;
  left: 1px;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .landing_section .hide.xs-show {
    display: block !important;
  }

  .landing_section .xs-hide {
    display: none !important;
  }

  .landing_section details {
    padding: 20px;
  }

  .landing_section details summary .flex {
    gap: 0 20px;
  }

  .landing_section details summary .num_block+.title_block {
    padding-left: 0;
  }

  .landing_section details[open] summary:hover * {
    opacity: 1;
  }

  .landing_section .stretch_img img {
    position: relative;
  }
}

/* first_screen */

#first_screen .title_block h1 span {
  color: var(--color-1);
  font-size: var(--font-size-1);
}

#first_screen .title_block {
  margin-top: calc(var(--distance) / 2) !important;
}

#first_screen .btn_block .btn {
  width: 100%;
  padding: 20px;
}

@media screen and (max-width:767px) {
  #first_screen h1 {
    text-align: center;
  }

  #first_screen h1 br {
    display: none;
  }
}

/* gallery_block */

#gallery_block .news-item .img_block {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}

#gallery_block .news-item .img_block+h3 {
  margin-top: 15px !important;
}

#gallery_block .news-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

#gallery_block .nav_block {
  display: flex;
  gap: 10px;
}

#gallery_block .nav_block>* {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  transform: translate(0, 0);
  background-color: var(--color-1);
  color: var(--color-0);
}

#gallery_block .nav_block>*:hover {
  background-color: var(--color-2);
}

#gallery_block .nav_block .swiper-button-next:after {
  background-position: -11px -81px;
}


#gallery_block .nav_block .swiper-button-prev:after {
  background-position: 0 -81px;
}

@media screen and (max-width: 1259px) {
  #gallery_block .swiper {
    margin-left: -30px;
    margin-right: -30px;
  }

  #gallery_block .title_block {
    padding-left: 30px;
    padding-right: 30px;
  }

  #gallery_block .swiper .swiper-wrapper {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #gallery_block .swiper {
    margin-left: -20px;
    margin-right: -20px;
  }

  #gallery_block .swiper .swiper-wrapper {
    width: 100vw;
  }

  #gallery_block .title_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  #gallery_block .swiper .swiper-wrapper {
    padding: 0 20px;
  }
}

/* stages_block */

#stages_block .list .item {
  background-color: var(--color-1);
  padding: 30px;
}

#stages_block .list .item * {
  color: var(--color-0);
}

#stages_block .list .item .num_block {
  font-size: 64px;
  line-height: 64px;
}

#stages_block .list .item .num_block+.title_block {
  margin-top: 15px !important;
}

#stages_block .list .item .num_block+.title_block h3 {
  font-size: 20px;
}

#stages_block .list .item .num_title_block+.text_block {
  margin-top: 10px;
}

@media screen and (max-width:1259px) {

  #stages_block .list .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  #stages_block .list .item .num_title_block {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
  }

  #stages_block .list .item .num_block {
    margin-right: 20px;
  }

  #stages_block .list .item .num_block+.title_block {
    position: relative;
    bottom: 5px;
  }
}

@media screen and (max-width:767px) {
  #stages_block .list .item {
    padding: 20px;
  }

  #stages_block .list .item .num_block {
    font-size: 48px;
    line-height: 48px;
  }

  #stages_block .list .item .num_block+.title_block {
    position: relative;
    bottom: 2px;
  }
}

/* banner_text_block */

#banner_text_block .title_block h2+h2 {
  margin-top: 30px !important;
}

#banner_text_block .btn_block {
  margin-top: 30px;
}

#banner_text_block .btn {
  padding: 20px;
  width: 100%;
}

@media screen and (max-width:767px) {
  #banner_text_block .title_block h2+h2 {
    margin-top: 10px !important;
  }

  #banner_text_block .title_block+.text_block {
    margin-top: 0;
  }

  #banner_text_block .title_block+.text_block * {
    font-size: var(--font-size-2);
    font-weight: 500;
  }
}

/* acc_list_block */

#acc_list_block .list .item+.item {
  margin-top: 15px;
}

/* infographic_block */

#infographic_block svg {
  color: var(--color-1);
}

#infographic_block .text_block {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {

  #infographic_block svg+h3 {
    margin-top: 15px !important;
    font-size: var(--font-size-3);
  }

  #infographic_block .list .item {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-left: 1px solid var(--border-color-1);
  }

  #infographic_block details {
    padding: 0;
    background-color: transparent;
  }

  #infographic_block summary {
    cursor: default;
    padding: 0;
  }

  #infographic_block summary::before,
  #infographic_block summary::after {
    display: none;
  }

  #infographic_block details:not([open]) summary:hover h3,
  #infographic_block details:not([open]) summary:hover .text_block * {
    color: var(--color-4);
  }

  #infographic_block details[open] summary:hover h3,
  #infographic_block details[open] summary:hover .text_block * {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #infographic_block .list .item+.item {
    margin-top: 15px;
  }

  #infographic_block .icon_title_block {
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
  }

  #infographic_block .icon_title_block svg {
    width: 50px;
    height: 50px;
    flex: 40px;
    max-width: 40px;
  }

  #infographic_block details[open] .icon_title_block * {
    color: var(--color-0);
  }

  #infographic_block .icon_title_block svg+h3 {
    flex: calc(100% - 70px);
    max-width: calc(100% - 70px);
    width: 100%;
    display: flex;
    min-height: 50px;
    align-items: center;
  }
}

/* banner_block */

#banner_block .banner_wrapper {
  padding: var(--distance);
  position: relative;
}

#banner_block .banner_wrapper>* {
  position: relative;
  z-index: 1;
}

#banner_block .banner_wrapper picture {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#banner_block .banner_wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner_block .banner_wrapper * {
  color: var(--color-0);
}

#banner_block .banner_wrapper .title_block h2 {
  font-size: var(--font-size-1);
}

#banner_block .banner_wrapper .title_block+.description_block {
  margin-top: var(--distance);
}

#banner_block .banner_wrapper .description_block {
  margin-left: auto;
  margin-right: 0;
  width: 40%;
}

#banner_block .banner_wrapper .description_block .text_block {
  background-color: #00000069;
  padding: 15px;
}

#banner_block .banner_wrapper .description_block .text_block+.btn_block {
  margin-top: 30px;
}

#banner_block .banner_wrapper .description_block .btn_block .big_btn {
  padding: 20px;
  background-color: var(--color-5);
  width: 100%;
  display: block;
  text-align: center;
  transition: all .3s;
  border: none;
}

@media screen and (max-width: 1259px) {
  #banner_block .banner_wrapper .description_block {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #banner_block .banner_wrapper .title_block h2 {
    text-align: center;
  }

  #banner_block .banner_wrapper .title_block h2 br {
    display: none;
  }

  #banner_block .banner_wrapper .description_block {
    width: 100%;
    margin-top: 60% !important;
  }

  #banner_block .banner_wrapper .description_block .text_block {
    display: none;
  }
}


/* video_block */

.video_block {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}

.video_block>* {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* form_block */

#form_block * {
  font-family: "Montserrat", Arial, sans-serif;
}

#form_block .b24-form-header {
  border: none;
  padding: 0 !important;
}

#form_block .b24-form-header+* {
  padding-top: 0 !important;
  margin-top: calc(var(--distance) / 2);
}

.b24-form-header-title {
  font-size: var(--font-size-2) !important;
  font-weight: 500 !important;
  line-height: 1.126em !important;
  margin: 0 !important;
}

.b24-form-btn-block button {
  letter-spacing: 0.8px;
  border-radius: 3px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: var(--font-size-5);
  padding: 20px;
  background-color: var(--color-1);
}

.b24-form-btn-block button:hover {
  background-color: var(--color-2);
}

/*01.09.25*/

#gallery_block .news-item .img_block,
.landing_section .stretch_img {
  overflow: hidden;
  background-color: #0157a4;
}

#gallery_block .news-item .img_block img,
.landing_section .stretch_img img {
  transition: all .3s;
}

#gallery_block .news-item .img_block:hover img,
.landing_section .stretch_img:hover img {
  transform: scale(1.1);
  opacity: .7;
}

.fancybox__content {
  animation: linear both .3s fancy_open_img;
  animation-delay: .5s;
}

@keyframes fancy_open_img {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}