*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Mont', serif;
  margin: 0;
  padding: 0;
  min-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: space-between;
}
img {
  pointer-events: none;
}
section {
  max-width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  position: relative;
  display: flex;
  flex-direction: column;
  /*margin-top: 80px;*/
}
.unselectable {
  user-select: none;
}
.title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 51px;
  margin: 0;
}
.sub-title {
  max-width: 55%;

  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;

  color: #393939;
}

#main {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
}
.main__root {
  overflow: hidden;
  width: 100%;
  height: 770px;
}
.main__root img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__root:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0.7) 100%);
}

#logo {
  position: absolute;
  left: 15%;
  top: 60px;
  height: 45px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1280px) {
  #logo {
    position: absolute;
    left: 5%;
    top: 20px;
    height: 45px;
    display: flex;
    flex-direction: row;
  }
}
.main__logo {
  position: relative;
  top: -30px
}
.main__logo_buh34 {
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
}
.main__logo_buh {
  color: #FFFFFF;
}
.main__logo_34 {
  color: #4892f1;
}
.main__logo_divider {
  width: 45px;
  height: 0px;
  opacity: 0.2;
  border: 1px solid #FFFFFF;
  transform: rotate(90deg);
  margin: auto;
}
.main__logo_text {
  width: 180px;
  margin: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;

  color: #FFFFFF;
}

#menu {
  position: absolute;
  right: 15%;
  top: 60px;
  height: 45px;
  width: 40%;
  max-width: 700px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;

  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  /*font-size: 1vw;*/
  line-height: 20px;
  align-items: center;
  text-transform: uppercase;

  color: #FFFFFF;
}

@media (max-width: 1280px) {
  #menu {
    position: absolute;
    right: 5%;
    top: 20px;
    height: 45px;
    width: 55%;
    /*max-width: 700px;*/
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;

    font-style: normal;
    font-weight: 800;
    /*font-size: 16px;*/
    font-size: 2vw;
    line-height: 20px;
    align-items: center;
    text-transform: uppercase;

    color: #FFFFFF;
  }
}
#menu a {
  text-decoration: none;
  color: #FFFFFF;
}

.main__menu_item {
  padding: 5px;
}

#main_content {
  position: absolute;
  left: 15%;
  bottom: 50px;
  color: #FFFFFF;
}

@media (max-width: 1280px) {
  #main_content {
    position: absolute;
    left: 5%;
    bottom: 20px;
    color: #FFFFFF;
  }
}
.main__content_small_text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.main__content_big_text {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  /*font-size: 3vw;*/
  line-height: 50px;
  margin-bottom: 30px;
}
.button {
  display: inline-block;
  padding: 15px 20px;

  text-decoration: none;
  background: #4892F1;
  border-radius: 12px;
  color: #FFFFFF;

  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.button:hover {
  background: #1272ED;
}


#benefits {
  width: 100%;
  min-height: 460px;
}
/*.benefit-carousel {*/
/*  height: 300px;*/
/*  text-align: justify;*/
/*  text-align-last: justify;*/
/*  display: inline-block;*/
/*  line-height: 0;*/
/*  overflow: hidden;*/
/*}*/
.benefit-carousel {
  height: 300px;
  margin-top: 56px;
  display: flex;
  /*width: 10000px;*/
  gap: 30px;
  flex-wrap: wrap-reverse;
  /*justify-content: space-between;*/
  overflow: hidden;
}
/*.benefit-carousel:after {*/
/*  width: 100%;*/
/*  height: 0;*/
/*  visibility: hidden;*/
/*  overflow: hidden;*/
/*  content: '';*/
/*  display: inline-block;*/
/*}*/
.benefit-card {
  width: auto;
  height: 300px;
  /*line-height: 0;*/
  display: flex;
  flex-direction: column;
  justify-content: space-around;

  background-color: rgba(113, 113, 113,0.1);
  border-radius: 12px;
}
.benefit-card_row {
  margin: 0 30px;
  display: flex;
  flex-direction: row;
  gap: 22px;
}
.icon {
  width: 116px;
  height: 116px;
  margin: 0 30px;
}
.benefit-card_title {
  width: 240px;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
}
.benefit-card_text {
  max-width: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 138.3%;
  transition: max-width 0.9s ease, opacity 0.9s ease, margin-left 0.9s ease;
  overflow: hidden;
}
.benefit-card_text-text {
  width: 270px;
}
.collapsed .benefit-card_text {
  display: none;
  max-width: 0;
  transition: max-width 0.9s;
}
.collapsed {
  animation: animateThis 1s ease;
}
.active {
  animation: animateThis 1s ease;
}


