@media screen and (max-device-width: 1100px) {
    .main_products {
        margin-left:0 !important;
    }

    #content {
        margin-left: 0 !important;
    }

    .footer-holder .holder {
        left: 0 !important;
    }

    .speedbar {
        margin-left: 0 !important;
    }
}

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700); */
@font-face {
    font-family: OpenSansR;
    src: url('/fonts/OpenSans-Regular-webfont.ttf');
    /*	src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 500;
    src: local('Open Sans Regular'), local('Open Sans-Regular'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('/fonts/HelveticaNeueCyr-Light.otf');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url("/fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("/fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"), url("/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("/fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansBold";
    src: url("/fonts/OpenSansBold/OpenSansBold.eot");
    src: url("/fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"), url("/fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("/fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    color: #616060;
    font: 14px/16px OpenSans;
    background: #fff;
    /* min-width:937px; */
}

img {
    border-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:active {
    background-color: transparent;
}

a:hover {
    text-decoration: underline;
}

input, textarea, select {
    font: 100% OpenSans;
    vertical-align: middle;
    color: #000;
}

form,fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

q {
    quotes: none;
}

q:before {
    content: ''
}

q:after {
    content: ''
}

input[type=email], textarea, input[type=text] {
    outline: none
}

input[type=submit]:hover {
    cursor: pointer;
}

h2 {
    line-height: 24px;
}

.wrapper-holder {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.speedbar {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: -50px;
    position: relative;
    margin-left: -50px;
}

.full_story {
    font-family: OpenSans;
    font-size: 14px;
}
.related {
    padding: 0 0 0 12px;
}
.full-story-right-col {
    display: inline-block;
    vertical-align: top;
    width: 540px;
}
.full-story-left-col {
    display: inline-block;
    vertical-align: top;
}
.full-story-text {
    padding: 0 0 25px 12px;
}
.full_story br {
    display: none;
}

.full_story table {
    margin-top: 10px;
    margin-bottom: 50px;
}

.full_story form {
    width: 370px;
    padding-left: 15px;
}

.full_story form .g-recaptcha {
    margin: 0 auto;
    width: 302px;
}

.full_story form .response {
    padding: 10px 0 0 0;
    font-size: 12px;
    text-align: center;
}
.full_story form .response .font.red{color:red;font-size: 16px;margin-bottom: 8px;line-height: normal;}
.full_story form .response font.green {
    font-family: OpenSansBold;
    color: green;
}

.full_story form .response font.red {
    font-family: OpenSansBold;
    color: red;
}

.full_story form input {
    width: 100%;
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #292929;
    color: #8d8f8f;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: 'HelveticaNeueCyr';
}
button{
    cursor:pointer;
}
.full_story form button {
    /* float: right; */
    text-align: center;
    font: 14px OpenSans;
    color: #f6f6f6;
    background: url(images/btn_call.png) no-repeat;
    width: 142px;
    height: 30px;
    line-height: 30px;
    border: none;
    cursor:pointer;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    display: block;
}

.full_story h1 {
    text-transform: none !important;
}

.full_story .price {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.full_story .price .font {
    font-family: OpenSansBold;
    font-size: 36px;
    color: #299d3d;
}

#gallery {
    position: relative;
    width: 100%;
    max-width: 525px;
    margin: 0px auto;
    padding: 0px;
    border: none;
    overflow: hidden;
}

#images {
    margin-bottom: 20px
}

#image {
    position: relative;
    width: 100%;
    max-width: 525px;
    border: 1px solid #2f2f2f;
    background: #FFF url(images/loading.gif) center center no-repeat;
    box-sizing: border-box;
    overflow: hidden;
}

#image img {
    width: 100%;
    display: block;
}

#thumbwrapper {
    margin-top: 0px;
    padding: 5px 0;
    width: 100%;
    max-width: 526px;
    height: 75px;
    margin-bottom: 20px;
}

#thumbarea {
    position: relative;
    overflow: hidden;
    height: 76px;
    width: 100%;
    max-width: 525px;
}

#thumbs {
    position: absolute;
    list-style: none;
    margin-left: 1px;
    height: 75px;
    width: 100%;
    max-width: 526px;
    border-right: 5px solid #FFF;
    padding: 0;
    margin-top: 0;
}
#thumbs img{display:block;}
#thumbs li {
    float: left;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid #545454;
    box-shadow: inset 0 0 2px #e8e8e7;
    position: relative;
}

.imgnav {
    position: absolute;
    height: 523px;
    width: 13%;
    z-index: 100;
    z-index: 100;
    outline: none;
    cursor: pointer
}

#previmg {
    left: 0;
    background: url(images/arrow_left.png) center no-repeat;
    height: 100%;
}

#previmg:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#nextimg {
    right: 0;
    background: url(images/arrow_right.png) center no-repeat;
    height: 100%;
}

#nextimg:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

#thumbs li.active_img {
}

#thumbs li.active_img:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -2px;
    width: 98px;
    height: 69px;
    background-color: rgba(50,255,100,.2);
    border: 3px solid #299d3d;
}

.related .dtop {
    padding-bottom: 10px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    margin-bottom: 25px;
}

.related ul {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 900px;
}

