
/* телефон */
#popup__toggle{bottom:5px;right:-10px;position:fixed;z-index:1000;}
.img-circle{background-color:#ffc43e;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #ffc43e;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:#ffc43e;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:#ffc43e;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone_m{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #ffc43e;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:#ffc43e;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;}}


ul li p,
ol li p {
    margin: 0 10px;
}

.color-1 {
    color: #f30000;
}

.color-2 {
    color: #282828;
}

.title-1 {
    font-size: 2.8rem;
    font-weight: 800;
}

.title-2 {
    font-size: 2.8rem;
    font-weight: 800;
}

.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;
}



.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; */
}

.windowTitle {
    background: #114b54 !important;
}

.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;
}
/* для текста */


.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;
}

hr {
    border-top: 1px solid #282828 !important;
}

section .m_minishop {
    padding: 0 10%;
}

.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: 'Lato', Arial, serif;
  padding: 10px;
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}

.view p {
  font-family: "Lato", 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: 'Lato', 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: 'Lato', 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: 'Lato', 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;
}

.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;
    color: #f30000;
}

footer {
    font-size: 8pt;
    bottom: 0;
    width: 100%;
}

footer .logo img {
    height: 50px;
}

footer .logo p.h3 {
    font-size: 2rem;
}

footer .logo p.h6 {
    font-size: 1rem;
}

.copyrigth {
    margin: 10px 0;
    /* font-size: 1.4em; */
}

/*-- header --*/
.XXheader{
	padding: 1em 0;
	background-size: 27% 100%;
}
.navbar-header {
    margin-top: 10px;
}
element.style {
}

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----*/
.banner{
}
.img-slider{
    /* margin-top: 40px; */
}
#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 {
  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;
  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: 60%;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	bottom: -7%;
	z-index: 999;
    right: 25px;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs a{
   visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\.";
  font-size:0;
  visibility: visible;
  display: block;
  height:15px;
  width:15px;
  display:inline-block;
    border: 2px solid #c61719;
    border-radius: 50%;
    background: #c61719;
}
.callbacks_here a:after{
    border: 2px solid #282828;
    background: #282828;
    border-radius: 50%;
}

.line-hr-slider {
    position: absolute;
    width: 90%;
    bottom: -33px;
}

hr.line-hr-slider:after {
    background-color: #d30000;
    border-radius: 500px;
    bottom: 22px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

/*-- 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;
}

.btn-primary {
    color: #fff;
    background-color: #f60000;
    border-color: #f60000;
}

/*-- 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;
}


.t-block {
    background: #196fbde8;
    color: #fff;
    padding: 30px 10px;
    margin: 10px;
    text-align: center;
}

.t-block img {
    width: 100px;
}


/*-- 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 {
    position: relative;
    width: fit-content;
    color: #fff;
    font-size: 1rem;
    background-color: #d30000;
    border-radius: 20px;
    padding: 6px 25px !important;
    margin: 20px 50px 20px 0 !important;
}

.btn-head a {
    color:#fff;
}

.btn-head:hover a {
    color: #ddd;
}



.button_menu {
    display: none;
}

/*==================================================
 responsive-design
 ===================================================*/
@media(max-width:1367px) {
h1 {
	font-size: 2.8em;
	line-height:120%;
}

h2 {	
	font-size: 2.2em;		
}


h3 { font-size: 1.8em; }

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: 600;}
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 {
    height: auto;
    position: relative;
    display: flex;
    width: 100%;
    background: #fff;
    z-index: 1000;
    margin: 10px 0 0 0;
    padding-left: 50px;
    padding-right: 50px;
    align-items: flex-end;
}

.navigation a {
    color:#000;
    
}

.navigation a:hover {
    /* color:#ddd; */
    text-decoration: none;
    
}

.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
}

.header-contacts h4 {
    font-size: 1rem;
    margin-top: 0;
    font-family: "Lato", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.title-addr {
    text-align: right;
    font-size: .8rem;
    margin-right: 20px;
    line-height: 100%;
}

.title-addr p {
    margin: 0;
}

p.worktime {
    font-size: .6rem;
}

.navbar-nav>li {
    padding-bottom: 0px;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 3px;
}

.nav li[data-id="26"] a {
    color: #ff8413;
}

.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;
    float: left;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.2em;
    color: #a8133c;
}

.logo-left-footer-item {
    display: block;
}

.logo-left-footer-item p {
    margin: 25px !important;
    color:#fff;
}

.logo-left {
    position: relative;
    float: left;
    left: 1%;
    top: 0;
    width: 20%;
    z-index: 2;
    text-align: center;
    font-size: 1.2em;
}

.logo-left-item {
    display: inline-block;
}

.logo-left img {
    height: 30px;
}

.logo-right {
    position: absolute;
    width: 50%;
    right: 15px;
    top: 0;
    z-index: 2;
    text-align: right;
    font-size: 1.2em;
    color: #a8133c;
}

