.svg-filters {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.svg-filters.filter2{
  left:0;
}
.links_contact_top{
  display:none;
}
#page-header .at_center{
  /* display:none; */
}
.menu-container {
  width: 80%;
  margin: 0 auto;
  /* background: #e9e9e9; */
  min-width:1000px;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  /* position: relative; */
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  display:flex;
  justify-content: center;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  /* background: #e9e9e9; */
  padding: 0;
  margin: 0;
}
.menu > ul > li.menu-dropdown-icon{
  background-image:url("../../css/dropdown.png");
  background-repeat:no-repeat;
  background-position:95% center;
  background-size:15px auto;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 30px 15px;
  display: block;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
.menu > ul > li:nth-of-type(1) a{
  padding-right:30px;
}
.menu > ul > li:hover {
  /* background: #fff; */
}
.menu > ul > li a:hover{
  color:#fff !important;
  font-weight:600;
}
.menu > ul > li > .inner {
  display: none;
  width: 100%;
  background: #fff;
  padding: 80px 0px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-radius:30px;
  flex-direction:row;
  opacity:0;
}
.menu > ul > li > .inner.active{
  display:block !important;
  opacity:1;
}
.menu > ul > li > .inner .inner_in{
  display:flex;
  width:100%;
  height:100%;
}
.menu .inner .collum{
  flex:0 0 30%;
  padding:0 100px;
}
.menu .inner .collum.s_40{
  flex:0 0 40%;
}
.menu .inner .collum.s_40 ul{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.menu .inner .collum.s_40 ul li{
  flex:0 0 50%;
}
.menu .inner .collum .menu_block:nth-of-type(2){
  margin-top:30px;
}
.menu .inner .collum .menu_block{
  display:flex;
  flex-direction:column;
}
.menu .inner .collum .menu_block span, .menu .inner .collum .menu_block span a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  background-image:url("../../css/blue_right.png");
  background-repeat:no-repeat;
  background-position:right center;
  background-size:24px auto;
  border-bottom: 1px solid #9DA2AF;
  color: #282835 !important;
  text-decoration:none;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
}
.menu .inner .collum .menu_block ul{
  margin:0px;
  padding:0px;
  margin-top:20px;
}
.menu .inner .collum .menu_block ul li{
  list-style:none;
  line-height: 28px;
  display: flex;
  justify-content: flex-start;
}
.menu .inner .collum .menu_block ul li a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #282835;
  padding:0px;
}
.menu .inner .collum .menu_block ul li a:hover{
  color: #282835 !important;
  font-weight: 600;
}
.menu .inner .collum .image_block{
  width:100%;
  height:250px;
  display:inline-block;
  position:relative;
  background-image:url("../../css/mvp.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  border-radius:20px;
  margin-top:40px;
}
.menu .inner .collum .image_block span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #FFFFFF;
  position:absolute;
  left:20px;
  bottom:20px;
}
.menu .inner .collum .image_block a{
  position:absolute;
  right:20px;
  bottom:20px;
  display:block;
  width:46px;
  height:46px;
  padding:0px;
  background-image:url("../../css/black_down.png");
  background-repeat:no-repeat;
  background-size:15px auto;
  background-position:center center;
  background-color:#fff;
  border-radius:50%;
}
.header3_phone_top{
  display:flex;
  flex-direction:column;
  width: 230px;
}
.header3_phone_top a:nth-of-type(1){
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
.header3_phone_top a:nth-of-type(2){
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.header3_phone_top a:nth-of-type(2) i{
  margin-right:10px;
  transform:rotateY(180deg);
}
.main-nav__toggler{  
  background-color: #FFFFFF;
  background-size: auto 15px;
  background-position:85% center;
  /* background-image:url("../../css/black_top.png"); */
  border-radius: 100px;
  width:170px;
  height:50px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  /* -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out; */
}

.main-nav__toggler[data-open="false"] {
  outline: 0;
  border-radius: 50px;
  /* font-size: 0.8em;
  font-family: "Roboto", sans-serif; */
  font-weight: 400;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
  width:170px;
  height:50px;
  /* padding: 1.5em 3em 1.5em 3em; */
  /* margin: 4em; */
  text-transform: uppercase;
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow 500ms ease-in-out;
  /*background-image:url("https://digital-bunny.com/css/white_top.png");*/
  background-size: auto 15px;
  background-position: 85% center;
  background-repeat: no-repeat;
  /* padding: 1.5em 3em 1.5em 3em; */
}
.main-nav__toggler[data-open="false"]::after, .main-nav__toggler[data-open="false"]::before {
  content: "";
  position: absolute;
}
.main-nav__toggler[data-open="false"]:hover, .main-nav__toggler[data-open="false"]:focus {
  background: rgba(255, 255, 255, 0.8);
}

.main-nav__toggler[data-open="false"]::after {
  background: #485fe0;
  border-radius: 120px;
  content: attr(data-text);
  color: #fff;
  width:170px;
  height:50px;
  /* padding: 1.5em 3em 1.5em 3em; */
  top: 0;
  left: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
}
.main-nav__toggler[data-open="false"]::before {
  background: transparent;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  box-shadow: 2em 1em 2em 3em rgba(17, 10, 161, 0.5), 3em 1em 2em 3em rgba(74, 65, 242, 0.6), 3em -2em 3em 3em rgba(103, 95, 250, 0.5), -4em 2em 2em 3em rgba(142, 137, 245, 0.6), 0 -3em 2em 3em rgba(95, 88, 237, 0.5), -2em 1em 2em 3em rgba(33, 24, 219, 0.6);
  width: 0;
  height: 0;
  -webkit-animation: mix 5s linear infinite;
          animation: mix 5s linear infinite;
}

@-webkit-keyframes mix {
  30% {
    box-shadow: 0 -1em 2em 3em rgba(142, 137, 245, 0.5), 4em -1em 2em 3em rgba(95, 88, 237, 0.8), -4em 2em 3em 2em rgba(33, 24, 219, 0.5), -4em -2em 2em 2em rgba(17, 10, 161, 0.6), 0 3em 2em 2em rgba(74, 65, 242, 0.5), 2em 1em 2em 2em rgba(103, 95, 250, 0.5);
  }
  60% {
    box-shadow: 2em 1em 2em 3em rgba(103, 95, 250, 0.5), 3em 1em 2em 3em rgba(74, 65, 242, 0.6), 3em -2em 3em 3em rgba(17, 10, 161, 0.5), -4em 2em 2em 3em rgba(33, 24, 219, 0.6), 0 -3em 2em 3em rgba(95, 88, 237, 0.5), -2em 1em 2em 3em rgba(142, 137, 245, 0.6);
  }
}

@keyframes mix {
  30% {
    box-shadow: 0 -1em 2em 3em rgba(142, 137, 245, 0.5), 4em -1em 2em 3em rgba(95, 88, 237, 0.8), -4em 2em 3em 2em rgba(33, 24, 219, 0.5), -4em -2em 2em 2em rgba(17, 10, 161, 0.6), 0 3em 2em 2em rgba(74, 65, 242, 0.5), 2em 1em 2em 2em rgba(103, 95, 250, 0.5);
  }
  60% {
    box-shadow: 2em 1em 2em 3em rgba(103, 95, 250, 0.5), 3em 1em 2em 3em rgba(74, 65, 242, 0.6), 3em -2em 3em 3em rgba(17, 10, 161, 0.5), -4em 2em 2em 3em rgba(33, 24, 219, 0.6), 0 -3em 2em 3em rgba(95, 88, 237, 0.5), -2em 1em 2em 3em rgba(142, 137, 245, 0.6);
  }
}
.main-nav__toggler[data-open="false"]::after {
  background: transparent !important;
  color: #fff !important;
}

.btn-mix-noRadius {
  border-radius: 0 !important;
}
.btn-mix-noRadius::after, .btn-mix-noRadius::before {
  border-radius: 0 !important;
}

.header__nav .menu_content{
  flex:0 0 40%;
}
.header__nav .main-nav__list{
  flex:0 0 60%;
  background: #121217;
}
.menu_form input, .menu_form textarea {
    border-radius: 0px;
    background: none!important;
    border: 0px!important;
    border-bottom: 1px solid #677294!important;
}
.menu_form textarea {
  height:auto;
}
.menu_form label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px!important;
    color: #677294!important;
    left: 0!important;
    text-transform:lowercase;
}
.menu_form label:first-letter{
  text-transform:uppercase;
}
.menu_form .form__group_submit input {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 46px !important;
    height:46px !important;
    padding: 0 30px;
    text-align: left;
    letter-spacing: -0.03em;
    color: #FFFFFF !important;
    background: #2945FF !important;
    border-radius: 100px !important;
    box-shadow:0px 0px 0px 0px #000;
    background-size: auto 15px !important;
    background-position: 85% center !important;
    background-image: url("../../css/white_arrow.png") !important;
    background-repeat:no-repeat !important;
    width:167px !important;
}
.menu_form .form__group_submit input:hover{
  color: #FFFFFF !important;
}
.menu_form .form__group_submit i{
  display:none;
}
.menu_form h2{
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  margin-bottom:10px;
}
.menu_form p{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #677294;
  margin-bottom:30px;
}
.menu_form .type_project .form__label{
  position:inherit;
  padding-bottom:30px;
}
.menu_form .type_project .wpcf7-list-item label input{
  display:none !important;
}
.menu_form .type_project .wpcf7-list-item label span{
  display:inline-block;
  /* width: 161px; */
  height: 40px;
  background: #2C293B;
  border-radius: 100px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #677294;
  text-align:center;
  padding:0 30px;
}
.menu_form .type_project .wpcf7-list-item label input:checked + span{
  display:inline-block;
  /* width: 161px; */
  height: 40px;
  padding:0 30px;
  background: #FFFFFF;
  border-radius: 100px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #282835;
  text-align:center;
}
.menu_form .col-lg-12{
  margin-bottom:30px;
}
.header__nav .menu_content{
  padding-left:50px;
  /* justify-content:flex-end; */
}
.header__nav .menu_content .item_in:nth-of-type(1){
  margin-bottom:80px !important;
}
.header__nav .menu_content .item_in{
  margin-bottom:20px !important;
}
.header__nav .menu_content .item_in span{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #282835 !important;
}
.header__nav .menu_content .item_in span a{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #2945FF !important;
  text-transform:initial !important;
}
.header__nav .menu_content .item_in p:nth-of-type(2) a{
  color: #282835 !important;
}
.header__nav .menu_content .item_in p:nth-of-type(1) span{
  text-transform:uppercase;
}

#page-header .header__nav .menu_content{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  padding-left:0px;
}
#page-header .header__nav .menu_content .logo_menu{
  position:relative;
  top:0;
  left:0;
  margin-top:20px;
}
#page-header .header__nav .menu_content .item_in{
  width:320px;
}
#page-header .header__nav .menu_content .item_in:nth-of-type(1){
  margin:100px 0px;
}
#page-header .header__nav .menu_content .item_in .image_block {
    width: 100%;
    height: 400px;
    display: inline-block;
    position: relative;
    background-image: url(../../css/write_menu.png);
    background-size:cover;
    border-radius: 20px;
}
#page-header .header__nav .menu_content .item_in .image_block span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF !important;
    position: absolute;
    left: 20px;
    bottom: 20px;
    top:auto !important
}
#page-header .header__nav .menu_content .item_in .image_block a {
    position: absolute;
    right: 20px;
    bottom: 30px;
    display: block;
    width: 46px;
    height: 46px;
    padding: 0px;
    background-image: url(../../css/black_down.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: center center;
    background-color: #fff;
    border-radius: 50%;
}

