@import url("fonts/Intro/stylesheet.css");
@import url("fonts/Futurademic/stylesheet.css");

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProRegular.woff2') format('woff2'),
         url('fonts/GothamProRegular.woff') format('woff'),
         url('fonts/GothamProRegular.ttf') format('truetype'),
         url('fonts/GothamProRegular.svg#GothamProRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProItalic.woff2') format('woff2'),
         url('fonts/GothamProItalic.woff') format('woff'),
         url('fonts/GothamProItalic.ttf') format('truetype'),
         url('fonts/GothamProItalic.svg#GothamProItalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProMedium.woff2') format('woff2'),
         url('fonts/GothamProMedium.woff') format('woff'),
         url('fonts/GothamProMedium.ttf') format('truetype'),
         url('fonts/GothamProMedium.svg#GothamProMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProBold.woff2') format('woff2'),
         url('fonts/GothamProBold.woff') format('woff'),
         url('fonts/GothamProBold.ttf') format('truetype'),
         url('fonts/GothamProBold.svg#GothamProBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GothamPro';
    src: url('fonts/GothamProBlack.woff2') format('woff2'),
         url('fonts/GothamProBlack.woff') format('woff'),
         url('fonts/GothamProBlack.ttf') format('truetype'),
         url('fonts/GothamProBlack.svg#GothamProBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'bquadro';
    src:url('fonts/bquadro.eot?yy4fgp');
    src:url('fonts/bquadro.eot?#iefixyy4fgp') format('embedded-opentype'),
        url('fonts/bquadro.ttf?yy4fgp') format('truetype'),
        url('fonts/bquadro.woff?yy4fgp') format('woff'),
        url('fonts/bquadro.svg?yy4fgp#bquadro') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    min-height: 100%;
    width: 100%;
    min-width: 640px;
    box-sizing: border-box;
    position: absolute;
}
body>div {position: relative; width: 100%; z-index: 1000; display: block;}

h1, .h1 {font: normal normal 2.8rem "Exo 2", sans-serif; margin: 0; padding: 0;}
h2 {font: normal normal 2.8rem "Exo 2", sans-serif; margin: 0; padding: 0;}

p {font: normal normal 1.2rem "Roboto", sans-serif; margin: 0; padding: 0;}

#not_cloud{font: normal normal 1.0rem "Roboto", sans-serif; margin: 0; padding: 0;}

.order_button img {
    width: 15.5rem;
    opacity: 0.85;
}
.order_button img:hover {opacity: 1;}
.order_button:focus {outline: none;}

#scroll-link {
    margin: 0;
    padding: 0.5rem;
    left: 1%;
    top: 20%;
    position: fixed;
    z-index: 2000;
    width: auto;
    background-color: rgba(0,0,0,0.05);
    border-bottom-right-radius: 2rem;
    border-top-right-radius: 2rem;
    border-radius: 1rem;
    /*border: 1px solid rgba(255,255,255,0.2);*/
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
#scroll-link:hover {background-color: rgba(15,15,15,0.8);}
#scroll-link>div {
    display: block;
}

.scroll-link>div {display: inline-block; vertical-align: middle; cursor: pointer;}
.scroll-link>div:first-child {width: 3rem; height: 3rem; vertical-align: middle; text-align: center; line-height: 3rem;}
.scroll-link-active .scroll-link-marker {
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 1rem !important;
    vertical-align: middle !important;
}
.scroll-link-active span {font: normal 500 1.2rem "Exo 2", sans-serif !important;}

.scroll-link-marker {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid white;
    border-radius: 0.5rem;
    vertical-align: middle !important;
    display: inline-block;
    line-height: 3rem;
    background-color: white;
}

.scroll-link-text {font: normal 200 1.2rem "Exo 2", sans-serif; color: whitesmoke; display: none; padding-right: 0.5rem;}

#carousel {
  width: 65rem;
  margin: 7rem auto 0 auto;
  background-color: transparent;
  -webkit-transform: rotateX(5deg);
  transform: rotateX(5deg)
}
.carousel-indicators {
    line-height: 2rem;
    margin-top: 2rem;
    bottom: auto;
}
.carousel-indicators>li{
    color: white;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
    margin: 0 1.5rem !important;
    vertical-align: middle;
}
.carousel-indicators .active {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
}

