
/* телефон */
#popup__toggle{bottom:5px;right:-10px;position:fixed;z-index:1000;}
.img-circle{background-color:#ff4565;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #ff4565;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#ff4565;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/media/img/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

/* почта */
#popup__toggle_m{bottom:5px;right:-30px;position:fixed;z-index:1000;}
.img-circle_m{background-color:#ff4565;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone_m{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #ff4565;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill_m{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#ff4565;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle_m{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock_m{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(/media/img/mail.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle_m:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

*:focus {
    outline: none;
}

.gotopid #Sec412 {
    padding-bottom: 0;
    text-align: center;
}

.gotopid #Sec412 {
    padding-bottom: 0;
    text-align: center;
}

.gotopid div {
    padding-bottom: 0;
}

.collect-serv {
    margin: 10px 10%;
    display: block;
    position: relative;
}

.collect-serv p,
.collect-serv h1,
.collect-serv h2,
.collect-serv h3,
.collect-serv h4,
.collect-serv h5,
.collect-serv h6 {
    margin: 0 !important;
}


.gotopage {
    padding-top: 150px;
}


.collect-serv-unit {
    display: inline-block;
    border-bottom: #306dc6 1px dotted;
    border-radius: 0 40px 40px 0;
    padding: 0 20px 10px 0;
}

.unit-grey {
    background: #f7f7f7;
}

.collect-serv-unit h3,
.collect-serv-unit p {
    padding-top: 10px;
}

.img-slider {
    /* border-top: 5px dotted #306dc6; */
}

.windowWindow {
    background: #fff !important;
}

.product_hit_img {
    position: absolute;
    top: -10px;
    right: -10px;
}

.multiobject {
    border-top: #ff8e00 1px solid;
    text-align: center;
}

.object-map {
    width: 48%;
    display: inline-block;
    margin: 5px;
}

.map-st {
    border-top: #ff8e00 3px dotted;
    border-bottom: #ff8e00 3px dotted;
}
/* для текста */
.product_hit {
    font-family: 'Marmelad', sans-serif;
    position: absolute;
    background: #ff1200;
    border: 1px #fff solid;
    box-shadow: 1px 1px 5px #000;
    padding: 1px 20px;
    top: 10px;
    right: -10px;
}

.block_photos {
    text-align: center;
    width: 100%;
}

.block_photos img {
    width: 100%;
}

span.product_full_price {
    font-size: 1.2em !important;
}

.product_full_price h4 {
    color: #ff8f00;
}    

.block_1 ul {
    margin-left: 10%;
    padding-left: 2em;
}
   
.product {
    color: #ddd;
}
.button-form {
    background: #f0c30f;
    padding: 20px;
    margin: auto;
    max-width: 300px;
}

.button-form a {
    text-decoration:none;
}

.tdays {
    width: 25%;
    float: left;
}

section .m_minishop {
    padding: 0 10%;
}

section#gotopid322 {
    height: 500px;
}

.button_add2cart {
    width: 100% !important;
    background: rgb(149, 53, 47) !important;
    padding: 4px 0;
}

div#menu_data {
    background: #96362c !important;
}

.minishop_button_menu {
    background: #973729 !important;
    font-size:0.8em !important;
}

/*перевертыши*/
.view {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
}

.view .mask,
.view .content {
  width: 300px;
  height: 200px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.view img {
  display: block;
  position: relative
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1em;
  font-family: 'Helvetica', Arial, serif;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}

.view p {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #fff;
  padding: 0px 20px 0px;
  text-align: center
}

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  font-family: 'Helvetica', Arial, serif;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000
}

.view a.info:hover {
  box-shadow: 0 0 5px #000
}


/*1*/

.view-first img {
  /*1*/
  transition: all 0.2s linear;
  width: 300px;
  height: 200px;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(58, 1, 132, 0.44);
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  transform: translateY(-100px);
  opacity: 0;
  font-family: Raleway, serif;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}


/* */

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  transition-delay: 0.2s;
}


/*2*/

.view-second img {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}

