select {
  display: none; }

.nice-select.select1{background:url(../images/at1.png) no-repeat 35px center #fff;}
.nice-select.select2{background:url(../images/at2.png) no-repeat 27px center #fff;}
.nice-select.select3{background:url(../images/at3.png) no-repeat 35px center #fff;}
.nice-select.select4{background:url(../images/at4.png) no-repeat 37px center #fff;}
.nice-select {-webkit-tap-highlight-color: transparent; background-color: #fff; border-radius: 0; border: solid 1px #c4c4c4; clear: both; cursor: pointer; display: inline-block; vertical-align:top; width:100%; box-sizing:border-box; max-width:555px; font-family: inherit; font-size: 16px; font-weight: normal; height: 41px; outline: none;  padding-left: 15px; padding-right: 50px; position: relative; text-align: left !important; transition: all 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color:#635f5f}
 .nice-select .current{display:table-cell; vertical-align:middle; height:41px; width:450px;}
.nice-select:hover {}
.nice-select:active, .nice-select.open, .nice-select:focus {}
 .nice-select.open{border-radius:0;}
.nice-select:after {content: ''; display: block; height: 7px; margin-top: -3px; pointer-events: none; position: absolute; right: 20px; top: 50%; background:url(../img/arr.png) no-repeat; transition: all 0.15s ease-in-out; width: 12px}
.nice-select.open:after {-webkit-transform: rotate(-180deg); transform: rotate(-180deg)}
.nice-select.open .list {opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0)}
.nice-select.disabled {border-color: #ededed; color: #999; pointer-events: none}
.nice-select.disabled:after {border-color: #cccccc}
.nice-select.wide {width: 100%}
.nice-select.wide .list {left: 0 !important; right: 0 !important}
.nice-select.right {float: right}
.nice-select.right .list {left: auto; right: 0}
.nice-select.small {font-size: 12px; height: 36px; line-height: 34px}
.nice-select.small:after {height: 4px; width: 4px}
.nice-select.small .option {line-height: 34px; min-height: 34px}
.nice-select .list {border-radius:0 0 13px 13px; box-sizing:border-box;	left:-1px; right:-1px; background-color: #fff; padding:0; margin-top: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; top: 100%; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 9; margin-top:0;}
.nice-select .list:hover .option:not(:hover) {}
.nice-select .option {-bottom:-1px;	padding-top:11px; padding-bottom:11px; position:relative;	font-size:16px; cursor: pointer; line-height: 19px; list-style: none; outline: none; padding-left: 15px; padding-right: 15px; text-align: left; transition: all 0.2s}
.nice-select .option:before{content:''; position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; border:1px solid #635f5f; box-sizing:border-box;}
.nice-select .option:hover{color:#ae1a48}
.nice-select .option.selected:before{border-color:#ae1a48}
.nice-select .option.selected {z-index:2; color:#ae1a48}

.nice-select .option:first-child{display:none;}
.bold{font-family: 'SegoeUI-Semibold';}
.bbold{font-family: 'SegoeUI-Bold';}
.fff{color:#fff;}
.call_me{ color:#fff; text-align:center; background:#0093f1; display:block;}
.nowrap{white-space:nowrap;}

#header{height:auto; background:#fff; box-sizing:border-box; padding-top:44px; padding-bottom:6px; font-size:18px; line-height:24px;}
#header .logo{width:230px; height:67px; background:url(../img/logo2.png) no-repeat; background-size:cover;}
#header .address{padding-left:35px; position:relative; padding-top:8px;}
#header .address div:before {content: ''; position: absolute; background-image: url(../img/icon.png); width: 10px; height: 14px; left: -20px; top: 8px}
#header .address:before{content:url(../img/add.png); display:block; vertical-align:middle; margin-right:20px; position:absolute; left:0; top:9px;}
#header .phones{ margin-left:31px; position:relative;}
#header .phones:before{content:url(../img/call.png); display:block; position:absolute; left:0; top:10px;}
#header .phones a{position:relative;}
#header .call_me{line-height:62px; width:262px; display:inline-block; vertical-align:top;}
#header .right_block {font-size: 16px;}
.big_banner{padding-top:97px; padding-bottom:80px; background-position-y: 26px}
.big_banner .inner {max-width: 1280px}
.big_banner .ah1{font-size:60px; line-height:67px; text-shadow: 2px 0px 5px rgba(0, 0, 0, 0.22); margin-bottom:85px; font-family: 'SegoeUI-Bold';}
.big_banner .block{padding:0 35px; font-size:24px; line-height:35px; margin-bottom:38px;}


.nav-item:not(:last-child) {
    margin-right: 50px;
}

.big_banner .block img{display:block; margin:0 auto 35px;}
.big_banner .block:nth-child(1) img {margin-top: 15px}

.big_banner .call_me{width:390px; line-height:90px; font-size:30px; -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5); background: rgb(0,148,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,148,242,1) 0%, rgba(12,132,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,148,242,1) 0%,rgba(12,132,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,148,242,1) 0%,rgba(12,132,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094f2', endColorstr='#0c84cf',GradientType=0 );}

.polomka_block{padding-top:95px; padding-bottom:240px; margin-bottom:-47px; background:#f5f5f5;}
.polomka_block .ah1{font-size:36px; line-height:39px; margin-bottom:15px;}
.polomka_block .ah2{font-size:30px; line-height:33px; margin-bottom:85px;}
.polomka_block .row{}
.polomka_block .block{font-size:23px; line-height:28px; margin-bottom:65px;}
.polomka_block .block img{display:block; margin:0 auto 10px; }
.polomka_block .more_button{color:#0094f2; font-size:30px; line-height:33px;}
.polomka_block .more_button:after{content:''; display:inline-block; vertical-align:middle; width:22px; height:13px; background:url(../img/after.png) no-repeat; margin-left:24px; margin-top:-4px;}
.polomka_block .slide{font-size:30px; line-height:36px;}
//.polomka_block .slide .w50{padding-left:50px;}
.polomka_block .slide .images_block{width:170px;}
.polomka_block .slide .images_block img{display:inline-block; vertical-align:middle;}
.polomka_block .slide a{margin-bottom:50px; display:block; height: 56px}
.polomka_block .slide a span.tb {}

.polomka_block .owl-dots {position: relative; overflow: hidden; width: 100%; height: 100%; margin-top: -45px; margin-bottom: 20px; display: none}
.polomka_block .owl-dot {position: relative; width: 20px; height: 2px; border: 1px solid black; display: inline-block; border-radius: 2px} 
.polomka_block .owl-dot+.owl-dot {margin-left: 5px}
.polomka_block .owl-dot.active {background-color: #000}

.my_tabs .dt{max-width:1010px; margin-left:auto; margin-right:auto;}
.my_tabs .dt ul li{float:left; width:33.3333%; box-sizing:border-box; font-size:30px; line-height:103px;}

.my_tabs .dt ul li:nth-child(2) a{background:#4f4f4f}
.my_tabs .dt ul li a{color:#fff; text-decoration:none; display:block; cursor:pointer; background:#404040; text-align:center;}
.my_tabs .dt ul li a.active{background:#fff; color:#a49f9f;-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);-moz-box-shadow:    0px 0px 6px 0px rgba(0, 0, 0, 0.10);box-shadow:         0px 0px 6px 0px rgba(0, 0, 0, 0.10);}
.my_tabs .dt ul li a:hover {background-color: #fff; color: #a49f9f}
.my_tabs .dd .item{display:none; padding-top:100px; padding-bottom:95px; font-size:30px; line-height:48px;}
.my_tabs .dd .item.active{display:block;}
.my_tabs .dd .item img{display:block; max-width:100%; margin-bottom:15px; margin-left:auto; margin-right:auto;}

.border_block{margin-bottom:100px;}
.border_block .inner{border:16px solid #0593f1; padding:38px 170px 50px;}
.border_block .ah1{font-size:36px; line-height:36px; margin-bottom:15px; font-family: 'SegoeUI-Bold';}
.border_block .ah2{font-size:30px; line-height:33px; margin-bottom:45px;}
.border_block .tel{font-size:36px; line-height:48px; font-family: 'SegoeUI-Semibold';}
.border_block .call_me{display:block; max-width:468px; line-height:110px; font-size:32px; margin-top:70px;}

.dostavka_block{background:#f5f5f5; padding-top:65px; padding-bottom:70px; margin-bottom:220px;}
.dostavka_block:after{content:''; position:absolute; right:50%; margin-right:-795px; bottom:-62px; width:624px; height:406px; background:url(../images/car.png) no-repeat; background-size: cover}
.dostavka_block .ah1{font-size:36px; line-height:39px; margin-bottom:20px;}
.dostavka_block .ah2{font-size:24px; line-height:27px; margin-bottom:110px;}
.dostavka_block .call_me{font-size:30px; line-height:90px; max-width:405px;-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5); background: rgb(0,148,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,148,242,1) 0%, rgba(12,132,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,148,242,1) 0%,rgba(12,132,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,148,242,1) 0%,rgba(12,132,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094f2', endColorstr='#0c84cf',GradientType=0 );}

.steps{padding-bottom:75px;}
.steps .inner{max-width:1240px;}
.steps .ah1{font-size:36px; line-height:39px; margin-bottom:18px;}
.steps .ah2{font-size:24px; line-height:27px; margin-bottom:86px;}
.steps .row{font-size:0;}
.steps .row .block{font-size:30px; line-height:48px; margin-bottom:75px;}
.steps .row .block img{display:block; margin:0 auto 27px;}
.steps .row .block:after{content:''; position:absolute; left:100%; margin-left:-45px; width:77px; height:30px; background:url(../img/arrow.png) no-repeat; top:52px;}
.steps .row .block:nth-child(7):after, .steps .row .block:nth-child(4):after {display: none;}

.sale_block{background:#747474; padding-top:55px; padding-bottom:65px;}
.sale_block .ah1{font-size:36px; line-height:39px; margin-bottom:25px;}
.sale_block .ah2{font-size:24px; line-height:27px;}
.sale_block .tbc:first-child{padding-right:30px;}
.sale_block .tbc:last-child{width:360px;}
.sale_block .tbc .call_me{font-size:30px; line-height:80px;-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5);box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5); background: rgb(0,148,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,148,242,1) 0%, rgba(12,132,207,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,148,242,1) 0%,rgba(12,132,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,148,242,1) 0%,rgba(12,132,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094f2', endColorstr='#0c84cf',GradientType=0 );}

.timer_block{padding-top:35px; padding-bottom:66px; background:#404040; margin-bottom: 37px}
.timer_block .timer {}
.timer_block .ost{line-height:100px; font-size:48px; margin-right:35px;}
.position{border-radius:15px; position:relative; font-size:45px; display:inline-block; vertical-align:top; height:100px; box-sizing:border-box; overflow:hidden; margin:0 1px; padding:0; padding-top:12px; width:64px; background:#1e1c1c; color:#fff; font-weight:300; line-height:88px;}
.position:before{content:''; position:absolute; left:10px; top:10px; width:6px; height:6px; border-radius:50%; background:#fff;}
.position:after{content:''; position:absolute; right:10px; top:10px; width:6px; height:6px; border-radius:50%; background:#fff;}
.digit{color:#fff; overflow:hidden; display:block;}
.digit.static{}
.time-block{ overflow:hidden;  display:inline-block; vertical-align:top; text-align:center; line-height:110px;font-size:0;}
.countDiv {width:28px; display:inline-block; vertical-align:top;}
.countDays, .countDiv0{display:none;}
.time-line{ line-height:21px; margin-top:10px; padding-left:0; font-size:0; margin:0 -20px;}
.time-line span{width:33.3333%; display:inline-block; vertical-align:top; margin:0 0; text-align:center;font-size:16px;}
.time-line span {color: #fff;}
.timer_block .call_me {max-width: 360px; margin: 0 auto; line-height: 80px; margin-bottom: -104px; margin-top: 62px; position: relative; z-index: 100; font-size: 30px}
.timerkarkas {padding-bottom: 25px; font-size: 32px; line-height: 36px}

.otziv_block{padding-top:103px; margin-bottom:100px;}
.otziv_block .ah1{font-size:36px; line-height:39px; margin-bottom:75px;}
.otziv_block .border_bblock{border:8px solid #0b85d2; box-sizing:border-box; width:58.5%; margin-right: 7%; padding:107px 20px 1px 20px;}
.otziv_block .border_bblock .date{right:18px; top:20px; font-size:24px; line-height:27px; color:#babec0;}
.otziv_block .border_bblock .date:before{content:''; display:inline-block; vertical-align:middle; width:17px; height:17px; background:url(../img/date.png) no-repeat; margin-top:-5px; margin-right:15px;}
.otziv_block .border_bblock .image_block{height:170px; width:180px; line-height:170px; margin-right:50px;}
.otziv_block .border_bblock .ah2{font-size:24px; line-height:27px; margin-bottom:15px; padding-top:30px;}
.otziv_block .border_bblock .ah3{font-size:36px; line-height:39px;padding-bottom:10px;}
.otziv_block .border_bblock .hr{background:#cecfcf; margin-top:60px; margin-bottom:15px;}
.otziv_block .__info .__items {padding-left: 50px}
.otziv_block .reason {font-size: 18px; letter-spacing: 0px; line-height: 20px; color: rgb(36,38,38);   font-family: 'SegoeUI'; padding-left: 50px; position: relative;}
.otziv_block .reason:before {content: ''; background-image: url(../images/reason.png); width: 47px; height: 31px; position: absolute; left: -10px; top: 5px;}
.otziv_block .__info .__catalog {margin-top: 85px}
.otziv_block .__info .__row {margin-right: -10px}
.otziv_block .__info .__item {padding-right: 10px; height: 165px; margin-bottom: 10px; }
.otziv_block .__info .__item .__items p.__header {font-family: "SegoeUI-Bold"; font-size: 23px; line-height: 27px; font-weight: 700; letter-spacing: 1px; color: #000}
.otziv_block .__info .__item:nth-child(1) .__items p.__header:before {content: ''; position: absolute; width: 27px; height: 31px; left: 0px; background-image: url(../images/person.png);}
.otziv_block .__info .__item:nth-child(2) .__items p.__header:before {content: ''; position: absolute; width: 26px; height: 33px; left: 0px; background-image: url(../images/list.png);}
.otziv_block .__info .__item:nth-child(3) .__items p.__header:before {content: ''; position: absolute; width: 30px; height: 30px; left: 0px; background-image: url(../images/instr.png);}

.otziv_block .__info .__item .__items .__owner {font-weight: 400; font-size: 14px; line-height: 20px; letter-spacing: 1px; color: #000; font-family: 'SegoeUI'; padding-top: 20px}
.otziv_block .__info .__item:nth-child(4)  {background-color: #f2fafe; padding-top: 25px}
.otziv_block .__info .__item:nth-child(4) .__items p.__header {font-style: italic; font-family: 'SegoeUI-Semibold'; font-size: 16px; line-height: 20px}
.otziv_block .__info .__item:nth-child(4) .__items {padding-left: 8px}
.otziv_block .__info .__item:nth-child(4) .__items .__owner {font-style: italic; font-size: 11px; line-height: 15px}

.otziv_block .__author_info .fleft {position: relative; width: 115px; height: 115px; border-radius: 50%; margin-right: 43px}
.otziv_block .__author_info span {position: relative; overflow: hidden; display: inline-block; vertical-align: middle; line-height: 115px; font-family: 'SegoeUI-Bold'; font-size: 23px}
.otziv_block .text_review {padding: 130px 0; position: relative; font-size: 21px; }
.otziv_block .text_review:before {content: ''; background-image: url(../img/dots.png); width: 70px; height: 46px; position: absolute; right: 0; top: 60px; filter: grayscale(100%);}
.otziv_block .text_review:after {content: ''; background-image: url(../img/dots.png); width: 70px; height: 46px; position: absolute; left: 0px; bottom: 0; filter: grayscale(100%);  transform: scale(-1, 1);}
.otziv_block .owl-prev, .otziv_block .owl-next {width: 75px; height: 75px; background-color: #0b85d2; position: absolute; right: 85px; bottom: 0; background-image: url(../img/slide_arrow.png); background-size: 13px 31px; background-position: center; cursor: pointer; background-repeat: no-repeat;}
.otziv_block .owl-next {right: 0; transform: rotate(180deg);}

.footer {background-color: #0987d7;margin-top: -45px;}
.footer .fleft {width: 54.6%;}
.footer .rL.hid {padding-right: 15px;background-color: #0987d7; box-sizing: border-box;padding-left: 80px;}
.footer .rL.hid .h2 {font-size: 48px; line-height: 51px;font-weight: bold;margin-top: 49px;margin-bottom: 63px;}
.footer .rL.hid p {position:relative; margin-top: 33px; color:#fff;font-size: 20px; line-height: 1.2; margin-bottom: 30px;  font-family: 'SegoeUI-Semibold';}
.footer .rL.hid p:before {content: ""; position:absolute; height: 35px; width: 25px; background-size: cover;background-repeat: no-repeat;background-position: center;background-image: url(../img/foot_geo.png); left: -60px; top: 10px}
.footer .rL.hid .fon {position: relative;margin: 29px 0;}
.footer .rL.hid .fon:before {content: ''; position: absolute; background-image: url(../img/foot_phone.png); width: 25px; height: 25px; left: -55px; top: 0; background-size: cover;}
.footer .rL.hid .fon a {color: #fff; font-size: 20px; line-height: 1.2; font-family: 'SegoeUI-Semibold';}
.footer .rL.hid .fon a:nth-child(2) {letter-spacing: 0.02em}
.footer .rL.hid .rights {font-size: 18px; line-height: 60px;opacity: 0.5;}
.footer .block {height: 472px;box-sizing: border-box;border:0 !important;}
.footer .block #map {width: 100%;height: 100%;}
.footer .grey_button {font-size: 19px; line-height: 74px;max-width: 320px;text-align: center;margin-left: 30px;}

.footer .__time {position: relative;}
.footer .__time span {font-size: 20px; line-height: 1.2; color: rgb(255,255,255);  font-family: 'SegoeUI-Semibold'; display: block;}
.footer .__time:before {content: ''; position: absolute; background-image: url(../img/date2.png); width: 25px; height: 25px; background-size: cover; background-repeat: no-repeat; background-position: center; left: -60px; top: 12px; display: inline-block;}

.footer .clear {margin-top: -1px}



.modal_block{max-width:620px; background:#ffffff; border-radius:15px; -webkit-border-radius:15px; padding:46px 32px 40px;}
.modal_block .ah1{font-size:29px; line-height:32px; margin-bottom:35px;}
.modal_block img{display:block; width:auto; max-width:100%; margin:0 auto 48px;}
.modal_block .call_me{margin-top:20px; display:block; width:100%; box-sizing:border-box; padding:0;}









.kiev #header .phones a:first-child {letter-spacing: 0.3px;}
.kiev #header .phones a:nth-child(2) {letter-spacing: 0.2px;}
.kiev #header .phones {padding-top: 0}
.kiev #header .address {padding-top: 0}

.kiev .footer .rL.hid .fon a:first-child {letter-spacing: 0.3px;}
.kiev .footer .rL.hid .fon a:nth-child(2) {letter-spacing: 0.2px;}

.astana .footer .rL.hid .fon a {letter-spacing: 0.6px}

.cities-wrapper {
    position: relative;
}

.cities {
 
  width: 290px;
  position: absolute;
  top: 0;
  z-index: 10; }

.cities-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 38px;
  height: 38px;
  background: url(../img/close.png) center no-repeat #fff;
  border-radius: 50%;
  cursor: pointer; }

.city {
      display: block;
  padding: 15px 30px;
  color: #0059a9;
  font-weight: 700;
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
  transition: color .4s; }
  .city:hover {
    color: #000; }

.cities-header {
  padding: 35px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #535353;
  background-color: #e6e6e6; }
  
  
  .text-section {
    padding: 60px 0;
}
.text h1,
.text h2,
.text h3 {
    margin: 30px 0;
    font-size: 30px;
    line-height: 1;
}

.text h4 {
    margin: 30px 0;
    font-size: 22px;
}
.text ul {
    list-style: circle inside;
}
.text p,
.text ul {
    margin-bottom: 1rem;
    font-size: 17px;
}
@media screen and (max-width: 480px) {
    .text h1,
    .text h2,
    .text h3 {
        font-size: 25px;
    }
    .text p,
    .text ul {
        font-size: 16px;
    }
}
  
  
  
  .main-menu,
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob-dropdown,
.menu-btn {
    display: none;
}
  
.map-see {
    border: none;
    background: none;
    text-decoration: underline;
    color: #fff;
}
.map-see:hover {
    text-decoration: none;
}


@media screen and (max-width: 991px) {
   
    .mob-dropdown {
  display: none;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 50px 15px 30px;
  background-color: #0290E9; }
  
  .mob-dropdown .phone,
  .mob-dropdown .map-see {
      display: block;
      margin: 0 auto;
      text-align: center;
      color: #fff;
  }
  .header-right {
      flex-grow: 1;
  }
  .page-header .phones {
      margin: 0 auto;
  }

.menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'SFUIDisplay-Bold', sans-serif;
  font-size: 45px;
  background-color: transparent;
  line-height: .8;
  color: #fff;
  border: none; }

.menu-item:not(:last-child) {
  margin-bottom: 30px; }

.menu-header, .menu-text {
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  color: #fff; }

.menu-text {
  margin-bottom: 15px; 
    
}


.menu-header {
        font-family: 'SegoeUI-Bold';
  margin-bottom: 10px;
 }

.menu-btn {
    display: block;
  width: 26px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../img/menu.png) center no-repeat;
  border: none;
  cursor: pointer; }
    
    
    
  .main-menu {
    display: none; }
}