.related ul li {
    list-style: none;
    display: inline-block;
    width: 143px;
}

.related a,.related a:hover {
    text-decoration: none;
}

.related p {
    color: #2f2f2f;
    font-size: 14px;
    height: 32px;
    overflow: hidden;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.related .font-price {
    color: #299d3d;
    font-size: 14px;
}

.related img {
    border: 1px solid #303030;
}

.related a {
    width: 122px;
    display: block;
}

.clearfix {
    clear: both;
}

#header {
    border-top: 10px solid #299d3d;
    background: url(images/bg-header.png) repeat-x 0 100%;
    position: relative;
    z-index: 10;
    padding: 0 0 13px;
}

.header-holder {
    width: 100%;
    max-width: 937px;
    margin: 0 auto 2px;
    position: relative;
    padding: 8px 0px 0 0;
}

.header-holder:before {
    content: '';
    position: absolute;
    width: 373px;
    height: 276px;
    background: url(images/bg-section02.png) no-repeat;
    right: -357px;
    top: -10px;
}

.logo {
    float: left;
    margin: 0 20px 0 0;
}

.header-holder .holder {
    float: right;
}

.header-holder .social {
    float: left;
    padding: 8px 0 0;
    margin: 0;
    list-style: none;
}

.header-holder .social li {
    float: left;
    margin: 0 0 0 9px;
}

.header-holder .social li:first-child {
    margin: 0;
}

.header-holder .social a {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/sprite.png) no-repeat;
    width: 11px;
    height: 13px;
}

.header-holder .social .facebook a {
    background-position: -20px 0;
    width: 7px;
}

.header-holder .tel-holder {
    font: 14px OpenSans;
    color: #000;
    text-align: right;
    float: right;
    padding: 2px 0 0;
    position: relative;
    margin: 0 0px 0 72px;
}

.header-holder .tel-holder .tel {
    display: block;
    white-space: nowrap;
    margin: 0 16px 0 0;
    color: #2f2f2f;
}

b {
    font-family: OpenSansBold;
}

.header-holder .tel-holder .tel+.tel {
    color: #299d3d;
}

.header-holder .tel-holder .tel.style01 {
    margin: -2px 0 0;
}

.header-holder .tel em {
    font-style: normal;
    font-size: 14px;
}

.header-frame {
    width: 100%;
    max-width: 937px;
    margin: 0 auto;
}

#nav {
    padding: 3px 0 5px 47px;
    margin: 0;
    list-style: none;
    float: left;
    font: 14px OpenSans;
}

#nav li {
    float: left;
    margin: 0 0 0 30px;
    padding: 6px 0 0;
}

#nav li:first-child {
    margin: 0;
    margin-bottom: 5px;
    margin-left: 7px;
}

#nav a {
    float: left;
    cursor: pointer;
}

#nav a span {
    /* float: left; */
}

#nav a:hover {
    text-decoration: none;
    color: #299d3d;
}

.header-frame .btn-call {
    float: right;
    text-align: center;
    font: 14px OpenSans;
    color: #f6f6f6;
    background: url(images/btn_call.png) no-repeat;
    width: 142px;
    height: 30px;
    line-height: 30px;
    margin-right: 16px;
    margin-top: 3px;
}

#nav .link-main {
  /* height: 28px;*/
   /*background:url(images/bg-link.png) no-repeat 100% -28px;*/
   /*   padding: 0 18px;
    line-height: 28px;
    border: 1px solid #2f2f2f;
    border-radius: 4px;*/
}

#nav .link-main a:hover {
    font-family: OpenSans;
}

#nav .link-main span {
}

.visual-holder {
    margin: -13px -9999px 0;
    text-align: center;
    position: relative;
}

.visual-holder img {
    display: block;
    margin: 0 auto;
}

.visual-holder .holder {
    position: absolute;
    top: 0;
    left: 50%;
    width: 937px;
    margin-left: -468.5px;
}

.visual-holder .holder .description {
    position: absolute;
    top: 61px;
    left: 260px;
    color: #0a630a;
    text-align: left;
    font: 26px/34px OpenSans;
}

.visual-holder .description h1 {
    background: url(images/bg-section03.png) ;
    margin: 0 0 6px;
    color: #f6f6f6;
    letter-spacing: 6px;
    padding: 16px 6px 11px 29px;
    text-transform: uppercase;
    font: 40px/49px OpenSans;
}

.visual-holder .description h1 em {
    font-size: 50px;
    font-style: normal;
}

.visual-holder .description .info {
    display: block;
    margin: 0 0 0 32px;
    letter-spacing: 2px;
}

.visual-holder .nav {
    padding: 0 0 0 109px;
    margin: 0;
    list-style: none;
    position: absolute;
    background: url(images/bg-section04.png) no-repeat;
    width: 1152px;
    bottom: 96px;
    left: 50%;
    margin-left: -582px;
    text-transform: uppercase;
    font: 14px OpenSans;
}

.visual-holder .nav li {
    float: left;
    position: relative;
}

.visual-holder .nav li:first-child:after {
    background: none;
}

.visual-holder .nav li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #ecebf1;
    top: 23px;
    left: 0;
}

