	/** Generated by FG **/
@font-face {
font-display: swap;
font-family: 'Coolvetica';
src: url('../fonts/Coolvetica/2814-font.eot');
src: local('☺'), url('../fonts/Coolvetica/2814-font.woff') format('woff'), url('../fonts/Coolvetica/2814-font.ttf') format('truetype'), url('https://will-studio.dev/studio/fonts/Coolvetica/2814-font.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Artegra';
  src: url('../fonts/Artegra/ArtegraSans-Regular.eot');
  src: local('☺'), url('../fonts/Artegra/ArtegraSans-Regular.woff') format('woff'), url('../fonts/Artegra/ArtegraSans-Regular.ttf') format('truetype'), url('fonts/2814-font.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  }
  @font-face {
    font-display: swap;
    font-family: 'Artegra_bold';
    src: url('../fonts/Artegra/ArtegraSans-Bold.eot;');
    src: local('☺'), url('../fonts/Artegra/ArtegraSans-Bold.woff') format('woff'), url('fonts/Artegra/ArtegraSans-Bold.ttf') format('truetype'), url('fonts/2814-font.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  h2 {
    padding: 0;
    margin: 0;
}
body {padding: 0;margin: 0;}
h1 {margin: 0;padding: 0;}
.content_body {
  background: white;
}
.content_body {
  padding-left: calc(10px + (130 - 10) * ((100vw - 320px) / (1440 - 320)));
	padding-right: calc(10px + (130 - 10) * ((100vw - 320px) / (1440 - 320)));
}
.content_body.background,.content_body.background-color {background: #F3F5F8;}
/* .baner_home {
  background: #F3F5F8;
} */
.baner_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: calc(100vh - 87px);
}
@media screen and (max-width: 1000px) {
  .baner_content {
    display: grid;
    grid-template-columns: 1fr;
    height: calc(100vh - 57px);
  }
}
@media screen and (min-width: 200px) and (max-width: 600px) {
  .baner_content {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
  }
  span.baner_info {
    padding: 90px 40px 40px 40px;
}

}
@media screen and (min-width: 1001px) and (max-width: 1281px) {
.baner_content.bottom {
  grid-template-columns: 1.5fr 1fr;
}
}

.title_baner h1 { 
  font-family: 'Coolvetica';
  font-size: calc(32px + (80 - 32) * ((100vw - 320px) / (1440 - 320)));;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  color: #23026A;
}
@media screen and (max-width: 1060px) {
  .title_baner h1 {text-align: left;}
}
.title_baner p {
  padding-top: calc(5px + (80 - 5) * ((100vw - 320px) / (1440 - 320)));
  margin: 0;
  font-family: 'Artegra';
  font-weight: 700;
  font-size: calc(10px + (28 - 10) * ((100vw - 320px) / (1440 - 320)));
  line-height: 32px;
  color: #2F009C;
}
a.portfolio_button button {
background: #23026A;
color: white;
padding: 19px 30px;
border-radius: 60px;
font-family: 'Artegra';
font-size: 25px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0em;
text-align: center;
border: none;
display: flex;
align-items: center;
gap: 20px;
}
@media screen and (max-width: 1253px) {
  a.portfolio_button{
    width: 100%;
    justify-content: center;
  }
  a.portfolio_button button {
    width: 100%;
    justify-content: center;
}
}
@media screen and (min-width: 200px) and (max-width: 420px) {
  a.portfolio_button button {
    padding: 19px;
    font-size: 20px;
    gap: 10px;
}
}
a.portfolio_button button:hover {
background: #2f009c;
cursor: pointer;
}
a.portfolio_button.order button:hover {
  background: #EEEEEE;
  cursor: pointer;
  }
a.portfolio_button.order button {
  background: white;
  color: #23026a;
  border: 2px solid;
}
.content_body.background {
  background-image: url(https://will-studio.com/wp-content/themes/wil-studio/fon.webp);
  background-size: cover;
}
/* .content_body.background{position: relative; overflow: hidden;}
.content_body.background::before {
    content: "";
    height: 200%;
    width: 50%;
    background: #DFE7F3;
    display: block;
    position: absolute;
    right: -7%;
    transform: rotate(25deg);
    top: -50px;
    z-index:1;
} */
/* @media screen and (min-width: 1410px){.content_body.background::before {right: -7%;}}
@media screen and (min-width: 1361px) and (max-width: 1409px) {.content_body.background::before {right: -5%;}}
@media screen and (min-width: 1310px) and (max-width: 1360px) {.content_body.background::before {right: -5%;}} */
section.image_baner {
  z-index: 2;
  position: relative;
}

a.order_button button {
  font-family: 'Artegra_bold';
  font-size: calc(8px + (20 - 8) * ((100vw - 320px) / (1440 - 320)));
  font-weight: 700;
  line-height: 21px;
  background: #2F009C;
  color: white;
  padding: 7px 20px;
  border-radius: 20px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 60%;
  margin: 10px auto;
  transform: rotate(2deg);
}
@media screen and (min-width: 601px) and (max-width: 1280px) {
  a.order_button button {width: 70%;}
  }
  @media screen and (min-width: 200px) and (max-width: 600px) {
    a.order_button button {width: 100%;}
    }
    
  
a.order_button button::before {
  content: "+";
  font-size: 25px;
  color: white;
  font-weight: 700;
}
@media screen and (min-width: 1282px) {
  section.title_baner.bottom {
    padding-right: 20px !important;
}
}

span.baner_info.bottom {
  display: grid;
  align-content: space-evenly;
}
span.baner_info {
  display: grid;
  align-content: space-evenly;
}
@media screen and (min-width: 1282px) and (max-width: 1399px) {
  span.baner_info.bottom {
    padding-right: 30px;
}
 }



span.baner_image.background {
  display: grid;
  align-items: center;
  justify-content: end;
}
a.telegram_button {
  border: 2px solid #23026A;
  border-radius: 20px 0 0 20px;
  border-right: none;
  padding: 5px;
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 2;
}
a.telegram_button:hover{
  background: #f3f5f8;
  cursor: pointer;
}
section.image_baner img {
  width: calc(217px + 517 - 217) * ((100vw - 320px) / (1440 - 320)); 
  height: calc(211px + (506 - 211) * ((100vw - 320px) / (1440 - 320)));
}
a.telegram_button img { height: 60px; width: 60px;}
.image_baner.mob {display: none;}
@media screen and (max-width: 1000px) {
.image_baner.mob {display: block;}
.image_baner.pc,a.telegram_button,span.baner_image.background {display: none;}
section.title_baner {text-align: center;}
.mobile_adaptation {display: flex;justify-content: center;align-items: center;}
.mobile_adaptation p {padding: 0;text-align: left;line-height: 12px;}
section.description_baner {margin: 20px auto auto;}
a.order_button button{line-height: 12px; margin: 5px 0 0 auto;}}

.content_body h2{
font-family: 'Artegra';
font-size: calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320)));
font-weight: 800;
line-height: 60px;
letter-spacing: 0em;
text-align: center;
text-transform: uppercase;
padding: 90px 0 50px 0;
}
.stage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  padding-bottom: 120px;
}
@media screen and (min-width: 922px)  and (max-width: 1030px) {
  .stage {
    gap: 40px;
  }
}
@media screen and (min-width: 600px)  and (max-width: 921px) {
  .stage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 200px)  and (max-width: 599px) {
  .stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

span.title_stage {
  position: relative;
  border-bottom: 4px solid #23026A;
  display: flex;
  align-items: flex-end;
}
span.description_stage p {
  font-family: 'Artegra';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin: 40px 0 0 0;
  padding: 0;
}
span.description_stage{position: relative;}
p.nambe {margin: 0;padding: 0;position: absolute;right: 0;bottom: 0px;font-family: 'Artegra';font-size: 120px;font-weight: 400;color: #2F009C1A;line-height: 60px;}
section.stage_work h3 {
  font-family: 'Artegra';
  font-size: 25px;
  font-weight: 700;
}
p.description_title {
  margin: auto;
  padding: 0;
  display: flex;
  width: calc(233px + (650 - 233) * ((100vw - 320px) / (1440 - 320)));
  text-align: center;
  font-size: 21px;
  
}
ul.technology_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: calc(30px + (65 - 30) * ((100vw - 320px) / (1440 - 320)));
  align-items: center;
  justify-content: center;
  padding: 64px 0 84px 0;
}

h1.footer_title {
font-family: 'Artegra';
font-size: calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320)));;
font-weight: 700;
line-height: 57px;
color:black;
}
section.title_baner {
  position: relative;
}
@media screen and (min-width: 1000px) {
  br.bottom_br_title {display: block;}
}
@media screen and (max-width: 999px) {
  br.bottom_br_title {display: none;}
}
@media screen and (min-width: 200px) and (max-width: 1280px) {
  a.order_button.bottom.absolute {
    position: relative ;
  }
  }

  a.order_button.bottom.absolute button {
  background: #DFE7F3;
  color: #23026A;
  float: right;
  width: 70%;
  margin-right: 22%;
  z-index: 1;
  position: relative;
  padding: 7px 30px 7px 40px;
}
@media screen and (min-width: 1400px) {
  a.order_button.bottom.absolute {
    position: absolute;
    right: -40px;
    bottom: 20px;
  } 
  }