@media (max-width: 1700px){
  .header__nav {
    padding-top: 0px;
  }
  .menu > ul > li a{
    font-size: 20px;
    line-height: 24px;
  }
  .header3_phone_top a:nth-of-type(1){
    font-size: 20px;
    line-height: 24px;
  }
  .menu .inner .collum .menu_block span{
    font-size: 24px;
    line-height: 30px;
  }
  .menu .inner .collum .menu_block ul li a{
    font-size: 16px;
    line-height: 28px;
  }
  .menu .inner .collum{
    padding:0 50px;
  }
}
@media (max-width: 1600px){
  .main-nav__toggler {
    background-color: #FFFFFF;
    background-size: auto 15px;
    border-radius: 100px;
    height: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    /* line-height: 40px; */
    color: #282835;
    /* text-align:left; */
    /* padding:0 0 0 15px; */
  }
  .main-nav__toggler[data-open="false"]::after {
    height: 40px;
  }
  .menu-container {
    width: auto;
    margin: 0 auto;
    min-width: 800px;
  }
  .header3_phone_top {
    width: 180px;
  }
  .header__nav .menu_content .item_in span, .header__nav .menu_content .item_in span a{
    /* font-size:16px;
    line-height:24px; */
  }
  .header__nav .menu_content .item_in:nth-of-type(1) {
    margin-bottom: 50px !important;
  }
  .header__nav .logo_menu {
    left: 50px;
  }
  .menu_form h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .header__nav .main-nav__list {
    justify-content: end;
    align-items: flex-end;
  }
  .menu_form .radio .form__label, .menu_form label{
    font-size:16px !important;
  }
  
}
@media (max-width: 1500px){
  .menu > ul > li a {
    padding: 30px 15px;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
  }
  .menu > ul > li a:nth-of-type(1){
    padding-right:25px;
  }
  .l-subheader.at_middle .at_left .w-image {
    height: 40px!important;
  }
  .header__nav .logo_menu img {
    /* height: 40px; */
  }
}
@media (max-width: 1400px){
  .menu > ul > li a{
    padding:30px 20px;
  }
  .header3_phone_top {
    width: 40px;
    height: 40px;
    border:1px solid #fff;
    border-radius:40px;
  }
  .header3_phone_top a:nth-of-type(1){
    display:none;
  }
  .header3_phone_top a:nth-of-type(2){
    font-size:0px;
    text-align:center;
  }
  .header3_phone_top a:nth-of-type(2) i{
    font-size:16px;
    line-height:40px;
    text-align:center;
    margin:0px;
  }
  .menu > ul > li > .inner{
    padding:30px 0px;
  }
  .menu .inner .collum .image_block{
    height:200px;
  }
  .menu .inner .collum .image_block span{
    font-size: 20px;
    line-height: 30px;
  }
  .header__nav .menu_content{
    justify-content:flex-end;
  }
  .menu_form p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom:10px;
  }
  .menu_form label {
    font-size: 16px!important;
  }
  .menu_form input[type="text"], .menu_form input[type="email"], .menu_form input[type="tel"]{
    min-height: 40px !important;
    line-height: 40px !important;
  }
  .menu_form label{
    margin-top:-8px !important;
  }
  .menu_form{
    max-width:90%;
  }
  .menu_form .radio .wpcf7-list-item label span{
    height: 34px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 34px;
  }
  .menu_form .type_project .wpcf7-list-item{
    margin-top:15px;
  }
  .menu_form label[for="type_project"]{
    top:0 !important;
  }
  .menu_form{
    padding-top:30px;
  }
}
@media (max-width: 1300px){
  #page-header .at_middle{
    padding-left:30px;
    padding-right:30px;
  }
  #page-header .header__nav .menu_content .item_in .image_block{
    height:360px;
  }
}
@media (max-width: 1200px){
  .menu .inner .collum .menu_block ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .menu > ul > li a {
    font-size: 16px;
    line-height: 24px;
  }
  .main-nav__toggler{
    width:140px;
  }
  .menu > ul > li > a{
    padding-left:10px;
  }
  .menu-container{
    min-width:600px
  }
}
@media (max-width: 1100px){
  .header3_phone_top{
    margin-left:120px;
  }
}
@media (max-width: 1000px){
  /* .main-nav__toggler[data-open="false"]{
    opacity:0;
    right:-25px;
    z-index:9;
    width:46px;
    height:46px;
    background-color: #121217;
  }
  .main-nav__toggler[data-open="true"]{
    opacity:1;
    right:-25px;
    z-index:99;
    width:46px;
    height:46px;
    background-color: #121217;
  }
  #page-header .header__nav .menu_content{
    display:none;
  }
  .header__button[data-open='true']~.header__nav{
    padding:0px !important;
  }
  .header__nav .main-nav__list{
    height:auto;
  }
  #page-header{
    z-index:113;
  } */
  .links_contact_top{
    display:flex;
    border:0px !important;
  }
  .links_contact_top .inner{
    background:none;
    border:0px !important;
  }
  .links_contact_top .inner .item{
    border:0px !important;
  }
  .links_contact_top .inner .item:nth-of-type(1):after{
    display:none !important;
  }
  .links_contact_top .inner .item a{
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 46px !important;
    color: #282835 !important;
    height: 46px !important;
    border-radius:46px !important;
    padding:0 50px 0px 20px !important;
    background-color:#fff;
  }
  .links_contact_top .item a{
    background-image:url("../../css/Call.png") !important;
    background-position:90% center !important;
        background-size: 18px auto !important;
  }
  .links_contact_top .inner .item:nth-of-type(2) a{
    background-image:url("../../css/black_top.png") !important;
  }
}
@media (max-width: 768px){
  .links_contact_top{
    display:flex;
    border:0px !important;
  }
  .links_contact_top .inner{
    background:none;
    border:0px !important;
  }
  .links_contact_top .inner .item{
    border:0px !important;
  }
  .links_contact_top .inner .item:nth-of-type(1):after{
    display:none !important;
  }
  .links_contact_top .inner .item a{
    font-family: 'Montserrat' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 46px !important;
    color: #282835 !important;
    height: 46px !important;
    border-radius:46px !important;
    padding:0 50px 0px 20px !important;
    background-color:#fff;
  }
  .links_contact_top .item a{
    background-image:url("../../css/Call.png") !important;
    background-position:90% center !important;
        background-size: 18px auto !important;
  }
  .links_contact_top .inner .item:nth-of-type(2) a{
    background-image:url("../../css/black_top.png") !important;
  }
}