@charset "UTF-8";
a {
  text-decoration: none;
}

* {
  -webkit-appearance: none;
  margin: 0;
  font-family: "TT Firs Neue", Arial, Helvetica, sans-serif;
}
@-webkit-keyframes web_title {
  0% {
    background-position: left 0 center;
  }
  50% {
    background-position: left 100% center;
  }
  100% {
    background-position: left 0 center;
  }
}
@keyframes web_title {
  0% {
    background-position: left 0 center;
  }
  50% {
    background-position: left 100% center;
  }
  100% {
    background-position: left 0 center;
  }
}
:focus {
  outline: none;
}

.svg-animate-img.hidden {
  display: none;
}

.lazy {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img:not([src]):not([srcset]) {
  opacity: 0;
  display: block;
}

img.lazy:not(.loaded) {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.main {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.logo a {
  font-size: 20px;
  line-height: 26px;
  color: #1C1C1D;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo a b {
  font-weight: 600;
  text-transform: uppercase;
}

.logo a span {
  font-weight: normal;
  display: table;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  max-width: 161px;
  border-left: 1px solid #A8B3C8;
  padding: 1px 0 1px 15px;
  margin: 0 0 0 15px;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 0 40px;
}

.menu ul a {
  color: #1C1C1D;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}

.top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul li {
  margin: 0 17px;
}

.top {
  padding: 24px 0;
  position: relative;
  z-index: 20;
}

.top .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* max-width: 1255px; */
}

.top_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bt {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
  background: #3150FF;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  border: 0;
  cursor: pointer;
}

.bt.bt_white {
  border: 1px solid #E0E4EB;
  color: #1C1C1D;
  background: none;
}

.top_bt .bt {
  margin: 0 0 0 16px;
}

.h1 {
  font-weight: bold;
  font-size: 68px;
  line-height: 88px;
  color: #1C1C1D;
  padding: 0 0 29px;
  text-align: left;
  position: relative;
  z-index: 20;
}

.b1_video {
  width: 100%;
  max-width: 946px;
  height: 290px;
  display: block;
  background-color: #1c1c1d;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
  background-position: center;
}

.b1 {
  height: clamp(700px, (100vh - 90px), 930px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b2_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 945px;
  margin: 0 auto;
}

.b2_left {
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.b2_t1 {
  font-weight: bold;
  font-size: 33px;
  line-height: 148%;
  color: #1C1C1D;
}

.b2_right {
  max-width: 61%;
}

.b2_right p, .b4_text_p p, .b7_bottom p {
  font-weight: normal;
  font-size: 24px;
  line-height: 37px;
  background: #8A0DEC;
  background: -o-linear-gradient(312deg, #8A0DEC 0%, #0DD3FE 100%);
  background: linear-gradient(138deg, #8A0DEC 0%, #0DD3FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradient 5s infinite ease-in-out;
  animation: gradient 5s infinite ease-in-out;
}

.list {
  padding: 0;
  list-style: none;
}

.list li:before {
  width: 15px;
  height: 15px;
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.50033 14.5833C3.5882 14.5833 0.416992 11.4121 0.416992 7.49996C0.416992 3.58783 3.5882 0.416626 7.50033 0.416626C11.4125 0.416626 14.5837 3.58783 14.5837 7.49996C14.5837 11.4121 11.4125 14.5833 7.50033 14.5833ZM6.79412 10.3333L11.802 5.32467L10.8005 4.32308L6.79412 8.33013L4.79024 6.32625L3.78866 7.32783L6.79412 10.3333Z' fill='%234E8AFF'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.list li {
  position: relative;
  padding: 0 0 0 23px;
  margin: 0 0 10px;
}

.list li:last-child {
  margin: 0;
}

.b2 {
  padding: 41px 0 81px;
}

.b1 .main {
  padding-bottom: 7vh;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.b1_video_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 20;
}

.b1_video_box video {
  max-width: 100%;
}

.b3_gif:after, .b4_text_gif:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 185px 185px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: -5px;
  top: -5px;
  display: block;
  margin: 0 0 0;
  z-index: 20;
}

.b3_gif {
  position: relative;
  display: table;
  font-size: 0;
  overflow: hidden;
  margin: 51px 0 0 0;
  width: 173px;
  height: 173px;
}

.h2_zg {
  font-weight: bold;
  font-size: 130px;
  line-height: 168px;
  /* identical to box height */
  color: #1C1C1D;
  max-width: 845px;
  margin: 0 0 0 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h2_zg span:nth-child(1) {
  display: table;
  position: relative;
  margin: 0 0 -23px;
  will-change: transform;
}

.h2_zg span:nth-child(2) {
  width: 100%;
  display: table;
  position: relative;
  will-change: transform;
}

.h2_zg span:nth-child(1):after {
  z-index: -1;
  background: #0DFE6D;
  height: 22px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  bottom: 32px;
}

.b3_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b3 {
  padding: 82px 0 0;
}

.video-fullscreen {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.b1_video #fullscreen-line {
  stroke-dasharray: 180%;
  stroke-dashoffset: 180%;
  -webkit-transition: stroke-dashoffset 0.4s ease-out;
  -o-transition: stroke-dashoffset 0.4s ease-out;
  transition: stroke-dashoffset 0.4s ease-out;
}

.b1_video #fullscreen-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.2s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out;
  transition: transform 0.5s ease-out, opacity 0.2s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  opacity: 0;
}

.b1_video:hover #fullscreen-line {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s ease-out 0.5s;
  -o-transition: stroke-dashoffset 0.4s ease-out 0.5s;
  transition: stroke-dashoffset 0.4s ease-out 0.5s;
}

.b1_video:hover #fullscreen-text {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.video__overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000014;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 20;
}

.b1_video.full_video {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.b1_video.full_video .b1_video_box {
  height: 176%;
  width: auto;
}

.h1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  height: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  bottom: 0;
  overflow: hidden;
}

.h1 span {
  position: relative;
}

.full_video .h1 span:after {
  height: 100%;
}

.full_video .b1_video {
  max-height: 630px;
  max-width: 100%;
  height: 65vh;
}

.video_close i {
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video_close {
  border: 0;
  position: absolute;
  right: -35px;
  width: 29px;
  height: 29px;
  top: -35px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
  z-index: 20;
}

.video_close i:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
}

.video_close:hover {
  opacity: 0.7;
}

.video_close:after {
  content: "";
  background: #fff;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: block;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.full_video .video_close:after {
  height: 0%;
}

.main.b1_video_main.full_video .video_close {
  height: 29px;
}

.b1_video path {
  stroke: #fff;
}

.b1_video #fullscreen-text * {
  fill: #fff;
}

.video__overflow:hover {
  background: none;
}

.b3_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 967px;
  width: 100%;
}

.b3_text p {
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  color: #303339;
}

.b3_box_top_left_1 p {
  font-size: 26px;
  line-height: 77px;
  color: #67748D;
  font-weight: 300;
}

.number_1 {
  font-size: 60px;
  font-weight: 100;
}

.b3_box_top_left_name {
  font-weight: 600;
  font-size: 80px;
  line-height: 103px;
  color: #1C1C1D;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 186px;
}

.b3_box_top_left_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.arrws_sl {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #E5EEFF;
  border-radius: 6px;
  width: 34px;
  height: 34px;
  border: 0;
  font-size: 0;
  cursor: pointer;
  margin: 0 9px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #3150FF;
}

.arrws_sl:hover {
  /* background: #3150FF; */
  background: #E5EEFF;
}

.arrws_sl i {
  width: 14px;
  position: relative;
  /* background: #67748D; */
  height: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.arrws_sl i:after, .arrws_sl i:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrws_sl i:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
}

.arrws_sl i:before {
  bottom: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.arrws_sl_prev i {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.arrws_sl:hover i, .arrws_sl:hover i:after, .arrws_sl:hover i:before {
  /* background: #fff; */
  background: #67748D;
}

.macdonalds_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  overflow: hidden;
  border-radius: 6px;
  width: 889px;
  max-height: 500px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.macdonalds_one:hover img {
  /* width: 128%; */
  /* height: 128%; */
  /* margin: 0 0 0 -8%; */
  -webkit-transform: scale(1.28);
  -ms-transform: scale(1.28);
  transform: scale(1.28);
}

.macdonalds_one img {
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.b3_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 159px 0 96px;
}

.b3_box_top_left {
  max-width: 193px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
  z-index: 9;
}

.b3_box_top_left_name:after {
  content: "";
  min-width: 372px;
  height: 0px;
  background: white;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 40px;
  z-index: -1;
  left: -106px;
  opacity: 0.9;
  -webkit-box-shadow: 0 0 32px 59px #fff;
  box-shadow: 0 0 32px 59px #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.b3_box_img_custom > div {
  position: relative;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 875px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.sber_bg > div {
  display: table;
  position: absolute;
  font-size: 0;
}

.sber_bg_1 {
  right: 47px;
  top: 185px;
  z-index: 5;
}

.sber_bg_2 {
  top: 0;
  right: 158px;
  z-index: 4;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.sber_bg_3 {
  bottom: 40px;
  left: 40px;
  z-index: 7;
}

.sber_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(341.76deg, #97ED5D 16.7%, rgba(255, 255, 255, 0) 77.47%);
  background: linear-gradient(108.24deg, #97ED5D 16.7%, rgba(255, 255, 255, 0) 77.47%);
  mix-blend-mode: hard-light;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.sber:hover .sber_bg:after {
  opacity: 1;
}

.sber:hover .sber_bg_2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.b3_box_list {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 67px 0 0;
}

.b3_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b3_box_text {
  margin: 70px 0 0 40px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 40px;
}

.b3_box_img_custom {
  width: 875px;
  height: 500px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.b3_box_text_name {
  font-weight: 600;
  font-size: 52px;
  line-height: 67px;
  color: #1C1C1D;
  padding: 16px 0 0;
}

.maccoffe_bg > div {
  display: table;
  font-size: 0;
  position: absolute;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.maccoffe_bg_1 {
  top: 81px;
  left: 161px;
  z-index: 9;
}

.maccoffe_bg_2 {
  right: 76px;
  top: 220px;
  z-index: 9;
}

.maccoffe_bg_3 {
  right: 389px;
  z-index: 6;
  bottom: 134px;
}

.maccoffe_bg_4 {
  bottom: 55px;
  left: 460px;
  z-index: 8;
}

.maccoffe_bg_5 {
  top: 175px;
  right: 200px;
  z-index: 6;
}

.maccoffe_bg_6 {
  right: 128px;
  top: 30px;
  z-index: 3;
}

.maccoffe_bg_7 {
  bottom: 0;
  left: 332px;
  z-index: 10;
}

.maccoffe:hover .maccoffe_bg_1 {
  -webkit-transform: rotate(-12.74deg);
  -ms-transform: rotate(-12.74deg);
  transform: rotate(-12.74deg);
  left: 132px;
  top: 47px;
}

.maccoffe:hover .maccoffe_bg_3 {
  right: 415px;
}

.maccoffe:hover .maccoffe_bg_5 {
  right: 132px;
}

.maccoffe:hover .maccoffe_bg_6 {
  right: 47px;
}

.maccoffe:hover .maccoffe_bg_7 {
  left: 310px;
}

.maccoffe:hover .maccoffe_bg_4 img {
  width: 206px;
  height: 318px;
}

.maccoffe {
  background: #efeeef;
}

.maccoffe_bg img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.maccoffe:hover .maccoffe_bg_3 img {
  width: 252px;
  height: 347px;
}

.maccoffe_bg_7 img {
  width: 203px;
  height: 158px;
}

.maccoffe:hover .maccoffe_bg_2 {
  -webkit-transform: rotate(11.02deg);
  -ms-transform: rotate(11.02deg);
  transform: rotate(11.02deg);
  top: 170px;
  right: 62px;
}

.lukoil_bg > div {
  display: table;
  position: absolute;
  font-size: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.lukoil_bg_2 {
  right: 184px;
  bottom: 0;
  z-index: 5;
}

.lukoil_bg_1 {
  bottom: 0;
  left: 150px;
  mix-blend-mode: hard-light;
  z-index: 4;
}

.lukoil:hover .lukoil_bg_1 {
  -webkit-transform: rotate(-13.36deg);
  -ms-transform: rotate(-13.36deg);
  transform: rotate(-13.36deg);
}

.lukoil:hover .lukoil_bg_1 img {
  width: 1033px;
  height: 564px;
}

.lukoil_bg_1 img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.lukoil_bg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(75.47deg, #E80205 -10.82%, rgba(232, 2, 5, 0) 64.25%);
  background: linear-gradient(14.53deg, #E80205 -10.82%, rgba(232, 2, 5, 0) 64.25%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.lukoil:hover .lukoil_bg:after {
  opacity: 1;
}

.beeline_bg > div {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  font-size: 0;
  display: table;
}

.beeline_bg_1 {
  right: 0;
  top: 0;
  z-index: 20;
}

.beeline_bg_6 {
  bottom: 40px;
  left: 40px;
  z-index: 22;
}

.beeline_bg_2 {
  top: 340px;
  right: 487px;
  z-index: 10;
}

.beeline_bg_3 {
  top: 112px;
  right: 138px;
  z-index: 10;
}

.beeline_bg_4 {
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  opacity: 0;
}

.beeline_bg_5 {
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  opacity: 0;
}

.beeline_bg_1 img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.beeline:hover .beeline_bg_1 img {
  width: 968px;
  height: 568px;
}

.beeline:hover .beeline_bg_2 {
  right: 506px;
  top: 358px;
}

.beeline:hover .beeline_bg_3 {
  right: 164px;
  top: 137px;
}

.beeline:hover .beeline_bg_4 {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.beeline:hover .beeline_bg_5 {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.beeline_bg_7 {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 8;
}

.beeline:hover .beeline_bg_7 {
  opacity: 1;
}

.unicredit_bg > div {
  position: absolute;
  display: table;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-size: 0;
}

.unicredit_bg_2, .unicredit_bg_3 {
  bottom: 40px;
  left: 40px;
}

.unicredit_bg_2 {
  opacity: 0;
}

.unicredit_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF3737;
  opacity: 0;
  mix-blend-mode: lighten;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.unicredit img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.unicredit:hover > img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.unicredit:hover .unicredit_bg_1 {
  right: 113px;
  bottom: 116px;
  opacity: 1;
}

.unicredit_bg_1 {
  opacity: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.unicredit:hover .unicredit_bg:after {
  opacity: 1;
}

.unicredit:hover .unicredit_bg_3 {
  opacity: 0;
}

.unicredit:hover .unicredit_bg_2 {
  opacity: 1;
}

.rosatom {
  background: #2b90e5;
}

.rosatom_bg > div {
  position: absolute;
  font-size: 0;
  display: table;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.rosatom_bg_1 {
  left: 409px;
  bottom: 25px;
  z-index: 20;
}

.rosatom_bg_2 {
  right: 200px;
  bottom: 99px;
  z-index: 20;
}

.rosatom_bg_3 {
  left: 40px;
  bottom: 25px;
  z-index: 20;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.rosatom:hover .rosatom_bg_1 {
  bottom: 72px;
  left: 330px;
}

.rosatom:hover .rosatom_bg_2 {
  bottom: 28px;
  right: 324px;
}

.rosatom:hover .rosatom_bg:before {
  opacity: 1;
}

.rosatom_bg:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: -o-linear-gradient(217.49deg, rgba(66, 176, 246, 0) 55.97%, #C641F5 116.05%), -o-linear-gradient(20.56deg, rgba(66, 176, 246, 0) 44.61%, #C641F5 99.32%);
  background: linear-gradient(232.51deg, rgba(66, 176, 246, 0) 55.97%, #C641F5 116.05%), linear-gradient(69.44deg, rgba(66, 176, 246, 0) 44.61%, #C641F5 99.32%);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.b3_box_img {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.b4_zg {
  margin: 0 0 0;
  max-width: 100%;
}

.b4 .b3_title {
  width: 100%;
}

.b4_zg span:nth-child(1)::after {
  background: #0DD3FE;
  bottom: 40px;
}

.b3 .h2_zg span:nth-child(2) {
  left: -149px;
}

.b4 {
  padding: 128px 0 0;
}

.b4 .b3_text {
  max-width: 889px;
}

.b4_text_p p {
  font-size: 28px;
  line-height: 41px;
  margin: -16px 0 0;
  position: relative;
}

.b4_text_gif {
  display: table;
  overflow: hidden;
  position: relative;
}

.b4_text_gif:after {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.b4_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1035px;
  padding: 83px 0 123px;
}

.b4_text_p {
  max-width: 753px;
  position: relative;
}

.b4_video {
  /* max-height: 290px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ten_b4 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 104%;
  background: #fff;
  background: -o-linear-gradient(top, #ffffffad, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffffad), to(#ffffff));
  background: linear-gradient(180deg, #ffffffad, #ffffff);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.b1_video_main {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.web {
  overflow: hidden;
}

.b5_top {
  max-width: 946px;
  margin: 132px auto 0;
}

.b5_h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 57px;
  /* Серый средний */
  color: #303339;
  max-width: 442px;
}

.b5_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b5_top_text {
  width: 100%;
  max-width: 367px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.b5_top_text_1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #303339;
}

.b5_top_text_2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  background: #8A0DEC;
  background: -o-linear-gradient(312deg, #8A0DEC 0%, #0DD3FE 100%);
  background: linear-gradient(138deg, #8A0DEC 0%, #0DD3FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #3150FF;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 1px;
  height: 9999px;
  left: 50%;
  margin-left: -0.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.del {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.del {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.del {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.91458 0.999968L1.31348 5.60107L5.91458 10.2022' stroke='%23002366'/%3E%3C/svg%3E%0A");
  width: 7px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

.twentytwenty-overlay {
  display: none;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 51px;
  width: 51px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 1000px;
  z-index: 40;
  cursor: pointer;
  background: #FFFFFF;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 26px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  left: 50%;
  margin-left: -12px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.b5_box {
  max-width: 945px;
  margin: 100px auto 0;
  -webkit-filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  overflow: hidden;
  position: relative;
}

.twentytwenty-left-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  top: -16px;
  left: -14px;
  top: -20px;
  z-index: -1;
  background: none;
  -webkit-box-shadow: 0 0 0 13px rgba(49, 80, 255, 0.2);
  box-shadow: 0 0 0 13px rgba(49, 80, 255, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.twentytwenty-handle:hover .twentytwenty-left-arrow:after {
  -webkit-box-shadow: 0 0 0 18px rgba(49, 80, 255, 0.2);
  box-shadow: 0 0 0 18px rgba(49, 80, 255, 0.2);
}

.b6 .h2_zg {
  max-width: 100%;
  margin: 0;
}

.b6 .h2_zg span:nth-child(1) {
  margin: 0 auto -23px;
  position: relative;
  left: -102px;
}

.b6 .h2_zg span:nth-child(2) {
  width: auto;
  margin: 0 0 0 0;
}

.b6 {
  padding: 122px 0 102px;
}

.b5 {
  padding: 0 0 102px;
}

.b6 .b3_text {
  max-width: 855px;
  padding: 19px 0 0;
}

.b6 .h2_zg span:nth-child(1):after {
  background: #F7FE36;
  bottom: 46px;
}

.b6_gif:after {
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.b6_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b6_box_item {
  max-width: 357px;
  width: 100%;
  margin: 0 63px;
}

.b6_t1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #303339;
  padding: 0 0 18px;
}

.b6_t2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303339;
  min-height: 150px;
}

.b6_box_item .bt {
  max-width: 168px;
}

.bt:after {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  top: -73px;
  background: #8711ed;
  width: 339px;
  height: 153px;
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  left: -450px;
  -webkit-filter: blur(26px);
  filter: blur(26px);
}

.bt:hover:after {
  left: -90px !important;
}

.bt span {
  position: relative;
  z-index: 4;
}

.bt.bt_white:after {
  background: #e0e4eb70;
}

@-webkit-keyframes gradient {
  0% {
    background-size: 100%;
    background-position: inherit;
  }
  50% {
    background-size: 200%;
    background-position: center;
  }
  100% {
    background-size: 100%;
    background-position: inherit;
  }
}
@keyframes gradient {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 200%;
  }
  100% {
    background-size: 100%;
  }
}
.b7 {
  padding: 121px 0 101px;
}

.b7_t1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: #67748D;
  background: #E5EEFF;
  border-radius: 4px;
  display: table;
  padding: 2px 12px;
  margin: 0 0 14px;
}

.b7_h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 57px;
  color: #303339;
  max-width: 724px;
  padding: 0 0 42px;
}

.b7_top {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
}

.b7_bottom {
  width: 100%;
  max-width: 946px;
  margin: 75px auto 0;
  font-weight: bold;
  font-size: 27px;
  line-height: 35px;
}

.b7_bottom p {
  margin: 0 0 55px;
}

.b8_zg {
  font-size: 44px;
  line-height: 57px;
  color: #303339;
}

.b8_title {
  max-width: 366px;
}

.b8_box {
  width: 100%;
  max-width: 946px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b8_list {
  width: 100%;
  max-width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0 0;
  margin: 0 -87px 0 0;
}

.b8_item {
  width: 100%;
  max-width: 270px;
  margin: 0 0 61px;
}

.b8_t1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  /* Серый средний */
  color: #303339;
  padding: 0 0 18px;
}

.b8_t2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303339;
}

.b8_item:nth-child(1) .b8_t2 {
  max-width: 228px;
}

.b8_item:nth-child(2) .b8_t2, .b8_item:nth-child(3) .b8_t2 {
  max-width: 209px;
}

.b8_item:nth-child(4) .b8_t2 {
  max-width: 217px;
}

.b8 {
  padding: 44px 0 61px;
}

.b8_gif:after {
  -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, -1, 0, 0);
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.b8_gif {
  margin: -151px 0 0;
}

.b9_zg {
  max-width: 930px;
  margin: 0;
  margin: 0 auto;
}

.b9 .b3_text {
  max-width: 810px;
}

.b9 {
  padding: 101px 0 0;
}

.b9 .h2_zg span:nth-child(1):after {
  background: #EE5347;
  bottom: 45px;
  left: 8px;
  width: calc(100% - 11px);
}

.b9_gif.b3_gif:after {
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.b9_box {
  position: relative;
  margin: -60px 0 0 79px;
  padding: 135px 0 126px;
}

.b9_gif.b3_gif {
  position: absolute;
  right: 0;
  top: 0;
}

.b9_item_t1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #67748D;
  margin: 0 0 9px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.b9_item_t2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */
  /* Серый средний */
  color: #303339;
  max-width: 279px;
}

.b9_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 833px;
  margin: 0 0 -38px;
}

.b9_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* max-width: 825px; */
  counter-reset: item;
  position: relative;
}

.b9_item_t1:after {
  content: "";
  width: 4.76px;
  height: 4.76px;
  display: block;
  border-radius: 50%;
  background: #FFFFFF;
  border: 6px solid #67748D;
  -webkit-box-shadow: 0 0 0 3px rgba(49, 80, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(49, 80, 255, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -9px;
  z-index: 10;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.b9_item_box:before {
  font-size: 180px;
  line-height: 187px;
  font-weight: 500;
  background: -o-linear-gradient(bottom, #f8f8f800 0%, #dfe6f29c 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#f8f8f800), to(#dfe6f29c));
  background: linear-gradient(0deg, #f8f8f800 0%, #dfe6f29c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0;
  z-index: -1;
  content: counter(item, decimal-leading-zero) " ";
  counter-increment: item;
  margin: 0 0 0 -7px;
}

.b9_item_box {
  position: relative;
  max-width: calc(50% - 0.5px);
  padding: 116px 0 0px;
  width: 100%;
  border-right: 0.5px solid #3150FF;
  max-width: 375px;
}

.b9_item:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b9_item:nth-child(even) .b9_item_t1:after {
  right: auto;
  left: -115px;
}

.b9_item:nth-child(even) .b9_item_box {
  border: 0;
  border-left: 1.5px solid #3150FF;
  max-width: 351px;
  padding-left: 106px;
}

.b9_item:last-child .b9_item_box {
  padding-bottom: 47px;
}

.js-scroll-content {
  height: 100vh;
  width: 100%;
}

.b9_lines {
  width: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 487.5px;
  /* min-height: 160px; */
  background: #3150FF;
  max-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b9_item_active .b9_item_t1:after {
  border-color: #3150FF;
}

.b9_item_t1 span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8A0DEC;
  background: -o-linear-gradient(312deg, #8A0DEC 0%, #0DD3FE 100%);
  background: linear-gradient(138deg, #8A0DEC 0%, #0DD3FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.b9_item_active .b9_item_t1 {
  color: #0000;
}

.b9_item_active .b9_item_t1 span {
  opacity: 1;
}

.b3_gif img {
  position: absolute;
  top: -1px;
  left: 0;
}

.gif_box_img {
  font-size: 0;
  position: relative;
  z-index: 1;
  margin: 1px 0 0;
}

.b8_gif.b3_gif .gif_box_img, .b9_gif.b3_gif .gif_box_img, .b6_gif.b3_gif .gif_box_img {
  margin: -1px 0 0;
}

.b3_gif .gif_box_img {
  margin: 2px 0 0px;
}

.c-mask, .c-overlay {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  background: #ffffff54;
  z-index: 99;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  overflow: hidden;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.b10 {
  background: -o-linear-gradient(334.77deg, #DFE6F2 -7.24%, #E3EDFF -7.23%, rgba(255, 255, 255, 0) 102.6%);
  background: linear-gradient(115.23deg, #DFE6F2 -7.24%, #E3EDFF -7.23%, rgba(255, 255, 255, 0) 102.6%);
  padding: 140px 0 140px;
}

.b10_t1 {
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #001133;
}

.b10_t2 {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #333C4D;
  padding: 12px 0 0;
}

.b10_box {
  padding: 90px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 946px;
  margin: 0 auto;
}

.b10_left {
  width: 100%;
  max-width: 464px;
}

.input_form input, textarea {
  background: #FFFFFF;
  border: 1px solid #E0E4EB;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #67748D;
  width: 100%;
  padding: 0 16px;
  height: 56px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.input_form {
  margin: 0 0 16px;
  position: relative;
}

.input_form input::-webkit-input-placeholder {
  opacity: 0.6;
}

.input_form input::-moz-placeholder {
  opacity: 0.6;
}

.input_form input:-ms-input-placeholder {
  opacity: 0.6;
}

.input_form input::-ms-input-placeholder {
  opacity: 0.6;
}

.input_form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0.6;
}

.input_form input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.6;
}

.input_form input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0.6;
}

.input_form input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 0.6;
}

.input_form input::placeholder, textarea::placeholder {
  opacity: 0.6;
}

textarea {
  padding: 17px 16px;
  height: 137px !important;
  width: 100% !important;
  min-height: 137px !important;
  max-height: 138px !important;
}

.input_form.check_box input {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.input_form.check_box p {
  font-size: 16px;
  line-height: 28px;
  color: #333C4D;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input_form.check_box i {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #1C1C1D;
  margin: -2px 12px 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.input_form.check_box i:hover, .quiz label:hover i {
  -webkit-box-shadow: 0px 0px 0px 2px #80AAFF;
  box-shadow: 0px 0px 0px 2px #80AAFF;
}

.input_form.check_box input:checked + p i {
  border-color: #3150FF;
}

.input_form.check_box i:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0H17C17.2652 0 17.5196 0.105357 17.7071 0.292893C17.8946 0.48043 18 0.734784 18 1V17C18 17.2652 17.8946 17.5196 17.7071 17.7071C17.5196 17.8946 17.2652 18 17 18H1C0.734784 18 0.48043 17.8946 0.292893 17.7071C0.105357 17.5196 0 17.2652 0 17V1C0 0.734784 0.105357 0.48043 0.292893 0.292893C0.48043 0.105357 0.734784 0 1 0ZM8.003 13L15.073 5.929L13.659 4.515L8.003 10.172L5.174 7.343L3.76 8.757L8.003 13Z' fill='%233150FF'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.input_form.check_box input:checked + p i:after {
  opacity: 1;
}

.b10_form .bt {
  width: 100%;
  height: 56px;
}

.b10_form .bt:after {
  width: 784px;
  height: 317px;
  left: -651px;
}

.logo_text {
  font-weight: 600;
  font-size: 31px;
  line-height: 40px;
  text-transform: uppercase;
  color: #1C1C1D;
  width: 100%;
}

.b10_right {
  width: 100%;
  max-width: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.b10_right ul {
  padding: 0;
  width: 100%;
  list-style: none;
}

.b10_right ul a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1C1C1D;
  margin: 0 0 9px;
  display: table;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b10_right ul li:last-child a {
  margin: 0;
}

.b10_right ul a:hover {
  color: #67748D;
}

.copir, .copir a {
  font-size: 12px;
  line-height: 21px;
  color: #67748D;
}

.copir a:hover {
  border-bottom: 1px solid;
}

.ft_contact a {
  font-weight: bold;
  font-size: 23px;
  line-height: 33px;
  color: #303339;
  display: table;
  margin: 3px0 0 0;
}

.quiz {
  width: 100% !important;
  max-width: 946px !important;
  background: -o-linear-gradient(331.48deg, #DFE6F2 -0.87%, #E3EDFF -0.86%, rgba(228, 238, 255, 0.17) 87.6%), #fff;
  background: linear-gradient(118.52deg, #DFE6F2 -0.87%, #E3EDFF -0.86%, rgba(228, 238, 255, 0.17) 87.6%), #fff;
  border-radius: 24px;
  z-index: 99999999999;
}

.quiz_main {
  max-width: 700px;
  margin: 0 0 0 96px;
}

button.fancybox-close-small {
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3150FF;
  top: 29px;
  right: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button.fancybox-close-small:after {
  position: static !important;
  color: #fff !important;
  font-family: "TT Firs Neue", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: initial;
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
  margin: 0px 0 0;
}

button.fancybox-close-small:hover {
  background: #8A0DEC;
}

.quiz_top > p {
  font-size: 18px;
  line-height: 23px;
  color: #808EA8;
  max-width: 404px;
}

.quiz_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6vh 0 32px;
}

.quiz_number {
  color: #67748D;
  font-size: 26px;
  font-weight: 200;
}

.quiz_number span {
  font-size: 60px;
  font-weight: 100;
}

.quiz_t1 {
  font-weight: bold;
  font-size: 38px;
  line-height: 49px;
  background: #8A0DEC;
  background: -o-linear-gradient(312deg, #8A0DEC 0%, #0DD3FE 100%);
  background: linear-gradient(138deg, #8A0DEC 0%, #0DD3FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 5vh;
}

.quiz_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 502px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quiz_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7vh 0 9vh;
}

.quiz_bt .bt {
  min-width: 118px;
  padding: 0;
}

.quiz_bt .quiz_prev .bt span:before, .quiz_bt .quiz_next .bt span:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.172 6.99992L6.808 1.63592L8.222 0.221924L16 7.99992L8.222 15.7779L6.808 14.3639L12.172 8.99992H0V6.99992H12.172Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: block;
  margin: -1px 0 0;
}

.quiz_bt .bt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 62%;
}

.quiz_bt .quiz_prev .bt span:before {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

button.bt:disabled {
  opacity: 0.3;
}

.check_box.radio_check p i {
  border-radius: 50% !important;
  border: 2px solid #333C4D;
}

.check_box.radio_check p i:after {
  display: none;
}

.check_box.radio_check p i:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background: #001133;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.check_box.radio_check input:checked + p i:before {
  opacity: 1;
}

.check_box.radio_check input:checked + p i {
  border-color: #001133;
}

.quiz_3 .input_form {
  width: 100%;
}

.quiz_3 .input_form:last-child {
  margin: 0;
}

label {
  cursor: pointer;
}

.ui-datepicker-header .ui-corner-all:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L14.59 6.59L9 12.17V0H7V12.17L1.42 6.58L0 8L8 16L16 8Z' fill='%233150FF'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ui-datepicker-header .ui-corner-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  top: -3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.ui-datepicker th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #808EA8;
}

.ui-datepicker-header .ui-corner-all:hover {
  opacity: 1;
}

.ui-datepicker td a:hover {
  background: #3150ff47;
  border-radius: 50%;
  color: #fff;
}

.quiz_date {
  width: 100%;
  max-width: 740px;
  position: relative;
}

.quiz_date input {
  max-width: 270px;
  margin: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2H19C19.2652 2 19.5196 2.10536 19.7071 2.29289C19.8946 2.48043 20 2.73478 20 3V19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H1C0.734784 20 0.48043 19.8946 0.292893 19.7071C0.105357 19.5196 0 19.2652 0 19V3C0 2.73478 0.105357 2.48043 0.292893 2.29289C0.48043 2.10536 0.734784 2 1 2H5V0H7V2H13V0H15V2ZM2 8V18H18V8H2ZM4 12H9V16H4V12Z' fill='%233150FF'/%3E%3C/svg%3E%0A");
  background-position: center right 18px;
  background-repeat: no-repeat;
}

.air-datepicker.-inline- {
  margin: -95px 0 0;
}

.input_form .quiz_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz_date .input_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 212px;
  margin: 0 0 -35px;
}

.quiz_5 textarea {
  max-width: 560px;
}

.final_t1 {
  font-weight: 600;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  color: #1C1C1D;
  padding: 7vh 0 52px;
  width: 754px;
}

.final_box_item {
  max-width: 367px;
  width: 100%;
}

form#quiz_form > div {
  width: 100% !important;
  height: auto !important;
}

.final_box {
  width: 754px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 -26px;
}

.quiz_content {
  min-height: 250px;
}

.final_box .input_form.check_box p {
  font-size: 14px;
}

button.finish_submit {
  width: 150px;
}

button.finish_submit span {
  width: 102px !important;
}

video::-webkit-media-controls {
  display: none !important;
}

.b3_box_top_right {
  width: 100%;
  max-width: 889px;
  overflow: hidden;
}

.fm {
  padding: 41px 0 40px;
  width: 100% !important;
  max-width: 472px !important;
}

.fm_main {
  width: 79%;
  margin: 0 auto;
}

.fm_main .input_form.check_box p {
  font-size: 14px;
}

.fm_t1 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  padding: 0 0 31px;
  color: #1C1C1D;
}

.b1_video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 6px;
}

.top_ct a {
  font-weight: bold;
  font-size: 13px;
  line-height: 33px;
  color: #303339;
  border-left: 1px solid #A8B3C8;
  padding: 0 0 0 14px;
  margin: 0 11px 0 0;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 18px;
}

.ths-t1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
}

.ths {
  padding: 43px 41px;
}

.ths-t2 {
  font-size: 21px;
  max-width: 339px;
  text-align: center;
  margin: 0 auto;
  font-weight: 300;
}

.message {
  padding: 56px;
}

.swiper-slide {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.swiper-button-disabled {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background: #E5EEFF !important;
}

.sber {
  max-width: 875px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.slider_bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 33px;
  right: 20px;
  z-index: 9;
}

.slider_portf {
  position: relative;
}

.swiper-button-disabled i, .swiper-button-disabled i:after, .swiper-button-disabled i:before {
  background: #67748D !important;
}

.c-overlay .logo a span {
  max-width: 100%;
  padding: 8px 0 0;
  margin: 0;
  border: 0;
  width: 100%;
}

.c-overlay .logo {
  display: block;
  text-align: center;
  width: 250px;
  height: 250px;
  text-align: center;
}

.loaded .c-overlay {
  opacity: 0;
  z-index: -1;
}

.c-overlay .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-overlay .logo a {
  display: block;
}

.macdonalds_item {
  font-size: 0;
  overflow: hidden;
  border-radius: 6px;
}

.b3_box_top.active_2 .b3_box_top_left_name {
  -webkit-transform: scale(0.7) rotate(-90deg);
  -ms-transform: scale(0.7) rotate(-90deg);
  transform: scale(0.7) rotate(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  left: 0;
  top: 0;
  z-index: -1;
}

.b3_box_top_left_1 {
  width: 100%;
}

.b3_box_top.active_2 .b3_box_top_left_name:after {
  opacity: 0;
}

.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}

.info_slide {
  text-align: center;
  font-size: 19px;
  font-weight: 200;
  margin: -49px 0 0;
}

.b3 .info_slide {
  margin: -53px 0 41px;
}
.b1_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 31px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.bt.bt_color {
  display: flex;
  max-width: 320px;
  padding: 5px 0;
  margin: 34px 0 0;
  background-image: url(../img/garant_bg.jpg);
  background-size: 3000px;
  color: #fff;
  -webkit-animation: web_title 25s linear infinite;
  animation: web_title 25s linear infinite;
}
.more_portf p {
  font-size: 27px;
  font-weight: bold;
  color: #6b1fa9;
}

.more_portf a {
  letter-spacing: 2px;
  margin: 19px 0 !important;
  width: 300px;
}
.more_portf {
  padding: 0;
  margin: 0 0 0 40px;
}
.more_portf p span {
  font-weight: normal;
  font-size: 20px;
  color: #9026c2;
  line-height: 119%;
  display: table;
  margin: 8px 0 0;
  color: #000;
}
.more_portf_box {
  display: flex;
  align-items: center;
  padding: 91px 0 0;
}

.more_portf_box {}

.more_portf_img {
  font-size: 0;
  border: 1px solid #0000001c;
  padding: 11px;
}
.video_new {
  display: table;
  position: absolute;
  right: -279px;
  bottom: 46px;
  width: 802px;
}

.b1 .main {
  position: relative;
}

.video_new video {
  width: 100%;
  height: auto;
}

.video_new:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-shadow: 0 0 35px 38px #fff;
}
@media only screen and (max-width: 680px) {
  .main {
    width: 320px;
  }

  .logo a span {
    padding: 4px 0 4px 8px;
    margin: 0 0 0 -1px;
    font-size: 9px;
    line-height: 100%;
    width: calc(50% - 8px);
  }

  .logo {
    width: 100%;
  }

  .top_ct {
    margin: 9px auto 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top_ct a {
    padding: 0;
    margin: 0;
    width: 50%;
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top_ct a:nth-child(1) {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .h1 {
    font-size: 27px;
    line-height: 145%;
    padding: 0 0 27px;
  }

  .logo a b {
    font-size: 17px;
    width: 50%;
    text-align: center;
  }

  .top_bt a {
    font-size: 11px;
    padding: 0 21px;
    margin: 9px 0 0 !important;
  }

  .top_bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: none;
  }

  .b1_video {
    height: 169px;
  }

  .b1 {
    height: auto;
    padding: 36px 0 0;
  }

  .b2_t1 {
    font-size: 21px;
    line-height: 150%;
    width: 100%;
  }

  .h2_zg {
    line-height: 120%;
    font-size: 41px;
    margin: 0;
    width: 100%;
  }

  .b3_box_img_custom > div {
    -webkit-transform: scale(0.365);
    -ms-transform: scale(0.365);
    transform: scale(0.365);
  }

  .b3_box_img_custom {
    width: 320px;
    height: 183px;
  }

  .b3_box_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .b3_box_text {
    margin: 19px 0 13px;
    width: auto;
  }

  a.b3_box_item {
    border-top: 1px solid #e3e3e3;
  }

  .b3_box_text_name {
    padding: 6px 0 0;
    font-size: 35px;
    line-height: 100%;
  }

  .b3_box_top_left_name {
    font-size: 36px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    line-height: 120%;
    width: 100%;
    padding: 0;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0;
    z-index: -1;
  }

  .b5_h2 {
    font-size: 18px;
    line-height: 150%;
  }

  .b6_box_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list {
    margin: 23px 0;
  }

  .list li {
    font-size: 15px;
    padding-top: 2px;
  }

  .b2_right p, .b4_text_p p, .b7_bottom p {
    font-size: 16px;
    line-height: 140%;
  }

  .b2 {
    padding: 11px 0 30px;
  }

  .h2_zg span:nth-child(1) {
    margin: 0;
  }

  .b3 .h2_zg span:nth-child(2) {
    left: 0;
  }

  .h2_zg span:nth-child(1):after {
    bottom: 8px;
    height: 10px;
  }

  h2.h2_zg.b3_zg {
    width: 280px;
    margin: 0 auto 13px;
  }

  .b3_gif {
    width: 100px;
    height: 100px;
  }

  .b3_gif:after, .b4_text_gif:after {
    border-width: 0 112px 112px 0;
  }

  .gif_box_img img {
    width: 100px;
    height: 100px;
  }

  .b3_gif .gif_box_img {
    margin: 2px 0 0 -2px;
  }

  .b3 .b3_gif {
    margin: 9px 0 -116px 0;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }

  .b3_text p {
    font-size: 17px;
    line-height: 131%;
    margin: 23px 0 0;
  }

  .b3 {
    padding: 41px 0 33px;
  }

  .b3_box_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 78px 0 0;
  }

  .b3_box_top_left {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .b3_box_top_left_1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: none;
  }

  .b3_box_top_left_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    bottom: -189px;
    right: 6px;
    width: auto;
  }

  .number_1 {
    font-size: 40px;
  }

  .b3_box_top_left_1 p {
    font-size: 19px;
    line-height: 36px;
  }

  .macdonalds_one img {
    width: 320px;
    height: 188px;
  }

  .b3_title {
    position: relative;
    z-index: 60;
  }

  .b3_box_top_right {
    max-width: 100%;
    margin: 20px 0 0;
    position: relative;
  }

  .macdonalds_item img {
    width: 100%;
    height: 180px;
  }

  .macdonalds_one {
    width: 100%;
    height: 180px;
  }

  .macdonalds_item {
    border-radius: 6px;
    overflow: hidden;
    font-size: 0;
  }

  .b3_box_img_logo img {
    height: auto;
    max-width: 94px;
  }

  .b4 .b3_text {
    max-width: 245px;
  }

  .b4_text {
    padding: 0 0 38px;
  }

  .b4_text_gif {
    margin: -58px 0 45px;
  }

  .b4_text_gif .gif_box_img {
    margin: 2px 0 0 2px;
  }

  .b4 {
    padding: 40px 0 0;
  }

  .video_close {
    right: -1px;
  }

  .b1_video_box video {
    width: 100%;
    height: auto;
  }

  .b5_top {
    margin: 34px 0 0;
  }

  .b5_top_text_1 {
    margin: 23px 0 24px;
  }

  .twentytwenty-container img {
    width: 320px;
    height: 180px;
  }

  .b5_box {
    margin: 34px 0 0;
  }

  .b5 {
    padding: 0;
  }

  .b6 .h2_zg span:nth-child(1) {
    left: 0;
    margin: 0;
  }

  .b6 .h2_zg span:nth-child(1):after {
    bottom: 6px;
  }

  .b6 .h2_zg span:nth-child(2) {
    width: 100%;
  }

  .b6 .b3_text {
    padding: 0;
    margin: 8px 0 0;
    max-width: 268px;
  }

  .b6_gif.b3_gif {
    margin: -85px 0 31px 42px;
  }

  .b6_gif.b3_gif .gif_box_img {
    margin: 0 0 0 -2px;
  }

  .b6_box_item {
    margin: 36px 0 47px;
  }

  .b6_t1 {
    font-size: 25px;
  }

  .b6_t2 {
    min-height: 0;
    padding: 0 0 34px;
  }

  .b6 {
    padding: 121px 0 0;
  }

  .b7 {
    padding: 17px 0 0;
  }

  .b7_t1 {
    line-height: 100%;
    padding: 11px 11px;
  }

  .b7_h2 {
    font-size: 28px;
    line-height: 150%;
  }

  .b7_bottom p {
    margin: 0 0 26px;
  }

  .b7_bottom {
    margin: 41px 0 0;
  }

  .b8_zg {
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    padding: 0 0 41px;
  }

  .b8_t1 {
    font-size: 21px;
    line-height: 120%;
  }

  .b8_item {
    max-width: 100%;
  }

  .b8_t2 {
    max-width: 100% !important;
  }

  .b8_t2 br {
    display: none;
  }

  .b8_gif.b3_gif {
    margin: 0;
    display: none;
  }

  .b9 h2.h2_zg.b9_zg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b9 .h2_zg span:nth-child(1):after {
    bottom: 8px;
    left: 2px;
    width: 100%;
  }

  .h2_zg span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  section.b9 {
    padding: 0;
  }

  .b9_gif.b3_gif {
    right: auto;
    left: 43px;
    top: -125px;
  }

  .b9_gif.b3_gif .gif_box_img {
    margin: 0 0 0 -2px;
  }

  .b9_box {
    padding: 60px 0 0;
    margin: 0 0 0;
  }

  .b9_item {
    margin: 0;
  }

  .b9_item_box:before {
    font-size: 118px;
    margin: 7px 0 0 0;
    top: -40px;
  }

  .b9_item_t1 {
    font-size: 22px;
  }

  .b9_item_t2 {
    font-size: 17px;
  }

  .b9_item_box {
    padding: 73px 0 46px !important;
  }

  .b9_item:nth-child(even) .b9_item_box {
    border: 0;
    border-right: 1.5px solid #3150FF;
  }

  .b9_item:nth-child(even) .b9_item_t1:after {
    left: auto;
    right: -9px;
  }

  .b10_t1 {
    font-size: 27px;
    line-height: 132%;
  }

  .b10_t2 {
    font-size: 16px;
    max-width: 250px;
    margin: 0 auto;
    line-height: 140%;
    padding: 26px 0 0;
  }

  .b10 {
    padding: 53px 0 34px;
  }

  .b10_box {
    padding: 36px 0 0px;
  }

  .input_form.check_box p {
    font-size: 12px !important;
    line-height: 120%;
  }

  .b10_right {
    padding: 62px 0 0;
  }

  .copir {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .ft_contact {
    margin: 31px 0;
  }

  body {
    background: #fff;
  }

  .quiz_main {
    max-width: 90%;
    margin: 0 auto;
  }

  .quiz {
    border-radius: 16px;
    width: 95% !important;
  }

  .quiz_number {
    font-size: 16px;
  }

  .quiz_number span {
    font-size: 31px;
  }

  .quiz_top > p {
    font-size: 15px;
    margin: -21px 0 26px;
  }

  .quiz_top > p br {
    display: none;
  }

  .quiz_t1 {
    font-size: 20px;
    line-height: 140%;
    padding: 0 0 18px;
  }

  .quiz_checkbox .input_form {
    width: 100%;
  }

  .quiz_content {
    margin: -27px 0 0;
    min-height: 229px;
  }

  .quiz_date .input_form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .air-datepicker.-inline- {
    margin: 14px 0 0;
  }

  .final_t1 {
    width: 100%;
    padding: 70px 0 21px;
    font-size: 18px;
    line-height: 140%;
  }

  .final_box {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  button.fancybox-close-small {
    right: 10px;
    top: 10px;
  }

  .final_box .input_form.check_box p {
    font-size: 12px;
  }

  .slider_bt {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }

  .b3_box_top.active_2 .b3_box_top_left_name {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .b3_box_top_left_name:after {
    display: none;
  }

  .b3 .info_slide {
    margin: 15px 0 -29px;
    font-size: 11px;
  }

  .info_slide {
    font-size: 11px;
    margin: -26px 0 0;
  }
  .b2_right {
    max-width: 100%;
    padding: 0 0 22px;
}

.b2_t1 br {
    display: none;
}

.b1_cont {
    padding: 0;
}
section.top {padding-bottom: 0;}

.top_box {
    border-bottom: 1px solid rgb(0 0 0 / 4%);
    padding: 0 0 18px;
}
.more_portf_box {
  flex-wrap: wrap;
}

.more_portf_img img {width: 100%;height: auto;}

.more_portf_img {
  width: calc(100% - 22px);
  margin: 0 0 29px;
}

.more_portf {
  margin: 0;
  padding: 0 0 61px;
}

.more_portf p br {
  display: none;
}

.more_portf p {
  font-size: 23px;
}

.more_portf p span {
  font-size: 16px;
}
.video_new {
  display: none;
}
}
@media screen and (max-width: 980px) and (min-width: 681px) {
  html {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: calc(100%/0.6);
    height: calc(100%/0.6);
    min-width: 1200px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1169px) {
  html {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: calc(100%/0.75);
    height: calc(100%/0.75);
    min-width: 1200px;
  }
}