:root {
   --pink-main-color: #009FDF;
   --yellow-main-color: #009FDF;
   --blue-main-color: #009FDF;
}

.some-logos img {
   width: 25%;
   margin: 5px 10px;
   height: auto;
}

#telegram-logo {
   max-width: 100px;
}

#london-logo {

   width: 35%;
   max-width: 120px;
}

/* header {
   background: rgb(0, 54, 101);
   background: linear-gradient(180deg, rgba(0, 54, 101, 1) 10%, rgba(0, 160, 225, 1) 100%);
} */

.register-now__border {
   position: fixed;
   bottom: 10px;
   z-index: 1000;
   color: white;
   font-weight: 600;
   display: flex;
}

.register-now__border:first-child {
   left: 5px;
}

.register-now__border:last-child {
   right: 5px;
}

.register-now__label {

   /* border: 3px solid var(--blue-main-color); */
   border: 3px solid #5c5c5c;
   border-radius: 10px;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   /* background-color: #0f8ab3; */
   background-color: #838282;
}

.register-now__label:last-child {
   padding-left: 52px;
   padding-right: 7px;
   left: -45px;
}

.register-now__label:first-child {
   padding-right: 56px;
   padding-left: 7px;
   right: -45px;
}

.register-now__count {
   z-index: 10;
   font-size: 24px;
   font-weight: 700;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: center;
   -ms-align-items: center;
   -webkit-flex-direction: column;
   -moz-flex-direction: column;
   -ms-flex-direction: column;
   -o-flex-direction: column;
   flex-direction: column;
   align-items: center;
   line-height: 29px;
   text-align: center;
   border-radius: 50%;
   width: 75px;
   height: 75px;
   /* background: rgb(41, 193, 255); */
   background: rgb(41, 193, 255);
   /* background: linear-gradient(90deg, rgb(7 243 255) 0%, rgba(0, 160, 225, 1) 100%); */
   background: linear-gradient(90deg, rgb(196, 196, 196) 0%, rgb(51, 51, 51) 100%);
}

.register-now__under {
   font-size: 18px;
   font-weight: 400;
}

.video-gaz {
   height: 365px;
}

.calc-slider-wrapper {
   background-color: #fff;
}

.calc-slider-block {
   background-color: rgba(255, 255, 255, 0.9);
   padding: 30px;
   width: 100%;
   max-width: 800px;
   border-radius: 10px;
}


.irs--round .irs-grid-text {
   color: black;
}


.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
   background-color: var(--pink-main-color);
}

.irs--round .irs-handle {
   border: 4px solid var(--pink-main-color);
}

.irs--round .irs-bar {
   background-color: var(--pink-main-color);
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
   border-top-color: var(--pink-main-color);
}

.irs--round .irs-min, .irs--round .irs-max {
   background-color: var(--pink-main-color);
   color: white;
}


.signals__header {
   min-height: 50px;
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   color: black;
   font-family: RobotoMedium, sans-serif;
   font-size: 14px;
   text-transform: uppercase;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;

   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b42502+0,f76b1c+100 */
   background-color: var(--pink-main-color);
}

.signals__title {
   width: 18%;
   min-height: 50px;
   text-align: center;
   font-size: 14px;
   line-height: 1.4;
   font-family: RobotoMedium, sans-serif;
   display: flex;
   align-items: flex-end;
   justify-content: center;
   padding: 5px;
   border-left: 1px solid #942203;
}

.signals__row {
   display: flex;
   justify-content: space-between;
   align-items: stretch;
   box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.2);
}

.signals__row:nth-child(2n) {
   background: #dbdbdb;
}

.signals__col {
   width: 18%;
   min-height: 40px;
   text-align: center;
   font-size: 16px;
   line-height: 1.4;
   font-family: RobotoMedium, sans-serif;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px;
   border-left: 1px solid #939393;
}

.signals__col:first-child {
   border: none;
}

