/**
 * 
 *  BASE TEMPLATE
 * 
 */
:focus {
outline: 0;
}
* {
        outline: 0;
}
* {
        margin: 0;
        padding: 0; 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
        height: 100%;
}
header, nav, section, article, aside, footer {
        display: block;
}
body {
font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 140%;
color: #000;
        width: 100%;
        height: 100%;
        background-color: #FF7B38;
        min-width: 320px;
  background-image: url("../images/line.png");
  background-repeat: repeat-y;
  background-position: center top;        
}
body * {
        -webkit-font-smoothing: antialiased !important;
        text-rendering: optimizelegibility;
}
body.reader {
        overflow: hidden;
}
a {
  /*transition: all 0.3s ease 0s;*/
}
a:hover {
  color:#FF7B38;
}

h1 {
  margin:0;
  font-style: normal;  
  font-weight: normal;
}
h2 {
font-family: 'museo_sans_900';
margin: 0;
margin-bottom: 20px;
font-style: normal;
font-weight: normal;
font-size: 48px;
line-height: 100%;
/* identical to box height, or 48px */

text-align: center;

/* #192225 */

color: #192225;
}



p {
padding-bottom: 1em;
}


/** 
 * main sections
 */
#wrapper {
        margin: 0 auto;
        min-height: 100%;
        height: auto !important;
        height: 100%;
padding-bottom: 600px;
        /*height: 100vh;*/
}

h3 {
  margin-bottom: 1em;
}

footer {
background-color: #000;
color: #fff;
        margin: 0 auto;
        position: relative;
        padding-top: 69px;
    box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box;
    clear: both;
    /*margin-top: -300px;*/
/*background-color: red;*/
height: 238px;
}



/** 
 * mini framewokr
 */

.hide,a.hide,div.hide {
    display: none;
}
.show {
  display: block !important;
}
.standart {
        display: inline;
}
.retina {
        display: none;
}

.inline  {
    display: inline-block !important;
    vertical-align: middle;
}
.inlinetop  {
    display: inline-block !important;
    vertical-align: top;
}

.center {
    text-align: center;
}
.in_center {
    margin: 0 auto !important;
}
.right {
    float: right;
}
.left {
    float: left;
}