.visual-holder .nav a {
    float: left;
    color: #f6f6f6;
    padding: 0 12px 0 0;
    margin: 0 -12px 0 -4px;
    position: relative;
    z-index: 10;
}

.visual-holder .nav span {
    float: left;
    position: relative;
    padding: 25px 21px 29px 33px;
}

.visual-holder .nav em {
    position: relative;
    font-style: normal;
}

/*.visual-holder .nav em:after{
	content:'';
	position:absolute;
	width:8px;
	height:6px;
	background:url(images/sprite.png) no-repeat 0 -136px;
	right:-14px;
	top:14px;
}*/
.visual-holder .nav li:hover a, .visual-holder .nav .active a {
    background: url(images/bg-nav-hover.png) no-repeat 100% 0;
    margin-top: -17px;
    color: #008817;
}

.visual-holder .nav li:hover span, .visual-holder .nav .active span {
    padding-top: 42px;
    background: url(images/bg-nav-hover.png) no-repeat 0 -93px;
}

.visual-holder .nav .active em:after, .visual-holder .nav li:hover em:after {
    background: none;
}

#block_404 {
    text-align: center;
}

#block_404 h1 {
    color: #299d3d;
    font-size: 185px;
    text-align: center;
    line-height: 220px;
    margin: 0 0 0 0;
    letter-spacing: 10px;
    font-family: sans-serif;
}

#block_404 h2 {
    text-align: center;
    color: #2f2f2f;
    font-size: 24px;
}

#block_404 p {
    color: #2f2f2f;
    font-size: 18px;
    text-align: center;
}

#block_404 a {
    color: #FFF;
    background: #30b647;
    padding: 7px 10px;
    border-radius: 10px;
    margin: 0 auto;
}

#main {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: -68px auto 0;
    padding: 0 0 25px;
}

#main:before {
    content: '';
    position: absolute;
    width: 1600px;
    height: 349px;
    background: url(images/bg-section01.png) no-repeat;
    top: -276px;
    left: 50%;
    margin-left: -825px;
}

#dle-content {
    margin-left: 20px;
}

#content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 13px 40px;
    background: url(images/bg_content.png) top center no-repeat;
    background-size: 100% auto;
    margin-bottom: 42px;
}

#content::before {
    content: " ";
    position: absolute;
    margin-bottom: -7px;
    top: -10px;
    left: -14px;
    width: 1026px;
    height: 53px;
    background-image: url(images/bg_content_new.jpg);
    background-size: 101%;
}

#content h1 {
    margin: 0;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 30px;
    position: relative;
}

#content .heading {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #688cb1;
    letter-spacing: 1px;
    margin: 0 0 32px 10px;
}

.inform-holder {
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 53px;
}

.inform-holder .btn {
    display: block;
    text-align: center;
    width: 101px;
    height: 29px;
    color: #f6f6f6;
    padding: 4px 5px 6px;
    letter-spacing: 2px;
    margin: 0 auto;
    font: 18px/15px OpenSans;
    background: url(images/sprite.png) no-repeat 0 -370px;
}

.inform-holder .img-holder {
    width: 300px;
    margin: 0 auto 15px;
    position: relative;
}

.inform-holder img {
    display: block;
}

.inform-holder .price {
    position: absolute;
    bottom: -13px;
    right: -59px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/sprite.png) no-repeat -29px 0;
    width: 121px;
    height: 120px;
}

#content .title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin: 0 0 16px;
}

#content p {
    margin: 0 0 16px;
}

#aside {
    float: right;
    position: relative;
    width: 353px;
    margin: -17px -3px 0 0;
}

#aside .block .heading {
    display: block;
    background: url(images/bg-section05.png) no-repeat;
    width: 283px;
    height: 20px;
    padding: 30px 55px 10px 15px;
    color: #f6f6f6;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 2px;
}

#aside .block .info {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}

.info li {
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 12px;
}

.info li:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: url(images/sprite.png) no-repeat 0 -153px;
    top: 7px;
    left: 0;
}

#aside .block-holder {
    width: 295px;
    margin: 0 0 0 4px;
    padding: 27px 20px 25px 36px;
    background: url(images/bg-section06.png) no-repeat -702px 0;
    position: relative;
    z-index: 1;
}

#aside .block-holder:after, #aside .block-holder:before {
    content: '';
    position: absolute;
    height: 29px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(images/bg-section06.png) no-repeat 0 0;
    z-index: -1;
}

#aside .block-holder:after {
    top: 14px;
    height: auto;
    bottom: 29px;
    background: url(images/bg-section06.png) repeat-y -351px 0;
}

.footer-holder {
    background: #003c0b;
}

.footer-holder .holder {
    width: 100%;
    max-width: 937px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0 25px 0px;
    position: relative;
    left: -50px;
}

.footer-holder .column {
    float: left;
    width: 159px;
    margin: 0 152px 0 0;
}

.footer-holder .logo {
    display: block;
    background: url(images/logo01.png) no-repeat;
    float: none;
    margin: 0 0 18px;
}

.footer-holder .tel-holder {
    position: relative;
    color: #f6f6f6;
    margin: 0 0 8px;
    text-align: right;
    font: 14px OpenSans;
    margin-top: 52px;
}