.carousel-captions {
    color: white;
    text-align: center;
    width: 50rem;
    margin: 0 auto;
    margin-top: 4rem;
}
.carousel-inner {-webkit-transform: rotateX(5deg); transform: rotateX(5deg);}
.carousel-captions h1, .carousel-captions .h1 {font: normal 200 2.8rem "Exo 2", sans-serif; margin: 5rem 0 1rem 0;}
.carousel-captions p {line-height: 2rem;}
.carousel-inner>div>img {width: 65rem; height: 40rem !important;}


#part-1 {
    z-index: 1100;
    height: 43rem;
    color: white;
    padding-top: 12.5rem;
    background: url("img/start-fon.png") no-repeat top center fixed;
    background-size: 100%;
}
#part-1>h1, #part-1>.h1 {
    font: normal normal 3.8rem "Intro", sans-serif;
    text-align: center;
    margin: 0 0 3rem 0;
}
#part-1>p {text-align: center;}

#part-0 {
    position: fixed;
    width: 100%;
    z-index: 2000;
    padding: 1rem 0;
    top: 2.5rem;
    color: white;
}

#part-0>div {display: inline-block; vertical-align: middle;}
.part-0-div-1 {width: 14%; height: 5rem; background: url("img/top-logo.png") no-repeat 75% 50%; background-size: 10rem auto;}
.part-0-div-2 {width: 29%; padding-left: 1rem; border-left: 2px solid rgba(229,229,229,0.2);}
.part-0-div-2 span:first-child {font: normal 500 1.1rem "Exo 2", sans-serif;}
.part-0-div-2 span:last-child {font: normal 500 1.4rem "Exo 2", sans-serif;}
.part-0-div-3 {width: 20%; text-align: center;}
.part-0-div-4 {width: 27%; border: 2px solid rgba(229,229,229,0.2); border-radius: 0.5rem; padding: 0.7rem 0;}
.part-0-div-4>div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font: normal 500 1.4rem "Exo 2", sans-sefir;
}
.part-0-div-4>div:nth-child(1) {width: 50%; padding: 0 0.7rem 0 1.4rem;}
.part-0-div-4>div:nth-child(1)>span:nth-child(1), .part-0-div-4>div:nth-child(1)>span:nth-child(4) {
    color: rgba(229,229,229,0.4);
    margin-right: 0.5rem;
}
.part-0-div-4>div:nth-child(2) {width: 0.5%; background-color: rgba(229,229,229,0.2); height: 4rem;}
.part-0-div-4>div:nth-child(3) {width: 49.5%; padding: 0 1.4rem 0 0.7rem;}
.part-0-div-4 a {color: white; text-decoration: none; border-bottom: 1px solid rgba(229,229,229,0.4);}
.part-0-div-4 a:hover {border: none;}
.part-0-div-5 {width: 10%; text-align: center;}
#lng img {width: 40%;}
.part-0-down {background-color: rgba(0,0,0,0.7);}
.shell {
    width: 22rem;
    height: 22rem;
    text-align: center;
    z-index: 1300;
    margin: auto;
    margin-bottom: -20rem;
    margin-top: -6rem;
    background-image: url("img/ammonite.png");
    background-repeat: no-repeat;
    background-size: 22rem auto;
}

#part-2 {
    margin: 0 0 -3.5rem 0;
    height: 65rem;
    background-image: url("img/shell-fon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 20rem;
    text-align: left;
    z-index: 1200;
}
#part-2>h1, #part-2>.h1, #part-2>h2 {font: normal 200 3.6rem "Exo 2", sans-serif; text-align: center; margin: 2rem 0;}
#part-2>p {text-align: center; margin-bottom: 6rem;}
#part-2>div {
    display: inline-block;
    height: 18rem;
    padding-left: 2.2rem;
    padding-right: 1rem;
    vertical-align: top;
}
#part-2>div:nth-child(3) {width: 21.1%;}
#part-2>div:nth-child(4) {width: 19.4%;}
#part-2>div:nth-child(5) {width: 19.7%;}
#part-2>div:nth-child(6) {width: 20.1%;}
#part-2>div:nth-child(7) {width: 19%;}
#part-2>div:nth-child(3), #part-2>div:nth-child(4), #part-2>div:nth-child(5), #part-2>div:nth-child(6) {
    background-image: url("img/golovan.png");
    background-size: 1.5rem;
    background-position: right top;
    background-repeat: no-repeat;
}
#part-2>div>h1, #part-2>div>.h1 {font: normal normal 2rem "FuturaDemiC"; margin-bottom: 2rem; margin-top: -0.7rem;}
#part-2>div>p {margin: 1rem 0; font-size: 1.1rem;}