.view-second .mask {
  background-color: rgba(12, 19, 27, 0.6);
  width: 300px;
  padding: 105px;
  height: 200px;
  opacity: 0;
  transform: translate(265px, 145px) rotate(45deg);
  -webkit-transform: translate(265px, 145px) rotate(45deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-family: Raleway, serif;
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: translate(200px, -200px);
  transform: translate(200px, -200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-second p {
  transform: translate(-200px, 200px);
  -webkit-transform: translate(200px, -200px);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.view-second a.info {
  transform: translate(0px, 100px);
  -webkit-transform: translate(0px, 100px);
  transition: all 0.2s 0.1s ease-in-out;
  -webkit-transition: all 0.2s 0.1s ease-in-out;
}


/* */

.view-second:hover .mask {
  opacity: 1;
  transform: translate(-80px, -125px) rotate(45deg);
  -webkit-transform: translate(-80px, -125px) rotate(45deg);
}

.view-second:hover h2 {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}


/*3*/

.view-tenth img {
  transform: scaleY(1);
  transition: all .7s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(46, 135, 19, 0.3);;
  transition: all 0.5s linear;
  width:100%;
  height:100%;
  opacity: 0;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 2px 0px 2px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding-
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  transform: scale(10);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}

/* тени */
/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 5px;
  /* right: 20px; */
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #040404;
  -webkit-box-shadow: 0 15px 10px #191919;
  -moz-box-shadow: 0 15px 10px #191919;
  box-shadow: 0 15px 10px #191919;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 5px;
  left: auto;
}

.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/* тени.конец */  
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background: none !important;
    color: #ffd9df;
}

.h5 {
    font-size: 0.7em;
    padding-bottom: 0px;
    line-height: 0.9;
}

footer {
    font-size: 8pt;
    font-weight:400;
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 1px;
    background: #282828;
    background-blend-mode: darken;
    color: #ffffff;
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

footer h3 {
    font-size: 1.6em;
    font-family: 'stemtext-r';
    font-weight: 600;
    color: #ffffff;
}

footer h4 {
    color: #ffffff;
    font-family: 'stemtext-r';
    font-weight:400;
    font-size: 2.4em;
    line-height: 140%;
    margin: 4px 0 0 0;
}

footer ul {
    list-style: none;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.copyrigth {
    margin: 0;
    font-size: 1em;
    text-align: center;
    width: 90%;
    position: absolute;
    bottom: 10px;
}

.copyrigth a {
    color: #fff;
}

.main_td_f {
    display: block;
}

.mod_bakery_main_td_f .mod_bakery_main_thumb_f {
    /* width: 100%; */
    height: 300px;
}

.mod_bakery_item_title_f {
    font-weight: bold;
    border-bottom: #000 1px dotted;
    padding: 10px 0;
}

/*-- header --*/
.XXheader{
	padding: 1em 0;
	background-size: 27% 100%;
}
.navbar-header {
    margin-top: 10px;
}

.header-buttons {
    width: 250px;
    text-align: left;
    padding: 2px 0;
    float: left;
}

.header-contacts {
    text-align: right;
    float: left;
    padding: 0;
    width: 350px;
}

.header-geo {
    position: relative;
}

.geo-input, .geo-text {
    padding: 0;
    position: relative;
}

.geo-input {
    position: absolute;
    text-align: left;
    bottom: 0;
}

.geo-text {
    margin-left: 28px;
    border-bottom: 1px #fff dotted;
    max-width: 250px;
    padding-right: 7px;  
}

.geo-text a {
    color: #fff !important;
}

.geo-text a:hover {
    color: #d5d5d5 !important;
}

.geo-text h3, .geo-text h4, .geo-text h5 {
    color: #fff;
}

.geo-text p {
    color: #fff;
    text-decoration: underline solid;
}

.geo-text .h3 {
    font-size: 1em;
    text-align: left;
    margin: 0;
}

.geo-text .h5 {
    font-size: 0.8em;
    text-align: left;
    color: #5c5c5c;
    margin: 0;
}

.geo-text .h6 {
    color: #5c5c5c;
    font-weight: 400;
}

.geo-gray {
    background: #e4e4e4;
}

span.menu{
	display:none;
}

.mainHeader-spacer {height:100px;}
.navbar-default {background:none; border:none; text-align:center;}

.top-nav ul li{
	display:inline-block;
	text-align:center;
	border-right: 1px solid #fff;
}
.top-nav ul li a{
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	color:#117fc0;
	margin: 1em 1.1em;
	display:inline-block;
	text-decoration:none;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
	color:#26a5bd;
}

/*----slider----*/

.img-slider{
    position: relative;
}

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
  	display:none;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
    bottom: 0;
	z-index: 999;
    right: 15px;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
	width: 20px
}

.callbacks_tabs a{
   visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\.";
  font-size:0;
  visibility: visible;
  display: block;
  height:1px;
  width:15px;
  display:inline-block;
    border: 1px solid #00a0e3;
    /* border-radius: 50%; */
    background: #00a0e3;
}
.callbacks_here a:after{
    border: 1px solid #ffed00;
    background: #ffed00;
    /* border-radius: 50%; */
}


/*-- slider-caption --*/
.slider-caption{
	position: absolute;
	z-index: 999;
	left: 0%;
	bottom: 5%;
	width: 42%;
	background: url(img/bg50.png);
	padding: 0.7em 0 0.4em 2%;
	
}
.slider-caption h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 80%;	
	margin: 0 0 5px 0;
	padding: 0;
	color:#fff;
}

.slider-caption p{
	color: #fff;
	font-weight: normal;
	font-size: 1em;	
	line-height: 110%;
}
a.caption-btn{
	background:#117fc0;
	padding:0.8em 1.2em;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	margin-top:0.6em;
	text-decoration:none;
	font-size: 0.9em;
	border-radius:0.5em;
}
a.caption-btn:hover{
	background:#26a5bd;
}
/*-- end slider --*/


.readmore-link {text-align:center;}
a.readmore-btn{
	background:#117fc0;
	padding:0.8em 2.2em;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	margin-top:0.6em;
	text-decoration:none;
	font-size: 0.9em;
	border-radius:0.5em;
}
a.readmore-btn:hover{
	background:#de874f;
}


a.editlink {display:block; padding:0.2em 0.4em; float:right; background:#eee; border-radius:0.3em;}



/*Parallax*/
#parallax { 
	background: url(/media/img/home.jpg) 20% 0 fixed; 
	background-size: 100% auto, auto;
	XXheight: auto;  
	margin: 20px auto; 
	XXwidth: 100%; 
	position: relative; 
	padding: 0 0 40% 0;
}



/*-- top-grids --*/
.top-grids{
	/*padding:3.5em 0;*/
}
.top-grid{
	border:1px solid #26a5bd;
	padding:0.5em 0 0 0;
	min-height: 310px;
	background: #eee;
	transition: border-color 0.3s all;
    word-break: break-word;
    font-size: 10pt;
}
.top-grid:hover{
	border-color:#26a5bd;
	background: #d0ecf9;
}
.top-grid h3{
	color: #117fc0;
	font-size: 1.4em;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0.7em 0 0.5em 0;
	font-weight: bold;
}
.top-grid p{
	color: #777;
	line-height: 1.5em;
	font-size: 0.9em;
	width: 90%;
	margin: 10px auto 0 auto;
}
.top-grid img {
	margin:0 auto;
}





/*-- main content --*/
.main-content-top {height:30px;}

.main-content {
	border: 1px solid #eee;
	padding: 3%;
}

.main-content img, .container img {
	/* border-top: 5px dotted #000; */
	/* border-radius: 5px; */
}

/*.container-pid1, .page-grid-inner{
    background: url("/media/img/bg-grid.png");
}*/

/*-- bottom-grids --*/
.bottom-grids {
	padding: 3em 0 0 0;
}
.bottom-grids h2 {
	color: #117fc0;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0em 0 1.3em;
	font-weight: 900;
	text-align: center;
}
.bottom-grids h2{
	
}
.bottom-grid-left img{
	width:100%;
	border:1px solid #eee;
	padding:0.2em;
}
a.news-btn{
	background:#117fc0;
	padding:0.6em 1em;
	margin-top:10px;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	display:inline-block;
	text-decoration:none;
	font-size: 0.9em;
	border-radius:0.5em;

}

a.news-btn:hover{
	background:#26a5bd;
}
.bottom-grid-right p{
	color: #333;
	line-height: 1.2em;
	margin:0;
	width: 90%;
}
.bottom-grid{
	padding:1em 0;
}

.bottom-grid1{
	background:#eee;
}
.bottom-grid0{
	background:#ddd;
}

a.load-news{
	background:#117fc0;
	display:block;
	 text-align:center;
	 color:#FFF;
	 text-transform:uppercase;
	 padding:1.5em 0;
	 text-decoration:none;
}
a.load-news:hover{
	background: #26a5bd;
}
/*--- helden ---*/
.helden{
	padding: 3em 0;
}
.helden-head{
	
}
.helden-head h3{
	font-weight: 700;
	text-transform: uppercase;
	color: #117fc0;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.helden-people{
	position:relative;
}
.helden-people-pic{
	position:relative;
}
.helden-people-info{
	position:absolute;
	top:0px;
	bottom:0px;
	width:100%;
	background:rgba(25, 181, 254, 0.58);
	text-align:center;
	display:none;
}
.helden-people-pic img{
	width:100%;
}
.helden-people-info h3{
	margin-top: 4.5em;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:0;
	padding:0 0 0.5em 0;
}
.helden-people-info p{
	color:#FFF;
	width:90%;
	margin:0 auto;
}
.helden-grid:hover div.helden-people-info{
	display:block;
}
.helden-grids{
	padding:1.5em 0 0 0;
}
.helden-grids-caption{
	background:#f2f2f2;
	padding:1.5em 0;
}
.helden-grids-caption-left{
	float: left;
	width: 77%;
	margin-top: 0.38em;
}
.helden-grids-caption-right{
	float:right;
	width:20%;
}
.helden-grids-caption-left h4{
	color:#117fc0;
	font-weight:700;
	font-size:1.3em;
	margin:0;
	padding:0 0 0.3em 0;
}
.helden-grids-caption-left p{
	margin:0;
	padding:0;
	color:#777;
}
.helden-grid {
	margin: 0 0 2em 0;
	border-bottom: 5px solid #58b0cc;
}
.helden-grid:hover div.helden-people-pic img{
}
.helden-grids-caption{
	background:#117fc0;
	padding:1.5em 0;
}
.helden-grids-caption-left{
	float: left;
	width: 77%;
	margin-top: 0.38em;
}
.helden-grids-caption-right{
	float:right;
	width:20%;
}
.helden-grids-caption-left h4{
	color:#FFF;
	font-weight:700;
	font-size:1.3em;
	margin:0;
	padding:0 0 0.3em 0;
}
.helden-grids-caption-left p{
	margin: 0;
	padding: 0;
	color: #81AABD;
}
a.helden-btn{
	border: 2px solid #26a5bd;
	text-transform: uppercase;
	padding: 0.8em 1.5em;
	margin-top: 0.2em;
	display: inline-block;
	color: #26a5bd;
	text-decoration: none;
}
a.helden-btn:hover{
	border-color:#FFF;
	color:#FFF;
}
/*-- footer --*/
.footer{
	padding:1em 0;
	background:#26a5bd;
}
p.copy-right{
	float:left;
	margin:0;
	padding:0;	
	color:#FFF;
	text-transform:uppercase;
	font-size:0.9em;
}
p.copy-right a{
	color:#FFF;
	text-decoration:none;
}
p.copy-right a:hover{
	color:#117fc0;
}
/*-- about us --*/
.header-border{
	border-bottom: 1px solid #F9F9F9;
}


.headform {
    width:100%;
    min-width:500px;
    background: #d80202;
    border-radius:10px;
    color:#fff;
    padding: 5px 20px 5px 20px;
}
.btn-head{
    color: #ffffff;
    font-size: 18px;
    background-color: #5f5f5f;
    border-style: none;
    padding: 6px 12px 8px 12px;
    border-radius: 5px;
}
.btn-head:active{
    color: #ffffff;
    background-color: #e15f20;
    border-style: none;
}
.btn-head:hover{
    color: #ffffff;
    background-color: #e15f20;
    border-style: none;
}

a:focus {
    outline: none;
}

.button_menu {
    display: none;
}

.onas-img {
    text-align: center;
    padding: 15px;
    width: 35%;
}

.onas-img img {
    border: 3px solid #fd921a;
    width: 100% !important;
    max-width: 250px !important;
}
.onas-img p {
    margin: 0 !important;
}
.onas-text {
    /* position: relative; */
    /* right: -50px; */
    /* box-shadow: #b1b1b1 1px 1px 3px; */
    /* z-index: 10; */
    /* background: #fff; */
    /* top: 50px; */
    width: 55%;
    margin-left: 20px;
}

.onas-text p {
    margin: 0;
    color: #fff;
}

.usl-text {
    /* position: relative; */
    /* right: -50px; */
    /* box-shadow: #b1b1b1 1px 1px 3px; */
    /* z-index: 10; */
    /* background: #fff; */
    /* top: 50px; */
    width: 45%;
    /* margin-left: 20px; */
}

.usl-text h2 {
    margin:0 !important;
}

.usl-flx {
    display: flex;
    align-items: center;
    margin: 20px 0 20px 0;
}

.txt-flx {
    color: #fff;
}

.txt-flx p {
    font-size: 0.9em;
    margin: 1% 1% 1% 10px;
}

.abonem {
    padding-top: 50px;
    padding-left: 0;
    /* margin-left: 5%; */
    width: 40%;
}

.abonem h3{
    color:#fff;
}

.abonem p{
    color:#fff;
}

.abonem-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9em;
}

.form-style {
    background: url(/media/img/bg1.jpg);
    background-size: cover;
    background-position: top;
    padding: 70px 0 !important;
}

.form-style .btn-zakaz {
    margin: 3px auto;
    position: relative;
    width: max-content;
}

.form-style h2 {
    color: #fff;
}


    h2 {
        color: #fff;
        font-size: 2.2em;
        font-weight: 600;
    }
/*==================================================
 responsive-design
 ===================================================*/
@media(max-width:1367px) {
h1 {
	font-size: 2.8em;
	line-height:120%;
	font-weight: 400;
}

h2 {	
    color: #fff;
	font-size: 2.2em;
	font-weight: 600;
}


h3 { font-size: 1.8em; font-weight: 400;}

h4 { font-size: 1.2em; line-height:140%; margin:4px 0 0 0;}
h5 { font-size: 1em; line-height:120%; margin:4px 0 0 0; font-weight: 400;}
h6 { font-size: 0.8em; line-height:120%; margin:2px 0 0 0;}

h7 { font-size: 1.1em; }

}

@media(max-width:1024px){
	
	.header {
		background-size: 25% 100%;
	}
	
	.top-grid {
		padding: 0 0;
		height:auto;
		margin-bottom:10px;
	}
}

/* ==================================
   TemplateParallax
=====================================*/

/* Стили макета */


.navigation {
    position: relative;
    background: #282828;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding-left: 5%;
    padding-right: 5%;
}

.navigation a {
    color: #ff4565;
    
}


.navigation a:hover {
    color: #fff;
    text-decoration: none;
}

.nav li {
    transition: .5s;
}

.nav li:hover {
    background: #603b33;
    transition: .5s;
}

.navbar-nav>li {
    padding-bottom: 0px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 8px;
}

.footer-mobile {
    position: relative;
    background: #fffaf8;
    padding: 10px;
    text-align: center;
    font-size: 1.6em;
    color: #a8133c;
}

.logo {
   opacity: 0.999999;
}

.logo-footer {
    position: relative;
    margin-bottom: 10px;
    /* float: left; */
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    color: #ffffff;
}

.logo-footer img {
    width: 100px;
}

.logo-left-footer-item {
    display: block;
}

.logo-left-footer-item p {
    margin: 25px !important;
    color:#fff;
}

.logo-left {
    position: fixed;
    /* float: left; */
    left: 0;
    top: 45vh;
    width: 40px;
    text-align: center;
    font-size: 1.2em;
    color: #a8133c;
}

.logo-left-item {
    display: inline-block;
}

.logo-right {
    position: absolute;
    width: 70%;
    max-width: 600px;
    float: right;
    right: 5%;
    top: 5px;
    text-align: right;
    font-size: 1.2em;
    color: #a8133c;
}

.logo-right-item {
    display: inline-block;
    vertical-align: middle;
}

.btn-zakaz {
    margin: 3px auto;
    background: #0f7003;
    position: relative;
    width: max-content;
    padding: 10px 16px 12px !important;
    font-size: 1em;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
}

.btn-zakaz:hover {
    background: #333;
    text-decoration: none;
}

.btn-zakaz span {
    vertical-align: middle;
    color: #fff;
    font-weight: 400;
}

.btn-zakaz-2.col-md-2 {
    padding: 0;
    margin: 25px 0;
}

.btn-zakaz a {
    color: #fff;
}

.btn-zakaz:hover a {
    color: #fff;
}

.nav-tel-flex {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.tel-flex {
    display: flex;
    flex-direction: column;
    /* width: 80%; */
    align-items: flex-end;
}

.nav-btn-svg {
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.btn-zakaz-top svg {
    fill: #fff;
    transition: 0.5s;
}

.btn-zakaz-top:hover svg {
    fill: #000;
    transition: 0.5s;
}

.nav-btn-svg svg {
    margin: 0 5px 0 0;
    width: 20px;
}

.btn-zakaz-top {
    background: #fd921a;
    padding: 10px;
    width: 150px;
    height: 35px;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    transition: 0.5s;
}

.btn-zakaz-top:hover {
    color: #fff;
    background: #ff8835;
}

.btn-zakaz-top span {
    vertical-align: middle;
}

.btn-zakaz-w a {
    color: #fff;
    text-decoration:none;
}

.btn-zakaz-w a:hover {
    color: #fff;
    text-decoration:none;
}

.btn-zakaz-w {
    margin: 10px auto;
    font-size: 1rem !important;
    width: fit-content;
    background: #137016;
    padding: 10px 20px 10px !important;
    text-align: center;
    font-size: 1.2em;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.btn-zakaz-w:hover {
    background: #333;
}

.btn-zakaz-w span {
    vertical-align: middle;
}


.btn-zakaz .col-md-2, .btn-zakaz .col-md-10 {
    padding: 0;
}

.btn-zakaz .col-md-2 {
    text-align: center;
}

.btn-zakaz .col-md-10 {
    text-align: left;
}

.btn-zakaz .col-md-12 {
    padding: 10px 20px;
}

footer .btn-zakaz span {
    font-size: 1.6em;
    line-height: 1.4;
    vertical-align: middle;
}

.btn-zakaz-group {
    margin-left: 25px;
}

.btn-zakaz-group-usl {
    margin-top: 50px;
}

.btn-zakaz-onas {
    margin: 10px;
    background: #fd921a;
    text-align: center;
    width: 200px;
    cursor: pointer;
    padding: 10px !important;
    border-radius: 5px;
    transition: .5s;
}

.btn-zakaz-onas:hover {
    background: #ff8835;
}

.btn-zakaz-onas a {
    color: #000;
}
.btn-zakaz-onas:hover a {
    color: #fff;
}

.btn-zakaz-usl {
    margin: 10px;
    background: #fd921a;
    text-align: center;
    width: 200px;
    cursor: pointer;
    padding: 10px !important;
    border-radius: 5px;
    transition: .5s;
    position: absolute;
    bottom: -10px;
    left: -247px;
}

.btn-zakaz-usl:hover {
    background: #ff8835;
}

.btn-zakaz-usl a {
    color: #000;
}
.btn-zakaz-usl:hover a {
    color: #fff;
}

.btn-service {
    width: 250px;
    margin: auto;
}



.in-b {
    display:inline-block;
}

.logo-right p {
    margin: 0px;
    color:#019ffd;
}

.logo {
    display: block;
    width: 300px;
    margin-top: 15px;
    height: auto;
}

.logo img {
    width: 100% !important;
}

.logo h5 {
    color:#3b3b3b;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 0.9;
}

.logo-text, .logo-icon, .logo-icon-text {
    display: inline-block;
}

.logo-text {
    position: relative;
    vertical-align: bottom;
}

.logo-text p {
    font-size: 0.8rem;
    margin: 0 0 2px;
}

.logo-text h4 {
    line-height: 90%;
    color: #075070;
}

.logo-icon {
    margin: 0 0 0 20px;
    position: relative;
    vertical-align: bottom;
}

.logo-icon-text {
    position: relative;
    vertical-align: bottom;
}

.logo-icon-text p {
    margin: 0 0 2px;
    font-size: 0.8rem;
    border-left: #333 1px solid;
    padding: 5px 0 5px 20px;
}

.logo-box {
    position: relative;
   /*  width: 100%; */
    padding: 0;
}

.nav-img.col-md-2 {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 10px;
    border-radius: 20px;
}

.nav-contacts {
    position: relative;
    /* width: 100%; */
   /*  top: 15px; */
    /* right: 0; */
}

.nav-tel {
    position: relative;
    text-align: right;
    padding: 0;
}

.nav-tel h6 {
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    font-family: 'stemtext-r';
}

.nav-menu {
    background: none;
    /* box-shadow: #f5f5f5 1px 1px 2px 2px; */
    border-radius: 3px;
    position: relative;
    /* height: 60px; */
    text-align: left;
    /* margin: 0 25px; */
    z-index: 200;
}

.nav-btn {
    position: absolute;
    bottom: 25%;
    left: 17%;
    /* margin-top: 15px; */
}

.menu1, .menu3 {
   display:inline-block;vertical-align: middle;
}

.container {
	 min-height: 95vh; 
}
section {
    position:relative; /* для Параллакс отдельных элементов */
/*     background-size:cover;
    background-position-y: bottom;
    background-position-x:center; */
    overflow-x: hidden;
}

section p,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    margin: 1% 10%;
}

body {
/*     background-size: cover;
background-position: right;
background-attachment: fixed; */
}

/* Стили оформления */

.menu1 {
    margin-left: 0;
    background: #075070;
    text-align: center;
    left: 0;
    position: absolute;
    top: 85px;
}

.menu3 {
    /* right: 25px; */
    /* top: 65%; */
    /* position: relative; */
    /* margin: auto; */
    z-index: 1000;
    /* width: 100%; */
    display: flex;
    justify-content: center;
}

.menu1 ul {
	padding: 0 40px 0 10px;
}

.menu3 ul {
	padding: 0 10px 0 40px;
}

.menu1 ul, .menu3 ul {
	/* background: #f3ece1;border-radius: 18px;border: 1px solid #000; */
	font-size: 1em;
	font-weight: 100;
	text-transform: uppercase;
	/* font-family: 'Bebas Neue Pro', Arial, serif; */
}

.block_3 {
	float:right;
	width:25%;
	margin: 0 20px 0 0;
}
.block_1 {
	float:left;
	width:70%;
	margin: 0 0 0 20px;
}
.block_2 {
	margin:auto;
	width:100%;
}

/* Плавающие блоки */

.sw_hidden{
	opacity:1;
}
.sw_visible{
	opacity:1;
}


.contacts.txt {
    color: #fff;
    margin: 0;
    font-size: 1.6em;
}

.contacts.txt p {
    margin: 0;
}



/* #gotopid1 > div {
    padding: 170px 0 0 0; оттступ
} */

/* Параллакс отдельных элементов */

.free_parallax {
	z-index: 0;
	position: absolute;
	//left: 50%; /* выравниваем левый край с центром окна */
	top: 0;
	width: 940px;
	//margin-left: -470px; /* двигаем влево на полширины элемента */
}

.el-1 {
	position: absolute;
	top: 121px;
	z-index:0;
	height:calc(100vh - 121px);
}

/* ==== Таблица ============= */
.table_cell {
	display: inline-block;
	margin-top: 10px;
}

.left_cell {
	width:40%;
	text-align: right;
}
.right_cell {
	width:55%;
	color: #5c5c5c !important;
}

/* ==== Форма ============= */

.feedback .right_cell input {
	width: 40%;
}
.feedback .right_cell textarea {
	width: 90%;
}

@media(max-width:600px) {
	/* ==== Таблица ============= */
	.left_cell {
		width:100%;
		text-align: left;
	}
	.feedback  .right_cell {
		width:100%;

	/* ==== Форма ============= */

	}
	.feedback  .right_cell input, .right_cell textarea {
		width: 99%;
	}
}

.button-zakaz {
    background: #ec5c5c;
    width: fit-content;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: absolute;
    cursor: pointer;
    bottom: 7%;
    left: 3%;
    z-index: 10;
    transition: 0.8s;
}

.tizerbox .button-zakaz {
    background: #296bc9;
    width: fit-content;
    margin:auto;
    bottom: 0px;
    right: 0px;
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    transition: 0.8s;
}

.button-zakaz:hover {
    background: #019ffd;
}

input[name="captcha"] {
    width: 50px !important;
    padding: 7px;
    border: #5c5c5c 1px solid;
}

select {
    border-radius: 0px;
    height: 30px;
    width: 250px;
    background: #fff;
}

.require {
    color: #ff4968;
    font-weight: 400;
}
.windowBody blockquote {
    color: #fff;
    font-size: 0.9em;
}

.windowBody hr {
    border-top: 1px solid #FFF !important;
}

.footer-form {
    width: 100%;
    display: block;
    background: #5c5c5c;
}

.windowBody p {
    color: #5c5c5c !important;
}

#guestbook_window {
    background: #5c5c5c;
    border-radius: 0;
}

.header-form {
    padding: 5px;
}

.windowTitle {
    height: 30px !important;
    background: #5f5f5f;
    border-radius: 0 !important;
}

.windowBClose {
    width: 20px !important;
    position: absolute !important;
    right: 12px !important;
}

.windowBClose img {
    height: 20px !important;
}

.footer-block-1 {
    text-align: center;
}
.footer-block-2 {
    top: 10%;
    color: #000;
    left: 5%;
    position: absolute;
    z-index: 999;
    background: #fd921abf;
    box-shadow: #5c5656 2px 2px 2px 2px;
    width: 500px;
    height: 300px;
    line-height: 1.4;
    font-size: 1rem;
    padding: 10px 0;
}


.footer-block-2 img {
    width: 100px;
    margin: 5px;
}
.footer-block-3 {
    background: #282828;
    text-align: center;
    padding: 0 5%;
    margin-bottom: 35px;
}

.ff-left {
    width: 15%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.ff-left img {
    width: 70% !important;
    margin-top: 10px;
    
}

.ff-rigth {
    width: 80%;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
}

.m_teasers blockquote {
    margin-left: 10% !important;
}

.option.table_cell.right_cell {
    margin-left: 42%;
    color: #fff;
}
  
.form-content {
    background: #686868;
    padding: 50px 0;
    border-radius: 5px;
}

blockquote p {
    font-size: 0.8em !important;
}

div.g-recaptcha > div {
    margin: auto;
}

.href-zakaz {
    color: #e10016;
    cursor:pointer;
}

.href-zakaz:hover {
    color:#000;
    text-decoration: underline;
}

ul.slick-dots {
    display: none !important;
    margin-left: 0px !important;
    padding: 0  !important;
}

/* div#Sec9,
div#Sec3 {
    background: #f7f7f7;
    border-top: #2368cd 1px solid;
    border-bottom: #2368cd 1px solid;
} */

#Sec79 {
    background: none;
    background-size: cover !important;
}

html, body, .container, .cbp-fbscroller, .cbp-fbscroller section {
    min-height: 0;
}

.gotopage {
    /* padding-top: 80px; */
    min-height: 80vh !important;
}

.gotopage_blank {
    padding-top: 80px;
        padding-left: 5%;
    min-height: 80vh !important;
}

/* #gotopid276 {
    padding-top: 90px;
} */

.section {
    background: #282828 !important;
}

.gotopid {
    padding-left: 5%;
    padding-right: 5%;
}

section#gotopid276 {
    /* background: #1c2448 !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
    
}

section#gotopid334 {
    /* background: #1c2448 !important; */
    padding-bottom: 30px;
    
}

section#gotopid335 {
    /* background: #1c2448 !important; */
    
}

