.botBut {
color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: red;
    border: none;

    border-radius: 8px;
    width: 350px;
    max-width: 90%;
    padding: 1% 2%;
    font-size: 18px;
    cursor: pointer;
  text-align:center;
    padding: 20px 20px;
  display:block;
  margin:auto;
  text-decoration:none;
    opacity: 1;
}
.last {font-size: 48px;font-family: arial;background: red none repeat scroll 0% 0%;padding: 15px;margin: auto;line-height: 42px;margin-top: 20px;width: 178px;display: block;color: rgb(255, 255, 255);text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px -1px 0px rgb(0, 0, 0), 0px 1px 0px rgb(0, 0, 0), 0px 1px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0), 1px 0px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0), 1px 0px 0px rgb(0, 0, 0), -1px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), -1px 1px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), -1px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), -1px 1px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0);}.prod {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0 0px;
}.submit-roulette:hover {
  background: #bb0000;
  transition: background 0.3s;
}
.submit-roulette:active {
  transform: translateY(2px); box-shadow: none;
}
.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: auto !important;
}
input[type="text"], input[type="tel"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}
.ruletka-p {
  text-indent: 0px;
  color: black;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold;
}
.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.ruletka-a {
  color: rgb(22, 151, 206);
}
.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}
.danger-text {
  color: red;
  font-weight: bold;
}
.wheel {
  width: 380px!important;
  margin: 0 auto;
  position: relative;
}
.wheel img {
  max-width: 100%;
}
.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}
.wheel-cursor {
  position: absolute;
  width: 35%!important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%; left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}
.order_block {
  display: none;
  text-align: center !important;
}
.order_block img {
  width: 100%;
  max-width: 280px;
}
.order_block h3 {
  font: bold 18px Arial !important;
  background: transparent;
  margin-top: -13px;
  margin-bottom: 20px;
}
#form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Proxima Nova','Arial','Helvetica Neue', sans-serif;
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}
.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../fonts/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0px;
  cursor: pointer;
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255) !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}
.super-rotation { -webkit-animation-name: super-rotation; animation-name: super-rotation; -webkit-animation-duration: 7s; animation-duration: 7s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out }
@-webkit-keyframes super-rotation { 70% { -webkit-transform: rotate(1783deg); transform: rotate(1783deg); } 100% { -webkit-transform: rotate(1774deg); transform: rotate(1774deg); } }
@keyframes super-rotation { 70% { -webkit-transform: rotate(1783deg); transform: rotate(1783deg); } 100% { -webkit-transform: rotate(1774deg); transform: rotate(1774deg); } }
.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}
.pop-up-layer {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}
.pop-up-layer-show {
  display: block;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before { content: ""; position: absolute; width: 110px; height: 110px; top: -55px; left: 0; right: 0px; margin: 0 auto; background-color: rgb(113, 195, 65); border-radius: 50%; animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before; }
.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.text_small {
  font-size:0.5em !important;
  font-weight:normal !important;
}
@keyframes pop-up-appear { 0% { transform: translateY(-2000px); } 30% { transform: translateY(100px); } 100% { transform: translateY(0px); } }
@keyframes pop-up-appear-before { 0% { transform: scale(0); } 100% { transform: scale(1); } }
@keyframes pop-up-appear-after { 0% { opacity: 0; } 100% { opacity: 1; } }
.pop-up-button:hover {color: rgb(255, 255, 255) !important; text-decoration: none !important; }
@media all and (max-width: 520px) {input {font-size: 14px !important;} .wheel { width: 280px !important; } .cursor-text { line-height: 45px !important; font-size: 12px !important; }}
@media screen and (max-width: 345px) { .wheel { width: 250px !important; } .cursor-text { line-height: 40px !important; font-size: 11px !important; } }
.price-bl {
    text-align: center !important;
   margin-bottom: 20px !important;
    font-size: 24px !important;
}
.price-bl b {
    color: red !important;
}
.content_inner2 {
    width: 64%;
    font-size: 12px;
    margin: auto;
    display: block;
}

        #order_form {
            margin-top: 10px;
        }

        .left111 p {
            margin-left: 0;
        }

        .input-roulette {
            width: 100% !important;
            max-width: 295px;
            font-size: 17px;
            display: block;
            margin: auto;
        }

        .submit-roulette {
            white-space: normal;
            margin: auto !important;
            display: block !important;
            width: 241px;
            padding: 14px !important;
        }

        .menu_left * {
            font-size: 16px !important;
            line-height: 18px !important;
        }

        .cert-img {
            width: 40%;
            max-width: 300px;
        } .door__wrapper .door__container {
        display: flex !important;
        justify-content: space-around !important;
        /* width: 285px; */
        margin: auto;
    }

    .door__wrapper .box__door {
        perspective: 500px !important;
        position: relative !important;
    }


    .door__wrapper .box__door,
    .door__wrapper .door {
        width: 190px !important;
        height: 400px !important;
        box-shadow: inset -1px -1px 0px 1px #191919, inset 1px 1px 0px 1px #191919 !important;
    }

    .door__wrapper .door,
    .door__wrapper .hi {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    .door__wrapper .door {
        background-image: url(../images/door.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
        transform: rotateY(0deg) !important;
        display: inline-block !important;
        transition: all 0.75s ease !important;
        transform-origin: 0% 0% !important;
        cursor: pointer !important;
    }

    #door__2 {
        background-image: url(../images/door2.jpg) !important;
    }

    #door__3 {
        background-image: url(../images/door3.jpg) !important;
    }

    .door__wrapper .door:hover {
        transform: rotateY(-30deg) !important;
    }

    .door__wrapper .door.open {
        transform: rotateY(-85deg) !important;
    }

    .door__wrapper .door__sales {
        position: absolute !important;
        top: 50% !important;
        text-align: center;
        left: 49% !important;
        transform: translate(-50%, -50%);
        font-size: 37px !important;
        line-height: 38px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 16px 5px !important;
        box-shadow: 0px 1px 2px 2px #7F7878 !important;
        width: 71% !important;
        min-width: 70px !important;
    }


    .door__wrapper .door__title {
        color: #fff !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        line-height: 22px;
        text-align: center !important;
        font-size: 22px !important;
        margin-bottom: 25px !important;
        background-color: #3A4752 !important;
        padding: 10px 5px !important;
        border-radius: 0.5em !important;
    }

    @media (max-width: 840px) {
        .door__wrapper .door__sales {
            font-size: 18px !important;
            line-height: 18px !important;
            font-weight: 700 !important;
            color: red !important;
            border-radius: 30px !important;
            width: 65% !important;
            min-width: 50px !important;
            left: 48% !important;
        }

        .door__wrapper .box__door,
        .door__wrapper .door {
            width: 95px !important;
            height: 200px !important;
        }

        .door__wrapper .door {
            background-image: url(../images/media_door.jpg);
        }

        #door__2 {
            background-image: url(../images/media_door2.jpg);
        }

        #door__3 {
            background-image: url(../images/media_door3.jpg);
        }
    }