#part-3 {
    z-index: 900;
    height: 43rem;
    background: url("img/flex-fon.png") no-repeat;
    background-size: 100%;
    padding-top: 9.5rem;
    text-align: center;
    color: white;
}
#part-3>h1, #part-3>.h1 {font: normal 200 3.6rem "Exo 2", sans-serif; margin-bottom: 2.5rem;}
#part-3>h1:first-letter, #part-3>.h1:first-letter {
    letter-spacing: -0.5rem;
}
#part-3>p {
    color: white;
    font-size: 1.4rem;
}
#part-3>div {
    display: inline-block;
    text-align: left;
    color: white;
    vertical-align: top;
    width: 45%;
    margin-top: 8rem;
}
#part-3>div:nth-child(3) {padding-left: 10rem;}
#part-3>div:nth-child(4) {padding-left: 15rem;}
#part-3>div p {font-size: 1.4rem;}
#part-3>div ul {margin: 0; margin-top: 1rem; padding: 0;}
#part-3>div li {
    margin: 0;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    list-style-type: none;
    text-indent: -1.8rem;
    padding: 0.2rem 0;
}
#part-3>div li:before {
    content: "\2014";
    margin-right: 0.7rem;
}

#part-4 {
    height: 34rem;
    background-color: rgb(18, 18, 18);
    text-align: center;
}
#part-4 h1, #part-4 .h1 {font: normal 200 2.4rem "Exo 2", sans-serif;}
#part-4>div {
    display: inline-block;
    text-align: left;
    color: white;
    vertical-align: top;
    width: 49%;
    margin-top: 5rem;
    padding-left: 5rem;
}

#part-5 {
    width: 100%;
    height: 74rem;
    background-image: url("img/comp-fon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 3.5rem;
    perspective: 70rem;
    -webkit-perspective: 70rem;

}
#part-5>h1, #part-5>.h1 {
    font: normal 200 3.6rem "Exo 2", sans-serif;
    text-align: center;
    color: white;
}

#part-6 {
    height: 70rem;
    background-image: url("img/flies-fon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: left;
    padding-top: 3rem;
}
#part-6 h1, #part-6 .h1 {font: normal 200 3.6rem "Exo 2", sans-serif; text-align: center;}
#part-6 p {text-align: center; padding: 0.5rem;}
.part-6-div-1 > h1:nth-child(1), .part-6-div-1 > .h1:nth-child(1) {margin: 0 0 3rem 0;}
.part-6-div-1 > h1:nth-child(4), .part-6-div-1 > .h1:nth-child(4) {margin: 2rem 0 11rem 0;}

.part-6-div-1 {width: 100%; text-align: center;}
.part-6-div-2 {display: inline-block; vertical-align: top; width: 32%;}
.part-6-div-3>div {
    margin-top: 3rem;
    display: inline-block;
    vertical-align: top;
}
.part-6-div-3>div:last-child {width: 47%; padding-left: 2.5rem;}
.part-6-div-3>div:first-child {width: 47%; padding-left: 2.5rem;}
.part-6-div-3>div>p {text-align: left !important;}

#part-7 {
    height: 30rem;
    background-color: rgb(229,229,229);
}
#part-7>div {
    width: 49%;
    display: inline-block;
    padding-top: 3rem;
    padding-left: 3rem;
    vertical-align: top;
}
#part-7>div>h1, #part-7>div>.h1 {
    margin: 0 0 3rem 0;
    //text-shadow: 0px 2px 3px #666;
}