section#gotopid16 {
    background: none !important;
}


section#gotopid33 {
    background: none !important;
    
}

section#gotopid4 {
    
}

div#mod_bakery_wrapper_f {
    max-width: 1200px;
    padding: 0 10%;
    margin: auto;
}

#mod_bakery_wrapper_f input {
    background-image: none;
    padding: 10px 5px;
    border: 0;
    box-shadow: #ddd 0px 0px 1px 1px;
}

#mod_bakery_wrapper_f input[type="submit"] {
    background: #ff6600;
    border: none;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-appearance: button;
}

.mod_bakery_main_td_f {
    text-align: center;
    height:450px;
    /* width: 100%; */
    padding: 5px 20px;
}

.mod_bakery_main_title_f {
    font-weight: bold;
    color: #075070;
}

.img-content {
    display: inline-block;
    width: 40%;
    max-width: 350px;
    vertical-align: top;
}

.text-content {
    display: inline-block;
    width: 57%;
    vertical-align: top;
}

.form-out {
    position: absolute;
    z-index: 10;
    top:20px;
    right:20px;
}

.form-out-slider {
    position: absolute;
    z-index: 10;
    left:10%;
}

.slidetxt {
    position: relative;
    z-index: 10;
    top: 0;
    text-align: left;
    text-transform: uppercase;
    /* padding-top: 16%; */
    /* width: 50%; */
    /* height: 100%; */
}

