@import url(reset.css);
@import url(fonts.css);
:root {
  --bl: #1ae5ff;
  --yl: #ffec00;
  --bl2: #440fc5;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

.hide {
  display: none !important;
}

.red-error {
  margin-top: 20px;
  color: #FF0000 !important;
}

.toggler.open .bottom {
  display: none;
}

.wrapper {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.inside {
  width: 1200px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flex {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.flex_m {
  align-items: center;
}

.flex_t {
  align-items: flex-start;
}

.flex_b {
  align-items: flex-end;
}

.flex_sb {
  justify-content: space-between;
}

.flex_c {
  justify-content: center;
}

.flex_sa {
  justify-content: space-around;
  margin-left: 10%;
  margin-right: 20%;
}

.flex_e {
  justify-content: flex-end;
}

.toggler {
  width: 40px;
  height: 35px;
  position: relative;
  box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 auto;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: 0.3s;
  margin-top: 10px;
  display: none;
}

.toggler:hover {
  border-color: #1d1942;
  transition: 0.3s;
}

.toggler > span {
  width: 40px;
  height: 6px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #fff;
  display: block;
  z-index: 1000;
  transition: 0.3s;
  text-align: right;
}

.toggler.open .right {
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 4px;
  transition: 0.3s;
}

.toggler.open .left {
  transform: rotate(-45deg);
  transition: 0.3s;
  left: 0px;
  top: 4px;
  position: absolute;
}

.toggler.open .hide {
  display: none;
}

.left_sidebar.open {
  left: 0px;
  top: 0;
}

.left_sidebar {
  left: -320px;
  z-index: 1002;
  background: #450ec7;
  height: 100%;
  width: 320px;
  max-width: 100%;
  transition: 0.5s;
  position: fixed;
  box-sizing: border-box;
  padding: 25px 20px;
}

.mob {
  display: none;
}

.pop_w {
  display: none;
  padding: 40px 10px;
  padding-bottom: 50px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: visible;
  position: relative;
}

.hidden {
  display: none;
}

.close_all {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -100;
  cursor: pointer;
}

.close_all.active {
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.hidden2 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/*base*/
#section1 {
  background: url(../images/bg.png) no-repeat top right 58px;
  padding-top: 30px;
  padding-bottom: 160px;
}
#section1.video_block {
  height: 1100px;
}

.logo {
  width: 90px;
  height: 40px;
  margin-right: 70px;
  margin-bottom: 5px;
}

.logo img {
  width: 40px;
  height: 40px;
}

nav ul li {
  font: 14px "CeraRoundPro-Medium";
  color: #524747;
  letter-spacing: 0.3px;
  margin-right: 24px;
}

nav ul li a {
  color: #524747;
  transition: 0.3s;
}

nav ul li a:hover {
  color: var(--bl);
  transition: 0.3s;
}

.elips_wrap {
  position: relative;
}

.section1 .elips_wrap {
  margin-top: 34px;
  margin-right: 20px;
}

.elips_wrap1 {
  height: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.elips_wrap1 .elips {
  position: absolute;
  right: -39px;
  top: 70px;
}

.elips.elips_yl:before {
  border-color: var(--yl);
}

.elips.elips_yl:after {
  border-color: var(--yl);
}

.elips {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: var(--bl);
  margin: 0 auto;
  background-image: url("/images/button.png");
  background-size: cover;
  position: relative;
}

.elips:before {
  content: "";
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  left: -18px;
  top: -18px;
  width: 116px;
  height: 116px;
  background: none;
  box-sizing: border-box;
  border: 18px solid var(--bl);
}

.elips:after {
  content: "";
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  left: -18px;
  top: -18px;
  width: 116px;
  height: 116px;
  background: none;
  box-sizing: border-box;
  border: 18px solid var(--bl);
}

.main_block {
  text-align: left;
  padding-left: 14px;
  box-sizing: border-box;
}

.main_block_h1 {
  font: 50px "CeraRoundPro-Black";
  color: #450ec7;
  margin-top: -60px;
  margin-bottom: 23px;
  position: relative;
  z-index: 10;
}

.main_block_h1 strong {
  font: 60px/1.15 "CeraRoundPro-Black";
  color: #9288e0;
}

.main_block_h2 {
  font: 22px/1.2 "CeraRoundPro-Medium";
  color: #414042;
  margin-left: 7px;
  margin-bottom: 28px;
  position: relative;
  z-index: 10;
}

.a1 {
  width: 335px;
  height: 79px;
  background: url(../images/a_bg.svg) no-repeat center 0;
  font: 22px/79px "CeraRoundPro-Bold";
  text-align: center;
  position: relative;
  z-index: 10;
}

.a1 a {
  width: 100%;
  height: 100%;
  color: #440fc5;
  transition: 0.3s;
}

.a1 a:hover {
  color: #524747;
  transition: 0.3s;
}

.google_wrap {
  margin-top: 28px;
  margin-left: 7px;
  position: relative;
  z-index: 10;
}

.google_img {
  margin-right: 42px;
}

.rocket_wrap {
  width: 100%;
  height: 1px;
  position: relative;
}

.rocket {
  position: absolute;
  left: -240px;
  top: -638px;
}

.rocket svg {
  width: 1418px;
  height: 853px;
}

.main_block_h3 {
  position: relative;
  z-index: 10;
  font: 33px/1.2 "CeraRoundPro-Medium";
  color: #440fc5;
  margin-top: 63px;
  box-sizing: border-box;
  border: 9px solid var(--bl);
  border-left: none;
  display: inline-block;
  padding: 55px 0;
  padding-left: 375px;
  padding-right: 62px;
}

.h1 {
  font: 34px "CeraRoundPro-Black";
  text-align: center;
  margin-top: 45px;
  color: #440fc5;
  margin-bottom: 15px;
}

.sphere {
  background: url(../images/sphere.png) no-repeat center 0;
  text-align: center;
  padding-top: 44px;
}

.sphere_in {
  margin: 0 60px;
}

.sphere_in .sphere_img {
  height: 133px;
  margin-bottom: 32px;
}

.sphere_h2 {
  font: 30px "CeraRoundPro-Black";
  color: #414042;
  margin-bottom: 37px;
}

.sphere_ul li {
  font: 18px/1.35 "CeraRoundPro-Medium";
  color: #440fc5;
  line-height: 2;
  text-align: center !important;
}

.sphere_in1 .sphere_img img {
  width: 113px;
  height: 112px;
}

.sphere_in2 .sphere_img img {
  width: 149px;
  height: 133px;
}

#section2 {
  background: url(../images/bg2.png) no-repeat top 333px right;
  padding-bottom: 160px;
}

.work_wrap .h1 {
  margin-top: 130px;
  margin-bottom: 150px;
}

.work_in:nth-child(1) .work_img img {
  width: 108px;
  height: 92px;
}

.work_in:nth-child(2) .work_img img {
  width: 105px;
  height: 102px;
}

.work_in:nth-child(3) .work_img img {
  width: 111px;
  height: 102px;
}

.work_in:nth-child(4) .work_img img {
  width: 123px;
  height: 92px;
}

.work_img {
  width: 123px;
  height: 102px;
  margin: 0 auto;
  margin-bottom: 44px;
}

.work_in {
  width: 22%;
  position: relative;
}

.work_in:before {
  content: "";
  position: absolute;
  right: -55px;
  top: 34px;
  width: 55px;
  height: 54px;
  background: url(../images/arrow.png) no-repeat center 0;
}

.work_in:last-child:before {
  display: none;
}

.work_h1 {
  font: 24px "CeraRoundPro-Black";
  color: #414042;
  margin-bottom: 27px;
}

.work_h2 {
  font: 18px/1.25 "CeraRoundPro-Medium";
  color: #414042;
}

#section3 {
  background: url(../images/bg3.png) no-repeat top left 60px;
  margin-top: -60px;
  padding-top: 80px;
}

.section3 .elips_wrap {
  margin-left: 0;
  margin-top: 0;
  position: relative;
  z-index: 10;
}

.section3 .elips_wrap .elips {
  margin-left: 44px;
}

.format {
  display: none;
}

.format.active {
  display: block;
}

.format_wrap {
  margin-top: -58px;
  position: relative;
  z-index: 1;
}

.format_wrap .h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.format_tab_wrap {
  margin-top: 78px;
  margin-bottom: 45px;
}

.format_tab {
  font: 20px/22px "CeraRoundPro-Regular";
  color: #440fc5;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline;
}

.format_tab:hover {
  transition: 0.3s;
  font-weight: bold;
}

.format_tab.active {
  font-weight: bold;
  font-size: 24px;
  transition: 0.3s;
}

.format_txt {
  width: 380px;
  color: #58595b;
  text-align: left;
  margin-left: 144px;
}

.format_h1 {
  font: 45px "CeraRoundPro-Regular";
  margin-bottom: 28px;
}

.format_ul {
  font: 20px "CeraRoundPro-Regular";
  margin-bottom: 22px;
}

.format_ul p {
  font-family: "CeraRoundPro-Black";
}

.format_ul:last-child {
  margin-bottom: 0;
}

#section4 {
  background: url(../images/bg4.png) no-repeat top left, url(../images/bg5.png) no-repeat top 194px right;
  padding: 1px 0;
  padding-bottom: 300px;
}

.price_wrap .h1 {
  margin-top: 246px;
  margin-bottom: 50px;
}

.price_txt {
  text-align: left;
  margin-left: 51px;
  position: relative;
  z-index: 10;
}

.price_h1 {
  font: 43px "CeraRoundPro-Black";
  color: #ffec00;
  margin-top: -17px;
  margin-bottom: 28px;
}

.price_h1 strong {
  font-size: 64px;
}

.price_h1 span {
  font-size: 40px;
}

.price_h2 {
  font: 22px "CeraRoundPro-Regular";
  color: var(--bl);
  margin-bottom: 32px;
}

.price .a1 {
  width: 243px;
  height: 73px;
  background: url(../images/a_bg2.svg) no-repeat center 0;
  font-size: 22px;
  line-height: 73px;
}

.price_h3 {
  font: 16px "CeraRoundPro-Regular";
  color: #fff;
  margin-top: 38px;
}

.price_h3 p {
  margin-bottom: 17px;
}

.pos_ab {
  width: 100%;
  position: relative;
}

.pos_ab .elips_wrap {
  margin: 0;
  position: relative;
}

.pos_ab .elips {
  position: absolute;
  left: -50px;
  top: -99px;
}

.price_img {
  margin-top: -388px;
  position: relative;
  z-index: 1;
}

.elips_yl {
  background: var(--yl);
  background-image: url("/images/button.png");
  background-size: cover;
}

#section5 {
  margin-top: -104px;
  padding: 1px 0;
}