#part-8 {
    height: 46rem;
    background-image: url("img/up24-fon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1100;
    margin-bottom: -2rem;
    text-align: right;
}
#part-8>div {display: inline-block;}

.part-8-div-1 {
    padding-top: 6rem;
    padding-left: 3rem;
    width: 45%;
    text-align: left !important;
}
.part-8-div-1>div>h1, .part-8-div-1>div>.h1 {
    //text-shadow: 0px 2px 3px #666;
    margin: 1rem 0 2rem 0;
    padding: 0;
}
.part-8-div-1>div {
    background-color: rgba(255,255,255,0.7);
    padding: 1rem 2rem 1rem 2rem;
    position: relative;
    box-shadow:
    0 1px 4px rgba(0, 0, 0, .3),
    -23px 0 20px -23px rgba(0, 0, 0, .8),
    23px 0 20px -23px rgba(0, 0, 0, .8),
    0 0 40px rgba(0, 0, 0, .1) inset;
}
.part-8-div-1>div>p {margin: 1.2rem 0;}
.part-8-div-2 {
    width: 54%;
    position: relative;
    text-align: right;
    vertical-align: top;
}
.part-8-div-2>img {
    width: 60rem;
    position: absolute;
    top: -4rem;
    right: 0;
}

#part-9 {
    height: 44rem;
    background-image: url("img/sms-alert-fon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#part-9>div {
    width: 49%;
    margin-top: 5rem;
    display: inline-block;
    vertical-align: top;
}
.part-9-div-1 p, .part-9-div-2 p {margin-bottom: 1rem;}
.part-9-div-1 {padding-left: 11rem;}
.part-9-div-1>h1, .part-9-div-2>h1, .part-9-div-1>.h1, .part-9-div-2>.h1 {
    font-weight: bold;
    margin: 2rem 0 2rem 0;
    //text-shadow: 0px 2px 3px #666;
}
.part-9-div-2 {padding-left: 4rem;}