.signals__direction {
   font-size: 16px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.icon-down {
   background: url('../index_2.html') no-repeat;
   background-size: contain;
   width: 15px;
   height: 13px;
   display: inline-block;
   margin-right: 5px;
}

.icon-up {
   background: url('../index_1.html') no-repeat;
   background-size: contain;
   width: 15px;
   height: 13px;
   display: inline-block;
   margin-right: 5px;
}

.red-txt {
   color: #ff0000;
}

.green-txt {
   color: #048204;
}

.signals__title_mobile {
   width: 24%;
   font-size: 10px;
   color: black;
   text-transform: uppercase;
   align-items: center;
}

.signals__title_mobile1 {
   width: 24%;
}

.signals__title_mobile2 {
   width: 23%;
}

.signals__title_mobile3 {
   width: 33%;
   padding: 0 27px;
}

.signals__title_mobile4 {
   width: 20%;
}

.signals__row_mobile {
   display: flex;
   justify-content: space-between;
   align-items: stretch;
   padding: 0;
}

.signals__col_mobile {
   width: 25%;
   font-size: 14px;
   justify-content: center;
   display: flex;
   align-items: center;
   flex-direction: column;
   padding: 5px 3px;
}

.signals__col_mobile:first-child {
   flex-direction: row;
   font-size: 12px;
}

.signals__col_mobile1 {
   width: 24%;
}

.signals__col_mobile2 {
   width: 23%;
}

.signals__col_mobile3 {
   width: 33%;
}

.signals__col_mobile4 {
   width: 20%;
}

.table {
   border-radius: 30px;
   overflow: hidden;
   background: #fff;
}

.table-mobile {
   border-radius: 30px;
   overflow: hidden;
   background: #fff;
}

.dim-date {
   margin-left: 5px;
}

.block-phone img {
   max-width: 100%;
   height: auto;
}

.display-phone {
   top: 11px;
   left: 84px;
   width: 393px;
}


.wrap-ph:first-child p, .wrap-ph:first-child .phone-title {
   margin-right: 60px;
}

.wrap-ph:last-child p, .wrap-ph:last-child .phone-title {
   margin-left: 60px;
}

.wrap-ph:first-child {
   text-align: right;
}

.wrap-ph:first-child .icon-img {
   float: right;
   color: white;
}

.wrap-ph:last-child .icon-img {
   float: left;
   color: white;
}

.wrap-teg .icon-img {
   max-width: 45px;
   width: 100%;
   height: auto;
}

#section-phone {
   color: white;
   background-color: #009ed27d;
}

.icon-img {
   font-size: 40px;
}

.background-video-section {
   position: relative;
   background: url('../images/img-back1.png') no-repeat top right / cover;
}

.index-z {
   z-index: 3;
}

.background-video-section:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, .5);
   z-index: 2;
}

.btn-modal {
   cursor: pointer;
   transition: background-color 0.5s ease;
}

.btn-modal:hover {
   background-color: #24e692;
}


.polygon {
   text-align: center;
   position: relative;
   background: url('../images/img-back1.jpg')no-repeat center center / cover;
}

.polygon::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, .6);
   z-index: 2;
}

@media (min-width: 769px) {
   .desktop-hide {
      display: none;
   }
}

@media screen and (max-width:1200px) {
   .display-phone {
      top: 8px;
      left: 72px;
      width: 326px;
   }
}

@media screen and (max-width:992px) {
   .block-phone {
      flex-direction: column;
   }

   .wrap-teg {
      text-align: left;
   }

   .wrap-ph .icon-img {
      float: left !important;
   }

   .wrap-ph p, .wrap-ph .phone-title {
      margin-left: 55px;
   }

   .wrap-ph:first-child p, .wrap-ph:first-child {
      margin-right: 0;
   }

   .wrap-ph:last-child p, .wrap-ph:last-child .phone-title {
      margin-left: 60px;
   }

   .display-phone {
      top: 8px;
      left: 200px;
      width: 296px;
   }

   .block-phone img:first-child {
      width: 60%;
   }

}

.t-cover__carrier.loaded {
   opacity: 1;
   transition: opacity 700ms;
}

.t-cover {
   width: 100%;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-color: #000;
   background-repeat: no-repeat;
   background-position: center center;
   text-align: center;
   vertical-align: middle;
   position: relative;
   background-attachment: fixed;
   overflow: hidden;
}

.t-cover__carrier {
   width: 100%;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   text-align: center;
   vertical-align: middle;
   position: relative;
   background-attachment: fixed;
   transform: translate3d(0, 0, 0);
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: unset;
}

