html, body {
    font-family: SF Pro Display;
}

.wrapper {
    /*max-width: 1680px;*/
}
.top {
    height: 80px;
    width: 100%;
}

.top .logo {
    width: 336px;
    float: left;
    margin-left: 5%;
}

.top .logo-mobile {
    display: none;
}

.top .menu {
    float: right;
    padding-top: 30px;
    margin-right: 5%;
}

.top .menu ul li {
    float: left;
    margin-right: 30px;
}


.top .menu ul li a {
    color: #00336A;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
}

.page {
    background: url('../img/page_bg.png') no-repeat left top;
    overflow: hidden;
    width: 100%;
    margin-bottom: 80px;
}

.page .inner {
    max-width: 1282px;
    margin: 0 auto;
}


.page .inner > .title {
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    margin: 100px 0 64px 0;
    color: #00336A;
}

.faq .item {
    background: rgba(242, 249, 251, 0.6);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(34px);
    border-radius: 32px;
    margin-bottom: 30px;
    position: relative;
    padding: 50px;
    cursor: pointer;
}

.header .bg-3_mob {
    display: none;
}


.faq .title {
    font-weight: 700;
    font-size: 29px;
    line-height: 40px;
    color: #00336A;
}

.faq .item .checker {
    background: url('../img/checker_bg_bottom.png') no-repeat top center;
    height: 80px;
    width: 80px;
    position: absolute;
    right: 50px;
    top: 30px;
}

.faq .item.active .checker {
    background: url('../img/checker_bg.png') no-repeat top center;
}

.faq .line {
    border: 3px dashed rgba(179, 209, 227, 0.6);
    margin: 50px 0;
    width: 100%;
    display: none;
}

.faq .text {
    font-size: 22px;
    line-height: 30px;
    color: #00336A;
    display: none;
}

.faq .item.active .line {
    display: block;
}

.faq .item.active .text {
    display: block;
}

.header {
    background-color: #CBEBFD;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 770px;
}