.logo-right-item {
    display: inline-block;
    vertical-align: middle;
}

.logo-text p {
    margin: 0 0 0 5px;
}

.btn-zakaz {
    /* margin: 10px 0; */
    background: #ff6400;
    padding: 8px 15px 10px;
    font-size: 0.8em;
    position: absolute;
    /* bottom: 0px; */
    text-align: center;
    /* border-radius: 8px; */
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.btn-zakaz-2 {
    /* margin: 10px 0; */
    background: #0f5d67;
    padding: 8px 15px 10px;
    font-size: 0.8em;
    position: absolute;
    /* bottom: 0px; */
    text-align: center;
    /* border-radius: 8px; */
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

.btn-zakaz:hover {
    background: #885d5d;
    color:#fff;
}
.btn-zakaz-2:hover {
    background: #ff6400;
    color:#fff;
}

.form-out-slider .btn-zakaz {
    width: fit-content;
    margin-top: 30px;
    margin-left: 10%;
    padding: 20px 45px;
    font-size: 1.2rem;
    border-radius: 0;
}

.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;
    width: fit-content;
    background: #0f5d67;
    padding: 5px 20px 8px;
    text-align: center;
    /* border-radius: 8px; */
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 200;
}

.btn-zakaz-w.text-left{
    margin-left: 2%;
}

.btn-zakaz-w:hover {
    background: #ff6400;
    text-decoration: none;
    color:#fff;
}

.btn-style {
    width: fit-content;
    position: absolute;
    right: 2%;
}

.navigation svg {
    width: 35px;
    height: 35px;
    background: #ff6400;
    border-radius: 50%;
    padding: 5px;
    margin: 0 5px;
}

.navigation svg path {
    fill:#fff
}
.about {
  /*  background: url(/media/img/bg-about.png);
    background-repeat: no-repeat;
    background-position: bottom right;*/
}

.in-b {
    display:inline-block;
}

.logo-right p {
    margin: 0px;
    color:#000;
    font-size: .8rem;
}

.logo-right-item img {
    height: 30px;
    margin-right: 20px;
}

.logo {
    width: 50%;
    display: flex;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
}

.logo img {
    height: 50px;
    width: auto !important;
    margin: 0;
}

.logo h5 {
    color:#465c8d;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 0.9;
}
.nav-menu {
    background: none;
    position: relative;
    float: left;
    z-index: 1;
    width: 65%;
    top: 55px;
}

footer .nav-menu {
    position: relative;
    top: 0;
}

footer a {
    color: #282828;
    text-decoration: none;
}

footer a:hover {
    color: #d30000;
    text-decoration: none;
}

footer .logo-right-item img {
    height: auto;
}

.menu1, .menu3 {
   display:inline-block;vertical-align: bottom;
}

.header-menu {
    text-align: center;
}

/*
.priority-div {
    background: #fcfaf4; 
    padding-bottom: 50px;
}

.priority-h5 {
    text-align: left;
    font-size: 0.8rem;
    font-weight: 400;
    padding-top: 10px;
    color: #017190;
    border-top: #017190 dotted 1px;
}

*/

h5.priority-h5 {
    display: none;
}

.container {
	 min-height: 70vh; 
}
section {
    position:relative; /* для Параллакс отдельных элементов */
/*     background-size:cover;
    background-position-y: bottom;
    background-position-x:center; */
    overflow: hidden;
}

section p,
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
    margin: 0 50px;
}

body {
/*     background-size: cover;
background-position: right;
background-attachment: fixed; */
}

/* Стили оформления */

.menu1 {
	margin-right: -25px;
}

.menu3 {
	margin-left: -25px;
	background: none;
}

.menu1 ul {
	padding: 0 40px 0 10px;
}

.menu3 ul {
	padding: 0 10px 0 40px;
	margin-top: -10px;
}

.menu1 ul, .menu3 ul {
	/* background: #f3ece1;border-radius: 18px;border: 1px solid #000; */
	font-size: 1.2em;
	font-weight: 100;
	text-transform: uppercase;
}

.block_3 {
	float:right;
	width:35%;
	margin: 0 20px 0 0;
}
.block_1 {
	float:left;
	width:60%;
	margin: 0 0 0 20px;
}
.block_2 {
	margin:auto;
	width:100%;
}

/* Плавающие блоки */

.sw_hidden{
	opacity:1;
}
.sw_visible{
	opacity:1;
}

.format-h-text {
    margin: 0;
    padding: 0;
}

/* #gotopid1 > div {
    padding: 170px 0 0 0; оттступ
} */

.m_guestbook {
    /* background: #fff url(/media/img/bg-otz.png); */
}

/* div#Sec40 {
    min-height: 600px;
    background: url(/media/img/bg02.png) !important;
    background-repeat-y: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
} */