.slidetxt h3 {
    padding: 15px;
    text-align: left;
    color: #ffffff;
    font-size: 1em;
    font-weight: 800;
/*     margin: 10%; */
}

.slidetxt h2 {
    text-align: right;
    color: #ffffff;
    font-size: 2em;
    font-weight: 800;
/*     margin: 10%; */
}

.slidetxt p {
    text-align: left;
}

.slidetxt hr {
    margin: 1% 10%;
    border-top: 2px solid #008b38 !important;
    margin-top: 0;
    margin-bottom: 0;
}

.tel-out {
    position: absolute;
    display: flex;
    z-index: 10;
    left: 20px;
    bottom: 50px;
}

.tel-out-icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 3px;
}

.tel-out-text {
    /* display: flex; */
    width: 300px;
    padding: 5px;
    border-radius: 3px;
}

.tel-out h4 {
    color: #b93422;
    line-height: 1em;
    font-size: 1rem;
    font-weight: 600;
}

.out-icon {
    transition: .5s;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTEzLjA0IDE0LjY5bDEuMDctMi4xNGExIDEgMCAwIDEgMS4yLS41bDYgMkExIDEgMCAwIDEgMjIgMTV2NWEyIDIgMCAwIDEtMiAyaC0yQTE2IDE2IDAgMCAxIDIgNlY0YzAtMS4xLjktMiAyLTJoNWExIDEgMCAwIDEgLjk1LjY4bDIgNmExIDEgMCAwIDEtLjUgMS4yMUw5LjMgMTAuOTZhMTAuMDUgMTAuMDUgMCAwIDAgMy43MyAzLjczek04LjI4IDRINHYyYTE0IDE0IDAgMCAwIDE0IDE0aDJ2LTQuMjhsLTQuNS0xLjUtMS4xMiAyLjI2YTEgMSAwIDAgMS0xLjMuNDYgMTIuMDQgMTIuMDQgMCAwIDEtNi4wMi02LjAxIDEgMSAwIDAgMSAuNDYtMS4zbDIuMjYtMS4xNEw4LjI4IDR6bTEyLjAxLTEuN2ExIDEgMCAwIDEgMS40MiAxLjRMMTcuNCA4SDIwYTEgMSAwIDAgMSAwIDJoLTVhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAyIDB2Mi41OWw0LjMtNC4zeiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+) left 50% top 50% / auto auto no-repeat #ffb000;
}