.t-cover__filter {
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.t-cover .t-container {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}

.t415__mainblock {
   margin: 0 auto;
   padding: 0 20px;
   box-sizing: border-box;
   position: relative;
   z-index: 3;
}

.t415__mainblock {
   margin: 0 auto;
   padding: 0 20px;
   box-sizing: border-box;
   position: relative;
   z-index: 3;
}

.t415__content {
   padding: 30px 0 55px;
}

.t415__logo {
   margin-bottom: 45px;
   max-width: 280px;
   width: 100%;
}

.t415__textwrapper {
   margin: 0 auto 55px;
}

@media screen and (max-width: 1200px) {
   .t-width_12 {
      max-width: 940px;
   }
}

.t-width_12 {
   max-width: 1160px;
}

.t-width_12 {
   max-width: 1160px;
}

.t415__title {
   color: #fff;
}

@media screen and (max-width: 1200px) {
   .t-title_md {
      font-size: 42px !important;
   }
}

.t-title_md {
   font-size: 52px;
   line-height: 1.23;
}

.t415__descr {
   margin-top: 18px;
}

.t415__uptitle, .t415__title, .t415__descr, .t415__descr-second {
   color: #fff;
}

.t415__col {
   display: inline-block;
   /* padding-right: 32px; */
   /* margin-right: 30px; */
   position: relative;
   min-width: 80px;
}

@media screen and (min-width: 1200px) {
   .t415__col {
      min-width: 120px;
   }
}

.t415__number {
   color: #fff;
}

@media screen and (max-width: 1200px) {
   .t-title_lg {
      font-size: 55px !important;
   }
}

@media screen and (max-width: 600px) {
   .t415__logo {
      max-width: 100px !important;
      margin-bottom: 15px !important;
   }
}

.t-title_lg {
   font-size: 64px;
   line-height: 1.23;
}

.t415__col:after {
   content: ' ';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   opacity: .2;
   background: #fff;
   width: 1px;
}

.t415__col:last-child:after {
   opacity: 0;
}

.t415__buttons {
   margin-top: 50px;
}

#allrecords a {
   color: #ff8562;
   text-decoration: none;
}

#allrecords a {
   color: #ff8562;
   text-decoration: none;
}

.t415__buttons {

   margin: 30px auto;
   max-width: 500px;
}

.t415__text {
   color: white;
}

.t-popup {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow-y: auto;
   -webkit-transition: opacity ease-in-out .3s;
   -moz-transition: opacity ease-in-out .3s;
   -o-transition: opacity ease-in-out .3s;
   transition: opacity ease-in-out .3s;
   width: 100%;
   height: 100%;
   box-sizing: border-box;
   cursor: pointer;
   background-color: rgba(0, 0, 0, .6);
   z-index: 1150;
}

.t-popup__close {
   position: fixed;
   right: 20px;
   top: 20px;
   width: 23px;
   height: 23px;
   cursor: pointer;
   -webkit-transition: opacity ease-in-out .3s;
   -moz-transition: opacity ease-in-out .3s;
   -o-transition: opacity ease-in-out .3s;
   transition: opacity ease-in-out .3s;
   z-index: 9;
}

.t-popup_show .t-popup__container.t-popup__container-static {
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   transform: translateY(0);
}

.t-popup__container.t-popup__container-static {
   /* margin: 65px auto; */
   top: 0;
   position: relative;
   left: auto;
   right: auto;
   width: 100%;
   -moz-transform: translateY(30%) scale(.9);
   -ms-transform: translateY(30%) scale(.9);
   -webkit-transform: translateY(30%) scale(.9);
   -o-transform: translateY(30%) scale(.9);
   transform: translateY(30%) scale(.9);
}

.t-popup__container-animated {
   -webkit-transition: transform ease-in-out .3s;
   -moz-transition: transform ease-in-out .3s;
   -o-transition: transform ease-in-out .3s;
   transition: transform ease-in-out .3s;
}

.t-popup__container {
   max-width: 70%;
   background: #275973;
   margin: 0 auto;
   width: auto;
   position: absolute;
   top: 50%;
   right: 20px;
   left: 20px;
   z-index: 1;
   cursor: default;
   -moz-transform: translateY(-30%) scale(.9);
   -ms-transform: translateY(-30%) scale(.9);
   -webkit-transform: translateY(-30%) scale(.9);
   -o-transform: translateY(-30%) scale(.9);
   transform: translateY(-30%) scale(.9);
}

@media screen and (max-width: 1200px) {
   .t-width_6 {
      max-width: 760px;
   }
}

@media screen and (max-width: 420px) {
   #btn-send2 {
      font-size: 13px;
   }
}

.help-block {
   width: 100%;
   margin-top: 15px;
   padding: 10px;
}

.help-block-error {
   line-height: 1;
   margin-top: 0px;
   text-align: left;
   background-color: red;
   color: #fff;
   border-radius: 10px;
   font-size: 14px;
}

form .help-block {
   display: none;
}



.t702__wrapper {
   padding: 20px 30px;
   color: white;
}

.t702__text-wrapper {
   margin-bottom: 24px;
}

.t702__title {
   margin-bottom: 11px;
   text-align: center;

}

.t702__descr {
   text-align: center;
}

.t702__img {
   margin: 20px auto;
}


.close-modal {
   cursor: pointer;
   position: absolute;
   right: 10px;
   top: -2px;
   font-size: 32px;
   z-index: 1050;
}