.google_logo {
  width: 298px;
  height: 94px;
}

.advantages_wrap .google_wrap {
  margin-left: 34px;
  margin-top: 181px;
  width: 300px;
}

.advantages_wrap .h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.advatages {
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: 89px;
  text-align: left;
  margin-bottom: -30px;
}

.advatages_in {
  width: 430px;
  align-items: center;
  margin-bottom: 93px;
}

.advatages_in:nth-child(2n) {
  width: 310px;
}

.advatages_img {
  opacity: 0.3;
  position: relative;
  z-index: 1;
}

.advatages_txt {
  font: 24px "CeraRoundPro-Medium";
  color: #414042;
  margin-left: -80px;
  position: relative;
  z-index: 10;
}

.google_h1 {
  font: 30px "CeraRoundPro-Medium";
  color: #2bc1ff;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 15px;
}

.google_h2 {
  font: 22px "CeraRoundPro-Medium";
  color: #414042;
  margin-bottom: 25px;
}

#section5 {
  background: url(../images/bg6.png) no-repeat bottom right;
  padding-bottom: 550px;
  position: relative;
  z-index: 1;
}

#section6 {
  margin-top: -550px;
  position: relative;
  z-index: 10;
  padding: 1px 0;
}

.start_wrap {
  text-align: left;
  margin-left: 22px;
}

.start_wrap .h1 {
  font: 68px "CeraRoundPro-Black";
  color: #440fc5;
  margin-top: 12px;
  margin-bottom: 39px;
  text-align: left;
}

.start_step {
  margin-left: 19px;
  margin-bottom: 79px;
}

.start_numb {
  font: 132px/150px "CeraRoundPro-Regular";
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #11FFFF;
  color: #fff;
  min-width: 150px;
  margin-right: 71px;
  margin-top: 41px;
  text-align: center;
}

.start_h1 {
  font: 27px "CeraRoundPro-Black";
  color: #440fc5;
  margin-bottom: 29px;
}

.start_h2 {
  font: 27px/1.2 "CeraRoundPro-Medium";
  color: #8f95f3;
}

.start_txt {
  width: 480px;
}

#section6 {
  background: url(../images/bg_step.png) no-repeat bottom left, url(../images/bg_step2.png) no-repeat bottom 337px right;
  padding-bottom: 912px;
  position: relative;
  z-index: 1;
}

#section7 {
  background: url(../images/bg7.png) no-repeat center 0;
  height: 846px;
  margin-top: -472px;
  position: relative;
  z-index: 10;
  padding: 1px 0;
}

.section7 .h1 {
  color: #fff;
  margin-top: 202px;
  font-size: 39px;
  margin-bottom: 52px;
}

.section7 .a1 {
  margin: 0 auto;
}

footer {
  background: url(../images/bg8.png) no-repeat top right;
  height: 367px;
  margin-top: -369px;
  position: relative;
  z-index: 20;
  padding-top: 174px;
  box-sizing: border-box;
}

.footer_ul li {
  font: 18px "CeraRoundPro-Regular";
  color: #fff;
  margin: 0 15px;
}

.footer_ul li a {
  color: #fff;
  transition: 0.3s;
}

.footer_ul li:hover a {
  color: var(--yl);
  transition: 0.3s;
}

.footer_h1 {
  font: 18px "CeraRoundPro-Regular";
  color: #bbb;
  margin-top: 30px;
  margin-bottom: 20px;
}

.nav_a1 {
  width: 199px;
  height: 60px;
  background: url(../images/a_bg3.svg) no-repeat center 0;
  font: 16px "CeraRoundPro-Black";
  margin-right: 0;
  line-height: 60px;
  margin-left: 15px;
}

.nav_a1 a {
  color: #5400ef;
}

.start_numb_elips {
  position: relative;
}

.start_numb_elips_down {
  position: relative;
}

.start_numb_elips_down:before {
  content: "";
  width: 4px;
  height: 375px;
  background: #11FFFF;
  position: absolute;
  bottom: -299px;
  left: 75px;
  z-index: -1;
}

.start_step:last-child .start_numb_elips .start_numb_elips_down:before {
  display: none;
}

.start_numb_elips_puls {
  content: "";
  border-radius: 50%;
  opacity: 0.1;
  position: absolute !important;
  left: -37px;
  top: -37px;
  width: 222px;
  height: 222px;
  background: none;
  box-sizing: border-box;
  border: 38px solid #11FFFF;
  z-index: -1;
}

.start_numb_elips_pulss {
  content: "";
  border-radius: 50%;
  opacity: 0.1;
  position: absolute !important;
  left: -37px;
  top: -37px;
  width: 222px;
  height: 222px;
  background: none;
  box-sizing: border-box;
  border: 38px solid #11FFFF;
  z-index: -1;
}