.out-icon:hover {
    transition: .5s;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBpZD0ic3ZnLTEiPjxwYXRoIGNsYXNzPSJoZXJvaWNvbi11aSIgZD0iTTEzLjA0IDE0LjY5bDEuMDctMi4xNGExIDEgMCAwIDEgMS4yLS41bDYgMkExIDEgMCAwIDEgMjIgMTV2NWEyIDIgMCAwIDEtMiAyaC0yQTE2IDE2IDAgMCAxIDIgNlY0YzAtMS4xLjktMiAyLTJoNWExIDEgMCAwIDEgLjk1LjY4bDIgNmExIDEgMCAwIDEtLjUgMS4yMUw5LjMgMTAuOTZhMTAuMDUgMTAuMDUgMCAwIDAgMy43MyAzLjczek04LjI4IDRINHYyYTE0IDE0IDAgMCAwIDE0IDE0aDJ2LTQuMjhsLTQuNS0xLjUtMS4xMiAyLjI2YTEgMSAwIDAgMS0xLjMuNDYgMTIuMDQgMTIuMDQgMCAwIDEtNi4wMi02LjAxIDEgMSAwIDAgMSAuNDYtMS4zbDIuMjYtMS4xNEw4LjI4IDR6bTEyLjAxLTEuN2ExIDEgMCAwIDEgMS40MiAxLjRMMTcuNCA4SDIwYTEgMSAwIDAgMSAwIDJoLTVhMSAxIDAgMCAxLTEtMVY0YTEgMSAwIDAgMSAyIDB2Mi41OWw0LjMtNC4zeiIgaWQ9InBhdGgtMiIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+) left 50% top 50% / auto auto no-repeat #c13d22;
}

.search-block {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 20px;
}

.nav-menu .search-block {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 20px;
}

.search-block input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    width: 30px;
    margin-top: 3px;
    height: 30px;
    border: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiB3aWR0aD0iMzIiIGlkPSJzdmctMSI+PHRpdGxlIGlkPSJ0aXRsZS0yIj48L3RpdGxlPjxkZXNjIGlkPSJkZXNjLTMiPjwvZGVzYz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIj48ZyBmaWxsPSIjMTU3ZWZiIiBpZD0iaWNvbi0xMTEtc2VhcmNoIiBmaWxsLW9wYWNpdHk9IjEiPjxwYXRoIGQ9Ik0xOS40MjcxMTY0IDIxLjQyNzExNjRDMTguMDM3MjQ5NSAyMi40MTc0ODAzIDE2LjMzNjY1MjIgMjMgMTQuNSAyMyA5LjgwNTU3OTM5IDIzIDYgMTkuMTk0NDIwNiA2IDE0LjUgNiA5LjgwNTU3OTM5IDkuODA1NTc5MzkgNiAxNC41IDYgMTkuMTk0NDIwNiA2IDIzIDkuODA1NTc5MzkgMjMgMTQuNSAyMyAxNi4zMzY2NTIyIDIyLjQxNzQ4MDMgMTguMDM3MjQ5NSAyMS40MjcxMTY0IDE5LjQyNzExNjRMMjcuMDExOTE3NiAyNS4wMTE5MTc2QzI3LjU2MjExODYgMjUuNTYyMTE4NiAyNy41NTc1MzEzIDI2LjQ0MjQ2ODcgMjcuMDExNzE4NSAyNi45ODgyODE1TDI2Ljk4ODI4MTUgMjcuMDExNzE4NUMyNi40NDM4NjQ4IDI3LjU1NjEzNTIgMjUuNTU3NjIwNCAyNy41NTc2MjA0IDI1LjAxMTkxNzYgMjcuMDExOTE3NkwxOS40MjcxMTY0IDIxLjQyNzExNjR2MHpNMTQuNSAyMUMxOC4wODk4NTExIDIxIDIxIDE4LjA4OTg1MTEgMjEgMTQuNSAyMSAxMC45MTAxNDg5IDE4LjA4OTg1MTEgOCAxNC41IDggMTAuOTEwMTQ4OSA4IDggMTAuOTEwMTQ4OSA4IDE0LjUgOCAxOC4wODk4NTExIDEwLjkxMDE0ODkgMjEgMTQuNSAyMXYweiIgaWQ9InNlYXJjaCIgZmlsbC1vcGFjaXR5PSIxIiB0eXBlPSJzb2xpZENvbG9yIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9nPjwvZz48L3N2Zz4=) left 50% top 50% / auto auto no-repeat #ffa600;
}

.search-block input {
    background-image: none;
    border-color: #ececec;
    border-width: 1px;
    height: 30px;
    margin: 0;
}

.name-title {
    position: absolute;
    z-index: 10;
    padding: 10px 0;
    top: calc(100px + 10%);
    width: 50%;
    color: #fff;
}

.name-title .btn-zakaz {
    left: 10%;
}

.name-title p {
    color: #333;
}

.name-title h1 {
    color: #333;
    font-weight: 600;
    font-size: 2.2rem;
}

.right-bgr {
    background: url(/media/img/bg2.png);
}

.callbacks_container a {
    position: relative;
}

.page-name {
    left: 20px;
    width: 500px;
    position: absolute;
    top: 120px;
    z-index: 10;
}

.page-name h2 {
    color: #f60;
}

.page-name p {
    color: #075070;
    font-style:italic;
}
.page-title-name {
    width: 100%;
    /* border-bottom: #b73322 1px dotted; */
}


.bl-center {
    background: rgba(90, 140, 212, 0.8);
    width: 400px;
    margin: auto;
    padding: 50px 0;
    text-align: center;
    position: relative;
    top: 0px;
    height: 300px;
    font-size: 2.6em;
    color: #ffffff;
    text-transform: uppercase;
}

iframe {
    border:none;
    border-top: 1px #435793 solid;
    border-bottom: 1px #435793 solid;
}

div#content1_1 {
    margin: 40px 0 0 0;
}

div#content5_3 h3 {
    color: #fff;
}