@media only screen and (min-device-width: 320px) and (max-device-width: 370px) {
.main-content {
    width: 320px;
    background-color: #fff;
    font-size: 19px;
    line-height: 1.6;
    display: block;
    margin: auto;
    /* vertical-align: top; */
}
	}
	
    @media(max-width:360px) {
        .door__wrapper .box__door+.box__door {
            margin-left: 15px !important;
        }

        .door__wrapper .door__sales {
            font-size: 18px !important;
            line-height: 14px !important;
            font-weight: 700 !important;
            color: red !important;
            border-radius: 30px !important;
            left: 50% !important;
        }

    }
	.prod {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0 0px;
}

h2.door__title:before {
display: none;
}
h2.door__title:after {
display: none;
}.tcenter2 {
    text-align: center;
    max-width: 300px !important;
    float: left !important;
    width: 100%;
}.results{border:1px solid #000;font-size:110%;padding:16px}.comsomol{padding: 20px 20px;background:#eee}.comsomol p,.comsomol .quote{word-break:break-word;font-family:Alegreya,Times,serif;font-weight:400;font-size:22px;line-height:1.45;font-feature-settings:"tnum" , "lnum"}.comsomol .quote{background:#e0e0e0;font-style:italic;font-weight:bold;padding:10px}.comsomol .picture{margin:10px auto;text-align:center;max-width:800px}.warning{border:1px solid #000;padding:16px;font-weight:bold;color:red}.warning p{margin:0}.eb-entry-article ul{padding-left: 25px;}.eb-entry-article ul li{margin-bottom:15px}h2{font-size:34px;line-height:36px}.comment-item{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:flex-start;margin-bottom:30px;font-size:16px}.comment-image{flex:0 0 50px;width:50px;border-radius:50%;margin-right:15px}.comment-top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;margin-bottom:10px;justify-content:space-between}.comment-name{font-weight:bold}.comment-text{width:100%}.comment-text img{width:300px;display:block;margin-top:10px} .comment-text img.cenz_img{display:none;}.uk-navbar-toggle:after{content:""}.uk-breadcrumb>li:nth-child(n+2):before {margin:0 5px}.uk-breadcrumb>li{font-size:12px}.uk-breadcrumb .uk-active>span,.uk-breadcrumb>li{display:inline!important}@media (max-width:1200px){.tm-sidebar-a{display:none!important}}html{line-height:24px!important}@media screen and (max-width:767px){.tm-headerbar{min-height:1px}.tm-logo-small img{width: 220px;}.uk-navbar-toggle{height:40px}}#title-107{font-size:44px!important;color:#000;line-height:1.2em}@media all and (max-width:1000px){#title-107{font-size:30px!important}}.article-image{max-width:100%!important}@-moz-document url-prefix(){}


#es .es-field-datetime-form .es-field-datetime-buttons>:hover{color:#5580be}#es .es-location-buttons>:hover{color:#5580be}body #eb .fa{font-family:FontAwesome}
#es .es-story-mood-buttons>:hover{color:#5580be}#eb{text-align:left;direction:left}#eb *,#eb :after,#eb :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#eb img,#eb input{min-width:0;min-height:0}#eb form{padding:0;margin:0;width:auto;height:auto;border:0;outline:0;float:none;position:static;display:block;background:0 0;text-align:inherit;font-size:inherit;font-family:inherit;text-shadow:none}#eb a:link{text-decoration:none}#eb button,#eb input{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}#eb img{vertical-align:middle;height:auto}#eb .mb-20{margin-bottom:20px!important}#eb .fd-cf:after,#eb .fd-cf:before{content:" ";display:table}#eb .fd-cf:after{clear:both}#eb label{display:inline-block;margin-bottom:5px;font-weight:700}#eb .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:13px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}#eb .btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#eb .btn:focus,#eb .btn:hover{color:#333;text-decoration:none}#eb .btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}#eb .btn-default{color:#333!important;background-color:#fff!important;border-color:#ddd!important}#eb .btn-default:active,#eb .btn-default:focus,#eb .btn-default:hover{color:#333!important;background-color:#ebebeb!important;border-color:#bebebe!important}#eb .btn-default:active{background-image:none}#eb .clearfix:after,#eb .clearfix:before{content:" ";display:table}#eb .clearfix:after{clear:both}#eb .hide{display:none!important}#eb .clearfix:after,#eb .clearfix:before{display:table;content:"";line-height:0}#eb .clearfix:after{clear:both}#eb .hide{display:none!important}#eb .reset-heading{background:0 0;border:medium none;clear:none;display:block;float:none;margin:0;padding:0;position:static;width:auto}#eb .comma-seperator{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:wrap;-ms-flex-flow:wrap;flex-flow:wrap}#eb .comma-seperator>span{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;vertical-align:middle}#eb .comma-seperator>span:after{content:',';padding-right:4px}#eb .comma-seperator>span:last-child:after{content:'';padding-right:0}#eb .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#eb .fa-user:before{content:"\f007"}#eb .fa-close:before{content:"\f00d"}#eb .fa-clock-o:before{content:"\f017"}#eb .fa-eye:before{content:"\f06e"}#eb .fa-folder-open:before{content:"\f07c"}#eb .fa-comments:before{content:"\f086"}#eb .eb-template{display:none}#eb .eb-loader-o{width:10px;height:10px;top:5px;left:5px;display:inline-block;position:relative;vertical-align:middle;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#eb .eb-loader-o.size-lg{width:30px;height:30px;top:15px;left:15px}#eb .eb-loader-o.size-lg:after,#eb .eb-loader-o.size-lg:before{border-width:8px}#eb .eb-loader-o:after,#eb .eb-loader-o:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;border-radius:500rem;border:5px solid rgba(0,0,0,.1)}#eb .eb-loader-o:after{-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:rgba(0,0,0,.1) transparent transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#eb.eb-image-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:99992}#eb.eb-image-popup .eb-loader-o{position:absolute;top:50%!important;left:50%!important;margin-left:-15px;margin-right:-15px;display:none;z-index:3}#eb .eb-image-popup-header{position:absolute;top:0;right:0;float:right;z-index:2}#eb .eb-image-popup-close-button{padding:16px;cursor:pointer}#eb .eb-image-popup-close-button i{font-size:0}#eb .eb-image-popup-close-button i{position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px;width:20px;height:20px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#eb .eb-image-popup-close-button i:after,#eb .eb-image-popup-close-button i:before{background:#fff;border-radius:2px;content:'';display:block;position:absolute}#eb .eb-image-popup-close-button i:before{width:2px;height:20px;left:50%;margin-left:-1px}#eb .eb-image-popup-close-button i:after{width:20px;height:2px;top:50%;margin-top:-1px}#eb .eb-image-popup-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;text-align:left}#eb .eb-image-popup-footer{position:absolute;bottom:0;left:0;width:100%;padding:30px 0;z-index:2;display:none;direction:ltr}#eb .eb-image-popup-thumbs{position:relative;top:0;left:0;-webkit-transition:all .5s ease;transition:all .5s ease}#eb .eb-image-popup-thumbs:after,#eb .eb-image-popup-thumbs:before{content:" ";display:table}#eb .eb-image-popup-thumbs:after{clear:both}#eb .eb-image-popup-thumb{width:120px;height:100px;display:table;float:left;cursor:pointer}#eb .eb-image-popup-thumb div{display:table-cell;vertical-align:middle}#eb .eb-image-popup-thumb img{max-width:120px;max-height:100px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5);-webkit-transform:scale(.75);-moz-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75);-webkit-transition:all .1s ease;transition:all .1s ease}#eb .eb-image-popup-thumb:hover img{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}#eb .fd-cf:after,#eb .fd-cf:before{content:" ";display:table}#eb .fd-cf:after{clear:both}:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0,0,0,0.1);--mm-color-button:rgba(0,0,0,0.3);--mm-color-text:rgba(0,0,0,0.75);--mm-color-text-dimmed:rgba(0,0,0,0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0,0,0,0.05);--mm-color-background-emphasis:rgba(255,255,255,0.4);--mm-shadow:0 0 10px rgba(0,0,0,0.3)}
:root{--mm-iconbar-size:50px}:root{--mm-iconpanel-size:50px}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}#eb .eb-image{display:inline-block;max-width:100%}#eb .eb-image-figure{position:relative;text-align:center;margin:0 auto;max-width:100%;max-height:100%}#eb .eb-image-viewport{border:1px solid #ddd;border-radius:2px;position:relative;text-align:center;display:inline-block;font-size:0;max-width:100%}#eb .eb-image-viewport:before{content:'';display:inline-block;vertical-align:middle}#eb .eb-image-caption{display:block;text-align:inherit;margin-left:auto;margin-right:auto;max-width:100%}#eb .gdpr-notice-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column;-ms-flex-flow:column;flex-flow:column;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;text-align:center;background:#444;padding:20px}#eb .gdpr-notice-container__content{border-radius:3px;background:#fff;padding:20px}#eb .eb-reading-progress{left:0;top:0;width:100%;height:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:#f5f5f5;color:#57b4fc}#eb .eb-reading-progress::-webkit-progress-bar{background:#f5f5f5}#eb .eb-reading-progress::-moz-progress-bar{background:#57b4fc}#eb .eb-reading-progress::-webkit-progress-value{background:#57b4fc}#eb .eb-reading-progress__container{width:100%;background-color:#f5f5f5;top:0;left:0;height:5px;display:block}#eb .eb-reading-progress__bar{width:50%;display:block;height:inherit;background-color:#57b4fc}#eb .fa:before{padding:0;margin:0}#eb h1,#eb h2{margin-top:0}#eb img{max-width:none}#eb .btn{text-decoration:none!important;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;font-weight:700}#eb .btn::-moz-focus-inner{border:0;padding:0}#eb .text-muted{color:#888}#eb .eb-anchor-link{height:1px;display:block;font-size:0}#eb label{font-size:inherit;margin-top: 10px;}#eb .eb-post-title{font-size:20px;line-height:26px;margin:0 0 10px;word-break:break-word;overflow:hidden}#eb .eb-entry-meta{margin:15px 0 20px}#eb .eb-entry-meta>div{display:inline-block;line-height:16px;vertical-align:middle;margin:0 10px 0 0}#eb .eb-entry-meta>div>span{display:inline-block;vertical-align:middle}#eb .eb-entry-meta .fa{color:#888;height:16px}#eb .eb-entry-meta .fa:before{vertical-align:middle}#eb .eb-entry-article img{max-width:100%;height:auto}#eb .es-post-state{margin-bottom:16px;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#eb .eb-loader-o{width:20px;height:20px;top:10px;left:10px;display:inline-block;position:relative;vertical-align:middle;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#eb .eb-loader-o.size-lg{width:60px;height:60px;top:30px;left:30px}#eb .eb-loader-o.size-lg:after,#eb .eb-loader-o.size-lg:before{border-width:8px}#eb .eb-loader-o:after,#eb .eb-loader-o:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;border-radius:500rem;border:5px solid rgba(0,0,0,.1)}#eb .eb-loader-o:after{-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:rgba(0,0,0,.1) transparent transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#eb .btn{-webkit-box-shadow:none;box-shadow:none}#eb .clearfix:after,#eb .clearfix:before{display:table;content:"";line-height:0}#eb .clearfix:after{clear:both}
