@import url("https://fonts.cdnfonts.com/css/verdana-pro-cond");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
  font-family: "Verdana Pro Cond", sans-serif;
  font-family: "Verdana Pro", sans-serif;
  font-family: "Verdana Pro Cond Light", sans-serif;
  font-family: "Verdana Pro Light", sans-serif;
  font-family: "Verdana Pro Cond SemiBold", sans-serif;
  font-family: "Verdana Pro SemiBold", sans-serif;
  font-family: "Verdana Pro Black", sans-serif;
  font-family: "Verdana Pro Cond Black", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
span,
a,
label {
  display: inline-block;
}
*::before,
*::after {
  box-sizing: border-box;
}
li {
  list-style: none;
}
/* section1 end/ */
/* INDEX.HTML START */

.header {
  padding: 20px 100px;
  max-width: 1920px;
  margin: auto;
  position: sticky;

  width: 100%;
  top: 0px;
  left: 0;
  z-index: 9999999;
}

.navbar_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 129px;
  flex-wrap: wrap;
}
.navbar_left {
  max-width: 427px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.navbar_left_logo1 {
  max-width: 142px;
}
.navbar_left_logo2 {
  width: 78px;
  height: 78px;
}
.navbar_name {
  max-width: 177px;
}
.navbar_name_h3,
.navbar_name_text {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.navbar_name_h3 {
  line-height: 27px;
  text-wrap: nowrap;
}
.navbar_name_text {
  line-height: 22px;
  text-wrap: nowrap;
}

.navbar_right {
  max-width: 1163px;
}
.navbar_right,
.navbar_right-ul,
.navbar_right-ul2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.navbar_right-ul,
.navbar_right-ul2 {
  padding: 0;
  list-style: none;
}
.navbar_right-ul {
  max-width: 991px;
}

.navbar_right-a {
  text-decoration: none;
  font-family: Golos Text;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  text-wrap: nowrap;
  border-bottom: 2px solid transparent;
}

.navbar_right-ul2 {
  gap: 20px;
  max-width: 132px;
}
.navbar_right-li {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  transition: 0.2s all linear;
}

.navbar_right-li_ul {
  position: absolute;
  border: 0;
  border-radius: 15px;
  padding: 25px 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 360px;
  left: 0;
  top: 100%;
  display: none;
  z-index: 100;
  transition: 0.2s all linear;
}
.navbar_right-li_ul-li {
  list-style: none;
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}
.navbar_right-li_ul-li-a {
  color: #2d3f57;
  text-decoration: none;
}

.navbar_right_li-a {
  text-decoration: none;
}
.navbar_right-li:hover .navbar_right-a {
  border-bottom: 2px solid #db1e35;
  color: #db1e35;
}
.navbar_right-li:hover .navbar_right-li_ul {
  display: block;
  animation: anim 0.1s linear;
}
@keyframes anim {
    0%{
        transform: translate(0px ,-10px);
    }
       100%{
        transform: translate(0px ,0px);
    }
}
.navbar_right_li-a_img {
  width: 30px;
  height: 30px;
}
.navbar_right-li_ul-li:hover .navbar_right-li_ul-li-a {
  color: #db1e35;
}

.block {
  display: none;
  padding: 20px 12px;
}
.barss {
  position: absolute;
  right: 12px;
  top: 20px;
  display: none;
}
.f {
  display: none;
}

.myswip {
  position: relative;
}

.btnnn {
  width: 60px;
  height: 55px;
}
/* box8 end */

/* box9 start */
.footer {
  background-color: #264d83;
  padding: 100px 20px;
}
.box9_div1 {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff99;
  margin-bottom: 60px;
}
.box9_div1_left_logo {
  display: flex;
  max-width: 725px;
  gap: 54px;
}

.footer_logo {
  max-width: 213px;
  max-height: 115px;
}

.box9_div1_left_logo_h2 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
}
.box9_div1_left_text {
  max-width: 850px;
}
.box9_div1_left_t {
  font-family: Parsek;
  font-weight: 400;
  font-size: 50px;
  line-height: 56.4px;
  color: #ffffff;
}
.r {
  text-align: right;
}

.tl {
  margin-bottom: 5px;
  margin-top: 73px;
}
.box9_div1_right {
  max-width: 294px;
}

.box9_div1_right_Text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: right;
  margin-bottom: 35px;
}

.box9_div1_right_Text-h3 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  color: #ffffff;
}
.box9_div1_right_Text-text {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff99;
}