.form-os {
    background: #1f93fa;
    width: 100%;
    max-width: 800px;
    margin: 0 10%;
    padding: 0;
    position: relative;
    top: -50px;
    bottom: 0;
    z-index: 1000;
    border-radius: 8px;
}

.form-os-left {
    width: 100%;
    margin: 0 10%;
    padding: 0;
    position: relative;
    top: -40px;
    bottom: 0;
    z-index: 1000;
}

.form-os input {
    border: 1px solid #c4c4c4;
}

.form-os-2 {
    background: #fff;
    border-radius: 0 6px 6px 0;
}

.form-os h2 {
    color: #e8e8e8;
    padding: 20px 5px 0 5px;
}

.form-os p {
    font-size: .9rem;
}

.form-os p,
.form-os div {
    color: #0e5058;
    padding: 3px 0 !important;
}

.form-os-btn {
    margin-top: 20px;
}

/* Параллакс отдельных элементов */

.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: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}

.left_cell {
	width:40%;
	text-align: right;
}
.right_cell {
	width:70%;
}

/* ==== Форма ============= */

.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: #455b8f;
}

input[name="captcha"] {
    width: 50px !important;
    padding: 7px;
}

select {
    height: 35px;
    border: none;
}

.require {
    color: #f71919;
}

.windowBody blockquote {
    color: #15606a;
    font-size: 0.9em;
}

.windowBody hr {
    border-top: 1px solid #15606a !important;
}

.footer-form {
    width: 100%;
    display: block;
}

.ff-left {
    width: 19%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.ff-rigth {
    width: 78%;
    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 {
    margin-left: 0px !important;
    padding: 0  !important;
}

/* div#Sec9,
div#Sec3 {
    background: #f7f7f7;
    border-top: #2368cd 1px solid;
    border-bottom: #2368cd 1px solid;
} */

.gotopage {
    min-height: 60vh !important;
    /* padding-top: 100px; */
}

section#gotopid1 {
    background: #fff !important;
    /* min-height: 60vh; */
    /* border-bottom: 1px #005c24 solid; */
    padding: 0;
}

section#gotopid2 {
    /* background: #fff url(/media/bg/bg2.jpg) !important; */
    /* background-position: center top !important; */
    /* border-bottom: 1px #005c24 solid; */
    position:relative;
    top: 0px;
}

#Sec499, #Sec501 {
    background: none !important;
}

.raz-1, .raz-2 {
    text-align: center;
}

.raz img {
    height: 100px;
}

.raz-1 {
    border-right: #fff solid 1px;
}

.var-raz-number {
    background: #ffc43e;
    margin: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    color: #017190 !important;
    padding: 15px 12px;
    border-radius: 50%;
}

.var-raz-1 {
    right:20px;
}

.var-raz-2 {
    left:20px;
}

/*
html, body, .container, .cbp-fbscroller, .cbp-fbscroller section {
    min-height: 60vh !important;
}
*/

.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;
}
/* div#content5_3 {
    background: #445991;
    border-radius: 20px 0px 0px 0px;
    box-shadow: -2px 2px 2px #333e5e;
    color: #fff;
    height: 350px;
    padding: 25px 0;
}
*/

#Sec76 {
    background: #fff url(/media/bg/bg29.jpg) !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}

iframe {
    border:none;
}

div#content5_3 h3 {
    color: #fff;
}

.title-section {
    border-bottom: 1px dotted #0f5d67;
    margin: 1% 10%;
    width: 50%;
    min-width: 500px;
}

.title-section h4 {
    margin: 0 10%;
    padding: 0;
    line-height: 0;
}

.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 #455b8f 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;
}

.sn-vk, .sn-ok, .sn-in, .sn-tg, .sn-wa, .sn-vb {
    height: 40px;
    width: 40px;
    margin: 5px;
    background-size: contain !important;
    transition: 0.3s;
    border-radius: 8px;
}

.sn-vk {
    background: url('/media/ss-ico/vk.png');
}

.sn-ok {
    background: url('/media/ss-ico/ok.png');
}

.sn-in {
    background: url('/media/ss-ico/in.png');
}

.sn-wa {
    background: url('/media/ss-ico/wa.png');
}

.sn-vb {
    background: url('/media/ss-ico/vb.png');
}

.sn-tg {
    background: url('/media/ss-ico/tg.png');
}

li.dropdown:hover{
    background: #0f5d67;
    color: #ffffff;
}

li.dropdown:hover a{
    color: #ffffff;
}

li.dropdown:hover a > .caret{
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
    text-align: left;
    opacity: 0.95;
}

.dropdown-menu {
    background: #0f5d67;
    padding: 0 !important;
}

.dropdown-menu>li>a {
    font-size: 0.6em;
    /* background: #a4b2b3; */
    color:#fff;
    font-weight: normal;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff6400;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: rgb(127 140 141);
}
.nav .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