.footer-holder .tel-holder:after {
    content: '';
    position: absolute;
    background: url(images/ico_tell_footer.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 0; 
}

.footer-holder .tel-holder .tel {
    display: block;
}

.footer-holder .tel em {
    font-style: normal;
    font-size: 14px;
}

.footer-holder .btn {
    display: block;
    margin: 0 0 0px auto;
    width: 140px;
    height: 30px;
    font: 14px OpenSans;
    text-align: center;
    color: #003c0b;
    line-height: 30px;
    background-color: #f6f6f6;
    border-radius: 4px;
}

.footer-holder .social {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    float: right;
}

.footer-holder .social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 7px;
    text-align: left;
}

.footer-holder .social a {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    background: url(images/vk.png) no-repeat;
    width: 30px;
    height: 30px;
}

.footer-holder .social .facebook a {
    background: url(images/fb.png) no-repeat;
}

.footer-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    font: 14px OpenSans;
}

.footer-nav a {
    color: #f6f6f6;
}

.footer-nav li {
    margin: 0 0 7px;
}

.footer-nav .main-link a {
    display: inline-block;
    vertical-align: top;
}

.footer-nav .main-link {
    margin-left: -10px;
    margin-bottom: 5px;
}

.footer-nav .main-link span {
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f6f6f6;
    width: 86px;
    text-align: center;
    border-radius: 4px;
}

.footer-info {
    padding: 3px 0 0;
    margin: 0;
    list-style: none;
    float: right;
    width: 195px;
    margin-right: 95px;
    margin-top: 10px;
    font: 14px OpenSans;
    text-transform: uppercase;
}

.footer-info li {
    border-top: 1px solid #f6f6f6;
    margin: 0 0 4px;
    padding: 4px 0 0;
}

.footer-info li:first-child {
    border: none;
    padding-top: 0;
}

.footer-info a {
    color: #f6f6f6;
}

.footer-frame {
    background: #09230c;
}

.footer-frame .holder {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 14px;
    color: #f6f6f6;
    padding: 17px 0px 17px;
    position: relative;
}

.footer-frame .holder a {
    text-decoration: underline;
    color: #f6f6f6;
}

.footer-frame .holder a:hover {
    text-decoration: none;
}

.footer-frame .info-holder {
    margin: 0 0px 0 0;
    text-align: center;
}

.footer-frame .info-holder span {
    display: block;
    margin: 0 0 0px;
}

.footer-frame .frame {
    float: left;
}

.footer-frame .frame img {
    float: left;
    margin: 0 5px 0 0;
}

.footer-frame .consultant {
    position: absolute;
    bottom: 0;
    right: 0;
}

div#product {
    width: 100%;
    max-width: 847px;
    margin: 0 auto;
}

div#product div.box {
    margin: 0;
}

div#product div.box:hover {
}

div#product div.box div.title-kind {
    height: 42px;
    background: url(images/bg_header_prise.png) top center no-repeat;
    background-color: #b6dbbd;
}

div#product div.box div.title-kind span.corner {
    display: block;
    width: 41px;
    float: right;
    height: 50px;
    background: url(images/alpha_white_corner_30.png) 0 0 no-repeat;
}

div#product div.box div.title-kind span.text {
    display: block;
    color: #2f2f2f;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    padding-top: 12px;
    width: 70%;
    line-height: 23px;
    padding-left: 20px;
    box-sizing: border-box;
}

div#product div.box div.title-kind span.text-right {
    float: right;
    width: 20%;
    text-align: right;
    padding-top: 12px;
    padding-right: 40px;
    box-sizing: border-box;
    background-color: #299d3d;
    color: #f6f6f6;
    line-height: 23px;
    padding-bottom: 7px;
}

div#product div.box div.title-kind span.text-right:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    margin-left: -47px;
    margin-top: -1px;
    height: 30px;
    border-top: 31px solid #299d3d;
    border-left: 46px solid transparent;
}

div#product div.box ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    clear: left;
}

.ui-dialog {
    padding: 0 !important;
    border-radius: 10px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: none;
    background-color: #299d3d;
    border: none;
    height: 65px;
    border-radius: 4px 4px 0 0;
}

.ui-state-default .ui-icon {
    width: 30px;
    height: 30px;
    background: none;
    background-image: none !important;
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    margin-right: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url(images/close_form.png) 0 0 no-repeat !important;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
    border: none;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: -15px;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close:focus {
    outline: none !important;
}

#callf .tableform {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
}

#callf .tableform p {
    font-size: 18px;
    color: #4a4a4a;
}

#callf .tableform input,#callf .tableform textarea {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tableform textarea {
    height: 100px;
    padding-top: 5px;
}

.ui-widget-content {
    border: none;
    margin-top: 30px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    border: none !important;
}

.ui-dialog .ui-dialog-buttonpane button {
    font-size: 14px;
    color: #f6f6f6;
    background: none;
    border: none !important;
    background: -moz-linear-gradient(180deg, #30B848 10%, #299e3d 100%);
    /* FF3.6+ */
    background: linear-gradient(180deg, #30B848 10%, #299e3d 100%);
    /* W3C */
}

#page_faq button:hover, .full_story form button:hover, button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only:hover {
    background: white;
    box-shadow: inset 0 0 2px 2px #2BA540;
    color: #2AA23F;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close:hover {
    box-shadow: inset 0 0 0px 3px white;
    border-radius: 25px;
}

.ui-widget-content {
    border: none;
    background: none;
    color: #222222;
}

.ui-dialog-title {
    display: none;
}

div#product div.box ul li {
    list-style: none;
    background-color: #d3e7d7;
    padding: 20px;
}