.imgd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 92px;
  margin-left: auto;
  margin-bottom: 35px;
}
.imgd img{
    cursor: pointer;
}
.box9_textR {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: Auto;
  color: #ffffff;
}
.aaa {
  text-align: right;
}
.box9_div2 {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff99;
  margin-bottom: 60px;
}
.box9-div1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 726px;
  gap: 30px;
}
.box9-div2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.box9-div2_p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff99;
}
.box9-div1-text {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #ffffff99;
}
.box9-div1 a {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: Auto;
  color: #ffffff99;
}
.box9_ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 37px;
  padding: 0;
  max-width: 1400px;
  margin: auto;
}
.box9_1_1 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0;
}
.box9_ul_items h3 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 15px;
}
.box9_1 {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.a_box9 {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #ffffffcc;
  text-decoration: none;
}

.fdds {
  justify-content: space-between;
}

.fdddd {
  text-align: right;
}
.kkk {
  position: relative;
}
.open {
  background-color: transparent;
  border: 0;
  position: absolute;
  display: none;
  right: 10px;
  top: 10px;
  z-index: 99999999;
}
.open img{
    cursor: pointer;
}
.openn {
  background-color: transparent;
  border: 0;
  position: absolute;
  display: none;
  right: 10px;
  top: 10px;
  z-index: 99999999;
}
._a {
  font-size: 24px;
  margin-bottom: 15px;
}
.sur_d {
  padding: 40px 100px;
}
.link_item {
  max-width: 1720px;
  margin: auto;
}
.h2 {
  max-width: 1720px;
  margin: auto;
}

/* box9 end */

/* INDEX.HTML END */

/* SURGUT.HTML START */
.col_b {
  color: #2d3f57;
}
.glavniy {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  text-decoration: none;
}

.glavniy_1 {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #80a0b1;
  text-decoration: none;
}
.h2 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 80px;
  line-height: 96px;
  color: #264d83;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.h2_img_logo {
  max-width: 142px;
  height: 77px;
  object-fit: cover;
}
.sur_text {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #2d3f57;
  margin-bottom: 30px;
}
.sur_parag {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  margin-bottom: 15px;
}
.buttons_di {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.button {
  padding: 15px 60px;
  border-radius: 5px;
  font-family: Verdana;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  text-decoration: none;
  background: #edf3fa;
  transition: 0.2s all linear;
  text-wrap: nowrap;
  max-width: 296px;
  cursor: pointer;
}
.button:hover {
  background-color: #db1e35;
  color: #ffffff;
}
.active {
  background-color: #db1e35;
  color: #ffffff;
}
.box1 {
  padding: 60px 100px;
  display: flex;
  gap: 30px;
}
.box1_left {
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.box1_text {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  text-align: justify;
}
.h5 {
  font-family: Verdana;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  text-align: justify;
}
.ul_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.items {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  text-align: justify;
}
.box1_right {
  max-width: 510px;
  height: 302px;
}
.swiper-slide {
  width: 100%;
  cursor: pointer;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 200;
}
.swiper-button-next1,
.swiper-button-prev1 {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 5px;
  border-radius: 2px;
}
.swiper-pagination-bullet-active {
  width: 20px;
}
.swiper-wrapper {
  position: relative;
}
.box2 {
  padding: 100px;
}
.box2_h2 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 60px;
  line-height: 130%;
  color: #264d83;
  margin-bottom: 45px;
}
.group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.group-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: 0.3s all linear;
}
.group-items:hover img{
    rotate: 25deg;
} 
.items-img img {
transition: 0.2s all linear;
}
.items-h3 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #264d83;
  text-align: center;
}
.items-text {
  text-align: center;
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  text-align: center;
}
.box3 {
  padding: 100px;
}
.svg {
  color: #416fef;

}
.box3_h3 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #264d83;
  margin-bottom: 45px;
}
.box3_h4 {
  font-family: Golos Text;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #264d83;
  margin-bottom: 30px;
}
.box3_ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box3_ul-items {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e9ebed;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s all linear;
  gap: 10px;
}
.box3_ul-items-text {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
}
.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
.pricebtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  border: 0;
  gap: 10px;
  cursor: pointer;
}
.price_h6 {
  font-family: Verdana;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #2d3f57;
  text-align: right;
  flex-wrap: nowrap !important;
}
.price_span {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #416fef;
}
.mb-45 {
  margin-bottom: 45px;
}
.director {
  margin-bottom: 60px;
}

/* SURGUT.HTML END */