.nav a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.nav>li>a:focus>.caret {
    border-top-color: #2882d0;
    border-bottom-color: #2882d0;
}

.nav>li>a:hover>.caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

footer .nav .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

footer .nav a:hover .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

footer .nav>li>a:focus>.caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

footer .nav>li>a:hover>.caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

.footer-contacts {
    /* margin-top: 20px; */
    margin-left: 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-contacts .addr {
    margin-top: 15px;
}

.nav a {
    font-size: 0.7em;
}

/* #gotopid1 .m_wysiwyg h2 {
    text-shadow: #455b8f 1px 1px 2px;
}

#gotopid1 .m_wysiwyg p {
    text-shadow: #455b8f 1px 1px 1px;
} */

blockquote {
    font-size: 1em;
    padding: 10px;
    border-left: 2px solid #ff0100;
    margin: 3px 0 20px 50px;
}

blockquote p {
    font-size: 0.9em !important;
    margin: 0 13% 0 3%;
}

ol {
    margin: 0 10% 0 13%;
}
.m_wysiwyg h1, 
.m_wysiwyg h2, 
.m_wysiwyg h3, 
.m_wysiwyg h4 {
    margin: 2% 50px;
}

h1.title-all, h2.title-all {
    margin: 20px 0 20px 50px;
}

.title-title {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.title-title-1 {
    width: 70%;
    position: relative;
}

.title-title-2 {
    width: 30%;
    padding-top: 20px;
    position: relative;
}

.title-title-2 hr:before {
    background-color: #ffc41a;
    border-radius: 500px;
    top: 36px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}

.fivestep-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.fivestep-title img {
    position: relative;
    top: 8px;
}

.fivestep-content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 80px;
    padding-right: 50px;
}

.fivestep-content:after {
    background-color: #ffc41a;
    border-radius: 500px;
    bottom: 20px;
    content: "";
    height: 8px;
    left: 96px;
    position: absolute;
    width: 8px;
}

.fivestep-text h3 {
    margin: 10px 50px;
}

.fivestep-line {
    position: relative;
    width: 20px;
}

.fs-quad {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    left: 0px;
    background: #2dd7d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-quad p {
    padding: 5px 0 0 0;
}

.fivestep-text {
    border-left: 1px solid #2dd7d9;
    width: calc(100% - 20px);
}

.onkey {
    background: #fff3d1;
    padding: 50px 20px;
} 

.onkey-title {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 50px; */
}

.onkey-title img {
    position: relative;
}

.ot-1-flex {
    display: flex;
    align-items: center;
}

.ot-1-flex-title {
    display: flex;
    height: 100%;
}

.ot-title-icon {
    background: url(/media/img/square.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.onkey-table-item .ot-title-text h3,
.startgo-content .ot-title-text h3 {
    font-size: 1.8rem;
}

.onkey-table-item .ot-title-text h3 {
    width: 100%;
}

.onkey-table-item .ot-title-icon svg,
.startgo .ot-title-icon svg,
.price-title .ot-title-icon svg {
    margin: 0;
    padding: 10px;
    fill: #fff;
}

.onkey-table-item svg,
.startgo-content svg,
.price-title svg {
    width: 50px;
    margin: 15px;
    fill: #d30000;
}

.onkey-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
}

.onkey-table-item h3,
.onkey-table-item p,
.ot-item h3,
.ot-item p {
    margin-left: 20px;
    margin-right: 20px;
}

.onkey-table-item p {
    color: #282828;
}

.onkey-table-item h3 {
    font-size: 1.2rem;
    width: calc(100% - 100px);
}

.onkey-table-item {
    width: calc(33.3% - 10px);
    border-radius: 20px;
    transition:.3s;
    margin: 5px;
    background: #ededed;
/*
    display: flex;
    flex-direction: column;
    justify-content: space-between;
*/
}

.onkey-table-item a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.onkey-table-item:hover {
    background: #f3000014;
    transition:.3s;
}

.ot-item.ot-title-text {
    width: calc(100% - 90px);
}

.onkey-table .line-hr {
    width: 80%;
    margin-left: 50px;
    position: relative;
    left: 20%;
}

.onkey-table .line-hr hr:after {
    background-color: #d30000;
    border-radius: 500px;
    bottom: 22px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
}
/*
.onkey-table-item:hover {
    background: #fad15c;
    transition:.5s;
}

.onkey-table-item:hover svg {
    fill: #fff;
    transition:.5s;
}
*/

.onkey-table-item .arrow-svg svg {
    width: 32px;
}

.onkey-table-item .arrow-svg svg {
    fill: #e5e5e5;
}

.onkey-table-item .arrow-svg {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.onkey-table-item:hover .arrow-svg {
    transform: translateX(calc(100% - 60px)); /* стрелка сдвинется вправо */
}

.onkey-table-item:hover .arrow-svg svg {
    fill:#d30000
}



.onkey-hr {
    margin-left: 50px;
    margin-right: 50px;
}
.startgo {
    display: flex;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
}

.startgo-content {
    width: 50%;
    margin-top: 20px;
}

.startgo-content h2,
.startgo-content p {
    margin: 0;
}

.sg-text {
    display: flex;
    align-items: center;
}

.startgo-img {
    width: 50%;
}

.line-hr {
    position: relative;
    margin-left: -50px;
}
.line-hr hr:after {
    background-color: #d30000;
    border-radius: 500px;
    bottom: 22px;
    content: "";
    height: 8px;
    right: 0;
    position: absolute;
    width: 8px;
}

.startgo-content input {
    border: #282828 1px solid;
    border-radius: 30px;
    height: 35px;
    background: none;
    padding-left: 10px;
}

.startgo-content input.btn-head {
    background: #d30000;
    border: #d30000 1px solid;
}

.startgo-content input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #282828;
    outline: #2dd7d9;
    text-align:right; 
    margin-right: 15px;
    background: none;
    position: relative;
}

.startgo-content input[type="checkbox"]:checked::after {
    content: "✓"; /* Или используйте SVG / псевдоэлемент */
    color: №282828;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.startgo-content .table_cell p {
    margin: 0 30px 0 0;
}

.price-title {
    display: flex;
    align-items: center;
    width: 70%;
    margin-left: 29%;
}

.price-title-text {
    width: calc(100% - 80px);
}

.price-title-text h2,
.price-title-text p {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px; 
}

.price-text p {
    margin: 0 50px;
} 

.price-whyme {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
}

.pwm-item {
    width: calc(50% - 20px);
    background: #28282814;
    border-radius: 30px;
    margin: 10px;
    padding: 20px 10px;
}

.pwm-item:hover {
    background: #f3000014;
}

.pwm-item svg {
    fill: #f30000;
    width: 60px;
    margin-left: 50px;
}

.sale {
    
}

.sale-percent {
    display: flex;
    align-items: center;
    width: 70%;
    margin-left: 29%;
    padding: 20px 0;
}

.sale-text {
    width: 70%;
    margin-left: 29%;
    text-align: center;
}

.sale-offer h2 {
    font-size: 4rem;
    margin: 0 50px;
}

.portfolio {
    padding-left: 50px;
    padding-right: 50px;
}

.pf-flex {
    display: flex;
    align-items: center;
}

.pf-item h2 {
    margin: 0;
}

.pf-item p {
    margin: 0;
}

.pf-title-icon {
    background: url(/media/img/square.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

.pf-title-text h3 {
    margin-bottom: 0px;
}

.pf-flex svg {
    margin: 0;
    padding: 10px;
    fill: #fff;
    width: 60px;
}

.format-h {
    margin: 0 10%;
}

.format-h-text p,
.format-h-text h2,
.format-h-text h3 {
    margin: 0 10% 0 2%;
    padding: 0;
}

.format-h-text h3 {
    font-size: 1.4rem;
}

blockquote p, 
blockquote h4, 
blockquote h3, 
blockquote h2, 
blockquote h1 {
    margin: 10px !important;
}

.bounceInRight {
    position: fixed;
    right: 0;
}

/* .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: #ababab; opacity: 1; transition: opacity 0.5s ease;}
input::-moz-placeholder                {color: #ababab; opacity: 1; transition: opacity 0.5s ease;}
input:-moz-placeholder                 {color: #ababab; opacity: 1; transition: opacity 0.5s ease;}
input:-ms-input-placeholder            {color: #ababab; 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: #ababab; opacity: 1; transition: opacity 0.5s ease;}
textarea::-moz-placeholder                {color: #ababab; opacity: 1; transition: opacity 0.5s ease;}
textarea:-moz-placeholder                 {color: #ababab; opacity: 1; transition: opacity 0.5s ease;}
textarea:-ms-input-placeholder            {color: #ababab; 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;
}   */

.t-card {
    width: 98%;
    text-align: center;
    margin: auto;
}

.t-item-card {
    text-align: left;
    background: #fff;
    color: #455b8f;
    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: #455b8f;
    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: '';
}




.accordion {
    width: 100%;
/*
ширина произвольная выбирается
*в зависимости от места размещения 
*/
    max-width: 1200px;
    max-height:500px;
    min-height: 0;
    display: block;
/* относительное позиционирование */
    position: relative;
    margin: 0 auto;
    padding: 0;
    /* background-color: #fefffa; */
    overflow: auto;
}
/* заголовки панелей аккордеона */
.accordion .content-i {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 10px 50px 10px 25px;
    cursor: pointer;
    color: #f4f4f4;
    background: #0f5d67;
    border-top: 1px solid #0f5d67;
    border-bottom: 1px solid #0f5d67;
    border-radius: 0 0 20px 20px;
    -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: 10px 0;
  padding: 0 25px;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  border-bottom: 1px #455b8f solid;
}
 
/* оформляем параграфы */
.msg p {
  color: rgba(48, 69, 92, 0.8);
/*   font-size: 13px; */
  line-height: 20px;
  letter-spacing: 1px;
  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 {
  max-width: 1000px;
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0 auto;
}
 
/* Определяем и формируем отдельный элемент списка 
 * в который поместим скрытый флажек,
 * заголовок панелей и блок с содержанием
*/
.accordion ul li {
    position: relative;
    padding: 0;
    margin: 5px 0;
    background: #dae8f1;
}
 
/* устанавливаем время ожидания перед воспроизведением анимации 
 * на основе нумерации в дереве элементов
*/
.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: 55px;
/* расположим указатель на панели заголовка справа */
  right: 25px;
}
 
/* "Рисуем " сам указатель */
.accordion ul li i:before, .accordion ul li i:after {
  content: "";
  position: absolute;
  background-color: #eee;
  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(5px, 0) rotate(45deg);
}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-4px, 0) rotate(-45deg);
}
/*  Устанавливаем эффект перехода
 * между двумя состояниями указателя 
*/
div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}

.accordion .title-i {
    padding: 10px;
    height: 40px;
    font-weight: 600;
    font-size: 1.2rem;
}

.accordion .gbdate-i {
    /* display: none; */
    padding: 0 20px 10px;
    text-align: right;
}

/**
 * Изображения внутри аккордеона
 * ...сделаем их отзывчивыми
 */
.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: #455b8f;
    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;
}

.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-item:hover {
    background: #fdefdd;
}

.bl-work img {
    height: 150px;
}

.photo-galery {
    text-align: center;
}

.photo-galery img{
    margin: 0px;
}

.photo-galery a img {
    transition: 0.3s;
    margin-left: -6px;
}

.photo-galery a:hover img {
    transition: 0.3s;
    opacity: 0.6;
}

.menu-footer {
    position: fixed;
    z-index:1000;
    bottom: 0;
    background: #353739;
    width: 100%;
    /* border-top: #ddd 1px solid; */
    border-radius: 50px 50px 0 0;
    text-align: center;
    padding: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-md-2 {
    width: 20%;
    display: inline-block;
}

.border-right {
    border-right: #ddd 1px solid;
}

.estate-items {
    /*background: url(/media/img/bg01.jpg);
    background-repeat: no-repeat;
    background-position: bottom;*/
   /*  background-color: #1a84c9; */
    padding: 0;
} 

.gstbk_comments_slick15.slick-initialized.slick-slider {
    height: 400px;
    /* background: #fafafa; */
    padding: 10px 0;
}

.gstbk_comments_slick15 .slick-list {
    margin: 0px 10px 0;
}

.gstbk_comments_slick15 .slick-dots {
    bottom: 0px;
}

.footer-item h3,
.footer-item h2 {
    color:#282828;
    text-align:left;
    
}

.footer-item hr {
    border-top: 1px solid #feb900 !important;
}

.footer-item p {
    /* line-height: 1.4; */
    text-align: left;
}

.addr p {
    text-align: right;
}

.addr p.f-address {
    font-size: 1rem;
}

.contacts-info {
    margin: 10px 50px;
}

.footer-item .logo-footer {
    margin-bottom: 5px;
    text-align: right;
}

.footer-item .nav-menu {
    text-align: left;
    padding-left: 10px;
    width: 100%;
}

.footer-item .navbar-nav>li {
    float: none;
}

.footer-item .navbar-nav>li>a {
    padding-top: 3px;
    padding-bottom: 2px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 1em;
}

.footer-item .menu3 ul {
    padding: 10px 0;
}

.photo-galery-item {
    padding: 0 !important;
    height: 20vh;
    overflow: hidden;
}

.photo-galery-item img {
    width: 100%;
    height: auto;
    margin: 0 !important;
}

.col-md-3 {
    width:25% !important;
}

.photo-galery-item a i {
    display:none;
}

.photo-galery a:hover i {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 15px);
    display: block;
    font-size: 50px;
    color: #ececec;
    transition: 0.3s;
}

.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 #ffc43e;
    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 #ffc43e;
}