div#product div.box ul li:nth-child(2n) {
    background-color: #f6f6f6;
}

div#product div.box ul li div.price {
    color: #2f2f2f;
    font-size: 14px;
    float: right;
    width: 93px;
    height: 23px;
    line-height: 21px;
    border: 1px solid #2f2f2f;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
    margin-top: -3px;
}

div#product div.box ul li div.title {
    color: #2f2f2f;
    font-size: 14px;
    text-align: left;
    margin: 0;
}

div#product div.box ul li div.title a {
    color: #2f2f2f;
    text-decoration: none;
    line-height: 14px;
    background: url(images/icon_spravka.png) left center no-repeat;
    padding-left: 25px;
}

div#product div.box ul li div.title a:hover {
    text-decoration: underline;
}

/*div#product div.box.cat-1 {
	background: #c6e7de url(images/cat-bg-students.png) right bottom no-repeat;
}
div#product div.box.cat-1 ul li {
	border-bottom: 1px dotted #6a7b77;
}
div#product div.box.cat-2 {
	background: #e9f1d9 url(images/cat-bg-workers.png) right bottom no-repeat;
}
div#product div.box.cat-2 ul li {
	border-bottom: 1px dotted #7c8174;
}
div#product div.box.cat-3 {
	background: #f1d9de url(images/cat-bg-children.png) right bottom no-repeat;
}
div#product div.box.cat-3 ul li {
	border-bottom: 1px dotted #817477;
}
div#product div.box.cat-4 {
	background: #dad9f1 url(images/cat-bg-deespancer.png) right bottom no-repeat;
}
div#product div.box.cat-4 ul li {
	border-bottom: 1px dotted #757481;
}
div#product div.box.cat-5 {
	background: #f1e7d9 url(images/cat-bg-analyz.png) right bottom no-repeat;
}
div#product div.box.cat-5 ul li {
	border-bottom: 1px dotted #817b74;
}
div#product div.box.cat-6 {
	background: #ececec url(images/cat-bg-medecine.png) right bottom no-repeat;
}
div#product div.box.cat-6 ul li {
	border-bottom: 1px dotted #7e7e7e;
}*/
div.full_story h1 {
    line-height: 26px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    margin-top: -8px;
    margin-left: -8px;
}

/***************************************************/
.visual-holder .nav {
    padding: 0 0 0 204px;
    margin: 0;
    list-style: none;
    position: absolute;
    background: url(images/bg-section04.png) no-repeat;
    width: 1227px;
    background-size: 100%;
    bottom: 133px;
    left: 50%;
    margin-left: -675px;
    text-transform: uppercase;
    font: 14px OpenSans;
}

#main:before {
    content: '';
    position: absolute;
    width: 1859px;
    height: 349px;
    background: url(images/bg-section01.png) no-repeat;
    top: -313px;
    left: 50%;
    margin-left: -960px;
    background-size: 100% 100%;
}

#content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 8px 30px 0 0px;
    margin-bottom: 42px;
    margin-top: -20px;
    background: #F6F6F6;
    box-shadow: 0px 0px 10px 4px #BADFC1;
    margin-left: -50px;
}

.main_products {
    float: left;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 42px;
    margin-top: -40px;
    margin-left: -50px;
    display: none;
}

.main_products ul {
    padding: 0;
    /* margin-left: 15px; */
}

.main_products li {
    list-style: none;
    width: 492px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px #BADFC1;
}

.main_products li:nth-child(2n) {
    margin-right: 0;
}

.main_products li h3 {
    background-color: #289a3c;
    line-height: 84px;
    padding-left: 30px;
    font-size: 14px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
}

.main_products li a {
    color: #f6f6f6;
    position: relative;
    display: block;
    height: 391px;
    transition: all .3s;
}

.main_products li a:hover {
    text-decoration: none;
}

.main_products li a::after {
    transition: all .3s;
}

.main_products li a:hover::after {
    content: "Заказать справку";
    display: block;
    color: #f6f6f6;
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    background: linear-gradient(to top, #30b848, #299e3d);
    border-radius: 5px;
    text-align: center;
}

.main_products li a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    background-color: rgba(255,255,255,0.51);
    position: absolute;
    z-index: 1;
    top: 0px;
}

.header-holder:before {
    content: '';
    position: absolute;
    width: 507px;
    height: 276px;
    background: url(images/bg-section02.png) no-repeat;
    right: -490px;
    top: -10px;
    background-size: 100% 100%;
}

.main_products li a img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

input[name^='pole'] {
    display: inline-block;
    -webkit-animation: moveAndBack 1s ease-in-out;
    animation: moveAndBack 1s ease-in-out;
}

input[name^='pole'].not-ready {
    /*      -webkit-animation-duration: 0;
	 animation-duration: 0; */
}