#part-10 {background-color: rgb(229,229,229);}
#part-10>div {
    display: inline-block;
    vertical-align: top;
    margin: 5rem 0 4rem 0;
}
#part-10>div:nth-child(1), #part-10>div:nth-child(3) {width: 9%; text-align: right;}
#part-10>div:nth-child(2), #part-10>div:nth-child(4) {width: 40%; padding-left: 1rem;}
#part-10>div>h1, #part-10>div>.h1 {
    text-align: left;
    vertical-align: middle;
    //text-shadow: 0px 2px 3px #666;
}
#part-10 img {display: inline-block; width: 3.5rem; margin: 0.5rem 1rem 0 0;}
#part-10>div>p {margin: 0; padding-top: 2rem;}
#part-10>div>ul {margin: 0; margin-top: 2rem; padding: 0;}
#part-10>div>ul>li {
    margin: 0.5rem 0;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    list-style-type: none;
    text-indent: -2rem;
}
#part-10>div>ul>li:before {
    content: "\2014";
    margin-right: 0.7rem;
}
/*
footer {background-color: rgb(18, 18, 18);}
footer div {
    margin: 2.5rem 0;
    text-align: center;
    vertical-align: middle;
    font: normal normal 1.2rem "FuturaDemiC";
    display: inline-block;
}
footer>div>a {color: white !important;}
footer img {width: 60%;}
.footer-div-1 {width: 17%;}
.footer-div-2 {width: 1%; height: 2rem; border-right: 2px solid rgba(229,229,229,0.2);}
.footer-div-3 {width: 18%;}
.footer-div-4 {width: 11%;}
.footer-div-5 {width: 12%;}
.footer-div-6 {width: 19%;}
.footer-div-7 {width: 1%; height: 2rem; border-left: 2px solid rgba(229,229,229,0.2);}
.footer-div-8 {width: 17%;}
*/
/* Footer */
.b_footer { width: 100%; padding: 0 10% ; background: #454b57 url(images/footer.jpg) no-repeat 50% 100%; color: #ffffff; position: relative; z-index: 1; }
.b_footer .container { position: relative; width: 100%; }
.b_footer .container .row {}
.b_footer .title {}
.b_footer ul {}
.b_footer ul li{}
.b_footer ul li a { }
.b_footer .b_phone { margin: 0px 0px 0 0;  font: 700 1.5em/1.6em "GothamPro", Arial; text-align: right; }
.b_footer .b_phone a { text-decoration: none; color: #fff;   }
.b_footer .b_phone a:hover { text-decoration: none; color: #fff;   }
.b_footer .b_phone p { line-height: 1.6em; margin: 0 0 1.2em; }
.b_footer .b_phone p:before { display: inline-block;  width: 7px; height: 14px; background: url(images/sprite.png) -117px -7px; content: ''; vertical-align: middle; margin-right: 10px; margin-top: -2px;  }
.b_footer .b_eml { margin: 0px 0px 20px 0;   font: 400 1em/1.6em "GothamPro", Arial;  text-align: right; }
.b_footer .b_eml a { color: #fff; text-decoration: none; }
.b_footer .b_eml a:hover { color: #3e8ab5; text-decoration: none; }
.b_footer .b_eml p { margin: 0 0 1em; }
.b_footer .b_eml p:before { }
.b_footer a.sm_button { margin-bottom: 50px;float: right; }
.b_footer .b_dev { margin: 0px 0px 0px 0;   font: 400 1em/1.2em "GothamPro", Arial;  text-align: right; color: #8d96a9; }
.b_footer .b_dev a { color: #8d96a9; text-decoration: none; }
.b_footer .b_socials {  }
.b_footer .b_socials ul { padding:0; margin:0;  }
.b_footer .b_socials ul li { padding:0; margin:0; display: block; float: left; width: 20%; height: 48px; position: relative; }
.b_footer .b_socials ul li img { display: block; position: absolute; top: 50%; left: 50%; margin-left: -12px; margin-top: -12px; height: 24px; width: 24px; }
.b_footer .b_socials ul li a { width: 100%; height: 46px; display: block; position: relative;  border: 1px solid #61697a; border-right: 0px;  position: relative;  }
.b_footer .b_socials ul li a:before { content: '';  background-image: url(images/social.png); background-repeat: no-repeat ; background-position: 0px 0px; display: block; position: absolute; top: 50%; left: 50%; height: 20px; margin-top: -10px; }
.b_footer .b_socials ul li:last-child a { border-right: 1px solid #61697a; }
.b_footer .b_socials ul li:hover a { background: #3e8ab5; border-color: #3e8ab5; }
.b_footer .b_socials ul li:hover + li a { border-left: 1px solid #3e8ab5; }
.b_footer .b_socials ul li.fb a:before  { background-position: 0px 0px; width: 9px; margin-left: -4px; }
.b_footer .b_socials ul li.vk a:before  { background-position: -9px 0px; width: 27px; margin-left: -13px; }
.b_footer .b_socials ul li.yt a:before  { background-position: -36px 0px; width: 26px; margin-left: -13px; }
.b_footer .b_socials ul li.tw a:before  { background-position: -62px 0px; width: 12px; margin-left: -6px; }
.b_footer .b_socials ul li.in a:before  { background-position: -74px 0px; width: 18px; margin-left: -9px; }
.b_footer .b_socials ul li.fb a:hover:before  { background-position: 0px -20px; }
.b_footer .b_socials ul li.vk a:hover:before  { background-position: -9px -20px;  }
.b_footer .b_socials ul li.yt a:hover:before  { background-position: -36px -20px;  }
.b_footer .b_socials ul li.tw a:hover:before  { background-position: -62px -20px; }
.b_footer .b_socials ul li.in a:hover:before  { background-position: -74px -20px; }

.b_footer .b_langs { margin-top: 10px; float: left; }

.ft_block { margin-top: 50px;}
.ft_block ul { list-style: none; padding:0; margin:0; }
.ft_block ul li {font-weight: 400; font-size: 1.2rem;  font-family: "GothamPro", Arial; margin: 0 0 13px 0; padding: 0; }
.ft_block ul li a { color: #fff; text-decoration: none;  transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out;  -o-transition: all 0.25s ease-in-out;}
.ft_block ul li a:hover { color: #3e8ab5; text-decoration: none; }
.ft_block .title { color: #fff; font-weight: 700; font-size: 1.2rem;  font-family: "GothamPro", Arial; margin-bottom:1.2em;  }
.ft_block .title a { color: #fff; text-decoration: none;  }
.ft_block .title a:hover { color: #3e8ab5; }

.b_footer_top { padding: 0px 0px 50px 0px; }
.b_footer_bot {  padding: 0px 0px 50px 0px;  }

.modal-dialog {width: 40% !important; margin: 1rem auto !important;}
.modal-header {border: none; padding: 1.5rem;}
.modal-content {
    background-color: rgba(253,213,53,0.95);
    margin-top: 15%;
}
.modal-body {padding: 1rem 2rem;}
.modal-body label {text-align: left; font-size: 1.2rem;}
.modal-body span {text-align: right; font-size: 1rem;}
.modal-body input {
    width: 100%;
    margin-bottom: 1rem;
    height: 3rem;
    padding: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
}


.close {opacity: 0.7; font-size: 2rem;}
.close:hover {opacity: 1;}
.tooltip-inner {white-space: pre;}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
border: none;
}
*:focus {outline: none;}


.order_button {
  font: normal normal 1.6rem "Exo 2", sans-serif;
  position: relative;
  display: inline-block;
  color: rgb(90,72,8) !important;
  text-decoration: none !important;
  text-shadow: -2px 2px rgba(255,255,255,.3);
  line-height: 1.1;
  padding: 1rem 1.6rem;
  background: linear-gradient(#ecc92b, #fce25b);
  box-shadow:
   0 0 0 1px rgb(255,213,66) inset,
   -1px 0px rgb(220,195,35), -1px 1px rgb(192,167,7),
   -2px 1px rgb(219,194,34), -2px 2px rgb(191,166,6),
   -3px 2px rgb(218,193,33), -3px 3px rgb(190,165,5);
  transition: .1s;
  border-radius: .8rem / 1.6rem;
  opacity: 0.8;
}
.order_button:active {
  box-shadow: none;
  -webkit-transform: translate(-7px, 8px);
  transform: translate(-7px, 8px);
}
.order_button:hover {opacity: 1;}

#form div:last-child {text-align: center;}

.order {
  position: relative;
  display: inline-block;
  font: normal normal 1.4rem "Exo 2", sans-serif;;
  color: rgb(209,209,217) !important;
  text-decoration: none !important;
  text-shadow: 0 -1px 2px rgba(0,0,0,.2);
  padding: .8rem 1.4rem;
  outline: none;
  border-radius: .8rem / 1.6rem;
  border: none;
  background: linear-gradient(rgb(110,112,120), rgb(81,81,86)) rgb(110,112,120);
  box-shadow:
   0 1px rgba(255,255,255,.2) inset,
   0 3px 5px rgba(0,1,6,.5),
   0 0 1px 1px rgba(0,1,6,.2);
  transition: .2s ease-in-out;
  opacity: 0.8;
}
.order:hover:not(:active) {
  background: linear-gradient(rgb(126,126,134), rgb(70,71,76)) rgb(126,126,134);
  opacity: 1;
}
.order:active {
  top: 1px;
  background: linear-gradient(rgb(76,77,82), rgb(56,57,62)) rgb(76,77,82);
  box-shadow:
   0 0 1px rgba(0,0,0,.5) inset,
   0 2px 3px rgba(0,0,0,.5) inset,
   0 1px 1px rgba(255,255,255,.1);
}

.glyphicon-bquadro:before {
    font-family: 'bquadro';
    content: "\e600";
    font-size: 1.2em;
}

@media (max-width: 1240px) {
    .b_footer .b_dev .glyphicon {
        margin-top: 5px;
    }
}
@media (max-width: 1000px) {
    .b_footer .b_dev {
        font: 400 .7em/1.2em "GothamPro", Arial;
    }
}

@media (max-width: 750px) {
    .b_footer .b_dev {
        font: 400 .5em/1.2em "GothamPro", Arial;
    }
}
.politics_notice { font-size: 1em; margin: 1em 0; }