/* Start media INDEX.HTML*/
@media (max-width: 1810px) {
  .ff {
    display: none;
  }
  .block {
    display: block;
    z-index: 99999999;
  }
  .navbar_div {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .box1 {
    flex-direction: column;
  }
  .box1_right {
    max-width: 100%;
    height: 302px;
  }
  .group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1099px) {
  .j {
    display: none;
  }
  .barss {
    display: block;
  }
  .f {
    display: block;
  }
  .navbar_div {
    justify-content: space-between;
  }
  .navbar_right-ul {
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }
  .navbar_right-li_ul {
    position: static;
    transition: 0.3s all linear;
 background: transparent;
   
  }
  .block {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300svh;
    background: #264d83;
  }

  .h {
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
  }
  .h .navbar_right-li .navbar_right-a {
    color: white;
  }
  .h
    .navbar_right-li
    .navbar_right-li_ul
    .navbar_right-li_ul-li
    .navbar_right-li_ul-li-a {
    color: white;
  }
  .h .navbar_right-li:hover .navbar_right-a {
    border-bottom: 2px solid white;
  }

  .box9_div1 {
    flex-direction: column;
  }
  .box9_div1_right {
    max-width: 1099px;
  }
  .box9_div1_left {
    margin-bottom: 20px;
  }
  .box9_div2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
  }
  .box9_ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .glavniy,
  .glavniy_1 {
    font-size: 13px;
    line-height: 20px;
  }
  .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .sur_d {
    padding: 20px 20px;
  }
  .dowonload {
    grid-template-columns: repeat(1, 1fr);
  }
  .text_box1 {
    padding: 20px 20px;
  }
  .box1,
  .box2,
  .box3 {
    padding: 20px;
  }
}

@media (max-width: 980px) {
  .box9_1 {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .a_box9 {
    line-height: 24px;
  }
  .group {
    grid-template-columns: repeat(2, 1fr);
  }
  .box3_ul-items {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .box9_ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .open {
    display: block;
  }
  .box9_1 {
    display: none;
  }
  .box9_ul_items {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffff99;
  }
  .fdddd {
    padding-bottom: 16px;
    border-bottom: 1px solid transparent;
  }
  .buttons_di {
    justify-content: center;
  }
  .box2_h2 {
    font-size: 22px;
  }
  .items-h3 {
    font-size: 18px;
  }
  .items-text {
    font-size: 13px;
  }
  .group-items {
    gap: 10px;
  }
  .br {
    display: none;
  }
  .box3_h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .box3_h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .box3_ul-items {
    padding: 15px;
  }
  .box3_ul-items-text,
  .price_h6,
  .price_span {
    font-size: 13px;
  }
  .mb-45 {
    margin-bottom: 30px;
  }
  .director {
    margin-bottom: 30px;
  }
}

@media (max-width: 820px) {
  .navbar_left_logo1 {
    max-width: 71px;
  }
  .navbar_left_logo2 {
    max-width: 39px;
  }
  .navbar_name {
    display: none;
  }
  .header {
    padding: 20px 30px;
  }
  .navbar_div {
    gap: 10px;
  }
  .sur_text {
    font-size: 15px;
  }
  .sur_parag {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 736px) {
  .navbar_right-li_ul {
    position: static;
    line-height: 24px;
  }
  .navbar_right-a {
    margin-bottom: 5px;
  }
.button{
    padding: 12px 60px;
    text-wrap: wrap;
}
  .r {
    text-align: left;
  }
  .box9_div1_left_t {
    font-size: 24px;
  }
  .tl {
    margin-top: 0;
  }
  .box9_div1_left_logo {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer_logo {
    margin-bottom: 10px;
  }
  .box9_div1_right {
    text-align: left;
  }
  .box9_div1_right_Text {
    text-align: left;
  }
  .imgd {
    margin-right: auto;
    text-align: left;
    margin-left: 10px;
  }
  .aaa {
    text-align: left;
  }
  .box9-div1 {
    flex-direction: column;
    align-items: start;
  }
  .box9-div1-text a {
    margin-bottom: 10px;
  }
  .group {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 550px) {
  .navbar_right-li_ul {
    width: auto;
  }
  .h2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 30px;
  }
  .link_item {
    margin-bottom: 20px;
  }
  .items-img {
    display: none;
  }
}

/* JS CODE START */
.jsBlock {
  display: block;
}
.display_blok {
  display: block;
  animation: chiq 0.1s linear;
}
@keyframes chiq {
      0%{
        transform: translate(0px ,-6px);
    }
       100%{
        transform: translate(0px ,0px);
    }
}
.jsRotet {
  transform: rotate(180deg);
}
.blocked {
  display: block;
  animation: showlist 0.5s linear;
}
@keyframes showlist {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.blocked2{
     animation: showlist2 0.5s linear;
}
@keyframes showlist2 {
  0% {
   transform: translate(0, 0);
  }
  100% {
    transform: translate(0%, -100%);
  }
}
.show {
  display: block;
}
.jsRotet90 {
  transform: rotate(90deg);
}

.ll {
  display: block;
}
.bg-primery {
  background: #416fef;
  color: #ffffff !important;
}
.col_w {
  color: white;
}
/* JS CODE END */