input[name^='pole']:hover {
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-fill-mode: forwards;
    animation-direction: alternate;
    animation-iteration-count: 2;
    animation-fill-mode: forwards;
}

/*     @-webkit-keyframes moveAndBack {
     0% { -webkit-transform: translate(0); transform: translate(0); }
     25% { -webkit-transform: translateX(5px); transform: translateX(5px);}
     100% { -webkit-transform: translateX(5px); transform: translateX(5px);}
    } */
/*** CROSSBROWSER PLACEHOLDER **/
.label-wrap {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    /*  width: 328px; */
    /* margin: -56px 0 16px 1px; */
    z-index: 1;
    position: absolute;
    box-sizing: border-box;
    color: #BBA9A9;
    height: 41px;
line-height: 41px;
}

.label {
    cursor: text;
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
}

#page_faq .col-md-6 {
    width: 50%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
}

#page_faq .col-md-6 b {
    text-transform: uppercase;
    font-size: 16px;
}

#page_faq .col-md-6 form {
    margin-top: 20px;
}

#page_faq .col-md-6+.col-md-6 {
    padding-left: 0;
}

#page_faq h1 {
    color: #2f2f2f;
    font-size: 18px;
    font-family: OpenSansBold;
    margin-bottom: 25px;
}

#page_faq .font {
    display: block;
    font-size: 14px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

#page_faq input,#page_faq select,#page_faq textarea {
    width: 313px;
    line-height: 35px;
    padding: 0px 10px;
    border: 1px solid #2f2f2f;
    border-radius: 3px;
    margin-bottom: 15px;
}

#page_faq select {
    display: block;
    box-sizing: content-box;
    height: 35px;
    color: rgba(47, 47, 47, 0.51);
}

#page_faq textarea {
    height: 150px;
}

#page_faq ul {
    padding: 0 5px;
}

#page_faq .green {
    color: green;
}

#page_faq li {
    list-style: none;
    position: relative;
}

#page_faq li:nth-child(2n) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dashed #2f2f2f;
    font-style: italic;
}

#page_faq li:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(images/q-icon.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#page_faq li:nth-child(2n)::before {
    background: url(images/o-ico.png) 0 0 no-repeat;
}

#page_faq button {
    font-size: 14px;
    color: #f6f6f6;
    background: none;
    border: none !important;
    background: linear-gradient(180deg, #30B848 10%, #299e3d 100%);
    padding: 8px 35px;
    border-radius: 4px;
}
.contacts-table{
    width:100%;
}
#page_faq.contact_us .col-md-4 {
    width: 50%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
}

#page_faq.contact_us .col-md-8 {
    width: 50%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
}

#page_faq.contact_us input,#page_faq.contact_us select,#page_faq.contact_us textarea {
    width: 93%;
    line-height: 35px;
    padding: 0px 10px;
    border: 1px solid #2f2f2f;
    border-radius: 3px;
    margin-bottom: 15px;
}
#page_faq.contact_us input
.highslide img {
    width: 100%;
    margin: 10px 0;
}

#page_faq.contact_us i {
    font-style: normal;
    color: #299d3d;
    font-family: OpenSansBold;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 20px;
    display: block;
    padding-left: 25px;
}

#page_faq.contact_us i.mail+p {
    margin-bottom: 20px;
}

#page_faq.contact_us i.mail {
    background: url(images/mail-ico.png) 0 0 no-repeat;
}

#page_faq.contact_us i.phone {
    background: url(images/phone-ico.png) 0 0 no-repeat;
}

#page_faq.contact_us .col-md-4 p {
    margin-bottom: 5px;
    color: #2f2f2f;
}
#page_faq.contact_us .contacts-text{
    margin: 10px 0;
    line-height: normal;
}
#page_faq.contact_us .col-md-8 p {
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #2f2f2f;
}

#page_faq.contact_us .col-md-8 b {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}

#page_faq.contact_us h1 {
    margin-bottom: 10px;
}

#page_faq.contact_us.delivery select {
    width: 270px;
    margin-top: 15px;
}

#page_faq.contact_us.delivery .col-md-4 {
    width: 38%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
}

#page_faq.contact_us.delivery .col-md-8 {
    width: 62%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
}

#page_faq.contact_us.delivery .col-md-4 img {
    width: 290px;
    margin-bottom: 30px;
}

#page_faq.contact_us.delivery .col-md-8 img {
    width: 100%;
    margin: 25px 0;
}

#block_404 {
    padding-top: 0px;
    text-align: center;
    margin-bottom: 100px;
    color: #2f2f2f;
}

#block_404 h1 {
    font-family: OpenSansBold;
    font-size: 200px;
    color: #299d3d;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #2f2f2f;
    margin: 0;
}

#block_404 h1 img {
    margin: 0 5px;
}

#block_404 h2 {
    font-size: 24px;
    font-family: OpenSans;
    margin-top: 15px;
    margin-bottom: 30px;
}

#block_404 p {
    font-size: 18px;
    margin-bottom: 20px;
}