.footer_ul .mob {
  display: block;
}

.toggler_wrap {
  display: none;
}

.clouds_wrap {
  width: 100%;
  height: 0;
  position: relative;
}

.clouds {
  position: absolute;
  right: 42px;
  bottom: -475px;
}

.logo p {
  font-weight: bold;
  font-size: 24px;
  margin-left: 12px;
  color: #524747;
  font-family: "CeraRoundPro-Bold";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo a:hover {
  color: #524747;
}

.mobile_navigation {
  margin-top: 15px;
}

.mobile_navigation nav ul li {
  margin-bottom: 25px;
  font-size: 23px;
}

.mobile_navigation nav ul li a {
  color: #ffffff !important;
}

.mobile_navigation nav ul li.start-button a {
  color: #5400ef !important;
}

.mobile_navigation nav ul li:first-child {
  display: none;
}

.a_ar1 {
  position: absolute;
  right: 13%;
  top: 124px;
  opacity: 0.5;
  z-index: -1;
}

.a_ar1_1 {
  position: absolute;
  left: 24%;
  top: 310px;
  opacity: 0.5;
  z-index: -1;
}

.a_ar2 {
  position: absolute;
  right: 23%;
  top: 297px;
  opacity: 0.5;
  z-index: -1;
}

.a_ar3 {
  position: absolute;
  right: 10%;
  top: 341px;
  opacity: 0.5;
  z-index: -1;
}

.a_ar4 {
  position: absolute;
  left: 10%;
  top: 430px;
  opacity: 0.5;
  z-index: -1;
}

.section1 .logo a {
  text-decoration: none;
}

.section1 .nav_a1 a {
  text-decoration: none;
}

.section1 nav ul li a {
  text-decoration: underline;
}

/**
 * Tooltips
 */
.tooltip {
  position: relative;
}

.tooltip:after {
  position: absolute;
  padding: 8px;
  border: 3px solid #fff;
  border-radius: 8px;
  background-color: #1FDA9A;
  font-size: 0.9em;
  font-weight: bold;
  color: #fff;
  content: attr(data-tooltip);
  min-width: 80px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0.25s;
  visibility: hidden;
  z-index: 2;
}

.tooltip:hover:after {
  opacity: 1;
  visibility: visible;
}

/*Tooltip starting positions*/
.tooltip-top:after {
  bottom: 150%;
  left: 0;
}

.tooltip-bottom:after {
  top: 155%;
  left: 0;
}

.tooltip-left:after {
  right: 130%;
  min-width: 100px;
}

.tooltip-right:after {
  left: 130%;
  min-width: 200px;
}

/*Tooltip final positions*/
.tooltip-top:hover:after {
  bottom: 120%;
}

.tooltip-bottom:hover:after {
  top: 125%;
}

.tooltip-left:hover:after {
  right: 110%;
}

.tooltip-right:hover:after {
  left: 110%;
}

/**
 * Triangles
 */
.tooltip-top:before,
.tooltip-bottom:before,
.tooltip-left:before,
.tooltip-right:before {
  content: "";
  display: block;
  position: absolute;
  border-width: 7px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0.25s;
  visibility: hidden;
}

.tooltip-top:hover:before,
.tooltip-bottom:hover:before,
.tooltip-left:hover:before,
.tooltip-right:hover:before {
  opacity: 1;
  visibility: visible;
}

/*Triangle starter positions*/
.tooltip-top:before {
  top: -51%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #fff;
}

.tooltip-bottom:before {
  bottom: -56%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #fff;
}

.tooltip-left:before {
  left: -31%;
  top: 15%;
  border-left-color: #fff;
}

.tooltip-right:before {
  right: -31%;
  top: 15%;
  border-right-color: #fff;
}

/* Triangle final positions */
.tooltip-top:hover:before {
  top: -21%;
}

.tooltip-bottom:hover:before {
  bottom: -26%;
}

.tooltip-left:hover:before {
  left: -11%;
}

.tooltip-right:hover:before {
  right: -11%;
}

.format_sub_ul {
  padding-left: 10px;
  padding-top: 10px;
}

/* Brief */
#brief_page footer {
  margin-top: 0;
  background: url(../images/bg8.png) no-repeat center 0;
}

#brief_page #section1 {
  background: none;
}

#brief_page nav ul li:nth-child(5) a {
  color: #524747;
}

#brief_page nav ul li:nth-child(6) a {
  color: #524747;
}

#brief_page main {
  min-height: 61vh;
}

.brief_step {
  display: none;
  padding-bottom: 50px;
}

.brief_step.active {
  display: block;
}

.brief_left {
  width: 60px;
  min-width: 60px;
  margin-right: 60px;
}

.brief_right {
  text-align: left;
  width: 825px;
  max-width: 100%;
}

.brief_h1 {
  font: 30px "CeraRoundPro-Black";
  margin-top: 15px;
  color: #440fc5;
  margin-bottom: 15px;
}

.brief_check {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0 auto;
  margin-left: -5px;
}

#section10 {
  padding-top: 0px;
  background-size: contain !important;
}

.more_wrap {
  display: inline-block;
  margin-right: -32px;
  margin-left: 11px;
  cursor: pointer;
  position: relative;
}

.more_wrap img {
  width: 18px;
}

.more {
  z-index: 100;
  font: 17px/17px "CeraRoundPro-Regular";
  background: var(--yl);
  border-radius: 10px;
  width: 512px;
  position: absolute;
  left: -247px;
  top: 40px;
  text-align: left;
  color: #fff;
  padding: 17px 20px;
  padding-bottom: 25px;
  box-sizing: border-box;
  display: none;
}

.more:before {
  content: "";
  width: 100%;
  height: 20px;
  left: 0;
  top: -10px;
  position: absolute;
}

.more_wrap:hover .more {
  display: block;
}

.brief_button a {
  font: 22px "CeraRoundPro-Bold";
  height: 60px;
  line-height: 49px;
  margin-right: 15px;
  border-radius: 35px;
  border: 5px solid var(--bl);
  background-origin: border-box;
  text-align: center;
  transition: 0.3s;
  color: #524747;
  padding: 0 25px;
  box-sizing: border-box;
  cursor: pointer;
}

.brief_button .active {
  background: var(--bl);
  transition: 0.3s;
}

.brief_button a:hover {
  background: var(--bl);
  transition: 0.3s;
}

.input {
  width: 100%;
  height: 48px;
  max-width: 100%;
}

.input input {
  width: 100%;
  height: 100%;
  font: 20px "CeraRoundPro-Bold";
  box-sizing: border-box;
  padding: 0 15px;
  border: 2px solid var(--bl);
  border-radius: 20px;
  color: #440fc5;
}

.youtube {
  margin-top: 25px;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #414042;
  position: relative;
  width: 100%;
  border-radius: 20px;
}

.youtube_remove {
  width: 48px;
  height: 48px;
  position: absolute;
  right: -64px;
  top: 64px;
  cursor: pointer;
}

.youtube_remove img {
  transition: 0.3s;
}

.youtube_remove:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.youtube_img {
  width: 150px;
  margin-right: 25px;
}

.youtube_img img {
  max-width: 100%;
}

.youtube_h1 {
  font: 28px "CeraRoundPro-Bold";
  color: #414042;
  margin-top: 15px;
  margin-bottom: 35px;
}

.youtube_h2 {
  font: 16px "CeraRoundPro-Medium";
  color: #414042;
  word-break: break-all;
}

.youtube_h2 a {
  color: #414042;
  transition: 0.3s;
}