.t-ico {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.t-ico-item {
    display: inline-table;
    margin: 8px;
    width: 15%;
    transition: 0.5s;
    cursor: default;
}

.t-ico-item-30 {
    width: 27%;
}

.t-ico-item img {
    margin: 15px 10px;
}

.t-ico-item:hover {
    border-radius: 20px;
    background: rgba(68, 89, 145, 0.2);
}

.not-hover:hover {
    background: none !important;
}

.t-ico-3item {
    display: inline-table;
    margin: 8px;
    width: 20%;
    transition: 0.5s;
    cursor: default;
    border: 1px #019ffd solid; 
    border-radius: 20px;
}

.t-ico-3item img {
    margin: 15px 10px;
}

.t-ico-3item:hover {
    border-radius: 20px;
    background: rgba(68, 89, 145, 0.2);
}

.windowWindow {
    z-index: 1000 !important;
    box-shadow: 0 0 3px 2px #dddddd !important;
    border-radius: 0 !important;
}
.sn-vk, .sn-fb, .sn-in, .sn-yt, .sn-wa, .sn-vb {
    height: 40px;
    width: 40px;
    margin: 0;
    background-size: contain !important;
    transition: 0.3s;
}

.sn-vk {
    background: url('/media/ss-ico/vk-w.png');
}

.sn-fb {
    background: url('/media/ss-ico/fb-w.png');
}

.sn-in {
    background: url('/media/ss-ico/in-w.png');
}

.sn-yt{
    background: url('/media/ss-ico/yt-w.png');
}

.sn-wa {
    background: url('/media/ss-ico/wa-w.png');
}

.sn-vb {
    background: url('/media/ss-ico/vb-w.png');
}

.sn-vk:hover {
    background: url('/media/ss-ico/vk.png');
}

.sn-fb:hover {
    background: url('/media/ss-ico/fb.png');
}

.sn-in:hover {
    background: url('/media/ss-ico/in.png');
}

.sn-yt:hover {
    background: url('/media/ss-ico/yt.png');
}

.sn-wa:hover {
    background: url('/media/ss-ico/wa.png');
}

.sn-vb:hover {
    background: url('/media/ss-ico/vb.png');
}

li.dropdown:hover > .dropdown-menu {
    display: block;
    text-align: left;
    opacity: 0.95;
}

.dropdown-menu {
    background: #603b33;
    padding: 0 !important;
}

.menu3 .dropdown-menu li {
    padding-bottom: 0;
}

.dropdown-menu>li>a {
    font-size: 1rem;
    /* background: #019ffd; */
    color:#fff;
    font-weight: normal;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #019ffd;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #019ffd;
    background-color: rgba(255, 255, 255, 0.9);
}

ul.dropdown-menu {
    margin-top: 0 !important;
    
}

ul.dropdown-menu.level1 {
    /*max-height: calc(100vh - 200px); */
    /* min-height: 200px; */
    width: max-content;
    /* overflow: auto; */
    /* min-width: 400px;*/
}

.nav .level1 a {
    font-size: 1rem;
}

ul.dropdown-menu.level2 {
    margin-left: 60px;
    position: absolute;
    background: #2a2a2a;
}

.dropdown-menu.level2>li>a {
    padding: 3px 5px;
}

.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav li:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav li:hover a {
    color: #fff;
}

.nav a:hover .caret {
    border-top-color: #ffd9df;
    border-bottom-color: #ffd9df;
}

.nav>li>a:focus>.caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav>li>a:hover>.caret {
    border-top-color: #ffd9df;
    border-bottom-color: #ffd9df;
}

.nav a {
    font-size: 1em;
    font-weight: 400;
    color: #fff;
}

/* #gotopid1 .m_wysiwyg h2 {
    text-shadow: #019ffd 1px 1px 2px;
}

#gotopid1 .m_wysiwyg p {
    text-shadow: #019ffd 1px 1px 1px;
} */

blockquote {
    font-size: 1em;
    padding: 10px;
    border-left: 1px dotted #075070;
    margin: 3px 0 20px 10%;
}

blockquote p {
    font-size: 1em !important;
    margin: 0 13% 0 3%;
}

/* blockquote p:first-letter {
    font-size: 1.2em;
    color:#075070;
    font-weight:600;
    font-family: 'stemtext-r', Arial, sans-serif;
} */

ol {
    margin: 0 10% 0 13%;
}

.m_wysiwyg h1 {
    margin: 10px 10%;
}

.m_wysiwyg h2, 
.m_wysiwyg h3, 
.m_wysiwyg h4 {
    margin: 1% 0;
}

blockquote p, 
blockquote h4, 
blockquote h3, 
blockquote h2, 
blockquote h1 {
    margin: 2% 3% !important;
}

.bounceInRight {
    /* position: fixed; */
    right: 0;
}

.title-section {
    /* border-bottom: 1px solid #c84421; */
    margin: 2% 0%;
    width: 50%;
    min-width: 500px;
}

.title-section h1, .title-section h2, .title-section h3 {
    line-height: .8;
    padding: 10px 0;
    font-size: 2.4rem;
    font-weight: 600;
    color: #c7000d;
}

.title-section h4 {
    margin-left: 20%;
    line-height: .8;
    margin-top: -20px;
    position: absolute;
    color: #444;
    padding: 5px;
}
/* .video {
  position: relative;

  width: 480px;
  height: 360px;
} */

/* .video__img {
  position: absolute;
  top: 0;
  left: 0;
} */

.video__play-icon {
  height: 30px;
  width: 30px;
  padding: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.8);

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.video__play-icon:hover {
    background: rgba(246, 58, 58, 0.8);
}

.video__play-triangle {
  width: 0;
  height: 0;
  margin: -22px 0 0 -12px;
  border-style: solid;
  border-width: 18px 0 18px 28px;
  border-color: transparent transparent transparent #ffffff;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
 
.youtube .play {
    background: url('/slick/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
 
.youtube:hover .play {
    background-position: 0 0;
}

.yt-play-icon {
    width: 105px;
    height: 80px;
    background: url(/media/img/yt-play.png);
    background-size: contain;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 52.5px);
}

.video:hover > a > span.yt-play-icon {
    background: url(/media/img/yt-play-c.png);
    background-size: contain;
}

.video:hover > .yt-play-icon {
    background: url(/media/img/yt-play-c.png);
    background-size: contain;
}

input::-webkit-input-placeholder       {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
input::-moz-placeholder                {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
input:-moz-placeholder                 {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
input:-ms-input-placeholder            {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.5s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.5s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.5s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.5s ease;}
textarea::-webkit-input-placeholder       {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
textarea::-moz-placeholder                {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
textarea:-moz-placeholder                 {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
textarea:-ms-input-placeholder            {color: #dbdbdb; opacity: 1; transition: opacity 0.5s ease;}
textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.5s ease;}
textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.5s ease;}
textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.5s ease;}
textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.5s ease;}

/* section#gotopid2,
section#gotopid3, 
section#gotopid4,
section#gotopid5,
section#gotopid6 {
    margin-top: -170px;
    padding: 170px 0 0 0;
}   */

#gotopid5 {
    z-index:1;
}
#gotopid25 {
    z-index:2;
}
#gotopid3 {
    z-index:3;
}
#gotopid2 {
    z-index:4;
}
#gotopid1 {
    z-index:5;
}

.t-card {
    width: 98%;
    text-align: center;
    margin: auto;
}

.t-item-card {
    text-align: left;
    background: #fff;
    color: #019ffd;
    display: inline-block;
    vertical-align: top;
    height: 900px;
    position: relative;
    box-shadow: #000 1px 1px 3px;
    margin: 0 5px;
}

.t-item-card-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.t-item-card img {
    width: 100%;
}

.t-item-30 {
    width: 27%;
    min-width: 300px;
    max-width: 400px;
}


.t-step {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.t-step-item {
    display: inline-table;
    margin: 8px;
    width: 22%;
    transition: 0.5s;
    cursor: default;
}

.step-num {
    width: 60px;
    height: 60px;
    background: #019ffd;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 10px;;
}

.step-num-f {
    width: 60px;
    height: 60px;
    background: #ec5c5c;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 10px;;
}

.step-num h3,
.step-num-f h3 {
    color: #fff;
    position: absolute;
    width: 100%;
    margin: auto;
    top: calc(50% - 0.625em);
}

.step-num:before {
    left: 100px;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 200%;
    position: absolute;
    background: #dbbfb1;
    background: url('/media/img/line.png') 100% 50% no-repeat;
    content: '';
}


.questions {
    background: url(/----ddk/media/img/texture.png) left 50% top calc(50% + 90px) / 667px repeat, linear-gradient(#464f9a, #00dbc9);
}

.questions h2, .questions p {
    color:#fff;
    
}
.accordion {
    width: 100%;
/*
ширина произвольная выбирается
*в зависимости от места размещения 
*/
    max-width: 1200px;
    min-height: 0;
    display: block;
/* относительное позиционирование */
    position: relative;
    margin: 0 auto;
    padding: 0;
    /* background-color: #fefffa; */
    overflow: hidden
}
/* заголовки панелей аккордеона */
.accordion h2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 10px 25px 10px 50px;
    cursor: pointer;
    color: #019ffd;
    background: #ffffff;
    /* border-top: 1px solid #c3c3c3; */
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0 0 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* заголовки панелей аккордеона при наведении
* в данном варианте не срабатывает
*/
/* .accordion h2:hover {
    display: block;
    background-color: #005049;
}
*/
 
/* Формируем блоки с содерханием */
.msg {
    position: relative;
    margin: 0;
    padding: 2px 0;
    overflow: auto;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    /* border-bottom: 1px #019ffd solid; */
}

.msg-p {
    padding: 20px;
    border-bottom: 1px solid #019ffd;
}

/* оформляем параграфы */
.msg p {
  line-height: 20px;
  padding: 0 20px;
  margin: 0;
}

.msg .video {
    text-align: center;
    width: fit-content;
    margin: auto;
    
} 
/* Позаботимся о небольших экранах */
@media (max-width: 550px) {
  .accordion {
    box-sizing: border-box;
    transform: translate(0, 0);
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    left: 0;
  }
} 
 
/* Формируем неупорядоченный список */
.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
 
/* Определяем и формируем отдельный элемент списка 
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
*/
.accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
 
/* устанавливаем время ожидания перед воспроизведением анимации 
 * на основе нумерации в дереве элементов
*/
.accordion ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.accordion ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.accordion ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.accordion ul li:last-of-type {
  padding-bottom: 0;
}
 
/* Сформируем  указатель переключения состояния аккордеона */
.accordion ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
/* расположим указатель на панели заголовка справа */
  left: 25px;
}
 
/* "Рисуем " сам указатель */
.accordion ul li i:before, .accordion ul li i:after {
  content: "";
  position: absolute;
  background-color: #019ffd;
  width: 3px;
  height: 9px;
}
/* Добавляем элемент трансформации указателя при переключении */
.accordion ul li i:before {
  transform: translate(0px, 0) rotate(45deg);
}
.accordion ul li i:after {
  transform: translate(0px, 0) rotate(-45deg);
}
 
/* Делаем чекбокс скрытым*/
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* Когда у флажка установлен checked  
 * блок с содержанием скрыт
*/
.accordion ul li input[type=checkbox]:checked ~ div.msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
/* А указатель показывает вниз */
.accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(4px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-4px, 0) rotate(-45deg);
}
.accordion .msg ul {
    list-style-image: url(/media/img/li.png);
    list-style-type: square;
}

.accordion .msg ul li {
    margin: 5px 40px;
}
/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя 
*/
div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}
/**
 * Изображения внутри аккордеона
 * ...сделаем их отзывчивыми
 */