#services {
  width: 100%;
  min-height: 620px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.services__col1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.services__col1 .sub-title {
  max-width: 100%;
}
.services-list li::marker {
  content: url(../images/marker.png);

  color: #4496FF;
}
.services-list {
  height: 100%;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}
.services-list li {
  padding-left: 10px;
}


#banner {
  width: 100%;
  min-height: 320px;
  color: #FFFFFF;
}
.banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;

  background: #003160;
  border-radius: 12px;
}
.banner-col1 {
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
}
.banner-col2 {
  position: absolute;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  right: 0;
}
.banner-header {
  position: absolute;
  width: 100%;
  left: 10%;
  top: 70px;
  margin: 0;

  font-style: normal;
  font-weight: 400;
  /*font-size: 40px;*/
  font-size: 2.2vw;
  line-height: 51px;

}
.banner-contact_us {
  position: absolute;
  left: 10%;
  bottom: 70px;
  margin: 0;

  font-style: normal;
  font-weight: 400;
  /*font-size: 22px;*/
  font-size: 1.2vw;
  line-height: 28px;

  color: #ffffff;
}

.banner-form {
  position:absolute;
  height:auto;
  bottom:0;
  top:0;
  left:0;
  right:0;
  display: flex;
  flex-direction: column;
  margin: 70px 10% 70px 5%;
}
.form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.banner-form input {
  box-sizing: border-box;
  width: 45%;
  height: 50px;
  padding: 20px;

  border-radius: 12px;
  color: #ffffff;
}
.banner-form span {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}
.banner-form .bottom-row {
  margin-top: auto;
}
.banner-form .form-input {
  border: 1px solid #ffffff;
  background: #003160;
}
.banner-form .form-button {
  border: 1px solid #4892F1;
  background: #4892F1;
  color: #ffffff;
  font-style: normal;
  font-weight: 200;
  font-size: 1.1vw;
  line-height: 0;
}
.form-button:hover {
  border: 1px solid #1272ED;
  background: #1272ED;
  cursor:pointer;
}
.form-button:active {
  border: 1px solid #0c6de8;
  background: #0c6de8;
}
::-webkit-input-placeholder {color:#ffffff;font-style: normal;font-weight: 200;font-size: 16px;}
::-moz-placeholder          {color:#ffffff;font-style: normal;font-weight: 200;font-size: 16px;}/* Firefox 19+ */
:-moz-placeholder           {color:#ffffff;font-style: normal;font-weight: 200;font-size: 16px;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ffffff;font-style: normal;font-weight: 200;font-size: 16px;}


#map {
  min-height: 600px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.map {
  min-height: 600px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.contacts {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  vertical-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 50px;
  left: 50%;
  width: 550px;
  max-width: 50%;
  height: 50%;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.contacts-address {
  margin: 0 0 10px;
}
.contacts-time {
  font-weight: 600;
}
.contacts-phone {
}
.contacts-email {
}
.contacts-colored {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #4892F1;
}

.banner-success-text, .banner-error-text {
  display: none;
}
.banner-success-text {
  color: green;
}
.banner-error-text {
  color: red;
}