.youtube_h2 a:hover {
  text-decoration: underline;
  transition: 0.3s;
}

.button {
  margin-top: 15px;
  margin-bottom: 45px;
}

.button button {
  width: 200px;
  height: 42px;
  font: 18px "CeraRoundPro-Bold";
  background: var(--bl);
  color: #440fc5;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}

.button button:hover {
  transition: 0.3s;
  color: #414042;
}

.brief_button {
  margin-bottom: 55px;
}

.brief_auto {
  display: none;
}

.brief_auto.active {
  display: block;
}

.brief_manual {
  display: none;
}

.brief_manual.active {
  display: block;
}

.brief_auto_img img {
  width: 150px;
  height: 150px;
}

.brief_txt {
  font: 18px "CeraRoundPro-Medium";
  color: #414042;
  margin-left: 25px;
}

.select span {
  font: 22px "CeraRoundPro-Medium";
  color: #414042;
}

.check {
  margin-right: 65px;
}

.check label {
  cursor: pointer;
  font: 18px "CeraRoundPro-Medium";
  vertical-align: top;
  color: #414042;
  margin-left: 10px;
}

.jq-checkbox {
  width: 22px;
  height: 22px;
  border: 2px solid var(--bl);
  box-sizing: border-box;
  position: relative;
}

.jq-checkbox__div {
  left: 2px;
  top: 2px;
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--bl);
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
  opacity: 1;
  transition: 0.3s;
}

.successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #FFF;
}

.successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #FFF;
}

.successAnimationResult {
  fill: #FFF;
  opacity: 0;
}

.successAnimation.animated {
  -webkit-animation: 0.5s ease-out 0s 1 both scaleAnimation;
          animation: 0.5s ease-out 0s 1 both scaleAnimation;
  z-index: 10;
  position: relative;
}

.successAnimation.animated .successAnimationCircle {
  -webkit-animation: 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.3s 1 both fadeOut;
          animation: 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.3s 1 both fadeOut;
}

.successAnimation.animated .successAnimationCheck {
  -webkit-animation: 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.3s 1 both fadeOut;
          animation: 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.3s 1 both fadeOut;
}

.successAnimation.animated .successAnimationResult {
  -webkit-animation: 0.3s linear 0.3s both fadeIn;
          animation: 0.3s linear 0.3s both fadeIn;
}

.successAnimationCircle {
  stroke: #FF0000;
}

.successAnimationCheck {
  stroke: #FF0000;
  stroke-width: 5px;
}

.successAnimationResult {
  fill: #FF0000;
  opacity: 1;
}

.successAnimation.animated .successAnimationCircle {
  stroke: #39761D;
}

.successAnimation.animated .successAnimationCheck {
  stroke: #39761D;
  stroke-width: 2px;
}

.successAnimation.animated .successAnimationResult {
  fill: #39761D;
}

.brief_budget_day {
  display: none;
}

.brief_budget_month {
  display: none;
}

.brief_budget_day.active {
  display: block;
}

.brief_budget_month.active {
  display: block;
}

.check_w {
  margin-top: 25px;
}

.brief_budget_wrap .input {
  width: 260px;
}

.brief_budget_currency {
  font: 22px "CeraRoundPro-Bold";
  margin-left: 25px;
}

.brief_budget_h1 {
  font: 24px "CeraRoundPro-Regular";
  color: #414042;
  margin-top: 15px;
  margin-bottom: 45px;
}

.brief_budget_h1 span {
  font: 30px "CeraRoundPro-Bold";
}

.minimal_buget {
  margin-bottom: 2px;
}

.youtube_price .youtube_remove {
  display: none;
}

.input.youtube_input {
  margin-left: 25px;
  display: inline-block;
}

.input.youtube_input input {
  width: 110px;
}

.input.youtube_input span {
  font: 22px "CeraRoundPro-Bold";
  margin-left: 10px;
}

.youtube_img {
  min-width: 150px;
}

.brief_youtube_user_loc .select {
  margin-right: 100px;
}

.scrol_wrap {
  width: 450px;
  margin-top: 55px;
}

.scrol-line .ui-state-default {
  border-radius: 100%;
  border-color: #1ae5ff;
  background: #1ae5ff;
  cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
}

.scrol_txt {
  font: 22px "CeraRoundPro-Bold";
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 0 1px;
}

.brief_youtube_user_age {
  padding-left: 2%;
}

.ui-widget.ui-widget-content {
  margin-left: 5%;
  margin-right: 5%;
}

.scrol_txt > div {
  width: 20px;
}

.fs-wrap {
  margin-left: 25px;
}

.fs-label-wrap {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  border-color: var(--bl);
}

.fs-open .fs-label-wrap {
  border-color: var(--bl);
  transition: 0.3s;
}

.fs-dropdown {
  border-color: var(--bl);
  width: 198px;
  border-radius: 5px;
}

.fs-label-wrap .fs-label {
  font: 18px "CeraRoundPro-Bold";
  transition: 0.3s;
}

.fs-option-label {
  font: 16px "CeraRoundPro-Regular";
  transition: 0.3s;
}

.fs-option.selected .fs-option-label {
  font-family: "CeraRoundPro-Bold";
  transition: 0.3s;
}

.brief_line {
  height: 106%;
  width: 2px;
  /*background: #524747;*/
  background: linear-gradient(to bottom, #594e4e 0%, #a9a3a3 50%, #a9a3a3 51%, #ffffff 100%);
  margin: 0 auto;
  margin-top: -20px;
  transition: 0.3s;
}

.brief_step:last-child .brief_line {
  display: none;
}

#section10 {
  background: url(../images/bg_step2.png) no-repeat bottom right -150px;
  padding-bottom: 300px;
  margin-bottom: -230px;
}

.youtube_wrap_manual .youtube_img {
  min-width: 120px;
  width: 120px;
  height: 90px;
}

.youtube_wrap_manual .youtube_img img {
  width: 120px;
  height: 90px;
  max-height: 100%;
}

.youtube_wrap_manual .youtube {
  align-items: center;
}

.youtube_wrap_manual .youtube_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.youtube_wrap_manual .youtube {
  padding: 25px 15px;
}

.youtube_wrap_manual .youtube_remove {
  top: 46px;
}

.brief_end a {
  margin-top: 55px;
  border-color: #440fc5;
  height: 70px;
  line-height: 59px;
  width: 360px;
}

.brief_end2 a {
  margin-top: 55px;
  border-color: #440fc5;
  height: 70px;
  line-height: 59px;
  width: 360px;
}

.brief_end a:hover {
  background: #440fc5;
  color: #fff;
}

.brief_end2 a:hover {
  background: #440fc5;
  color: #fff;
}

.brief_check svg {
  position: relative;
}

.brief_check:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  height: 22px;
  width: 22px;
  background: url(../images/close.svg) no-repeat center 0;
  z-index: 1;
  transition: 0.3s;
}

.brief_check:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 24px;
  background: url(../images/progres.svg) no-repeat center 0;
  width: 22px;
  height: 22px;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}

.in_progres:before {
  opacity: 1;
  transition: 0.3s;
}

.in_progres .successAnimationResult {
  fill: #ffec00;
  opacity: 1;
}

.in_progres .successAnimationCircle {
  stroke: #ffec00;
}

.in_progres .successAnimationCheck {
  stroke: #ffec00;
  stroke-width: 5px;
}

.in_progres:after {
  opacity: 0;
  transition: 0.3s;
}