.cls,.clearfix {
    clear: both;    
}
.cls:after {
   clear: both;
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.posa {position: absolute;}
.posr {position: relative;}
.toright {
    text-align: right;
}

.upper {
    text-transform: uppercase;
}
.box_size {
    box-sizing: border-box;  
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
}


.rub, 
span.rub {
  font-weight: 400;
   font-family: 'ruble';
}



.skw {
  transform: skewY(-5deg);
  background-color: #fff;
  min-height: 600px;
  background-image: url("../images/line.png");
  background-repeat: repeat-y;
  background-position: center top;
  -webkit-backface-visibility: hidden;
}


.skw .cont {
  position: absolute;
  transform: skewY(5deg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}




.container .row {

}

#start,
section.blk {
  padding-bottom: 80px;
  /*min-height: 400px;*/
}

section.blk {
  padding-top: 120px;
}

section.blk .cont {
  top: 100px;

}

.topmenu_block {
   margin-top: 30px;
}
.logo {
  float: left;
}
.logo a {
  display: block;
  background-image: url("../images/logow.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 238px auto;
  width: 238px;
  height: 80px;
}
.menu {
  float: right;
  text-align: right;
  padding-top: 32px;
}
.menu a {
  display: inline-block;
  padding-left: 63px;
  font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;

letter-spacing: 0.016em;
/*text-decoration-line: underline;*/
text-decoration: none;
text-transform: uppercase;

color: #000000;
}

.menu a:hover {
  text-decoration: underline;
} 


#start  {
  background-repeat: no-repeat;
  background-position: calc(50% + 475px) 108px;
  background-image: url("../images/bg1.svg");
}

#start .row {
  position: relative;
}

.anim_start1 {
  position: absolute;
  left: 152px;
  top:120px;
  background-repeat: no-repeat;
  background-position: left top;
  width: 674px;
  height: 665px;
  background-image: url("../images/s1_bg1.svg");
}
.anim1 {
  background-image: url("../images/s1_a1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 674px;
  height: 665px;
  left: 0px;
  top:0px;

}

.mouse {
  background-image: url("../images/mouse.svg");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0 auto;
  width: 50px;
  height: 90px;
  margin-top: 145px;
  /*position: absolute;
  left: 50%;
  top: 21px;
  margin-left: -25px;*/
  display: block;
}
.mousein {
  background-image: url("../images/mousein.svg");
  background-repeat: no-repeat;
  background-position: center 15px;
  margin: 0 auto;
  width: 50px;
  height: 90px;
  display: block;
}

.mobmenuicon {
  display: none
}

.mousein{
  animation: upsing linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}

@keyframes upsing{
  0% {
    transform:  translate(0px,0px)  ;
  }
  24% {
    transform:  translate(0px,-3px)  ;
  }
  50% {
    transform:  translate(0px,11px)  ;
  }
  76% {
    transform:  translate(0px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}



.but {
  background: #000000;
width: 237px;
height: 70px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
font-style: normal;
font-size: 20px;
line-height: 70px;
text-decoration: none;
display: block;
align-items: center;
text-align: center;

color: #fff;
}
.but:hover {
  cursor: pointer;
}

.blockl {
  color: #000;
  
}
.blockr {
  margin-left: 50%;
  color: #fff;
  position: relative;
}

#start .title {
  margin-top: 149px;
}

#start .title {
  font-weight: bold;
font-size: 80px;
line-height: 98px;
text-transform: uppercase;
 margin-bottom: 10px;
}
#start .intro {
  
  font-weight: 500;
font-size: 48px;
margin-bottom: 35px;
}
#start .text {
  
font-weight: 500;
font-size: 20px;
width: 500px;
margin-bottom: 57px;
}
.title {
  font-weight: bold;
font-size: 80px;
line-height: 98px;
text-transform: uppercase;
 margin-bottom: 10px;
}
.intro {
  
  font-weight: 400;
font-size: 48px;
margin-bottom: 35px;
}
.text {
  
font-weight: 400px;
font-size: 20px;
width: 709px;
margin-bottom: 57px;
}