.header .bg-1 {
    width: 56%;
    height: 245px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.header .bg-2 {
    width: 52%;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.header .bg-3 {
    width: 52%;
    position: absolute;
    top: 80px;
    right: 8%;
    z-index: 2;
}

.header .head_bg-1 {
    width: 46%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header .head_bg-2 {
    width: 46%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.header .head-promo {
    z-index: 999;
    position: absolute;
    left: 16%;
    top: 33%;
    width: 28%;
}

.header .head-promo .title {
    color: #00336A;
    font-weight: 800;
    font-size: 38px;
}

.header .head-promo .text {
      color: #00336A;
      font-weight: 400;
      margin-top: 30px;
      font-size: 22px;
      line-height: 130%;
}


.header .head-promo .button {
    width: 290px;
    height: 70px;
    background: linear-gradient(226.7deg, #078FE1 12.32%, #075EE1 105.15%);
    border-radius: 72px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    /* identical to box height */
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-top: 30px;
}

.header .head-promo .button:hover {
    background: linear-gradient(226.7deg, #028CDF 12.32%, #0754C8 105.15%);
}


.promo-block-1 {
    background: #ECF8FF;
    height: 28%;
    padding: 40px 0;
}

.promo-block-1 img {
    width: 76%;
    display: block;
    margin: 0 auto;
}

.promo-block-1 img.mobile {
    display: none;
}

.promo-block-2 {
    margin-top: 110px;
    overflow: hidden;
}

.promo-block-2 .tabs {
  background: rgba(242, 249, 251, 0.8);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  backdrop-filter: blur(34px);
  border-radius: 32px;
  float: left;
  width: 25%;
  padding: 40px;
  margin-left: 5%;
}

.promo-block-2 .tabs li {
    display: block;
    padding: 10px 0;
    border-bottom: 3px dashed rgba(179, 209, 227, 0.6);
}

.promo-block-2 .tabs li a {
    font-size: 22px;
    text-decoration: none;
    color: #00336A;
    line-height: 150%;
}

.promo-block-2 .tabs li a.active {
    font-weight: 800;
}

.promo-block-2 .tabs-content {
  float: right;
  width: 60%;
  margin-right: 5%;
}

.tabs-content .text {
    background: rgba(242, 249, 251, 0.6);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    display: none;
    backdrop-filter: blur(34px);
    border-radius: 32px;
    margin-bottom: 40px;
    padding: 50px;
    overflow: hidden;
}

.tabs-content .text .image {
    float: left;
    width: 120px;
}

.tabs-content .text .title {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    margin-top: 20px;
    color: #00336A;
    padding-left: 30px;
    float: left;
    width: 75%;
}

.tabs-content .text .content {
    clear: both;
      font-style: normal;
      font-size: 22px;
      line-height: 150%;
      padding-top: 30px;
      color: #00336A;
}

.tabs-content .text.active {
    display: block;
}

.promo-block-3 {
    background: #ECF8FF;
    overflow: hidden;
    margin-top: 110px;
}

.promo-block-3 .block-title {
    font-weight: 700;
    margin-top: 100px;
    margin-left: 10%;
    font-size: 55px;
    line-height: 66px;
    color: #00336A;
}

.promo-block-3 .video-block {
    width: 840px;
    margin: 96px auto 0 auto;
    height: 474px;
    margin-bottom: 100px;
}

.promo-block-4 {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
}

.promo-block-4 a {
    background: rgba(242, 249, 251, 0.6);
      border: 1px solid #FFFFFF;
      box-sizing: border-box;
      backdrop-filter: blur(34px);
      border-radius: 32px;
      font-weight: 800;
      font-size: 26px;
      text-decoration: none;
      display: flex;
      align-items: center;
      width: 40%;
      float: left;
      margin-left: 5%;
      height: 160px;
      color: #00336A;
      position: relative;
      padding-right: 10%;
      line-height: 150%;
      padding-left: 2%;
      z-index: 999;
      box-shadow: 0px 32px 35px 0px rgb(7 143 225 / 15%);
}

.promo-block-4 a:hover {
      box-shadow: 0px 32px 35px 0px rgb(7 143 225 / 35%);
}

.promo-block-4 a img {
    position: absolute;
    top: 25%;
    right: 5%;
}


.promo-block-4 .bg-1 {
    width: 78%;
      height: 100%;
      position: absolute;
      top: -20%;
      right: 0;
      z-index: 1;
}

.promo-block-4 .bg-2 {
    width: 28%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.promo-block-5 {

}

.promo-block-5 .block-title {
    font-weight: 700;
    margin-top: 100px;
    margin-left: 10%;
    font-size: 55px;
    line-height: 66px;
    color: #00336A;
}

.form {
    width: 100%;
    max-width: 1280px;
    margin: 100px auto 100px auto;
    overflow: hidden;
}


.form .form-tabs {
    width: 30%;
    float: left;
}

.form-content {
    width: 70%;
    float: left;
    background: rgba(242, 249, 251, 0.6);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(34px);
    padding: 50px;
    border-radius: 32px;
    margin-bottom: 65px;
    display: none;
}

.form-buy-content {
    width: 100%;
    float: left;
    background: rgba(242, 249, 251, 0.6);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    backdrop-filter: blur(34px);
    padding: 50px;
    border-radius: 32px;
    margin-bottom: 65px;
    display: none;
}

.form-content.active {
    display: block;
}

.form-buy-content.active {
    display: block;
}


.form-content .item {
    float: left;
    width: 45%;
    padding-right: 5%;
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

.form-content input {
    background: #FFFFFF;
    border: 1px solid #C7E6F8;
    box-sizing: border-box;
    height: 40px;
    border-radius: 8px;
    width: -webkit-fill-available;
    font-size: 18px;
    padding-left: 10px;
}

.form-buy-content .item {
    float: left;
    width: 45%;
    padding-right: 5%;
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

.form-buy-content .item #buyitemc{
      width: 10%;
      text-align: right;
      margin-bottom: 20px;
  }
  .form-buy-content .item #buyitemprice{
      width: 10%;
      text-align: right;
  }
.form-buy-content input {
    background: #FFFFFF;
    border: 1px solid #C7E6F8;
    box-sizing: border-box;
    height: 40px;
    border-radius: 8px;
    width: -webkit-fill-available;
    font-size: 18px;
    padding-left: 10px;
}

.form-content .item .label {
    font-size: 15px;
    margin-bottom: 5px;
}


.form-tabs .counter {
    width: 50px;
    background: url('../img/line.png') repeat-y top center;
    float: left;
}

.form-tabs .counter .item {
    background: #ECF8FF;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      color: #8E99A5;
      text-align: center;
      margin-bottom: 65px;
      line-height: 50px;
}

.form-tabs .counter .item.active {
    background: linear-gradient(226.7deg, #078FE1 12.32%, #075EE1 105.15%);
    color: #fff;
    font-size: 20px;
}

.form-tabs .counter .item.final {
    background: linear-gradient(226.7deg, #04DB8D 12.32%, #0785E1 105.15%);
    color: #fff;
    font-size: 20px;
    margin-top: 65px;
    display: block !important;
}


.form-tabs .counter .item:last-child {
      margin-bottom: 0;
      display: none;
}

.form-tabs .counter .item:nth-last-child(2) {
      margin-bottom: 0;
}



input {
  width: 266px;
  display: inline-block;
  padding: 5px;
}

.ui-datepicker-trigger {
  margin-left: 5px;
  position: relative;
  top: 25px;
  cursor: pointer;
  position: absolute;
  right: 12%;
}

.form-tabs ul {
  float: left;
  display: block;
  margin-left: 20px;
}


.form-tabs ul li {
    color: #00336A;
    line-height: 50px;
    font-size: 22px;
    margin-bottom: 65px;
}

.form .button {
      width: 290px;
      height: 70px;
      background: #E6E6E6;
      border-radius: 72px;
      color: #fff;
      text-decoration: none;
      display: block;
      text-align: center;
      font-weight: 600;
      font-size: 29px;
      line-height: 35px;
      line-height: 70px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      margin-top: 30px;
      clear: both;
      margin-left: 30%;
}

.form .button.active {
    background: linear-gradient(226.7deg, #078FE1 12.32%, #075EE1 105.15%);
    color: #fff;
}

.form .button.active:hover {
    background: linear-gradient(226.7deg, #028CDF 12.32%, #0754C8 105.15%);
}

.form .button.final {
    width: 450px;
    background: linear-gradient(226.7deg, #078FE1 12.32%, #075EE1 105.15%);
    color: #fff;

}

.form .buybutton {
      width: 290px;
      height: 70px;
      background: #E6E6E6;
      border-radius: 72px;
      color: #fff;
      text-decoration: none;
      display: block;
      text-align: center;
      font-weight: 600;
      font-size: 29px;
      line-height: 35px;
      line-height: 70px;
      text-align: center;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      margin-top: 30px;
      clear: both;
      margin-left: 30%;
}

.form .buybutton.buyactive {
    background: linear-gradient(226.7deg, #078FE1 12.32%, #075EE1 105.15%);
    color: #fff;
}

.form .buybutton.buyactive:hover {
    background: linear-gradient(226.7deg, #028CDF 12.32%, #0754C8 105.15%);
}

.form .buybutton.buyfinal {
    width: 450px;
    background: linear-gradient(226.7deg, #078FE1 12.32%, #075EE1 105.15%);
    color: #fff;

}

.checker a {
      background: #FFFFFF;
      border: 1px solid #C7E6F8;
      box-sizing: border-box;
      font-size: 18px;
      line-height: 28px;
      display: block;
      float: left;
      text-decoration: none;
      padding: 5px;
      color: #00336A;

}

.checker a:first-child {
    border-radius: 8px 0px 0px 8px;
    border-right: none;
}

.checker a:nth-child(2n) {
    border-radius: 0px 8px 8px 0px;
}

.checker a.active {
    border: 2px solid #2AA9F3;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: -1px;
}

footer {
    width: 100%;
    overflow: hidden;
    background: rgba(239, 240, 241, 0.4);
}

footer .logo {
    display: block;
    float: left;
}


footer .inner {
    width: 1200px;
    margin: 0 auto;
}

footer .footer-menu a {
      display: flex;
      float: left;
      color: #00336A;
      text-decoration: none;
      margin-right: 60px;
      line-height: 150%;
      margin-bottom: 20px;
}

footer .footer-menu a img {
    margin-right: 15px;
}

.footer-menu {
    float: left;
    margin-left: 10%;
}

footer .footer-menu a:last-child {
    clear: both;
}

footer .gosuslugi {
    float: right;
    width: 300px;
    margin-top: -35px;
}

footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    overflow: hidden;
}

footer .gosuslugi .title {
    float: left;
    color: #878787;
    width: 50%;
    line-height: 150%;
    margin-top: 15%;
}

footer .gosuslugi .img {
    float: left;
    width: 50%;
}

footer .gos_mob_logo {
    display: none;
}

footer .logo-mobile {
    display: none;
}

.form-content .title {
    font-weight: 700;
    font-size: 29px;
    line-height: 40px;
    color: #00336A;
}



.menu__expand {
    width: 32px;
    height: 32px;
    border: none;
    background-color: white;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}



#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
      display: none;
      align-items: center;
      position: absolute;
      top: 18px;
      right: 20px;
      width: 26px;
      height: 26px;
      cursor: pointer;
      z-index: 99999;
}

@media (max-width: 1023px) {
  .menu__btn {
      display: block;
  }
  .top .menu {
      display: none;
  }
  .top .logo {
      display: none;
  }
  .top .logo-mobile {
    /* width: 95px; */
    /* height: 27px; */
    /* position: absolute; */
    /* top: 7px; */
    /* left: 20px; */
  }
  .top .logo-mobile img {
      max-width: 12em;
  }
  .top {
      height: 40px;
  }
  .page {
      margin-bottom: 0px;
  }
  .page .inner > .title {
      margin: 60px auto 25px auto;
      width: 85%;
  }
  .faq .item {
      border-radius: 22px;
      margin: 0 auto 30px auto;
      padding: 20px;
      width: 85%;
  }
  .faq .item .title {
      font-size: 16px;
  }
  .faq .item .checker {
      background: url(../img/checker_bg_bottom_mob.png) no-repeat top center;
      height: 24px;
      width: 24px;
      right: 20px;
      top: 28px;
  }
  .faq .item.active .checker {
      background: url(../img/checker_bg_mob.png) no-repeat top center;
  }
  .faq .line {
      margin: 20px 0;
  }
  .faq .item .text {
    font-size: 15px;
    line-height: 20px;
  }
  footer .logo {
    display: none;
  }

  footer .logo-mobile {
    display: block;
  }
  footer .logo-mobile img {
    max-width: 95px;
  }
  footer .inner {
      margin: 30px 20px;
      padding: 0;
  }
  footer .footer-menu {
     clear: both;
     margin: 30px 0;
  }
  footer .gosuslugi {
      float: none;
      padding: 0;
      width: max-content;
      clear: both;
  }
  footer .gosuslugi img {
      display: none;
  }
  footer .gosuslugi img.gos_mob_logo {
      display: inline;
      float: left;
  }
  footer .gosuslugi .title {
      float: left;
      margin: 5px 0 0 10px;
  }
  .top .logo-mobile {
      display: block;
  }
  .header {
      height: 550px;
  }
  .header .head_bg-1, .header .head_bg-2 {
      width: 100%;
  }
  .header .bg-1, .header .bg-2 {
      width: 100%;
      height: initial;
  }
  .header .bg-3 {
      display: none;
  }
  .header .bg-3_mob {
    width: 80%;
    margin: 0 auto;
    display: block;
    z-index: 999;
    position: relative;
  }
  .promo-block-5 {
      overflow: hidden;
  }
  .header .head-promo {
      width: 90%;
      position: relative;
      left: 0;
      top: 0;
      margin: 30px auto 0 auto;
  }
  .promo-block-1 {
      text-align: center;
  }
  .promo-block-1 img {
      display: none;
  }
  .promo-block-1 img.mobile {
      margin-bottom: 25px;
      display: inline;
  }
  .promo-block-2 .tabs {
      display: none;
  }
  .promo-block-2  .tabs-content {
      float: none;
      width: 90%;
      margin: 0 auto;
  }
  .tabs-content .text {
      display: block;
      padding: 20px;
  }
  .tabs-content .text .image {
      width: 50px;
  }
  .tabs-content .text .image img {
      max-width: 100%;
  }
  .tabs-content .text .title {
        font-size: 20px;
        margin-top: 5px;
        width: 60%;
        line-height: 150%;
  }
  .tabs-content .text .content {
      padding-top: 10px;
      font-size: 18px;
  }
  .promo-block-3 .block-title {
      margin-top: 24px;
      font-size: 24px;
      font-weight: bold;
  }
  .promo-block-3 .video-block {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .promo-block-4 a {
      width: 90%;
      height: 80px;
      margin-bottom: 20px;
      padding: 20px;
      font-size: 16px;
      padding-right: 25%;
      border-radius: 16px;
  }
  .promo-block-4 a img {
      width: 40px;
      height: 40px;
  }
  .promo-block-5 .block-title {
      margin-top: 20px;
      font-size: 24px;
  }
  .form .form-tabs {
      width: 90%;
      margin: 0 auto;
      float: none;
  }
  .form-tabs  {
      width: 90%;
      margin: 0 auto;
      float: none;
  }
  .form-tabs .counter {
      width: 1000px;
  }
  .form-tabs ul {
    clear: both;
    display: block;
    width: 100%;
    margin-top: -115px;
    margin-left: 70px;
  }
  .form-tabs .counter .item {
      float: left;
      margin-right: 25%;
  }
  .form-tabs li {
      display: none;
  }
  .form-tabs li:first-child  {
      display: block;
  }
  .form-content {
      padding: 20px;
      float: none;
      width: 100%;
      overflow: hidden;
  }
  .form-content .item {
      width: 100%;
  }
  .form-buy-content .item {
      width: 100%;
  }
.form-buy-content .item #buyitemc{
      width: 80%;
      margin-bottom: 20px;
  }

.form-buy-content .item #buyitemprice{
      width: 80%;
  }
  .form-content .item:empty {
      display: none;
  }
  .form .button {
      margin-left: 20px;
  }
  .form .buybutton {
      margin-left: 20px;
  }
  .ui-datepicker-trigger {
      right: 5%;
  }
  .promo-block-2 {
      margin-top: 40px;
  }
  .promo-block-3 {
      margin-top: 0;
  }
  .promo-block-4 {
      padding: 40px 0;
  }
  .form-content {
      margin-bottom: 40px;
  }
  .promo-block-5 .block-title {
      margin-top: 20px;
  }
  .form-content {
      margin-bottom: 40px;
  }
  .form {
      margin: 20px auto 20px auto;
  }
  .form .button {
      margin-bottom: 20px;
  }
  .form .buybutton {
      margin-left: 20px;
  }
  .form-tabs .counter .item {
      margin-bottom: 25px;
  }

  .form-tabs ul li {
      margin-top: 40px;
      margin-bottom: 0;
  }
  footer .footer-menu a {
      clear: both;
  }
}



.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #1466AC;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
      display: block;
      position: absolute;
      visibility: hidden;
      top: 40px;
      left: -100%;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 80px 0;
      list-style: none;
      background-color: rgb(255 255 255 / 95%);
      box-shadow: 1px 0px 6px rgb(0 0 0 / 20%);
      z-index: 9999;
      transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 125% */


  color: #00336A;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.ui-widget.ui-widget-content {
    border: 1px solid #41B9FF !important;
    border-radius: 16px;
    padding: 10px;
    background: #F8FBFD;
}

.ui-datepicker th span {
  font-weight: normal;
  color: #8E99A5;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
    background: url(../img/icons/check_left.png) no-repeat top center !important;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
    background: url(../img/icons/check_right.png) no-repeat top center !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-color: #f8fbfd;
    background: #f8fbfd;
    font-weight: normal;
    color: #454545;
    text-align: center;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #075EE1;
    border-radius: 5px;
    background: linear-gradient(226.7deg, #078FE1 12.32%, #075EE1 105.15%);
    color: #fff;
    padding: 6px 0px;
}



html .ui-state-default:hover {
    border-radius: 5px;
    border: 1px solid #078FE1;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 3.3em;
    background-color: #fff;
    border-radius: 10px;
}

.tabs-content .text .content a, .faq .text a {
    color: #00336A;
}