.spinner3 {
  -webkit-animation: 2s linear 0s normal none infinite running rotate;
          animation: 2s linear 0s normal none infinite running rotate;
  height: 80px;
  position: relative;
  width: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.dot1,
.dot2 {
  -webkit-animation: 2s ease-in-out 0s normal none infinite running bounce;
          animation: 2s ease-in-out 0s normal none infinite running bounce;
  background-color: var(--bl);
  border-radius: 100%;
  display: inline-block;
  height: 60%;
  position: absolute;
  top: 0;
  width: 60%;
}

.dot2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  bottom: 0;
  top: auto;
  background: var(--yl);
}

.progres_h1 {
  font: 22px "CeraRoundPro-Bold";
  color: #440fc5;
  margin-bottom: 25px;
}

.pop_h1 {
  font: 20px "CeraRoundPro-Bold";
  color: #414042;
  margin-bottom: 50px;
  margin-left: 5%;
  margin-right: 5%;
}

.pop_h2 {
  font: 24px "CeraRoundPro-Bold";
  color: #414042;
  margin-bottom: 25px;
  margin-left: 5%;
  margin-right: 5%;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
}

.form_input {
  width: 360px;
  height: 48px;
  max-width: 100%;
}

.form_input input {
  width: 100%;
  height: 100%;
  font: 20px "CeraRoundPro-Bold";
  box-sizing: border-box;
  padding: 0 10px;
  border: 2px solid var(--bl);
  color: #440fc5;
}

.form_button button {
  width: 220px;
  border: 2px solid var(--bl);
  height: 48px;
  transition: 0.3s;
  border-left: none;
  background: var(--bl);
  font: 18px "CeraRoundPro-Bold";
  color: #440fc5;
  text-transform: uppercase;
  cursor: pointer;
}

.form_button button:hover {
  transition: 0.3s;
  color: #414042;
}

#brief_page nav ul li:nth-child(5) a:hover {
  color: var(--bl);
}

#brief_page nav ul li:nth-child(6) a:hover {
  color: var(--bl);
}

.scrol_txt.flex.flex_sa {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gif {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.faq-img {
  height: 50% !important;
  min-width: 50%;
  min-height: 50%;
  border-radius: 10px;
}

.tooltip-pc {
  border-radius: 10px;
}

.tooltip-mobile {
  border-radius: 10px;
}

::-moz-placeholder {
  /* Firefox, Chrome, Opera */
  color: #e9e9e9;
}

:-ms-input-placeholder {
  /* Firefox, Chrome, Opera */
  color: #e9e9e9;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: #e9e9e9;
}

.start-button a {
  text-align: center;
  /* color: antiquewhite!important; */
  background-color: #FFE43E;
  margin-top: 40px;
  border-style: solid;
  border-radius: 15px;
  padding: 10px;
  /* padding-bottom: 10px; */
}

/* languagepicker */
.languagepicker {
  /* background-color: #FFF;*/
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0 50px 10px 0;
  vertical-align: top;
  float: center;
  margin-top: 20px;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  /*height: 81px; */
}

.languagepicker a {
  color: #ababb8;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 20px;
  line-height: 40px;
  /*border-top: 1px solid #EEE;*/
}

.languagepicker li:hover {
  background-color: #2d3ec4;
  border-radius: 5px;
}

.languagepicker a:first-child li {
  border: none;
  color: #EEE;
  /*background: #bbb !important;*/
}

.languagepicker li img {
  margin-right: 5px;
}

.roundborders {
  border-radius: 5px;
}

.all_company_tooltip_wrap {
  position: relative;
}

.all_company_tooltip_wrap.active .all_company_tooltip_icon_drop {
  z-index: 1000;
  opacity: 1;
  transition: 0.3s;
}

.all_company_tooltip_icon_drop {
  position: absolute;
  left: -160px;
  top: 40px;
  width: 260px;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  z-index: -100;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.all_company_tooltip_icon_drop p {
  font: 16px "CeraRoundPro-Regular";
  text-align: left;
}

.all_company_tooltip_icon {
  cursor: pointer;
}

.all_company_tooltip_icon img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.tooltip {
  text-align: left;
}

.tooltip .all_company_tooltip_wrap {
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
  margin-left: 10px;
}

#brief_page .all_company_tooltip_wrap {
  display: inline-block;
}

#brief_page .all_company_tooltip_wrap p {
  color: #262626;
}

.brief_budget_month.active .fs-search {
  display: none;
}

.section_blog_wert_header {
  flex-direction: column;
  /* justify-content: center;*/
  height: 100%;
  padding-top: 80px;
  position: relative;
  z-index: 100;
}

#section_blog_wert_header {
  background: url(../images/bg1.png) no-repeat center left, linear-gradient(180deg, rgb(68, 15, 197) 0%, rgba(255, 255, 255, 0) 100%);
  height: 600px;
  position: relative;
}
#section_blog_wert_header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
#section_blog_wert_header .inside {
  height: 100%;
}

#section_blog_wert_all {
  margin-top: 40px;
}

.blog_wert_header_h1 {
  font: 60px "CeraRoundPro-Black";
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 2px #34108d, 0 0 1em #9783c8;
}

.blog_wert_header_h2 {
  font: 28px "CeraRoundPro-Medium";
  color: #fff;
  text-shadow: 1px 2px #34108d, 0 0 1em #9783c8;
}

.blog_wert_all_wrap {
  width: calc(100% - 300px);
}

.blog_wert {
  width: calc(100% - 300px);
}

.blog_wert_all_item_wrap {
  flex-wrap: wrap;
}

.blog_wert_all_right {
  width: 280px;
}

.blog_wert_all_item {
  box-sizing: border-box;
  border: 2px solid var(--bl);
  box-shadow: 0px 0px 4px -1px var(--bl);
  border-radius: 10px;
  padding: 25px 15px;
  padding-top: 15px;
  width: 48%;
  margin-bottom: 55px;
  text-align: left;
  position: relative;
}

.blog_wert_all_item_data {
  font: 12px "CeraRoundPro-Medium";
  position: relative;
  box-sizing: border-box;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}
.blog_wert_all_item_data p {
  font-size: 12px !important;
}
.blog_wert_all_item_data:before {
  content: "";
  width: 25px;
  height: 25px;
  left: 0;
  top: -4px;
  position: absolute;
  background: url(../ru/blog/images/calendar.svg) no-repeat center 0;
}