.content-item .number {
    content: '';
    position: absolute;
    top: -23px;
    right: -30px;
    display: inline-block;
    background: #0f5d67;
    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;
}

.variant-work {
    border: #0f5d67 1px solid;
    border-left: 5px #ffc43e solid;
    border-radius: 0 12px 0 0;
    padding: 0px;
}

.variant-work-title {
    background: #0f5d67;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 0 10px 0 0;
    padding: 10px;
}

.variant-work-price {
    font-size: 1.5rem;
    text-align: center;
    margin: 20px 0;
    color: #000;
}

.w-item:nth-child(even) {
    background: #f3fff8;
}

.w-item:nth-child(odd) {
    background: #fff9e5;
}

.w-item {
    height:300px;
    border-radius: 0 40px;
}
.w-left {
    border-bottom: 2px #2093ff dotted;
}
.w-right {
    margin-top: 50px;
    border-top: 2px #2093ff dotted;
}

.w-quest {
    background: #ffc43e;
}

.w-text {
    padding-left: 20px;
}
.m_booking {
    padding-left: 10%;
    padding-right: 10%;
}

.m_booking h1, .m_booking h2, .m_booking h3, .m_booking h4, .m_booking h5, .m_booking p {
    margin: 0;
}

.m_booking .image {
    text-align: center;
}