.accordion .msg img {
    /* width: 100%;
    height: auto; */
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
 
/* полноразмерная картинка */
.msg img .large-img {
    width: 100%;
    margin-bottom: 10px;
}
/* миниатюра слева */
.msg img.img-left {
    width: 25%;
    float:left;
    margin:5px 15px 5px 0;
}
/* миниатюра справа */
.msg img.img-right {
    width: 25%;
    float:right;
    margin:5px 0 5px 15px;
}
 
/* Встраиваемое видео */
.video-responsive {
    margin: 20px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
/* Предусмотри использование кода встраиваемого видео
 *через iframe, object или embed */
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-item {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.content-item .content-item_real {
    position: relative;
    width: 50%;
    padding-left: 5%;
    padding-right: 60px;
    text-align: right;
    border-right: 2px solid #f24954;
    padding-bottom: 30px;
}

.content-item.right .content-item_real {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 5%;
    padding-left: 60px;
    text-align: left;
    border-right: none;
    border-left: 2px solid #f24954;
}

.content-item .number {
    content: '';
    position: absolute;
    top: -23px;
    right: -30px;
    display: inline-block;
    background: #019ffd;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    /* border: 2px solid #ec5c5c; */
}

.content-item.right .number {
    left: -31px;
}

.content-item .title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-item .text {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.content-item .content-item_shadow {
    width: 50%;
    padding-left: 60px;
    padding-bottom: 30px;
}

.content-item.right .content-item_shadow {
    padding-left: 0;
    padding-right: 60px;
}

.content-item_real.last_item {
    border: none;
}

.box-content {
    display: inline-flex;
}

.box-img-content {
    width: 30%;
    text-align: center;
    display: inline-table;
}

.box-text-content {
    width: 65%;
    display: inline-table;
}

.icon-top-show {
    display:none;
}

.nav-top-show {
    display:block;
}

.nav-top-hide {
    display:none;
    margin: -10px 0 0 0;
}

.content-width {
    width: max-content;
    padding: 10px 20px;
    margin: auto;
}

.content-width a {
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
}

.content-width a:hover {
    color:#fff;
}

.bl-contact {
    display: block;
    text-align: center;
}

.bl-contact-item {
    display: inline-table;
    width: 30%;
}

.bl-work {
    display: block;
    text-align: center;
}

.bl-work-item {
    display: inline-table;
    width: 22%;
}

.bl-work img {
    height: 70px;
}

.photo-galery {
    text-align: center;
}

.photo-galery img{
    margin: 0px;
}

.photo-galery a img {
    transition: 0.3s;
}

.photo-galery a:hover img {
    transition: 0.3s;
    transform: scale(1.02);
    opacity: 0.8;
}

.portfolio img {
    height: 170px !important;
    width: auto !important;
}

.portfolio img:hover {
    opacity: 0.6;
}

.portfolio a {
    margin: -2.7px !important;
    padding: 0 !important;
}

.slick-prev:before, .slick-next:before {
    color: #ff4565 !important;
}

.slick-dots li button:before {
    color: #ff4565;
}

.slider-title {
    position: absolute;
    bottom: 50px;
    font-family: 'stemtext-r', Arial, sans-serif;
    font-size: 2em;
    font-weight: 400;
    left: 50px;
    color: #fff;
    z-index:10;
    text-shadow: #000 0px 0px 1px;
}

.button-link {
    margin: 10px 0;
    background: #019ffd;
    padding: 8px 20px 10px;
    font-size: 0.5em;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.button-link:hover {
    background: #019ffd;
}

a.button-link:hover {
    color: #fff;
    text-decoration: none;
}

.child.slick-dotted.slick-slider {
    height: 250px;
}

.child.variable-foto div {
    display: inline-block;
}

.child.variable-foto{
    text-align:center;
}

.t-box {
    width: 100%;
    text-align: center;
    position: relative;
}

.t-box-item {
    display: inline-block;
    position: relative;
    margin: 20px;
    width: 45%;
    max-width: 500px;
    overflow: hidden;
    padding-bottom: 0px;
}

.t-box-item img {
    width: 100%;
    transition: 1s;
}

.t-box-item img:hover {
    transform: scale(1.1) rotate(2deg);
    transition: 1s;
}

.t-box-item div {
    position: absolute;
    background: rgba(220, 220, 220, 0.8);
    width: 100%;
    padding: 10px;
    color: #019ffd;
    font-size: 1.4em;
    line-height: 1.2;
    bottom: 0;
}

.beta {
    font-size: 0.6em;
    color: #000;
    z-index: 10000;
    text-align: center;
    position: fixed;
    top: 2px;
    right: 2px;
}

.m_news p {
    text-align: justify;
}

.table-of {
    overflow: auto;
}

#table-price tbody tr:nth-child(odd){
	background: #fff;
}

#table-price tbody tr:nth-child(even){
	background: #F7F7F7;
}

#table-price tbody tr:nth-child(1),
#table-price tbody tr:nth-child(2) {
	background: #89cdeb;
}

#content_search {
    margin-top: 200px;
    width: 100%;
    max-width: 1200px;
    min-height: calc(100vh - 340px);
}

.result-search {
    padding: 20px;
}

.result-search-desc {
    font-size: .9rem;
}

.result-search-excerpt {
    font-size: .8rem;
}

.result-search-item {
    background: #e8e8e8;
    padding: 20px;
    width: 50%;
    display: inline-block;
}

.logo-left input[type="text"],
footer input[type="text"] {
    padding: 5px 10px;
    border: none;
    outline: none;
    max-width: 300px;
    width: 100%;
}

.logo-left input[type="submit"],
footer input[type="submit"] {
    cursor: pointer;
    background: #ff4565;
    margin-top: 0 !important;
    padding: 10px 20px;
    font-size: 1.4em;
    color: #fff;
    transition: .5s;
    border: #ff4565 1px solid;
    -webkit-appearance: button;
}

.logo-left input[type="submit"]:hover,
footer input[type="submit"]:hover {
    background: #9a9a9b;
    transition: .5s;
    border: #9a9a9b 1px solid;
}

footer table {
    margin: 15px;
}

.breadcrumb {
    padding: 8px 15px;
    font-size: .8rem;
    margin-bottom: 0px; 
    list-style: none;
    background-color: #5e5e5e;
    border-radius: 0px; 
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.footer-text {
    text-align: center;
}

.m_guestbook .slick-next {
    right: calc(50vw - 400px);
}

.m_guestbook .slick-prev {
    left: calc(50vw - 400px);
}

.m_guestbook .slick-prev,
.m_guestbook .slick-next {
    top: 50%;
}

.footer-block-3 .header-buttons {
    width: 250px;
    height: 50px;
}

footer .btn-zakaz {
    padding: 0;
}

.table-section {
    margin: 0 10%;
    overflow-x: scroll;
}

.m_news table,
.m_wysiwyg table {
    min-width: 300px;
/*     max-width: 800px; */
}

/* Нечетные строки */
.m_news table tbody tr:nth-child(odd),
.m_wysiwyg table tbody tr:nth-child(odd),
.m_teasers table tbody tr:nth-child(odd) {
	background: #dae8f1;
}
 
/* Четные строки */
.m_news table tbody tr:nth-child(even),
.m_wysiwyg table tbody tr:nth-child(even),
.m_teasers table tbody tr:nth-child(even) {
	background: #f3faff;
}

/* Первая строка */
.m_news table tbody tr:nth-child(1), 
.m_wysiwyg table tbody tr:nth-child(1),
.m_teasers table tbody tr:nth-child(1) {
	background: #f7bbc5;
}

.page-left .material-icons,
.page-right .material-icons {
    position: relative;
    top: 7px;
}

#prices, .prices {
    margin: 0 10%;
}

#prices td,
.prices td{
    border-bottom: 1px #297cbd dashed;
    padding: 5px;
}

#prices .oldprice,
.prices .oldprice{
    text-decoration: line-through;
}

.prices h2,
.prices h3,
.prices h4,
.prices h5 {
    margin: 1% 5%;
}

.aprice {
    color: #ff4565;
    font-weight: bold;
    font-size: 1.2em;
}

/* Нечетные строки */
#prices table tbody tr:nth-child(odd){
	background: #dae8f1;
}
 