.overlay {
   z-index: 1151;
   width: 100%;
   min-height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   position: fixed;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.75);
   opacity: 0;
   pointer-events: none;
   transition: 0.35s ease-in-out;
   max-height: 100vh;
   overflow-y: auto;
}

.overlay.open {
   opacity: 1;
   pointer-events: inherit;
}

.overlay .modal-form {
   position: relative;
   background: white;
   text-align: center;
   padding: 30px 15px;
   box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
   opacity: 0;
   pointer-events: none;
   transition: 0.35s ease-in-out;
   max-height: 100vh;
   overflow-y: auto;
}

.overlay .modal-form.open {
   opacity: 1;
   pointer-events: inherit;
}

.overlay .modal-form.open .content {
   transform: translate(0, 0px);
   opacity: 1;
}

.overlay .modal-form .content {
   transform: translate(0, -10px);
   opacity: 0;
   transition: 0.35s ease-in-out;
}

.overlay .modal-form .title {
   margin-top: 0;
}

@media screen and (max-width: 1200px) {
   .t-descr_xs {
      font-size: 14px !important;
   }
}

@media screen and (max-width: 1200px) {
   .t-title_xxs {
      font-size: 30px !important;
   }
}

@media screen and (max-width: 600px) {
   .t-title_xxs {
      font-size: 20px !important;
   }
}

@media screen and (max-width: 600px) {
   .t-descr_xs {
      font-size: 12px !important;
   }
}

.modal {
   z-index: 2000;
}

.t-title_xxs {
   font-size: 36px;
   line-height: 1.23;
}

.t-descr_xs {
   font-size: 16px;
   line-height: 1.55;
}

@media screen and (max-width: 1200px) {
   .t-descr_xs {
      font-size: 14px;
   }
}


@media screen and (max-device-width: 1024px) {
   .t-cover {
      background-attachment: scroll;
   }
}


@media screen and (max-width: 1200px) {
   .t-title_lg {
      font-size: 30px !important;
   }

   .t415__text {
      font-size: 14px !important;
   }

   /* .t415__col {
      display: inline-block;
      padding-right: 20px;
      margin-right: 20px;
   } */
}

@media screen and (max-width:768px) {

   #telegram-logo {
      max-width: 100px;
   }


   .register-now__count {
      font-size: 1rem;
      width: 50px;
      height: 50px;
   }

   .register-now__label {
      font-size: 11px;

   }

   .register-now__label:first-child {
      right: -32px;
      padding-right: 32px;
   }

   .register-now__label:last-child {
      padding-left: 32px;
      left: -32px;
   }

   .mobile-hide {
      display: none;
   }

   .display-phone {
      top: 6px;
      left: 149px;
      width: 216px;
   }
}

@media screen and (max-width: 576px) {
   .register-now__count {
      font-size: .8rem;
      width: 43px;
      height: 43px;
   }

   .register-now__label {
      font-size: 9px;
   }

   .register-now__label:first-child {
      right: -27px;
      padding-right: 29px;
   }

   .register-now__label:last-child {
      padding-left: 29px;
      left: -27px;
   }


   .hero_plane {
      left: -35px
   }

   .title-main {
      font-size: 1.5rem;
   }
}

.slider-wrapper-video {
   text-align: center;
   max-width: 90%;
   margin: 0 auto;
}

.slick-next,
.slick-prev {
   font-weight: 900;
   font-family: "Font Awesome 5 Free";
   box-sizing: border-box;
   font-size: 30px;
   display: none !important;
}

.video-slider-section {
   padding: 0 40px;
   position: relative;
   background-color: #eeeeee;
   padding: 48px 30px;
   margin: -30px 0;
}

.prev-slick-btn, .next-slick-btn {
   font-size: 30px;
   color: var(--blue-main-color);
   position: absolute;
   top: 50%;
   z-index: 10;
}

.slick-dots li button:before {
   color: var(--blue-main-color);
}

.slick-dots li.slick-active button:before {
   color: var(--blue-main-color);
}

.prev-slick-btn {
   left: 5%;
}

.next-slick-btn {
   right: 5%;
}

#wire-logo {
   width: 16%;
   filter: invert(100%);
}

.btn-gradient {
   background: rgb(229, 8, 127);
   background: linear-gradient(180deg, rgb(255 0 137) 0%, rgb(223 0 148) 100%);
}

.btn::before {
   display: none;
}

.title-video {
   text-align: center;
}

#halyk-logo {
   width: 35%;
}

@media screen and (max-width: 375px) {

   .register-now__border {
      display: none;
   }

   .register-now__label {
      display: none;
   }
}



.calc-section {
   padding-left: 20px;
   padding-right: 20px;
   display: flex;
   justify-content: center;
    background-image: url('../images/2222.jpeg'); 
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