.anistr {
  position: absolute;
  width: 380px;
  height: 380px;
  left: -530px;
  top: 0;
  background-image: url("../images/s9_a1.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.strelka {
  position: absolute;
  width: 380px;
  height: 380px;
  left: 95px;
  top: -95px;
  background-image: url("../images/s9_a2.svg");
  background-repeat: no-repeat;
  background-position: center center;  
}
.slot9 {
  position: relative;
}

.animate__strelka{
  animation: anistrelka ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.3s;
}

@keyframes anistrelka{
  0% {
    transform:  translate(0px,0px)  ;
  }
  50% {
    transform:  translate(21px,-21px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}









.emptyfin {
  position: absolute;
  bottom: -600px;
  background-color: #fff;
  width: 100%;
  height: 800px;
  transform: skewY(5deg);
  background-image: url("../images/line.png");
  background-repeat: repeat-y;
  background-position: center top;  
}

#back-top {
    height: 63px;
    right: 100px;
    bottom: 75px;
    position: fixed;
    width: 63px;
    z-index: 1000;
    /*display: none;*/
}
#back-top a {
    opacity: 1;
    background-image: url("../images/top.svg");
    display: block;
    height: 63px;
    text-decoration: none;
    width: 63px;
}


.slot2 .cont .row{
  background-image: url("../images/s2_bg.svg");
  background-repeat: no-repeat;
  background-position: 963px 0px;
}
.slot2 .anim2 {
  background-image: url("../images/s2_a1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 140px;
  height: 200px;
  position: absolute;
  top: 150px;
  right: 360px;
}
.slot2.skw {
  height: 980px;
}
.slot2 .cont {
  padding-top: 100px;
  padding-bottom: 150px;
}
.slot2 .intro {
  margin-bottom: 103px;
}

.slot2 ul {
  list-style: none;
  margin-bottom: 96px;
}

.slot2 ul.li3 li {
  background-image: url("../images/li3.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 80px;
  margin-bottom: 18px;
}

.slot3 {
  background-image: url("../images/s3_bg.svg");
  background-repeat: no-repeat;
  background-position: -307px 217px;
  background-position:calc(50% - 636px) 337px;
}
.slot3.skw {
  height: 780px;
}
.slot3 .cont {
  padding-top: 100px;
  padding-bottom: 150px;
}
.slot3 .intro {
  margin-bottom: 87px;
}
.slot3 .why_b {
  margin-bottom: 101px;
}
.slot3 .ani1 {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  padding-right: 61px;
  background-image: url("../images/s3_a1.svg");
  background-image: url("../images/d00.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 158px;
}
.slot3 .ani2 {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  padding-right: 61px;
  background-image: url("../images/s3_a2.svg");
  background-image: url("../images/d00.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 158px;
}
.slot3 .ani3 {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  padding-right: 41px;
  background-image: url("../images/s3_a3.svg");
  background-image: url("../images/d00.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 158px;
}

.animate__dd_00-01 {
  animation-name: ani_dd_00-01;
}

@keyframes ani_dd_00-01{
  0%{
    background-image: url("../images/d00.svg");
  }  
  33%{
    background-image: url("../images/s3_a1.svg");
  }
  100%{
    background-image: url("../images/s3_a1.svg");
  }  
}


.animate__dd_00-02 {
  animation-name: ani_dd_00-02;
}

@keyframes ani_dd_00-02{
  0%{
    background-image: url("../images/d00.svg");
  }  
  33%{
    background-image: url("../images/s3_a1.svg");
  }
  66%{
    background-image: url("../images/s3_a2.svg");
  } 
    100%{
    background-image: url("../images/s3_a2.svg");
  } 
}



.animate__dd_00-03 {
  animation-name: ani_dd_00-03;
}

@keyframes ani_dd_00-03{
  0%{
    background-image: url("../images/d00.svg");
  }  
  33%{
    background-image: url("../images/s3_a1.svg");
  }
  66%{
    background-image: url("../images/s3_a2.svg");
  }
  100%{
    background-image: url("../images/s3_a3.svg");
  }    
}

.slot4 .cont .row {
  background-image: url("../images/s4_bg.svg");
  background-repeat: no-repeat;
  background-position: 965px 70px;
}
.slot4 .blockl {
  width: 709px;
}
.slot4 ul {
  list-style: none;
  margin-bottom: 42px;
}
.slot4 ul li {
  background-image: url("../images/li1.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 70px;
  margin-bottom: 20px;
}
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;  
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.animate__arrani{
  animation: aniarrani linear 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.3s;
}

@keyframes aniarrani{
  0% {
    transform:  translate(0px,0px)  ;
  }
  50% {
    transform:  translate(65px,-65px)  ;
  }  
  100% {
    transform:  translate(0px,0px)  ;
  }
}



.arrani {
  background-image: url("../images/s4_a1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 307px;
  height: 268px; 
  right: 0;
  top: 60px;
}
.slot4 .komu_txt {
  font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
}
.slot4.skw {
  height: 980px;
}
.slot4 .cont {
  padding-top: 100px;
  padding-bottom: 150px;
}
.slot4 .intro {
  margin-bottom: 103px;
}


.slot5 {
  background-image: url("../images/s5_bg.svg");
  background-repeat: no-repeat;
  background-position: left 139px;
  background-position: calc(50% - 625px) 139px;
}

.doti {
  background-image: url("../images/s5_a1.svg");
  background-repeat: no-repeat;
  background-position: left top;
  width:322px;
  height:182px;
  position: absolute;
  left: -550px;
  top: 240px;
}

.indoti {
  background-image: url("../images/s5_dot.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 126px;
  position: absolute;
  left: 40px;
  top: 240px;
}
.indoti1 {
  left:40px;
}
.indoti2 {
  left:140px;
}
.indoti3 {
  left:240px;
}



.animate__indoti{
  animation: aniindoti ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0s;
}


.animate__indoti2{
  animation: aniindoti ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.25s;
}

.animate__indoti3{
  animation: aniindoti ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.5s;
}

@keyframes aniindoti{
  0% {
    transform:  translate(0px,0px)  ;
  }
  20% {
    transform:  translate(0px,-22px)  ;
  }
  40% {
    transform:  translate(0px,0px)  ;
  }  
  100% {
    transform:  translate(0px,0px)  ;
  }
}





.slot5.blk  {
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px;
}
.slot5 .cont {
  padding-top: 100px;
  padding-bottom: 150px;
}
.slot5 .intro {
  margin-bottom: 20px;
}
.slot5 .text {
  margin-top: 83px;
  width: 660px
}



.slot6 .cont .blockl {
}

.mesani {
  margin-top: 40px;
  background-image: url("../images/s6_bg.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 322px;
  height: 291px; 
}
.animate__mesani{
  animation: animesani ease-in-out 3s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.7s;
}

@keyframes animesani{
  0% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    transform:  translate(9px,0px)  scaleX(1.05) scaleY(1.05) ;
  }
  100% {
    transform:  translate(0px,0px)  scaleX(1.00) scaleY(1.00) ;
  }
}



.slot6.blk  {
  height: 1180px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.slot6 .cont {
  padding-top: 100px;
  padding-bottom: 150px;
}
.slot6 .intro {
  margin-bottom: 20px;
}
.slot6 .text {
  margin-top: 34px;
}
.lbform {
  float: left;
  width: 712px;
}
.rbform {
  float: left;
  width: 474px;
}
.form_row {
  margin-bottom: 12px;
}
.form_row label {
  display: block;
  font-size: 16px;
}
.form_row input {
  height: 50px;
  line-height: 50px;
}
.form_row  .input_error {
  border:0px;
  border-color: #FF7B38;
  background-color: rgba(255, 120, 50, 0.1);
}
.form_row input,
.form_row textarea {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  border: 0px;
  /*border-color:rgba(0, 0, 0, 0.1);;*/
  padding: 6px;
  font-size: 16px;
  width: 100%;
}
.sendblock button.but {
  color: #fff;
  margin-left: 237px;
}

.succ {
  display: none;
}


.slot7 {
  background-image: url("../images/s7_bg.svg");
  background-repeat: no-repeat;
  background-position: left 171px;
  background-position: calc(50% - 507px) 171px;
}

.slot7 .row {
  background-image: url("../images/s7_bg1.svg");
  background-repeat: no-repeat;
  background-position: 16px top;
  /*position: absolute;*/
  /*width: 386px;
  height: 584px;
  top: 0;
  left: -550px*/
}
.s7ani {
  
  position: absolute;
  width: 150px;
  height: 250px;
  top: 480px;
  left: -420px
}

.kvadr1 {
  background-image: url("../images/s7_a1.svg");
  background-repeat: no-repeat;
  background-position: 0 top;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
}
.kvadr2 {
  background-image: url("../images/s7_a2.svg");
  background-repeat: no-repeat;
  background-position: 0 top;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 40px;
  top: 2px;
}
.kvadr3 {
  background-image: url("../images/s7_a2.svg");
  background-repeat: no-repeat;
  background-position: 0 top;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 75px;
  top: 2px;
}

.animate__kvadr1{
  animation: anikvadr ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.0s;
}
.animate__kvadr2{
  animation: anikvadr ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.3s;
}
.animate__kvadr3{
  animation: anikvadr ease-in-out 1s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  animation-delay: 0.6s;
}

@keyframes anikvadr{
  0% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
  50% {
    transform:  scaleX(1.15) scaleY(1.15) ;
  }
  100% {
    transform:  scaleX(1.00) scaleY(1.00) ;
  }
}




.slot7.blk  {
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
.slot7 .intro {
  margin-bottom: 87px;
}
.slot7 ul {
  list-style: none;
  margin-bottom: 42px;
}
.slot7 ul li {
  background-image: url("../images/li5.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 80px;
  margin-bottom: 20px;
  line-height: 34px;
}




.slot8 .row {
  background-image: url("../images/s8_bg.svg");
  background-repeat: no-repeat;
  background-position: 960px 25px;

}
.slot8 .row .blockl .fd {
  background-image: url("../images/fd.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 322px;
  top: 254px;
}
.slot8 .row .blockl .fd2 {
  right: 262px;
  top: 200px;
}
.slot8 .row .blockl .fd3 {
  right: 214px;
  top: 243px;
}

.fd-animation{
  animation-delay: 0s;
  animation: animationfd1 ease-in-out 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;  
}
.fd-animation2{
  animation: animationfd2 ease-in-out 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;  
}
.fd-animation3{
  animation: animationfd3 ease-in-out 2s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;  
}

@keyframes animationfd1{
  0% {
    opacity:0;
  }
  25% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@keyframes animationfd2{
  0% {
    opacity:0;
  }
  50% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@keyframes animationfd3{
  0% {
    opacity:0;
  }
  75% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}




.slot8.blk  {
  height: 960px;
}
section.blk.slot8 .cont {
    top: 180px;
}
.slot8 ul {
  list-style: none;
  margin-bottom: 42px;
}
.slot8 .title {
  margin-bottom: 64px;
}
.slot8 ul li {
  background-image: url("../images/li.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 80px;
  margin-bottom: 20px;
  line-height: 34px;
}
.top10 {
  background-image: url("../images/10.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 80px;
  margin-bottom: 20px;
  line-height: 34px;
  font-weight: 600;
}



.slot9 {
  background-image: url("../images/s9_bg.svg");
  background-repeat: no-repeat;
  background-position: left center;
    background-position: calc(50% - 455px) 259px;
}
.slot9.blk  {
  height: auto;
  padding-top: 350px;
  padding-bottom: 250px;
}
.slot9 .intro {
  margin-bottom: 87px;
}

section.blk.slot10 .cont {
    top: 180px;
}

.slot10.1blk .cont {
  /*height: auto;*/
  height: 1200px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.lbabout {
  float: left;
  width: 713px;
}
.rbabout {
  float: left;
  width: 710px;
}
.slot10 .intro {
  margin-bottom: 20px;
}
.about_text {
  padding-top: 100px;
}
.slot10 ul {
  list-style: none;
  margin-bottom: 96px;
}
.slot10 h3 {
  margin-bottom: 60px;
}
.slot10 ul li {
  background-image: url("../images/li2.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 80px;
  margin-bottom: 20px;
  line-height: 34px;
}
.slot10 ul.li3 li {
  background-image: url("../images/li3.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 80px;
  margin-bottom: 18px;
  line-height: 14px;
}
.slot10 ul.li4 li {
  background-image: url("../images/li4.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-left: 0px;
  padding-left: 80px;
  margin-bottom: 20px;
  line-height: 20px;
}

.ftext {
  padding-top: 20px;
}

.mobmenuicon {
  background-image: url("../images/menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  margin-left: 0px;
  width: 45px;
  height: 30px;
  margin-top: 0px;
}

.drawer-nav {
    width: 400px;
   background-color: #242C44;
}
.drawer-nav.drawer-nav--right {
 width: 280px;
}
.drawer-nav .menu_logo {
    position: relative;
}

.drawer-nav .menu_logo .closex {
    display: block;
   background-image: url('../images/closex2.svg');        
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 16px;
    top: 23px;
    top: 123px;
    z-index: 999; 
}
.closemenubut {
  position: relative;
  height: 40px;

}
.closemenu {
  background-image: url("../images/closex.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 30px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 40px;
}
li.mmenu {
  margin-top: 120px;
  margin-left: 40px;
  position: relative;
}

li.mmenu a {
  display: block;
  font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 25px;
line-height: 30px;
text-transform: uppercase;
margin-bottom: 1em;
color: #FFFFFF;
text-decoration: none;
}

li.mmenu a:hover {
  color: #FF7B38;
}

.mobile {
  display: none;
}