#block_404 a {
    display: inline-block;
    width: 240px;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none;
    background: #30b848;
    /* Old browsers */
    background: linear-gradient(to bottom, #30b848 0%,#299d3d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media all and (max-width: 1120px) {
    #main {
        margin-left:auto;
        margin-right: auto;
        padding-top: 30px;
    }
    .main_products li{
    float: none;
    width: 47%;
    display: inline-block;
    margin: 0 1% !important;
}
    .ui-dialog{
    width: 70% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}

    .main_products {
        margin-left: 0;
    }
    #content{
    margin: 0 auto;
}
.footer-holder .holder{margin:0 auto;left: 0;padding-bottom: 49px;}
.speedbar{
    margin-left: 0;
}
}
@media all and (max-width: 1000px) {

.full_story form{
     width: 336px; 
}
}
@media all and (max-width: 960px) {
    .logo {
        display:block;
        float: none;
        position: absolute;
        top: 20px;
        left: 0;
    }

    .header-holder .holder {
        float: none;
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .header-holder {
        min-height: 67px;
    }
.header-holder:before{display:none;}
    .header-frame .btn-call {
        float: none;
        position: absolute;
        top: 40px;
        right: 0;
    }
    .main_products li{
    float: none;
    width: 48%;
    display: inline-block;
    margin: 0 1% !important;
}
    #nav {
        margin: 0 auto;
        float: none;
        /* text-align: center; */
        /* display: block; */
        padding: 0 0 5px 0;
        max-width: 608px;
    }

    .header-frame {
        text-align: center;
    }

    .wrapper-holder {
        overflow: visible;
    }

    .visual-holder {
        margin: -13px 0 211px 0;
        max-height: 290px;
    }
    .visual-holder img{width:100%;}
    .visual-holder .nav{width:100%;top: 83%;position: absolute;margin: 0;left: 0;padding: 0 0 0 0;}
    .visual-holder .nav li{float:none;width: 100%;background: #289a3c;border-bottom: 1px #1c822e solid;}
    .visual-holder .nav a{float:none;display: block;padding: 10px 0;margin: 0;}
    .visual-holder .nav li:after{display:none;}
    .visual-holder .nav span{float:none;display: block;padding: 0;}
    .visual-holder .nav li:hover a, .visual-holder .nav .active a{
    margin: 0;
    background: none;
}
.visual-holder .nav li:hover a, .visual-holder .nav .active a{
    background: white;
    box-shadow: inset 0 0 5px 1px #000;
}
.visual-holder .nav li:hover span, .visual-holder .nav .active span{
    padding: 0;
    background: none;
}
    #main{overflow:hidden;margin: 0 auto;}
    .main_products{margin:0;}

#content{
    margin: 0 auto;
    padding-right: 5px;
}
#dle-content{margin-left:5px;}
.main_products li h3{
    line-height: normal;
    padding: 10px 7px;
    min-height: 58px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.main_products li a{height:initial;}
.main_products li a:hover::before{
    width: 100%;
    height: 100%;
}
.main_products li a:hover::after{
    font-size: 14px;
    width: 125px;
    height: 30px;
    line-height: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.main_products li a img{position:relative;width: 100%;display: block;}
.main_products ul{margin:0;font-size: 0;}
.footer-holder .column{
    display: inline-block;
    float: none;
    margin: 0;
    width: 33%;
}
.footer-holder .logo{left:10px;}
.footer-holder .btn{margin: 0 0 0 10px;}
.footer-holder .tel-holder{text-align:left;padding-left:40px;}
.footer-nav{
    float: none;
    display: inline-block;
    text-align: center;
    width: 33%;
}
.footer-holder .social{
    float: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 5px;
}
.footer-holder .social li{}
.footer-info{
    float: none;
    display: inline-block;
    width: 33%;
    text-align: right;
    margin: 0;
}
.footer-frame .info-holder span{display:block;float: none !important;text-align: center;margin: 5px 0 5px 0;}
.footer-holder .holder{font-size:0;}
div#product div.box ul li div.title a{line-height:22px;}
div#product div.box div.title-kind span.text-right{z-index: 999999;position:relative;display: block;width: 45%;}
div#product div.box div.title-kind span.text-right:before{z-index:-1;}
div#product div.box div.title-kind span.text{width: 55%;}
div#product div.box div.title-kind span.text{display:none;}
.speedbar{margin-top: 9px;top: -15px;padding-left: 5px;}
#page_faq.contact_us.delivery .col-md-4{display:block;float: none;margin: 0 auto;width: 293px;padding: 0;}
#page_faq.contact_us.delivery .col-md-8{
    width: 100%;
    padding: 0;
}
#page_faq .col-md-6{
    float: none;
    margin: 0 auto;
    display: block;
    width: 89%;
    padding: 0;
}
#page_faq input, #page_faq select, #page_faq textarea{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.full-story-left-col{
    display: block;
    width: 630px;
    margin: 0 auto;
}
.full-story-text{padding: 0 10px 25px 10px !important;}
.full-story-right-col{
    margin: 0 auto;
    display: block;
}
.full_story form{
    width: 100%;
    padding: 0;
}
.full_story form .g-recaptcha{
    width: 302px;
    padding: 0;
}
.full_story form button{
    margin: 0 auto;
    display: block;
    float: none;
}
.label, .label-wrap{}
.related ul li{margin-bottom:10px;}

}