.m_booking .image img {
    height: 250px;
    margin: 2px;
}

.m_booking .parametrs .item {
    background: #0f5d67;
    width: fit-content;
    font-size: .8rem;
    float: left;
    color: #fff;
    padding: 2px 6px;
    margin: 2px;
    line-height: 1.9;
}

.m_booking table tbody tr:nth-child(even) {
    background: #f3faff;
}

.m_booking table tbody tr:nth-child(odd) {
    background: #0f5d67;
}

.m_booking table tbody tr:nth-child(1) {
    background: #0f5d67;
    color: #fff;
}

.slider-total {
    position: relative;
    padding-bottom: 0;
}

.slider-img {
    padding: 0;
}

.slider-text {
    position: absolute;
    top: 0;
    z-index: 10;
    padding-top: 15%;
    background: #0f5d67c4;
    width: 50%;
    height: 100%;
}

.slider-text h2 {
    color: #fff;
    font-size: 3.2rem;
}

.slider-text h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}

.slider-total .active-button {
    z-index: 11;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100px;
    background: #0f5d67c4;
}

.ab-1, .ab-2, .ab-3 {
    height: 33.3%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.slider-total .active-button svg path {
    fill: #fff;
}

.slider-total .active-button svg {
    width: 30px;
    height: 30px;
}

.add-row:nth-child(even) {
    background: #dae8f1;
}

.add-row:nth-child(odd) {
    background: #f3faff;
}

.add-row {
    padding: 5px 0;    
}

.add-row-item-1, .add-row-item-2 {
    padding: 0;
}

.add-row-item-1 {
    text-align: right;
    padding-right: 20px;
}

.div-search {
  display: none;
}

.btn-search {
    width: 100%;
    background: none;
    color: #fff;
    border: 0;
    font-size: 1.2rem;
}

#search_result .item,
#search_result_pc .item {
    min-height: 450px;
}