.blog_wert_all_item_img {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.blog_wert_all_item_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_wert_all_item_h1 {
  font: 24px/1 "CeraRoundPro-Medium";
  margin-bottom: 20px;
}
.blog_wert_all_item_h1 a {
  color: #262626;
  transition: 0.3s;
}
.blog_wert_all_item_h1 a:hover {
  color: var(--bl);
  transition: 0.3s;
}

.blog_wert_all_item_h2 {
  font: 18px "CeraRoundPro-Regular";
  margin-bottom: 15px;
}

.blog_wert_all_more {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -56px;
}
.blog_wert_all_more a {
  box-sizing: border-box;
  padding: 15px 25px;
  font: 22px "CeraRoundPro-Medium";
  color: var(--bl2);
  background: var(--bl);
  border-radius: 40px;
  transition: 0.3s;
}
.blog_wert_all_more a:hover {
  color: #524747;
  transition: 0.3s;
}

.blog_wert_h1 {
  font: 24px "CeraRoundPro-Medium";
  margin-bottom: 15px;
}

.blog_wert_all_categories_wrap {
  box-sizing: border-box;
  border: 2px solid var(--bl);
  box-shadow: 0px 0px 4px -1px var(--bl);
  border-radius: 10px;
  padding: 25px 15px;
  padding-top: 15px;
  margin-bottom: 55px;
  text-align: left;
}

.blog_wert_all_categories_item a,
.blog_wert_all_categories_item p {
  box-sizing: border-box;
  padding: 10px 15px;
  width: 100%;
  font: 18px "CeraRoundPro-Medium";
  color: #000;
  border: 2px solid var(--bl);
  border-radius: 40px;
  transition: 0.3s;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}
.blog_wert_all_categories_item a:hover, .blog_wert_all_categories_item a.active,
.blog_wert_all_categories_item p:hover,
.blog_wert_all_categories_item p.active {
  background: var(--bl);
  color: var(--bl2);
}

.blog_wert_soc_wrap {
  box-sizing: border-box;
  border: 2px solid var(--bl);
  box-shadow: 0px 0px 4px -1px var(--bl);
  border-radius: 10px;
  padding: 15px 10px;
  padding-top: 15px;
  margin-bottom: 55px;
  text-align: left;
  max-width: 280px;
}

.blog_wert_soc_item {
  display: flex;
  justify-content: flex-start;
}

.blog_wert_soc {
  margin-right: 10px;
}
.blog_wert_soc.blog_wert_soc_yt a {
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cpath d='M62.603 16.596a8.06 8.06 0 0 0-5.669-5.669C51.964 9.57 31.96 9.57 31.96 9.57s-20.005.04-24.976 1.397a8.06 8.06 0 0 0-5.669 5.669C0 21.607 0 32 0 32s0 10.393 1.356 15.404a8.06 8.06 0 0 0 5.669 5.669C11.995 54.43 32 54.43 32 54.43s20.005 0 24.976-1.356a8.06 8.06 0 0 0 5.669-5.669C64 42.434 64 32 64 32s-.04-10.393-1.397-15.404z' fill='%23440fc5'/%3E%3Cpath d='M25.592 41.612L42.187 32l-16.596-9.612z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center 0;
  background-size: 26px;
}
.blog_wert_soc.blog_wert_soc_vk a {
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' aria-labelledby='title'%0Aaria-describedby='desc' role='img' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EVK%3C/title%3E%3Cdesc%3EA color styled icon from Orion Icon Library.%3C/desc%3E%3Cpath data-name='layer1' d='M31.319 51.979h3.805a2.3 2.3 0 0 0 1.7-.809 3.188 3.188 0 0 0 .5-1.718s-.1-5.154 2.3-5.963c2.3-.707 5.307 5.053 8.611 7.277a7.256 7.256 0 0 0 4.306 1.213h8.511c.6 0 4.306-.505 2.4-3.942-.2-.3-1.2-2.628-6.408-7.479-5.407-5.053-4.606-4.245 1.8-12.936 3.905-5.255 5.407-8.489 5.007-9.9-.3-1.112-3.4-.91-3.4-.91h-9.606a2.085 2.085 0 0 0-1.2.2 2.487 2.487 0 0 0-.8 1.011 48.481 48.481 0 0 1-3.6 7.58c-4.306 7.378-6.008 7.782-6.709 7.277-1.6-1.112-1.2-4.245-1.2-6.569 0-7.176 1.1-10.107-2.1-10.915a13.974 13.974 0 0 0-4.506-.4c-3.4 0-6.308 0-8.011.809-1.1.505-1.9 1.718-1.4 1.819a4.374 4.374 0 0 1 2.8 1.415c1 1.314 1 4.447 1 4.447s.6 8.388-1.3 9.4c-1.3.707-3.1-.707-6.909-7.378a53.838 53.838 0 0 1-3.4-7.176 3.3 3.3 0 0 0-.8-1.112 2.734 2.734 0 0 0-1.5-.606H2.081s-1.4-.1-1.9.707a2.034 2.034 0 0 0 0 1.617S7.388 35.909 15.5 44.4c7.41 8.186 15.821 7.58 15.821 7.58z' fill='%23440fc5'%3E%3C/path%3E%3C/svg%3E");
  background-size: 26px;
}
.blog_wert_soc.blog_wert_soc_fb a {
  width: 13px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='18' viewBox='0 0 9 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.19746 3.95662C2.19746 4.39363 2.19746 6.34419 2.19746 6.34419H0.448242V9.26373H2.19746V17.9396H5.79072V9.26397H8.20196C8.20196 9.26397 8.42778 7.86408 8.53725 6.33343C8.22341 6.33343 5.8043 6.33343 5.8043 6.33343C5.8043 6.33343 5.8043 4.63494 5.8043 4.33723C5.8043 4.03887 6.19608 3.63754 6.58329 3.63754C6.96979 3.63754 7.78551 3.63754 8.54104 3.63754C8.54104 3.24004 8.54104 1.8666 8.54104 0.598145C7.53243 0.598145 6.38497 0.598145 5.87917 0.598145C2.10864 0.597943 2.19746 3.52038 2.19746 3.95662Z' fill='%23440fc5'/%3E%3C/svg%3E%0A");
  background-size: 13px 26px;
}

.blog_wert_wrap {
  width: calc(100% - 300px);
}

#section_blog_wert {
  padding: 50px 0;
}

.bread_caps_blog_wert {
  font: 24px "CeraRoundPro-Medium";
  text-align: left;
  margin-bottom: 25px;
}
.bread_caps_blog_wert span {
  margin: 0 5px;
  display: block;
  font: 18px/31px "CeraRoundPro-Regular";
}
.bread_caps_blog_wert a {
  color: var(--bl2);
  transition: 0.3s;
}
.bread_caps_blog_wert a:hover {
  color: var(--bl);
  transition: 0.3s;
}

.blog_wert_content {
  box-sizing: border-box;
  border: 2px solid var(--bl);
  box-shadow: 0px 0px 4px -1px var(--bl);
  border-radius: 10px;
  padding: 35px;
  padding-top: 15px;
  margin-bottom: 55px;
  text-align: left;
}
.blog_wert_content h2 {
  font: 40px "CeraRoundPro-Black";
  margin-bottom: 25px;
}
.blog_wert_content h3 {
  font: 34px "CeraRoundPro-Bold";
  margin-bottom: 25px;
}
.blog_wert_content h4 {
  font: 28px "CeraRoundPro-Medium";
  margin-bottom: 15px;
}
.blog_wert_content h5 {
  font: 24px "CeraRoundPro-Medium";
  margin-bottom: 15px;
}
.blog_wert_content p {
  font: 18px "CeraRoundPro-Regular";
  margin-bottom: 15px;
}
.blog_wert_content strong {
  font-family: "CeraRoundPro-Bold";
}
.blog_wert_content span {
  font-family: "CeraRoundPro-Medium";
  font-style: italic;
}
.blog_wert_content iframe {
  max-width: 100%;
  width: 100%;
  margin: 15px 0;
}
.blog_wert_content a {
  color: var(--bl2);
  transition: 0.3s;
  text-decoration: underline;
}
.blog_wert_content a:hover {
  color: var(--bl);
  transition: 0.3s;
  text-decoration: none;
}
.blog_wert_content img {
  max-width: 100%;
  margin: 15px 0;
}
.blog_wert_content ul {
  font: 18px "CeraRoundPro-Regular";
  margin-bottom: 15px;
  list-style: disc;
  padding-left: 22px;
}
.blog_wert_content ol {
  font: 18px "CeraRoundPro-Regular";
  margin-bottom: 15px;
  list-style: decimal;
  padding-left: 22px;
}