@media all and (max-width: 650px) {
    #nav li {
        float:none;
        width: 300px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0 auto !important;
    }

    #nav a {
        float: none;
    }
   .footer-holder .column{width:100%;}
   .footer-holder .logo{margin: auto;left: 0;right: 0;}
   .footer-holder .tel-holder{
    width: 130px;
    margin: 33px auto 0 auto;
}
.footer-holder .btn{
    margin: 10px auto 10px auto;
}
.footer-nav{width:100%;}
.footer-info{width: 70%;margin: 20px auto 20px auto;text-align: center;display: block;}
.footer-info li{padding:5px 0;}
.ui-dialog{width: 95% !important;}
.ui-dialog .ui-dialog-titlebar{padding: 18px 0 !important;height: initial;}
div#product div.box div.title-kind span.text-right{width: 80%;}
div#product div.box div.title-kind span.text{display:none;}
#page_faq.contact_us .col-md-8{
    /* display: block; */
    width: 100%;
}
#page_faq.contact_us .col-md-4{
    width: 100%;
    padding: 0;
    margin: 13px 0 0 23px;
}
.full_story form{margin: 0 auto;}
.full-story-left-col{width:100%;}
.full-story-right-col{width:100%;}
#thumbs li{
    float: none;
    display: inline-block;
    margin: 0 0 4px 0;
}
#thumbwrapper{height:initial;}
#thumbarea{height:initial;overflow: visible;}
#thumbs{height:initial;position: relative;text-align: center;}
}
@media (max-width: 470px) {
    .main_products li{width:100%;margin: 0 !important;}
    #page_faq.contact_us .col-md-4 {
    }
    #block_404 h1{font-size: 100px;}
    #block_404 h1 img{
    width: 73px;
}
}

/* Leaving Popup */
.leaving-overlay{position:fixed;background:rgba(0,0,0,0.5);height:100%;width:100%;top:0;display:none;z-index:99;}
.leaving-popup-send-ok{display:none;position: absolute;top: 0;width: 100%;height: 100%;z-index: 9;line-height: normal;color: #508649;box-sizing: border-box;-moz-box-sizing: border-box;padding-top: 130px;text-align: center;padding: 200px 20px 6px 190px;font-size: 30px;background: #fff url(/templates/Default2/images/msg-ok-bg.png)no-repeat left 10px top 200px;}
.leaving-popup-send-ok:before{
    content: 'Спасибо!';
    background: #003c0b;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 44px;
    color: #ffffff;
    padding: 26px 0;
    text-align: center;
}
.leaving-popup-send-ok-visible{display:block;}
.leaving-popup {
         display: none;
         max-width: 500px;
		 width:100%;
         position: fixed;
         top: 200px;
         left: 0;
         right: 0;
         margin: auto;
         z-index: 99999;
         font-family: 'OpenSans';
         font-weight: 700;
}
.leaving-popup .leaving-popup-close-btn {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 3px;
	top: 4px;
	cursor: pointer;
	color: #fefbf4;
	font-family: monospace;
	line-height: 22px;
	font-weight: 700;
	font-size: 35px;
	background: url(images/leaving-popup-close-icon.png)no-repeat;
	background-position: 0px -18px;
	z-index: 99999;
}
.leaving-popup .leaving-popup-close-btn:hover{background-position: 0px 0px;}
.leaving-popup .leaving-popup-title {
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    border-top: 1px #ecf0f1 solid;
    background: #003c0b;
    padding: 10px 0 23px 0;
    line-height: 31px;
    font-weight: 700;
}
.leaving-popup .leaving-popup-body {
    background: #fff url(images/leaving-popup-logo.png)no-repeat left 0 top 66px;
}
.leaving-popup .leaving-popup-content {
    font-size: 17px;
    color: #292929;
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 48px 130px;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: normal;
}
.not-valid {box-shadow:0 0 0 2px red !important;}
.leaving-popup input[type=text] {
    font-size: 30px;
    padding: 0 5px;
    border: 0;
    color: #292929;
    width: 239px;
    font-family: 'OpenSans';
    border-radius: 5px;
    margin: 20px 0 27px 0;
    height: initial;
    border: 1px #c1c1c1 solid;
    box-shadow: inset 1px 1px 1px;
}
.leaving-popup input[type=submit] {
    background: linear-gradient(to bottom, #30b848, #299d3d);
    cursor: pointer;
    border-radius: 5px;
    padding: 8px 51px;
    transition: 0.3s;
    font-weight: 500;
    margin: 0;
    height: initial;
    font-size: 28px;
    color: #fefbf4;
    border: 0;
    font-weight: 700;
}
.leaving-popup input[type=submit]:hover {background: linear-gradient(to bottom, #299d3d, #30b848);}
.leaving-popup .leaving-popup-country-code {
    left: 46px;
    top: 10px;
    position: relative;
    font-size: 42px;
    float: left;
    font-weight: 700;
    color: #292929;
}
.leaving-popup .input-body{/* width:238px; *//* float: right; */}
.leaving-popup .formValidation{
	display:none;
}
.leaving-popup .block-tel{
	margin-top: 15px;
}
.leaving-popup-visible{
display:block;
}