#search_result .item-img img,
#search_result_pc .item-img img {
    width: 100%;
}

#search_result .item-img h3,
#search_result_pc .item-img h3 {
    font-size: 1.4rem;
    margin: 1% 0;
}

#search_result .item-img h3 a,
#search_result_pc .item-img h3 a {
    color: #0e5058;
}

#search_result .item-img .desc,
#search_result .item-img .adr,
#search_result .item-img .count,
#search_result_pc .item-img .desc,
#search_result_pc .item-img .adr,
#search_result_pc .item-img .count {
    color: #000;
    font-size: .8rem;
}

#search_result .desc,
#search_result_pc .desc {
    height: 200px;
    overflow: auto;
}

#search_result .item-img .adr,
#search_result_pc .item-img .adr {
    font-weight: 600;
}

#search_result .item-img .price,
#search_result_pc .item-img .price {
    color: #0e5058;
    font-size: 1rem;
    margin-bottom: 10px;
}

.price-items {
    overflow: auto;
}

.price-items table {
    table-layout: fixed;    
}

.price-items th {
    text-align: center;
}

.price-items table tbody th:nth-child(1) {
    width: 250px;
}
.price-items table tbody th {
    width: 150px;
}

.icon-top-show {
    display:none;
}

.nav-top-show {
    display:block;
}

.nav-top-hide {
    display:none;
    margin: -10px 0 0 0;
}

.ontop {
    color: #fff;
    z-index: 1000;
    background: #0f5d67;
    position: fixed;
    left: 0px;
    bottom: 100px;
}

.ontop img{
    margin: 5px 20px 5px 5px;
}

/* .video {  
    margin-bottom: 20px;
} */
.video-wrp {
	position: relative;
	padding-top: 2%;
}
.video-wrp iframe {
	width: 560px;
	height: 315px;
	display: block;
	position: relative;
	border: none;
	margin: auto;
}

.table-scroll, .price-table {
    overflow: auto;
    width:100%;
}

.price-table {
    max-width: 1200px;
    margin: auto;
}

table {
    margin: 10px auto;
    width: 100%;
    min-width: 450px;
    font-size: 0.85em;
}

.m_teasers table tbody tr:nth-child(even),
.m_wysiwyg table tbody tr:nth-child(even) {
    background: #dfdfdf;
    color: #282828;
}