@media screen and (min-width: 1282px)and (max-width: 1399px){
  a.order_button.bottom.absolute {
    position: absolute;
    right: -70px;
    bottom: 20px;
  } 
  }

@media screen and (min-width: 1000px) and (max-width: 1281px){
  a.order_button.bottom.absolute button {
    width: 60%;
    margin-right: 20px;
  }
}
@media screen and (min-width: 727px) and (max-width: 999px){
  a.order_button.bottom.absolute button {
    width: 40%;
    margin-right: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 564px) and (max-width: 726px){
  a.order_button.bottom.absolute button {
    width: 50%;
    margin-right: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 500px) and (max-width: 564px){
  a.order_button.bottom.absolute button {
    width: 60%;
    margin-right: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 400px) and (max-width: 499px){
  a.order_button.bottom.absolute button {
    width: 70%;
    margin-right: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 321px) and (max-width: 399px){
  a.order_button.bottom.absolute button {
    width: 80%;
    margin-right: 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 240px) and (max-width: 320px){
  a.order_button.bottom.absolute button {
    width: 100%;
    margin-right: 0;
    font-size: 13px;
  }
}
a.order_button.bottom.absolute button::before {
  content: "+";
  font-size: 25px;
  color: white;
  color: #23026A;
}


h2.footer_title.bottom {
  font-family: 'Artegra_bold';
  font-size: calc(20px + (50 - 20) * ((100vw - 320px) / (1440 - 320)));
  font-weight: 700;
  line-height: 57px;
  color: black;
  text-transform: uppercase;
  text-align: left !important;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 900px) {
  h2.footer_title.bottom {
    line-height: 37px;
    padding: 0;
  }
  h2.footer_title.bottom.popap {
    line-height: 27px;
  }
}

span.miscalculation {
  text-align: center;
  width: 100%;
  margin: auto;
}
form {
  display: grid;
}
input.form-control.border-0, button.btn{
  font-family: 'Artegra';
  font-size: 17px; 
  margin-bottom: 30px;
  width: auto;
  height: 60px !important;
  border-radius: 50px;
  padding: 10px 30px;
}
input.form-control.border-0 {
  border: 2px solid #23026A;
  padding: 10px 30px;
  color: #828282;
 
}
button.btn {  
  background: #23026A;
  color: white;
  border: none;
  font-family: 'Artegra';
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
button.btn:hover {
  background: #2f009c;
  cursor: pointer;
}

.baner_content.bottom {height: auto; position: relative;}
h2.form_title{
  font-family: 'Artegra';
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
  color: black;
  text-transform: inherit;
}
@media screen and (max-width: 1000px){
  h2.form_title{
  padding: 20px 0;
}
}
img.arrow_button{width: 15px; height: 15px;}
.baner_home.bottom{padding-bottom: 80px;}
br.paragraph{display: none;
}
/* @media screen and (max-width: 900px){
  br.paragraph{display: block;}
} */

/* popap */
#myModal{
  width: 100vw;
  height: 100vh;
  margin: auto;
  background: white;
  text-align: center;
  box-sizing: border-box;
  /* padding: 10px; */
  border: 1px solid #333;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
  z-index: 99999999999999999999999999999;
}
.baner_content.bottom.popap {
  padding: 65px 80px 50px 80px;
  margin: 0;
  background: #23026A;
  border-radius: 50px;
  gap: 20px;
}
h2.footer_title.bottom.popap{padding: 0 0 30px 0;}
@media screen and (min-width: 1400px) {
  a.order_button.bottom.absolute.popap {
    right: -10px;
  }
  }
  @media screen and (min-width: 1282px) and (max-width: 1399px) {
    a.order_button.bottom.absolute.popap {
      right: 10px;
    }
  }
@media screen and (min-width: 902px) and (max-width: 1000px){
  a.order_button.bottom.absolute.popap button {
      width: 80%;
  }
  }
@media screen and (min-width: 727px) and (max-width: 901px){
a.order_button.bottom.absolute.popap button {
    width: 50%;
}
}
@media screen and (min-width: 321px) and (max-width: 399px){
  a.order_button.bottom.absolute.popap button {
      width: 90%;
      text-align: left;
  }
  }
.content_body.popap{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  padding: 0;
  margin: 0;
}
input.form-control.border-0.popap {
  padding: 5px 20px;
}
input.form-control.border-0.popap {
  padding: 5px 20px;
  height: 45px !important;
  margin-bottom: 15px;
  background: #23026a;
  border: 2px solid white;
  color: white;
}
@media screen and (max-width: 700px) {
  input.form-control.border-0.popap{
    height: 35px !important;
  }
  button.btn.popap {
    height: 40px !important;
}
}
input.form-control.border-0.popap::placeholder{color: white;}
.baner_content.bottom.popap {
  width: 80vw;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}
@media screen and (min-width: 1400px) {
  .baner_content.bottom.popap{
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .baner_content.bottom.popap{
    padding: 60px 80px 60px 80px;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .baner_content.bottom.popap{
    grid-template-columns: 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .baner_content.bottom.popap{
    padding: 20px 80px 20px 80px;
    align-items: center;
  }
}
@media screen and (min-width: 200px) and (max-width: 600px){
span.baner_info.popap {
     padding: 0px;
}
}
.baner_home.bottom.popap{padding: 0; position: relative;}
h2.footer_title.bottom.popap,h2.form_title.popap {
  color: white;
}
button.btn.popap {
  background: white;
  color: #23026A;
  font-family: 'Artegra_bold';
}
button.btn.popap:hover {
  background: #f3f5f8;
}
#myModal .modal-top, #myModal .modal-bottom{
	width: 100%;
	position: relative;
}
button#closeBtn {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 9;
  border: none;
  background: none;
  color: white;
  font-size: 25px;
    font-weight: 600;
}
button#closeBtn:hover{
  color: #2f009c;
  background: white;
  font-weight: 800;
}
@media screen and (max-width: 900px){
  button#closeBtn{
    right: 50px;
    top: -20px; 
  }
}
#myModal .modal-bottom #startNowBtn{
	position: absolute;
	top: -40px;
	right: 3px;
	background: rgba(0,0,0,0.3);
	border:0px;
	padding: 7px 15px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-size: 17px;
	border-radius: 8px;
}
h2.form_title.popap {
  text-transform: inherit;
  text-align: left;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 900px) {
  #myModal, .baner_home.bottom.popap {
  background: #23026a;
  }
  h2.form_title.popap {
    font-size: 20px;
    text-transform: inherit;
    text-align: left;
    padding: 0 0 10px 0;
}
h2.footer_title.bottom.popap {
  font-size: 25px;
padding: 0 0 5px 0;
}
span.baner_info.bottom.popap {
  padding: 0;
}
}
/* #myModal:hover .modal-bottom #startNowBtn{
	background: green;
	color: #fff;
} */
#myModal .modal-content img{
	width: 100%;
}
input.form-control.border-0+span:after {
  content: "*";
  display: block;
  font-size: 20px;
  color: #23026A;
  position: absolute;
  right: -10px;
}
span.required {
  display: inherit;
  position: relative;
}
input.form-control.border-0.popap+span:after {
  content: "*";
  display: block;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: -10px;
}
body.body__heder.mouse + div#myModal {
  position: fixed;
}
 div#myModal + body.body__heder.mouse  {
  position: fixed;
}
div#myModal  body.body__heder.mouse  {
  position: fixed;
}
a.order_button.bottom.absolute.popap button {
  background: #2F009C;
  color: #DFE7F3;
}
a.order_button.bottom.absolute.popap button::before {
  color: #DFE7F3;
}


section.description_baner {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1253px) {
  section.description_baner {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
}
.telegram__form {
  padding-left: calc(10px + (130 - 10) * ((100vw - 320px) / (1440 - 320)));
  padding-right: calc(10px + (130 - 10) * ((100vw - 320px) / (1440 - 320)));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
a.telegram_message {
  background: #2f009c;
  color: white;
  padding: 19px 43px;
  border-radius: 50px;
  font-family: 'Artegra';
  font-size: 30px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
a.telegram_message:hover {
  background: #23026a;
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  a.telegram_message{
    font-size: 20px;
  }
}
@media screen and (max-width: 1005px) {
  h2.form_title.message {
    text-align: center;
}
}