/* Четные строки */
#prices table tbody tr:nth-child(even){
	background: #f3faff;
}

/* Первая строка */
#prices table tbody tr:nth-child(1){
	background: #f7bbc5;
}
#prices .main-table tbody tr:nth-child(1){
	background: #dae8f1;
}
#prices h2 {
    color: #ff4565;
}

.page-keywords {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fffeb7;
}

.akcii-banners img {
    width: 45%;
    min-width: 400px;
    margin: 20px 10px;
    transition: .3s;
    box-shadow: rgba(80, 80, 80, 0.7) 1px 1px 5px;
}

.akcii-banners img:hover {
    transform: scale(1.01);
    transition: .3s;
    box-shadow: rgba(80, 80, 80, 0.7) 3px 3px 8px;
}

.ss-footer {
    float: left;
    width:100%;
    text-align:left;
}

.menu-footer {
    position: relative;
    z-index: 1000;
    bottom: 0;
    background: #dbd3d3b3;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    text-align: center;
}
.mf-item {
    display: inline-block;
    margin: 10px 50px;
}

.menu-footer .mf-item img {
    height: 50px;
}

.menu-footer .col-md-2 {
    width: 20%;
    display: inline-block;
}

.menu-footer .border-right {
    border-right: #ddd 1px solid;
}

.m_guestbook .slick-track {
    height: 300px;
}

#mydiv {
    position: absolute;
    bottom: 61px;
    width: 100%;
    background: #fff;
}

#mydiv a {
    color: #5c5c5c;
}

#mydiv a:hover {
    color: #5c5c5c;
}

#mydiv .tel-text {
    text-align: right;
    padding: 10px;
    border-top: #e0e0e0 1px solid;
    line-height: 1.1;
}

#mydiv .tel-text .tel-addr {
    font-size: 0.8rem;
}

#mydiv .tel-text .tel-tel {
    font-size: 1.1rem;
    color: #ff4565;
}

#mydiv .tel-text .tel-gr {
    font-size: 0.9rem;
}

#mydiv .tel-header {
    line-height: 1.1;
    font-size: 1.2rem;
    color: #5c5c5c;
    background: #eaeaea;
    padding: 10px 0;
    border-top: #ff4565 1px solid;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.header-form h2 {
    color: #5c5c5c !important;
}

.banner {
    position: relative;
    top: 185px;
    background: #afe1ff;
    z-index: 990;
    padding: 10px 50px;
}

.banner img {
    float: left;
    height: 50px;
    margin-right:40px;
}

.banner p {
    padding: 15px 0 10px;
}

.grecaptcha-badge {
    bottom: 0px !important;
    right: -250px !important;
}

.grecaptcha-badge:hover {
    right: -4px !important;
}

.windowSheet {
    z-index: 1000 !important;
}

.copyright-text {
    line-height: 1;
    text-align: justify;
}

.ontop {
    color: #fff;
    z-index: 1000;
    background: rgb(255 137 53 / 69%);
    position: fixed;
    right: 0px;
    bottom: 130px;
    margin: 0 5px 0 0;
    border-radius: 15px;
}

.ontop img{
    margin: 5px 7px 5px 5px;
}

.contacts {
    margin: 1% 5%;
}
.contacts .col-md-4 {
    background: url(/----ddk/media/img/texture.png) left 50% top calc(50% + 90px) / 667px repeat, linear-gradient(#d24e21, #ffb000);
    border-radius: 3px;
    margin: 1%;
    width: 40%;
}

.contacts-bg {
    background: #f6f6f6;
    padding: 20px 0;
}
.menu-ldd {
    margin: 5px 10px;
    text-align: left;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: 'stemtext-r';
    font-size: 1rem;
    /* box-shadow: #f7f7f7 1px 1px 2px 2px; */
}

.level1 .menu-ldd {
    box-shadow: none;
}

.level1, .level2 {
    font-size: 1.1rem !important;
}
.menu-ldd .caret {
    margin: 0 10px;
}

#covid {
    position: absolute;
    z-index: 999;
    top: -55px;
    background: #d3efff;
    box-shadow: #000 1px 0px 8px;
    padding: 50px;
}

#review {
    position: absolute;
    z-index: 999;
    top: -55px;
    background: #d3efff;
    box-shadow: #000 1px 0px 8px;
    padding: 50px;
}

.covid {
    position: fixed;
    top: 33vh;
    z-index: 999;
    width: 100%;
}

.banner-covid,
.banner-review {
    position: absolute;
    z-index: 1000;
    height: 30px;
    left: -40px;
    width: max-content;
    background: #d3efff;
    /* border: #ff4565 1px solid; */
    transform: rotate(-90deg);
}

.banner-review {
    top:115px;
    background: #ff4565;
}

.banner-covid a,
.banner-covid a:hover {
    text-decoration: none;
    color: #ff4565;
}

.banner-review a,
.banner-review a:hover {
    text-decoration: none;
    color: #fff;
}

.banner-covid img {
    width: 20px;
    margin: 2px;
    height: unset;
    display: inline-block;
}

.banner-covid p,
.banner-review p {
    display: inline-block;
    padding: 5px 5px 0 5px;
    margin: 0;
}

blockquote h5 {
    margin: 0 20px;
}

.footer-block-2 h3 {
    color: #000;
    font-size: 1.5em;
    text-align: left;
    margin: 1% 10% 5%;
}

.footer-block-2 p {
    font-size: 1em;
    text-align: left;
    margin: 1% 10%;
}

.footer-block-2 h4 {
    color: #000;
    font-size: 1em;
    text-align: left;
    margin: 1% 137px;
}

.m_wysiwyg .h3 {
    font-size: 1.2rem;
}

.text-footer h3 {
    color: #000;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
}

.text-footer p {
    color: #000;
    font-size: 1em;
    font-weight: 400;
}

.size {
-ms-line-clamp: 2;
-webkit-line-clamp: 2;
line-clamp: 2;
}

.size-1 {
-ms-line-clamp: 1;
-webkit-line-clamp: 1;
line-clamp: 1;
}

.size-2 {
-ms-line-clamp: 2;
-webkit-line-clamp: 2;
line-clamp: 2;
}

.size-3 {
-ms-line-clamp: 3;
-webkit-line-clamp: 3;
line-clamp: 3;
}

.size-4 {
-ms-line-clamp: 4;
-webkit-line-clamp: 4;
line-clamp: 4;
}

.size, .size-1, .size-2, size-3, .size-4 {
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
display: box;
word-wrap: break-word;
-webkit-box-orient: vertical;
box-orient: vertical;
font-size: 15px;
line-height: 19px;
padding-bottom: 0;
}

.kwiz-block {
    background: #f6f6f6 url('/media/img/bg-kwiz.png');
}

.btn-kwiz {
    width: fit-content;
    margin: auto 10%;
}

.kwiz-item {display: none;}
.kwiz-item.active {display: block;}

#specialButton img {
    width: 30px;
    margin: 0 10px 0 0;
    float:left;
}

#specialButton .special-text {
    color: #5b5b5b;
    font-size: 0.8rem;
    transition: .3s;
    margin: 5px 0 0 0;
}

#specialButton .special-text:hover {
    color: #ff4565;
    transition: .3s;
}

.qr-code-item {
    text-align: center;
}

.mapsite {
    margin-left: 30px;
}

.mapsite ul {
    margin: 0 10% 10px 5%;
}

.mapsite p {
    margin: 0 4%;
}

.table-scroll {
    overflow: auto;
}

.table-scroll table {
    margin: auto;
    width: 90% !important;
}

.table-scroll table td:nth-child(odd),
.table-scroll table td:nth-child(even) {
    min-width: 100px;
}

.table-scroll table td:nth-child(1) {
    min-width: 200px;
}