.blog_wert_quote {
  position: relative;
  padding: 35px;
  padding-top: 60px;
  box-sizing: border-box;
  background: rgba(60, 22, 175, 0.05);
  border-radius: 5px;
  margin-bottom: 15px;
}
.blog_wert_quote p {
  font: 24px "CeraRoundPro-Black";
  margin-bottom: 10px;
}
.blog_wert_quote:before {
  content: "";
  left: 25px;
  top: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Svg Vector Icons : http://www.onlinewebfonts.com/icon --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cpath d='M369.5,91.2C183.9,175.2,10,375.2,10,633.4c0,159.5,101.5,275.5,226.1,275.5c130.5,0,197.2-98.6,197.2-188.5c0-104.3-72.5-185.6-179.8-185.6c-31.9,0-63.8,8.7-81.2,23.2c0-127.6,101.4-278.4,258-356.6L369.5,91.2z M926.2,91.2c-185.6,84-362.4,284.1-362.4,542.2c0,159.5,104.4,275.5,229,275.5c130.5,0,197.2-98.6,197.2-188.5c0-104.3-72.5-185.6-182.7-185.6c-31.9,0-60.9,8.7-78.3,23.2c0-127.6,101.5-278.4,258-356.6L926.2,91.2z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center 0;
  background-size: 40px;
}

.blog_wert_importantly {
  padding: 45px;
  box-sizing: border-box;
  background: rgba(255, 240, 75, 0.3);
  border-radius: 5px;
  margin-bottom: 15px;
}
.blog_wert_importantly p {
  font: 22px "CeraRoundPro-Black";
  margin-bottom: 10px;
}

.blog_wert_all_right_more {
  display: none;
}

.blog_wert_page .flex_sa,
.blog_wert_all_page .flex_sa {
  margin: 0;
}
.blog_wert_page main,
.blog_wert_all_page main {
  margin-bottom: 380px;
}

.blog_wert_img {
  text-align: center;
}

.blog_wert_data_tegs_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog_wert_tegs_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.blog_wert_tegs_wrap p {
  box-sizing: border-box;
  padding: 4px 10px;
  font: 10px "CeraRoundPro-Medium";
  color: var(--bl2);
  background: rgba(26, 229, 255, 0.3);
  border-radius: 40px;
  transition: 0.3s;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 2.5px;
  margin-bottom: 5px;
}

.blog_wert_pager_wrap {
  display: none;
  margin-top: 25px;
}
.blog_wert_pager_wrap ul {
  justify-content: center;
}
.blog_wert_pager_wrap ul li {
  margin: 0 2.5px;
}
.blog_wert_pager_wrap ul li a {
  font: 20px/34px "CeraRoundPro-Medium";
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  color: #fff;
  background: var(--bl);
  transition: 0.3s;
}
.blog_wert_pager_wrap ul li a:hover {
  background: var(--bl2);
  transition: 0.3s;
}
.blog_wert_pager_wrap ul li.active a {
  background: var(--bl2);
  transition: 0.3s;
}

.blog_wert_header {
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog_wert_header .toggler > span {
  background: var(--bl2);
}

.main_video {
  display: none;
  width: 600px;
  height: 340px;
  margin-top: 100px;
  position: relative;
  z-index: 1000;
}
.main_video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video_block .rocket_wrap {
  display: none;
}
.video_block .main_block_wrap {
  display: flex;
  justify-content: space-between;
}
.video_block .main_video {
  display: block;
}
.video_block .elips_wrap {
  display: none !important;
}
.video_block .main_block_h1 {
  margin-top: 35px;
}

#section1.video_block .elips_wrap {
  display: none !important;
}

.youtube_subscribe_img {
  margin-right: 11px;
}
.youtube_subscribe_img a {
  width: 48px;
  height: 48px;
}
.youtube_subscribe_img a img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube_subscribe_button {
  width: 83px;
  height: 24px;
  border-radius: 2px 0 0 2px;
  background: #e62117;
  color: #fff;
  font: 14px/23px "CeraRoundPro-Medium";
  box-sizing: border-box;
  padding-right: 15px;
  text-align: right;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.youtube_subscribe_button::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 16px;
  height: 12px;
  background: url(../ru/blog/images/youtube_subscribe.png) no-repeat center 0;
}
.youtube_subscribe_button:hover {
  background-color: rgb(204, 24, 30);
  transition: 0.3s;
}

.youtube_subscribe_nump {
  margin-left: -1px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  vertical-align: middle;
  border-radius: 0 2px 2px 0;
  font: 12px/23px "CeraRoundPro-Medium";
  height: 24px;
  width: 38px;
  text-align: center;
  box-sizing: border-box;
  border-left: none;
}

.youtube_subscribe_h1 {
  font: 14px/17px "CeraRoundPro-Medium";
  margin-bottom: 10px;
}

.notification_site_line {
  position: fixed;
  right: 5%;
  top: -10%;
  background: #fff;
  padding: 25px;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
}
.notification_site_line.active {
  top: 5%;
  transition: 0.3s;
  max-height: none;
  opacity: 1;
}

.notification_site_line_icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.notification_site_line_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notification_site_line_text {
  font: 18px "CeraRoundPro-Medium";
}

.brief_plans {
  display: none;
}

.brief_plans.active {
  display: block;
}

.currency_tags_wrap {
  margin-bottom: 45px;
  gap: 10px;
}

.individual_buget {
  font: 16px "CeraRoundPro-Bold";
  padding-left: 45%;
  margin-bottom: 30px;
  text-decoration: underline;
}

.back_individual_buget {
  font: 16px "CeraRoundPro-Bold";
  margin-bottom: 30px;
  text-decoration: underline;
}

.currency_tags {
  padding: 12px 25px;
  font: 22px "CeraRoundPro-Bold";
  border-radius: 35px;
  border: 5px solid var(--bl);
  background-origin: border-box;
  text-align: center;
  transition: 0.3s;
  color: #524747;
  box-sizing: border-box;
  cursor: pointer;
}
.currency_tags:hover {
  background: var(--bl);
}
.currency_tags.active {
  background: var(--bl);
}

.plans_body {
  display: flex;
  align-items: center;
  font: 22px "CeraRoundPro-Bold";
  border-radius: 10px;
  border: 3px solid var(--bl);
  text-align: left;
  transition: 0.3s;
  padding: 25px;
  box-sizing: border-box;
  color: #440fc5;
  margin-left: 15px;
}

.plans_icon {
  min-width: 80px;
  width: 80px;
  margin-right: 15px;
}
.plans_icon img {
  max-width: 100%;
  display: block;
}

.plans_text {
  text-align: left;
}

.plans_body_h1 {
  font-size: 26px;
}
.plans_body_h1 p {
  display: inline-block;
}
.plans_body_h1 span {
  position: absolute;
  right: 10px;
  top: -20px;
  font-size: 16px;
  color: #fff;
  padding: 8px;
  padding-left: 25px;
  box-sizing: border-box;
  background: var(--yl);
  border-radius: 0 5px 5px 0;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 25% 100%, 0 50%);
}
.plans_body_h1 span::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #fff;
}

.plans_body_h2 {
  color: #524747;
}

.plans {
  margin-bottom: 25px;
}
.plans label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.plans:hover .jq-checkbox__div {
  opacity: 1;
  transform: 0.3s;
}
.plans .jq-checkbox {
  min-width: 22px;
  border-radius: 10px;
}
.plans .jq-checkbox__div {
  border-radius: 10px;
}

.plan_user a {
  font: 18px "CeraRoundPro-Bold";
  color: #440fc5;
  border-bottom: 1px dashed #440fc5;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.plan_user a:hover {
  border-color: transparent;
}

.header_personal_area_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  z-index: 1000;
  box-shadow: 0 -5px 15px 0;
  z-index: 100;
}

#brief_page .header_personal_area_wrap {
  background: #fff;
}

.left_sidebar,
.left_sidebar2 {
  left: -320px;
  z-index: 2002;
  background: #450ec7;
  height: 100%;
  width: 320px;
  max-width: 100%;
  transition: 0.5s;
  position: fixed;
  box-sizing: border-box;
  padding: 25px 20px;
}

.toggler,
.toggler2 {
  width: 40px;
  height: 35px;
  position: relative;
  box-sizing: border-box;
  border-radius: 100%;
  cursor: pointer;
  margin: 0 auto;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: 0.3s;
  margin-top: 10px;
  display: none;
}