.m_teasers table tbody tr:nth-child(odd),
.m_wysiwyg table tbody tr:nth-child(odd) {
    background: #f5e8e8;
    color: #282828;
}

.m_teasers table tbody tr:nth-child(1),
.m_wysiwyg table tbody tr:nth-child(1) {
    background: #fff;
    color: #282828;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding: 0px;
}

.footer-left {
    padding: 0 50px;
    display: flex;
    align-items: flex-start;
}


.toggle-switch {
  display: inline-flex;
  background: none;
  border: 1px solid #282828;
  border-radius: 30px;
  padding: 4px;
  position: relative;
  cursor: pointer;
  user-select: none;
  width: 70px;
  height: 40px;
  box-sizing: border-box;
}

/* Прячем радио-кнопки */
.toggle-switch input[type="radio"] {
  display: none;
}

/* Стили для подписей (Нет / Да) */
.toggle-switch label {
  flex: 1;
  text-align: center;
  line-height: 32px;
  font-family: Arial, sans-serif;
  font-size: 0;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* Активная подпись (белая) */
.toggle-switch input:checked + label {
  color: #fff;
}

/* Сам ползунок (движущийся элемент) */
.toggle-switch::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  background: #555;
  border-radius: 30px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

/* Когда выбран "Да" — ползунок сдвигается вправо */
.toggle-switch:has(#option2:checked)::before {
  transform: translateX(calc(100% + 0px));
  background: #d30000;
}

/* Опционально: меняем цвет фона при выборе "Да" */
.toggle-switch:has(#option2:checked) {
  background: none;
}

/* Когда выбран "Да" — ползунок сдвигается вправо */
.toggle-switch:has(#option4:checked)::before {
  transform: translateX(calc(100% + 0px));
  background: #d30000;
}

/* Опционально: меняем цвет фона при выборе "Да" */
.toggle-switch:has(#option4:checked) {
  background: none;
}

/* Когда выбран "Да" — ползунок сдвигается вправо */
.toggle-switch:has(#option6:checked)::before {
  transform: translateX(calc(100% + 0px));
  background: #d30000;
}

/* Опционально: меняем цвет фона при выборе "Да" */
.toggle-switch:has(#option6:checked) {
  background: none;
}

/* Когда выбран "Да" — ползунок сдвигается вправо */
.toggle-switch:has(#option8:checked)::before {
  transform: translateX(calc(100% + 0px));
  background: #d30000;
}

/* Опционально: меняем цвет фона при выборе "Да" */
.toggle-switch:has(#option8:checked) {
  background: none;
}

.persdata {
    margin: 0;
    font-size: .8rem;
}

.docs-law {
    line-height: 1;
    margin-top: 20px;
    margin-bottom:20px;
}

.slide-flex {
    display: flex;
}

.slide-text {
    width: 100%;
    position: relative;
    /* top: 20%; */
    z-index: 2;
}

.slide-text-t {
    width: 130%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-text-h1,
.slide-text-p {
    margin: 0 50px;
} 

slide-text-p {
    font-size: 1rem;
}

.slide-text-h3 {
    font-size: 1.4rem;
    font-weight: 200;
}

.top-right {
    border-radius: 0 20px 0 0;
}

.bottom-left {
    border-radius: 0 0 0 20px;
}

.bottom-right {
    border-radius: 0 0 20px 0;
}

.red-bckg {
    /* background: #d30000; */
    border-bottom: #f30000 3px solid;
    border-radius: 0;
    color: #282828;
    padding: 0px;
}

/* Фон затемнения (подложка) */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed; /* Фиксированное позиционирование */
    z-index: 9999; /* Огромное число, чтобы быть поверх всего */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Полупрозрачный фон */
    overflow: auto; /* Прокрутка, если контент не помещается */
}

/* Белый блок с контентом */
.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 40px 20px 20px 20px;
    border-radius:20px;
    width: 80%;
    height: 80vh;
    /* overflow: auto; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Кнопка "крестик" */
.close-bttn {
    position: absolute;
    left: 15px;
    top: 5px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #aaa;
}
.close-bttn:hover {
    color: #000;
}

/* Стили для контента внутри модалки */
#modalBody {
    scroll-behavior: smooth; /* Плавная прокрутка */
    margin-top: 10px;
    height: calc(100% - 30px);
    overflow: auto;
}

#modalBody img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#modalBody h2 {
    margin: 15px 0 10px;
}

#modalBody p {
    margin: 5px 0;
    line-height: 1.6;
}

.modal-svg {
    /* Ваши стили для обертки */
    padding: 5px;
}

.notfound {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notfound h2 {
    font-size: 6rem;
}

.nf-callvic-btns {
    display: flex;
}

.nf-callvic-btns .btn-head {
    margin: 20px !important;
}