.toggler > span,
.toggler2 > span {
  width: 40px;
  height: 6px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #fff;
  display: block;
  z-index: 1000;
  transition: 0.3s;
  text-align: right;
}

.left_sidebar2 .toggler2 span {
  background: #fff;
}

.toggler.open .left,
.toggler2.open .left {
  transform: rotate(-45deg);
  transition: 0.3s;
  left: 0;
  top: 4px;
  position: absolute;
}

.personal_area_menu {
  margin-top: 25px;
  padding-left: 30px;
}

.personal_area_menu_item {
  margin-bottom: 10px;
  position: relative;
}
.personal_area_menu_item a {
  color: #fff;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 15px;
  text-align: center;
  font: 18px/52px "CeraRoundPro-Medium";
  transition: 0.3s;
}
.personal_area_menu_item a:hover {
  background: #fff;
  color: var(--bl2);
}
.personal_area_menu_item.nav_1:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 24px;
  height: 32px;
  background: url(../images/nav1.png) no-repeat center 0;
}
.personal_area_menu_item.nav_2:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 26px;
  height: 31px;
  background: url(../images/nav2.png) no-repeat center 0;
}
.personal_area_menu_item.nav_3:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 35px;
  height: 30px;
  background: url(../images/nav3.png) no-repeat center 0;
}
.personal_area_menu_item.nav_4:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 31px;
  background: url(../images/nav4.png) no-repeat center 0;
}
.personal_area_menu_item.nav_0:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: url(../images/nav0.png) no-repeat center 0;
}

.toggler_personal_wrap .toggler2 {
  display: block;
}

.toggler_personal_wrap {
  margin-right: 20px;
}

.toggler_personal_wrap .toggler2 > span {
  background: var(--bl2);
}

.header_personal_area_wrap .hide {
  display: block !important;
}

.header_personal_area_wrap .open .hide {
  display: none !important;
}

.left_sidebar.open,
.left_sidebar2.open {
  left: 0;
  top: 0;
}

.toggler.open .right,
.toggler2.open .right {
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 4px;
  transition: 0.3s;
}

.user_wrap {
  position: relative;
}

.user_icon {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}

.user_icon_drop {
  display: none;
  z-index: -10;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 55px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  width: 320px;
}

.user_icon:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 25px;
  background: url(../images/arrow.svg) no-repeat center 0;
  width: 9px;
  height: 5px;
  transition: 0.3s;
}

.user_icon img {
  width: 50px;
  height: 50px;
}

.user_icon_drop_channel {
  margin-bottom: 10px;
}

.user_icon_drop_channel a {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #4e4d4f;
  transition: 0.3s;
  color: #4e4d4f;
  text-align: center;
  font: 20px/36px "CeraRoundPro-Medium";
  color: #4e4d4f;
  word-break: break-word;
}

.header_personal_area {
  z-index: 1000;
  background: url(../images/bg3.png) no-repeat top -130px center, #fff;
  position: relative;
}

.header_personal_area {
  padding: 15px 0;
  box-sizing: border-box;
}

.brief2 {
  margin-top: 135px;
}

.signup-form {
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 34px;
}

.signup-form,
.signup-image,
.signin-form,
.signin-image {
  width: 50%;
  overflow: hidden;
}

.signup-image {
  margin-top: 45px;
}

.signup-image {
  margin: 0 55px;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.signup-content {
  max-width: 1200px;
}

.user_wrap.active .user_icon_drop {
  z-index: 988;
  opacity: 1;
  display: block;
}

.user_wrap.active .user_icon:before {
  transform: rotate(180deg);
  transition: 0.3s;
}

.balance_select_select input {
  display: none;
}

.balance_select_select .vs__search {
  display: none;
}

.balance_select_select.vs__search {
  display: none;
}

.balance_select_select input {
  display: none;
}

.section_balance_wrap .channel_a1 {
  margin-bottom: 10px;
}

display-flex,
.display-flex,
.display-flex-center,
.signup-content,
.signin-content,
.social-login,
.socials {
  display: flex;
  display: -webkit-flex;
}

@media screen and (max-width: 768px) {
  .signup-form,
.signup-image,
.signin-form,
.signin-image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 25px;
    box-sizing: border-box;
  }
  .signup-content.pop.success {
    flex-wrap: wrap;
  }
  #brief_page #section10 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.fs-label-wrap {
  padding: 5px;
  border-width: 2px;
  border-radius: 20px;
}

.blog_wert_content table {
  border-collapse: collapse;
  border: 1px solid #333;
  margin-bottom: 40px;
}
.blog_wert_content td,
.blog_wert_content th {
  border: 1px solid #333;
  font: 16px "CeraRoundPro-Regular";
  padding: 5px;
}

.timeline_wrap {
  position: relative;
}
.timeline_wrap::before {
  content: "";
  width: 4px;
  height: 100%;
  background: rgba(69, 15, 196, 0.8);
  position: absolute;
  left: -22px;
  top: 0;
}

.timeline_item {
  padding: 20px;
  margin: 15px 0;
  background: rgba(69, 15, 196, 0.2);
  position: relative;
  border-radius: 10px;
  border: 2px solid rgba(69, 15, 196, 0.8);
}
.timeline_item::before {
  content: "";
  width: 20px;
  height: 4px;
  background: rgba(69, 15, 196, 0.8);
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -2px;
}

.plans_body {
  position: relative;
}

.black-friday {
  box-shadow: 0px 0px 10px -2px #ffd14f;
  position: absolute;
  top: 0;
  left: 50%;
  font-weight: bold;
  font-family: "CeraRoundPro-Regular";
  font-size: 16px;
  color: #000;
  padding: 14px;
  box-sizing: border-box;
  background: var(--yl);
  border-radius: 5px;
  display: none;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.black-friday.active {
  display: block;
}

.plans input:checked ~ .plans_body {
  background: #F0F8FF;
}

.brief_step.step_6 .flex > .select {
  margin-bottom: 0;
}

.brief_wrap {
  min-height: calc(100vh - 572px);
}

/*
.brief_step{
  display: block;
}

.brief_plans{
  display: block;
}
*/
.header-nav-fake.active {
  height: 60px;
}

.header-nav.fixed {
  padding: 12px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  z-index: 10000;
}

.start-button a {
  font: 16px "CeraRoundPro-Bold" !important;
  background: url(../images/a_bg3.svg) no-repeat center;
  display: block;
  margin-right: 0;
  padding: 22px 0;
}

.all_company_tooltip_icon_drop .mob {
  display: none;
}

.user_name a {
  border-color: transparent;
}

.swal2-actions .swal2-confirm {
  width: 200px !important;
  height: 46px !important;
  font: 18px "CeraRoundPro-Bold" !important;
  background: var(--bl) !important;
  color: #440fc5 !important;
  border: none !important;
  border-radius: 35px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  text-transform: uppercase !important;
  outline: none !important;
}
.swal2-actions .swal2-cancel {
  width: 200px !important;
  height: 46px !important;
  font: 18px "CeraRoundPro-Bold" !important;
  background: red !important;
  color: #fff !important;
  border: none !important;
  border-radius: 35px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  text-transform: uppercase !important;
  outline: none !important;
}

.header-top-notification {
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 12px;
  font: 14px "CeraRoundPro-Regular";
  text-align: left;
  color: #524747;
  background: #FFF991;
  border-radius: 8px;
}
.header-top-notification__close {
  padding: 0;
  border: none;
  background: none;
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header-top-notification__close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.change_video.active {
  background-color: #ffec0040;
}
/*# sourceMappingURL=style.css.map */
