html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}
body {
    font-family: Arial;
    font-size: 13px;
    o1verflow-x: hidden;
    overflow-y: auto; 
}

* {
    line-height: 120%;
}

a {
    font-size: 16px;
    color: #00A2FF;;
}

a:hover {
    text-decoration: none;
}

a img { border: none; }
fieldset { border: none; padding: 0px;}

input,textarea,button { outline:none;}

input[type="submit"], button { cursor: pointer; }

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

* {
    outline-style: none;
}

button {
    cursor: pointer;
}

.clr {
    clear: both;
    width: 0px;
    height: 0px;
}

.w960 {
    max-width: 960px;
    margin: 0 auto;
    
}
.mob_nav{display:none;}
.mob_nav.active{display:block;}
.top_nav {
    overflow: hidden;
    margin-left: 19px;
    border-right: 1px solid #e1e1e1;
    display:inline-block;
}

    .top_nav li {
        display:inline-block;
        font-family: Arial;
    }

    .top_nav li a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        color: #00243B;
        text-transform: uppercase;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        border-left: 1px solid #e1e1e1;
        height: 80px;
        line-height: 80px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
        background: transparent;
    }

    .top_nav li a:hover {
        background: #33B5FF;
        color: #FFF;
    }

    .fixed_top_act .top_nav li a {
        height: 41px;
        line-height: 41px;
    }

    .ft_phone{
        display:inline-blockblock;
    }
    .ft_phone2{
      display:none;  
    } 
    
    .fixed_top_act .ft_phone2 {
        display:inline-block;
    }

    .fixed_top_act .ft_phone {
        display:none;
    }


.container_main {
    position: relative;
    -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
            -webkit-transform-origin: center top;
               -moz-transform-origin: center top;
                -ms-transform-origin: center top;
                 -o-transform-origin: center top;
                    transform-origin: center top;
}

.fixed_top {
    position: fixed;
    z-index: 600;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .fixed_top_act {
        padding-bottom: 5px;
        padding-top: 5px;
    }

         .fixed_top_act .logo {
             height: 40px;
         }

         .fixed_top_act .ft_right .circle_btn {
             margin-top: 2px;
         }

            .fixed_top_act .ft_phone {
                padding-top: 6px;
            }

    .fixed_top .w960 {
        overflow: hidden;
        /*padding-top: 11px;*/
        /*padding-bottom: 12px;*/
   
    }

    .logo {        
        display: inline-block;
        text-decoration: none;
        height: 69px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .logo img {
            display: block;
            height: 100%;
        }

.ft_right {
    float: right;
    overflow: hidden;
    padding-top: 6px;
}

    .fixed_top_act .ft_right {
        padding-top: 0;
    }

    .ft_phone {
        display:block;
        font-size: 24px;
        font-family: Arial;
        line-height: 24px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .ft_phone span {
        display: block;
        font-size: 11px;
        color: #4F4940;
        font-family: Arial;
        font-style: italic;
        line-height: 11px;
    }

.circle_btn {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #00A1FE;
    height: 36px;
    line-height: 36px;
    padding-left: 34px;
    padding-right: 34px;
    border: 1px solid #00a2ff;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    text-align: center;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
            
            text-shodow: #000000 0px 0px 5px ;
}

    .circle_btn:hover {
        color: #FFF;
        background: #00a2ff;
    }

    .ft_right .circle_btn {
        float: right;
        margin-top: 10px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
                text-shodow: #000000 0px 0px 25px ;
    }

    button.circle_btn {
        line-height: 20px;
        background-color: #FFFFFF;
    }

.header {
    background-image: url("../img/header/12.jpg");

    background-position: center center;
    background-size: cover;
    /*background-attachment: fixed;*/
    display: table;
    width: 100%;
    margin-top:85px;
  transition: all linear .3s;
  -moz-transition: all linear .3s;
  -webkit-transition: all linear .3s;
}

    .header_inner {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .header_inner .w960 {
        padding-top: 70px;
    }

    .nine_km {
        text-align: center;
        font-size: 30px;
        color: #00FF9C;
        font-family: Arial;
    }

    .header h1 {
        display: block;
        text-align: center;
        font-size: 40px;
        color: #FFF;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 40px;
    }

    .h_price {
        text-align: center;
        margin-top: 46px;
    }

        .h_price i {
            display: inline-block;
            background: url("../img/s.png");
            width: 325px;
            height: 135px;
            background-position: -5px -423px;
            position: relative;
            left: -20px;
        }


    .h_btn {
        /*background-color: #CCCCCC;*/
        max-width: 960px;
        position: absolute;
        display: block;
        margin: auto;
        overflow: hidden;
		text-align:center;
        top: calc(31vw + 82px); /* 80% - 20px */
        /*margin-top: 30px;*/
        padding-top: 10px;
        padding-bottom: 3px;
        left:0px;
        right: 0px;
        /*text-shadow:0px 0px 5px #000000;*/
        z-index: 599;
    }

@media screen and (max-width: 800px) {
.h_btn {
    display: none;
}
}

        .h_btn a {            
            padding-left: 30px;
            padding-right: 30px;
            color: #FFF;
            border-color: #FFF;
            background: transparent;
			margin: 0 10px;
			margin-bottom:10px;			
        }

            .h_btn a:hover {
                background: #fff;
                color: #003159;
            }
        

.title_main {
    font-size: 25px;
    color: #00243b;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 44px;
}

    .title_main span {
        display: block;
        font-size: 20px;
        color: #4F4940;
        font-weight: normal;
        font-style: italic;
        line-height: 22px;
        text-transform: none;
        max-width: 480px;
        margin: 0 auto;
        margin-top: 22px;
        font-weight: normal;
    }

.infra {
    background: url("../img/infra_bg.jpg") no-repeat center 163px;
    padding-bottom: 50px;
    min-height: 750px;
}

.infra_info {
    font-size: 14px;
    color: #4F4940;
    line-height: 20px;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    margin-top: 545px;
	padding:0 10px;
}

.infra .circle_btn {
    width: 158px;
    padding: 0;
    display: block;
    margin: 0 auto;
    margin-top: 42px;
}

.num {
    background: #00a2ff;
    padding-bottom: 77px;
}

.num_list {
    overflow: hidden;
    max-width: 824px;
    margin: 0 auto;
    margin-top: 23px;
}

    .num_list li {
		width: 49%;
		padding: 0;
		margin: 0;
		display: inline-block;    
		text-align: center;
		vertical-align: top;
		margin-bottom: 10px;
    }

.nl_img {
    display: table;
    width: 100%;
    height: 132px;
}

    .nl_img span {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
    }

    .nl_text {
        margin-top: 8px;
        font-size: 14px;
        color: #00243B;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
        padding-left: 20px;
        padding-right: 20px;
    }

        .nl_text span {
            display: block;
            margin-top: 20px;
            font-weight: normal;
            text-transform: none;
        }

.video_present {
    padding-bottom: 93px;
    padding-left: 10px;
    padding-right: 10px;
    background: url("../img/video_bg.jpg") no-repeat center 100px;
}

.vp_video {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
}

    .vp_video img {
        max-width: 720px;
        width: 100%;
        display: inline-block;
    }

    .vp_play {
        display: block;
        position: absolute;
        background: url("../img/s.png");
        width: 128px;
        height: 128px;
        background-position: -5px -2382px;
        text-decoration: none;
        z-index: 30;
        left: 50%;
        top: 50%;
        margin-left: -64px;
        margin-top: -64px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .vp_play:hover {
            opacity: 0.7;
            -webkit-transform: scale(1.2,1.2);
               -moz-transform: scale(1.2,1.2);
                -ms-transform: scale(1.2,1.2);
                 -o-transform: scale(1.2,1.2);
                    transform: scale(1.2,1.2);
        }


.zahvat_main {
    background: url("../img/zahvat_bg.jpg") no-repeat center center;
    background-attachment: fixed;
    width: 100%;
    display: table;
    padding-bottom: 30px;
    padding-top: 30px;
    min-height:99vh;
    height: 600px;
}

    .zahvat_main .w960 {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .form_zahvat {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 720px;
        margin: 0 auto;
        padding: 34px 10px 50px 10px;
        background: #FFF;
        position: relative;
        /*-webkit-border-radius: 20px;
                border-radius: 20px;*/
    }

        .form_zahvat:before {
            content: "";
            display: block;
            position: absolute;
            top: -53px;
            background: url("../img/s.png");
            width: 304px;
            height: 53px;
            background-position: -5px -360px;
            left: 50%;
            margin-left: -150px;
        }

    .fz_title {
        text-align: center;
        font-size: 30px;
        color: #00243B;
        font-weight: bold;
        text-transform: uppercase;
    }

        .fz_title span {
            display: block;
            font-size: 30px;
            color: #4F4940;
            font-family: Arial;
            font-weight: normal;
        }

    .fs_decor {
        text-align: center;
        margin-top: 24px;
    }
         .fs_decor i {
            display: inline-block;
            background: url("../img/s.png");
            width: 142px;
            height: 62px;
            background-position: -5px -5px;
         }

         .fs_decor_filtr i {
            width: 142px;
            height: 62px;
            background-position: -5px -144px;
         }

    .fz_two_input {
        overflow: hidden;
        margin-top: 22px;
		text-align:center;
    }

        .fz_two_input input {
            margin-bottom:20px;
			margin-right:10px;
        }        

        .btn_align {
            text-align: center;
        }

        .zahvat_main .btn_align {
            padding-top: 40px;
        }

        .zahvat_main .circle_btn {
            color: #00A2FF;
            background: #FFF;
            border-color: #00a2ff;
        }

            .zahvat_main .circle_btn:hover {
                color: #FFF;
                background: #00A2FF;
            }

input[type="text"] {
    font-size: 14px;
    color: #4F4940;
    font-family: Arial;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-style: italic;
    width: 258px;
    height: 39px;
    border: 1px solid #cac8c5;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    vertical-align: top;
}

    input[type="text"]:focus {
        border-color: #4f4940;
        color: #00243B;
        font-size: 18px;
        font-style: normal;
    }

.plan {
    cursor: pointer;
}

.plan:hover {
    box-shadow: 0px 0px 10px #5050FF;
}

.plan_list {
    overflow: hidden;
    margin: auto;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    max-width: 980px;
    margin-top: 27px;
    text-align: center;

}

    .plan_list > li {
        display:block;
        width: 238px;
        height: 360px;
		margin:0 auto;
		margin-bottom:20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #d5d1ca;
        -webkit-border-radius: 14px;
                border-radius: 14px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 0px 1px #dddbc0;
                box-shadow: 0px 0px 0px 1px #dddbc0;
        margin-right: 15px;
        margin-left: 15px;
        display:inline-block;
    }
        .plan_list > li:hover {
            z-index: 20;
            -webkit-box-shadow: 0px 0px 0px 1px #0089d8;
                box-shadow: 0px 0px 0px 1px #0089d8;
        }

        .plan_list > li > div {
            /*padding: 13px 12px 0px 12px;*/
            padding-top: 29px;
        }

        .plan_list > li:hover {
            cursor: default;
            border-color: #0089d8;
        }

        .plan_list li * {
            -webkit-transition: 0.3s !important;
               -moz-transition: 0.3s !important;
                -ms-transition: 0.3s !important;
                 -o-transition: 0.3s !important;
                    transition: 0.3s !important;
        }

.pl_img {
    display: table;
    width: 100%;
    height: 237px;
    text-align: center;
    position: relative;
}

    .pl_img span {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .pl_cena {
        font-size: 14px;
        line-height: 14px;
        color: #878380;
        padding-left: 21px;
        padding-right: 21px;
    }

    .pl_cena_month {
        font-size: 18px;
        color: #00243B;
        font-weight: bold;
        line-height: 18px;
        margin-top: 7px;
        white-space: pre-wrap;
        padding-left: 18px;
        padding-right: 18px;
        position: relative;
        z-index: 40;
        text-align: center;
    }

        .pl_cena_month sup {
            font-size: 12px;
            position: relative;
            top: -6px;
            left: 1px;
        }

.pl_room {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    font-size: 11px;
    color: #00A2FF;
    height: 16px;
    line-height: 16px;
    border: 1px solid #00a2ff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    left: 19px;
    top: 16px;
    background: #FFF;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    padding-left: 6px;
    padding-right: 6px;
    z-index: 40;
}

    .plan_list > li:hover .pl_room {
        background: #fff;
        border-color: #FFF;
        color: #00A2FF;
    }

.pl_ivo {
    overflow: hidden;
    margin-left: 18px;
    margin-top: 20px;
    width: 200px;
    position: relative;
    z-index: 40;
}

    .pl_ivo li {
        float: left;
        width: 50%;
        font-size: 11px;
        line-height: 14px;
        color: #4f4940;
        overflow: hidden;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .hover_rgba {
            display: block;
            position: absolute;
            width: 100%;
            height: 0px;
            left: 0;
            top: 0;
            -webkit-transition: 2s;
               -moz-transition: 2s;
                -ms-transition: 2s;
                 -o-transition: 2s;
                    transition: 2s;
            z-index: 40;
            background1: url("../img/rgba_plan_hover.png");
            -webkit-transform: scale(0,0) rotate(-90deg);
               -moz-transform: scale(0,0) rotate(-90deg);
                -ms-transform: scale(0,0) rotate(-90deg);
                 -o-transform: scale(0,0) rotate(-90deg);
                    transform: scale(0,0) rotate(-90deg);
            -webkit-transform-origin: left bottom;
               -moz-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                 -o-transform-origin: left bottom;
                    transform-origin: left bottom;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
                    cursor: pointer;
        }

        .plan_list li:hover .hover_rgba {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
            -webkit-transform: scale(1,1) rotate(0deg);
               -moz-transform: scale(1,1) rotate(0deg);
                -ms-transform: scale(1,1) rotate(0deg);
                 -o-transform: scale(1,1) rotate(0deg);
                    transform: scale(1,1) rotate(0deg);
            -webkit-border-radius: 0;
                    border-radius: 0;
                            }

      .plan_list li:hover{
        box-shadow: 0px 0px 10px #5050FF;
        }

        .pl_ivo li + li {
            padding-left: 5px;
        }

        .pl_ivo li span {
            display: block;
            font-weight: bold;
            color: #00243B;
            font-weight: bold;
        }

            .pl_ivo li span sup {
                font-size: 8px;
                position: relative;
                top: -4px;
                margin-left: 1px;
            }

            .pl_ivo li i {
                display: inline-block;
                background: url("../img/s.png") no-repeat;
                width: 28px;
                height: 28px;
                background-position: -5px -1440px;
                float: left;
                margin-top: 0px;
                margin-right: 14px;
                position: relative;
            }

            .pl_ivo li + li i {
                background-position: -5px -1516px;
                width: 32px;
                margin-right: 13px;
            }

                .pl_ivo li i:before {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    background-position: -999999px;
                    left: 0;
                    top: 0;
                    -webkit-transition: 0.3s;
                       -moz-transition: 0.3s;
                        -ms-transition: 0.3s;
                         -o-transition: 0.3s;
                            transition: 0.3s;
                    -webkit-transition-property: transform;
                       -moz-transition-property: transform;
                        -ms-transition-property: transform;
                         -o-transition-property: transform;
                            transition-property: transform;
                    -webkit-transform: scale(0,0);
                       -moz-transform: scale(0,0);
                        -ms-transform: scale(0,0);
                         -o-transform: scale(0,0);
                            transform: scale(0,0);
                    opacity: 0;
                }

        .plan_list3 li:hover .pl_ivo li i:before {
            background: url("../img/s.png");
            background-position: -5px -1478px;
            opacity: 1;
            -webkit-transform: scale(1,1);
               -moz-transform: scale(1,1);
                -ms-transform: scale(1,1);
                 -o-transform: scale(1,1);
                    transform: scale(1,1);
            -webkit-transition-delay: 0.2s;
               -moz-transition-delay: 0.2s;
                -ms-transition-delay: 0.2s;
                 -o-transition-delay: 0.2s;
                    transition-delay: 0.2s;
        }

            .plan_list3 li:hover .pl_ivo li {
                color: #FFF;
            }

        .plan_list li:hover .pl_ivo li + li i:before {
            background: url("../img/s.png");
            background-position: -5px -1554px;
            -webkit-transition-delay: 0.3s;
               -moz-transition-delay: 0.3s;
                -ms-transition-delay: 0.3s;
                 -o-transition-delay: 0.3s;
                    transition-delay: 0.3s;
        }

.plan_main {
    padding-bottom: 10px;
}

    .plan_list .circle_btn {
        position: absolute;
        width: 130px;
        padding: 0;
        display: none;
        font-size: 16px;
        color: #003159;
        background: #FFF;
        height: 38px;
        line-height: 38px;
        border: none;
        position: absolute;
        left: 50%;
        top: 172px;
        margin-left: -65px;
        z-index: 150;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.8s !important;
           -moz-transition: 0.8s !important;
            -ms-transition: 0.8s !important;
             -o-transition: 0.8s !important;
                transition: 0.8s !important;
        -webkit-transform: scale(1.2,1.2);
           -moz-transform: scale(1.2,1.2);
            -ms-transform: scale(1.2,1.2);
             -o-transform: scale(1.2,1.2);
                transform: scale(1.2,1.2);
    }

        .plan_main .plan_list .circle_btn:hover {
            color: #FFF !important;
            background: #003159 !important;
            -webkit-transition-delay: 0s !important;
               -moz-transition-delay: 0s !important;
                -ms-transition-delay: 0s !important;
                 -o-transition-delay: 0s !important;
                    transition-delay: 0s !important;
            -webkit-transition: 0.3s !important;
               -moz-transition: 0.3s !important;
                -ms-transition: 0.3s !important;
                 -o-transition: 0.3s !important;
                    transition: 0.3s !important;
        }

    .plan_list > li:hover .circle_btn {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0.4s !important;
           -moz-transition-delay: 0.4s !important;
            -ms-transition-delay: 0.4s !important;
             -o-transition-delay: 0.4s !important;
                transition-delay: 0.4s !important;
        -webkit-transform: scale(1,1);
           -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
             -o-transform: scale(1,1);
                transform: scale(1,1);
    }

.pl_podrobno {
    position: absolute;
    z-index: 100;
    display: block;
    text-decoration: none;
    background: rgba(255,228,0,0.9);
    width: 213px;
    height: 213px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    line-height: 213px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "PT Sans Narrow";
    left: 50%;
    margin-left: -106px;
    top: 50%;
    margin-top: -106px;
    -webkit-transition: 2.6s;
       -moz-transition: 2.6s;
        -ms-transition: 2.6s;
         -o-transition: 2.6s;
            transition: 2.6s;
    -webkit-transform: scale(.5,.5);
       -moz-transform: scale(.5,.5);
        -ms-transform: scale(.5,.5);
         -o-transform: scale(.5,.5);
            transform: scale(.5,.5);
    visibility: hidden;
    opacity: 0;
}

    .plan_list li:hover .pl_podrobno {
        -webkit-transform: scale(1,1);
           -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
             -o-transform: scale(1,1);
                transform: scale(1,1);
    }

        .plan_list li:hover span {
            /*opacity: 1;*/
        }
    
    .pl_podrobno span {
        display: inline-block;
        line-height: 20px;
        border-bottom: 1px solid #000;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
        -webkit-transition-delay: 0.6s;
           -moz-transition-delay: 0.6s;
            -ms-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        width: auto;
        opacity: 0;
        line-height: 123px !important;
        border: none;
        text-decoration: underline;
        padding-top: 46px;
    }

        .pl_podrobno:hover span {
            text-decoration: none;
        }

    .plan_list li:hover .pl_podrobno span {
        -webkit-transition-delay: 0.6s;
           -moz-transition-delay: 0.6s;
            -ms-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
        opacity: 1;
    }

        .plan_list li:hover .pl_podrobno {
            visibility: visible;
            opacity: 1;
        }

.plan_filtr {
    text-align: center;
    margin-top: 24px;
}

    .plan_filtr li {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }

        .plan_filtr li a {
            display: inline-block;
            font-size: 14px;
            color: #00A2FF;
            height: 100%;
            height: 36px;
            line-height: 36px;
            border: 1px solid transparent;
            -webkit-border-radius: 50px;
                    border-radius: 50px;
            padding-left: 17px;
            padding-right: 17px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

        .plan_filtr li .act {
            border-color: #00243b;
            -webkit-transition: 0.6s;
               -moz-transition: 0.6s;
                -ms-transition: 0.6s;
                 -o-transition: 0.6s;
                    transition: 0.6s;
                color: #00243B;
                text-decoration: none;
        }
.photogallery {
    overflow: hidden;
}

.gallery_slider_main {
    margin-top: 60px;
    position: relative;
}

    .gs_decor {
        position: absolute;
        width: 620px;
        border: 10px solid #00FF9C;
        -webkit-border-radius: 20px;
                border-radius: 20px;
        height: 440px;
        top: -28px;
        z-index: 50;
        left: 50%;
        margin-left: -310px;
    }

        .gs_decor div {
            position: relative;
            margin: 0 auto;
            background: url("../img/s.png");
            width: 80px;
            height: 49px;
            background-position: -5px -2323px;
            text-align: center;
        }

            .gs_decor div span {
                font-size: 16px;
                color: #00243B;
                font-family: Arial;
                display: block;
                padding-top: 7px;
            }

.photogall_decor {
    text-align: center;
    margin-top: 27px;
}
    
    .photogall_decor i {
        display: inline-block;
        background: url("../img/s.png");
        width: 142px;
        height: 62px;
        background-position: -5px -1368px;
    }

    .slide_gallery_inner img {
        display: inline-block;
        height: 100%;
        } 
    .slide_gallery_inner {
    width: 720px;
    height: 406px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

    .slide_gallery_inner img {
        display: inline-block;
        height: 100%;
    }

.gallery_slider .slick-slide {
    text-align: center;
    padding-bottom: 50px;
}

.sg_text {
    font-size: 14px;
    color: #4F4940;
    line-height: 20px;
    margin-top: 46px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}

.sg_zoom {
    font-size: 18px;
    color: #00A2FF;
    display: inline-block;
    margin-top: 43px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
    -webkit-transform: scale(2,2);
       -moz-transform: scale(2,2);
        -ms-transform: scale(2,2);
         -o-transform: scale(2,2);
            transform: scale(2,2);

}

.slick-center .sg_text {
    opacity: 1;
    visibility: visible;
}

.slick-center .sg_zoom {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transform: scale(1,1);
       -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
         -o-transform: scale(1,1);
            transform: scale(1,1);
}

.fz_get_text {
    font-size: 14px;
    color: #4F4940;
    text-align: center;
    margin-top: 20px;
}

.fz_filtr {
    margin-top: 22px;
	text-align:center;
}

    .filtr_title {
        font-size: 14px;
        color: #4F4940;
        line-height: 14px;
    }

    .fz_filtr select {
        float: left;
        margin-top: 26px;
        float: none;
    }

    .fzr_right {
        float: right;
        float: none;
    }

.in_room_name {
    margin-top: 13px;
    position: relative;
    top: 11px;
}

select {
    font-size: 18px;
    color: #00A2FF;
    display: inline-block;
    border: none;
    border-bottom: 1px dashed #00a2ff;
    line-height: 18px;
    height: 26px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    font-family: Arial;
}

    select:hover {
        cursor: pointer;
        border-color: transparent;
    }
    .fz_filtr .slider {
        float: none;
    }

/*Ползунок*/
.slider {
    background: #d5d1ca;
    position:relative;
    margin:0;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 5px;
    padding: 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

/*Стиль кнопки слайдера*/
.ui-slider-handle {
    position:absolute;
    top:-7px;
    margin-left: 0;
    z-index:200;
    background: url("../img/s.png");
    width: 14px;
    height: 17px;
    background-position: -5px -1608px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-family: "PT Sans";
    padding-top: 20px;
    text-align: left;
    padding-right: 8px;
    margin-left: -7px;
    text-align: center;
}

    .ui-slider-handle + .ui-slider-handle {
        margin-left: -7px;
    }

#slider-result {
    font-size:50px;
    height:200px;
    color:#fff;
    width:250px;
    text-align:center;
    text-shadow:0 1px 1px #000;
    font-weight:700;
    padding:20px 0;
}

.ui-widget-header {
    background: #00243b;
    height:5px;
    left:0px;
    top:0px;
    position:absolute;
    font-size: 14px !important;
    color: #4F4940 !important;
}


/*Способы оплаты*/
.zahvat_oplata {
    background: url("../img/oplata_bg.jpg") no-repeat center center;
    background-attachment: fixed;
    *display: table;
    width: 100%;
}
    
    .zahvat_oplata .title_main {
        color: #00FF9C;
    }

        .zahvat_oplata .title_main span {
            color: #FFF;
        }

    .zahvat_oplata .w960 {
        *display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

@media screen and (max-width: 730px) {
.zahvat_oplata .w960 .ti_title{
    font-size:25px;

}
}

.zo_title {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}

    .zo_title li {
        float: left;
        font-size: 24px;
        color: #FFF;
        font-weight: 300;
        line-height: 26px;
        width: 437px;
        font-family: "Open Sans Condensed";
    }

        .zo_title li span {
            display: block;
            font-size: 35px;
            color: #FFD300;
            font-weight: bold;
            font-family: "Open Sans Condensed";
            padding-bottom: 22px;
            text-transform: uppercase;
        }

        .zo_title li + li {
            width: auto;
            padding-top: 56px;
        }
    
#tabs .ui-widget-header {
    position: relative;
    background: transparent;
}

    #tabs {
        max-width: 720px;
        margin: 0 auto;
        margin-top: 42px;
    }

    .tab_inner {
        max-width: 720px;
        margin: 0 auto;
        background: #fff;
        background: rgba(255,255,255,0.9);
        /*-webkit-border-radius: 20px;
                border-radius: 20px;*/
        position: relative;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding: 28px 10px 40px 10px;
    }
#tabs .ui-tabs-nav {
    overflow: hidden;
    height: auto;
    margin-left: 40px;
}


    #tabs .ui-tabs-nav li {
        float: left;
        background: #16aaff;
        position: relative;
        width: 159px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        height: 50px;
        -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
        -webkit-box-shadow: 0px 2px 5px #000;
                box-shadow: 0px 2px 5px #000;
        z-index: 30;
    }

        #tabs .ui-tabs-nav li + li {
            z-index: 20;
        }

            #tabs .ui-tabs-nav li + li + li {
                z-index: 10;
            }

        #tabs .ui-tabs-nav li a {
            display: block;
            text-decoration: none;
            padding-left: 20px;
            padding-top: 9px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            height: 70px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            font-size: 14px;
            color: #00243B;
            font-weight: normal;
            line-height: 16px;
        }


            #tabs .ui-tabs-nav li:hover a {
                opacity: 0.7;
            }

        #tabs .ui-tabs-nav .ui-tabs-active {
            background: #FFF;
            z-index: 50 !important;
        }



            #tabs .ui-tabs-nav .ui-tabs-active a {
                color: #272727 !important;
            }
.tab_inner .btn_align {
    margin-top: 30px;
}

.ti_title {
    font-size: 30px;
    color: #00243B;
    text-align: center;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 34px;
}
    
    .ti_title span {
        display: block;
        font-weight: normal;
        line-height: 30px;
        color: #4F4940;
        font-family: Arial;
    }

.tab_inner .btn_main {
    background: #272727;
    color: #ffd300;
    height: 73px;
    line-height: 73px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 40px;
}

    .tab_inner select {
        margin-top: 4px;
    }

    .tab_inner .btn_main:hover {
        color: #272727;
    }
        .tab_inner .btn_main:before {
            -webkit-border-radius: 50%;
                    border-radius: 50%;
        }

        .tab_inner .btn_main:hover:before {
            -webkit-border-radius: 0;
                    border-radius: 0;
        }

    .tab_inner form {
        padding-top: 36px;
        text-align: center;
    }

    .tab_room {
        width: 130px;
        float: left;
        float: left;
    }

    .tab_mounth {
        width: 96px;
        margin-left: 33px;
        float: left;
    }

    .tab_rassrochka input {
        width: 154px;        
        margin-left: 33px;
		margin-bottom:20px;
    }

        .tab_rassrochka input + input {            
            margin-left: 33px;
        }

    .tab_inner .circle_btn {
        color: #00A2FF;
        background: #FFF;
    }

        .tab_inner .circle_btn:hover {
            background: #00A2FF;
            color: #FFF;
        }

.tab_ipoteka input {
    width: 160px;
    float: left;
    margin-left: 15px;
}

.tab_ipoteka select {
    float: left;
    width: 100px;
    margin-left: 0;
}

    .tab_ipoteka .tab_room {
        width: 80px;
    }

    .tab_ipoteka .tab_mounth {
        width: 80px;
        margin-left: 15px;
    }

    .tab_ipoteka .name {
        width: 120px;
    }

    .tab_ipoteka .phone {
        width: 140px;
    }

    .tab_ipoteka input + input {
        float: right;
        margin-left: 0;
    }

    .tab_two_input input {
        /*width: 300px;
        float: left;*/
    }

        .tab_two_input input + input {
            /*float: right;*/
        }

.docs {
    padding-bottom: 50px;
}

.doc_list {
    margin-top: 34px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
}

    .doc_list li {        
        padding-bottom: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 100px;
    }

        .doc_list li a {
            text-decoration: none;
            font-size: 18px;
            color: #00A2FF;
            border-bottom: 1px dashed #00a2ff;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .doc_list li a:hover {
                border-color: transparent;
                color: #000;
            }

.docs_decor {
    text-align: center;
    margin-top: 19px;
}

    .docs_decor i {
        display: inline-block;
        background: url("../img/s.png");
        width: 142px;
        height: 62px;
        background-position: -5px -288px;
    }

/*Способы оплаты end*/


.otz {
    background: #f5f5f5;
    padding-bottom: 50px;
}

.otz_img {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-top: -58px;
    margin-left: 39px;
}

    .otz_img img {
        display: block;
        height: 100%;
    }

.otz_list {
    overflow: hidden;
    padding-top: 47px;
    margin-top: 0px;
    /*max-width: 800px;*/
    margin: 0 auto;
    text-align: center;
}

    .otz_list li {
        vertical-align: top;
        display: inline-block;
        /*width: 186px;*/
        display: block;
        border: 1px solid #d5d1ca;
        -webkit-border-radius: 8px;
        background: #FFF;
        padding-bottom: 18px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
        text-align: left;
        cursor: default;
		margin: 15px;
    }

    .otz_list li + li {
        margin-top: 20px;
    }

        .otz_list li:hover {
            border-color: #00A2FF;
        }

.otz_name {
    font-size: 17px;
    color: #00243B;
    padding-left: 20px;
    font-weight: bold;
    padding-right: 20px;
    margin-top: 11px;
}
    
    .otz_name span {
        display: block;
        font-size: 14px;
        color: #4F4940;
        font-weight: normal;
    }

.otz_text {
    font-size: 14px;
    color: #4F4940;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 14px;
}

.otz .btn_align {
    margin-top: 48px;
}

.contact_decor {
    text-align: center;
    margin-top: 28px;
}

    .contact_decor i {
        display: inline-block;
        background: url("../img/s.png");
        width: 143px;
        height: 62px;
        background-position: -5px -216px;
    }

.contact {
    padding-bottom: 38px;
}

.cont_str {
    text-align: center;
    font-size: 20px;
    color: #00243B;
    font-style: italic;
    line-height: 22px;
    margin-top: 31px;
}

    .cont_str span {
        display: block;
    }

.cont_phone {
    font-size: 40px;
    color: #00A2FF;
    font-family: Arial;
    text-align: center;
    margin-top: 22px;
    padding-top: 28px;
    position: relative;
}

    .cont_phone:before {
        content: "";
        display: block;
        width: 40px;
        height: 8px;
        position: absolute;
        background: #00FF9C;
        left: 50%;
        margin-left: -20px;
        top: 0;
    }

    .cont_phone span {
        display: block;
        font-size: 14px;
        color: #4F4940;
        margin-top: 12px;
    }

.map_bottom {
    height: 707px;
    position: relative;
    -webkit-box-shadow: #FFF;
            box-shadow: #FFF;
}

.m_ico {
    position: absolute;
    z-index: 50;
    left: 50%;
    top: 30%;
}

.m_ico + .m_ico {
    left: 60%;
    top: 50%;
}

.voprosy {
    background: #00243b;
    padding-top: 46px;
    padding-bottom: 40px;
}

.vopros_title {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
}

.voprosy .btn_align {
    margin-top: 20px;
}
    
    .voprosy .btn_align a {
        /*display: inline-block;
        font-size: 18px;
        color: #00FF9C;
        text-decoration: none;
        border-bottom: 1px dashed #00FF9C;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;*/
                display: inline-block;
    text-decoration: none;
    font-size: 22px;
    color: #00A1FE;
    height: 42px;
    line-height: 42px;
    padding-left: 34px;
    padding-right: 34px;
    border: 1px solid #00a2ff;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #FFF;
    }

        .voprosy .btn_align a:hover {
            opacity: 0.8;
            -webkit-transform: scale(1.04);
               -moz-transform: scale(1.04);
                -ms-transform: scale(1.04);
                 -o-transform: scale(1.04);
                    transform: scale(1.04);
        }


.footer {
    background: #00243B;
    border-top: 1px solid #335062;
}

    .footer .w960 {
        overflow: hidden;
        padding-top: 23px;
        padding-bottom: 25px;
    }

    .footer ul {
        overflow: hidden;
        float: right;
    }

        .footer ul li {
            float: left;
            margin-left: 66px;
            line-height: 20px;
        }

            .footer ul li a {
                display: inline-block;
                font-size: 12px;
                color: #FFF;
                text-decoration: none;
            }

                .footer ul li a span {
                    display: inline-block;
                    line-height: 12px;
                    border-bottom: 1px solid #fff;
                    -webkit-transition: 0.3s;
                       -moz-transition: 0.3s;
                        -ms-transition: 0.3s;
                         -o-transition: 0.3s;
                            transition: 0.3s;
                    padding-bottom: 2px;
                }

            .footer ul li a i {
                display: inline-block;
                background: url("../img/s.png");
            }

            .footer ul li a .f_logo1 {
                width: 72px;
                height: 19px;
                background-position: -5px -597px;
                vertical-align: middle;
                margin-left: 2px;
            }

                .footer ul li a:hover span {
                    border-color: transparent;
                }

            .footer ul li a .f_logo2 {
                width: 80px;
                height: 19px;
                background-position: -5px -568px;
                vertical-align: middle;
                margin-left: 3px;
            }

.blur {
    position: relative;
    -webkit-filter: blur(10px);
    -ms-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    filter: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur');
}

    .popup_main {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.4);
        z-index: 800;
        -ms-overflow-x: scroll;
            overflow-x: scroll;
    }

.popup_inner {
    position: relative;

    z-index: 99999;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 560px;
    max-width: 560px;
    background: #FFF;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    margin: 0 auto;
    top: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

@media(max-width:920px){
    .popup_inner {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 560px;
}

.ppi_left {
    float: none  !important;
    //width: 100%  !important;
    text-align: center;
    margin: auto;
}

.ppi_right {
    float: none  !important;
    //width: 100% !important;
    text-align: center;
    margin: auto;
}

}

    .closeform {
        display: block;
        text-decoration: none;
        background: url("../img/s.png");
        width: 57px;
        height: 57px;
        background-position: -5px -77px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .closeform:hover {
            -webkit-transform: scale(1.4,1.4) rotate(180deg);
               -moz-transform: scale(1.4,1.4) rotate(180deg);
                -ms-transform: scale(1.4,1.4) rotate(180deg);
                 -o-transform: scale(1.4,1.4) rotate(180deg);
                    transform: scale(1.4,1.4) rotate(180deg);
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

    .popup_inner .title_main {
        padding-bottom: 48px;
    }
        .popup_inner .title_main span {
            width: auto;
            font-size: 20px;
            color: #4F4940;
            line-height: 22px;
        }

    .popup_inner input {
        width: 95%;
    }

        .popup_inner input + input {
            margin-top: 20px;
        }

    .popup_inner .circle_btn {
        margin-top: 30px;
        background: #FFF;
    }

        .popup_inner .circle_btn:hover {
            background: #00A2FF;
        }


textarea {
    font-size: 14px;
    color: #4F4940;
    font-family: Arial;
    display: inline-block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-style: italic;
    width: 258px;
    height: 90px;
    border: 1px solid #cac8c5;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    vertical-align: top;
    padding-top: 6px;
    padding-bottom: 10px;
}

textarea:focus {
    border-color: #4f4940;
    color: #00243B;
    font-size: 18px;
    font-style: normal;
}

.popup_inner textarea {
    width: 398px;
    height: 260px;
    margin-top: 20px;
}

.popup_plan {
    max-width: 800px;	
}

.popup_plan_inner {
    overflow: hidden;
}

.ppi_left {
    float: left;
    width: 380px;
}

.ppi_right {
    float: right;
    width: 240px;
}

.popup_plan .pl_ivo {
    margin-left: 0;
}

.ppi_cena {
    font-size: 30px;
    color: #4F4940;
    font-family: Arial;
    margin-top: 10px;
}

    .ppi_cena sup {
        font-size: 16px;
        position: relative;
        top: -11px;
    }

.ppi_char {
    margin-top: 18px;
}

    .ppi_char span {
        display: inline-block;
        font-size: 14px;
        color: #4F4940;
        float: left;
        width: 165px;
    }

        .ppi_char span + span {
            float: right;
            width: 60px;
        }

        .ppi_char span  sup {
            font-size: 10px;
            position: relative;
            top: -5px;
            left: 1px;
        }

    .ppi_char li {
        overflow: hidden;
    }

        .ppi_char li + li {
            margin-top: 8px;
        }

.ppi_char_slide {
    display: inline-block;
    font-size: 18px;
    color: #00A2FF;
    line-height: 18px;
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 1px dashed #00A2FF;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    margin-top: 20px;
}

    .ppi_char_slide:hover {
        border-color: transparent;
    }

.ppi_form_title {
    font-size: 18px;
    color: #00243B;
    margin-top: 22px;
    padding-bottom: 22px;
}

.popup_plan input {
    width: 238px;
}

    .popup_plan .bt_align {
        padding-top: 15px;
    }

.popup_infra {
    width: 800px;
}

.pi_img, .popup_char_info {
    width: 100%;
}

    .pi_img img, .popup_char_info img {
        display: block;
        width: 100%;
    }

.popup_char_info {
    margin-top: 35px;
}

.popup_char_text {
    font-size: 14px;
    color: #4F4940;
    line-height: 20px;
    margin-top: 32px;
}
@media(min-width:480px){
	.tab_inner{padding: 28px 40px 40px 40px;}
	.form_zahvat{
		padding: 34px 80px 50px 80px;	
	}	
	.plan_list > li{
		/*display:inline-block;*/
	}
	.title_main{
		font-size:40px;
	}
	.header h1{
		font-size:50px;
	}
}
@media(min-width:620px){
	.in_room_name{		
		float:right;
	}	
	.num_list li {
		width:24%;	
	}
	.doc_list li{
		float:left;
		width:50%;
	}
}
@media(max-width:649px){
	/*.plan_filtr li{display:block;}*/
    .plan_filtr {max-width: 350px;}
	.tab_ipoteka input, .tab_ipoteka select{float:none !important;display:block;margin-bottom:10px;}
	.gs_decor{display:none;}
}
@media(max-width:919px){
	.cont_phone{font-size:33px;}
	.ft_right .ft_phone{font-size: 20px;}
	.ft_right .circle_btn{padding-left: 20px; padding-right: 20px;}	
	.top_nav{display:none;}
	.hamburger{border-bottom:2px solid #333;width:20px;height:16px;display:block;margin: 20px;position:relative;display:inline-block;}
	.hamburger:after,.hamburger:before{content:'';display:block;position:absolute;width:20px;height:2px;background:#333;transition:all 0.25s ease;}
	.hamburger:before{top:0;left:0;}
	.hamburger:after{top:50%;left:0;}
	.hamburger.active{border-color:#fff;}
	.hamburger.active:after{transform: rotate(45deg);}
	.hamburger.active:before{transform: rotate(-45deg);top:50%;}	
	.mob_menu:before,.mob_menu:after{content:'';display:block;clear:both;}
	.mob_nav li a {
        text-decoration: none;
        display: block;
        font-size: 14px;
        color: #00243B;
        text-transform: uppercase;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
        height: 80px;
        line-height: 80px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
        background: transparent;
    }

    .mob_nav li a:hover {
        background: #33B5FF;
        color: #FFF;
    }
}
@media(min-width:920px){
	.popup_plan{min-width:920px;}
	.plan_list > li{/*margin:3%;*/}	
	.num_list{
	    background: url("../img/num_radelitel_bg.png") no-repeat center 4px;			
	}	
}
@media(max-height:500px){.h100 {height:auto !important;}}
@media(max-width:340px){
	.ft_right .ft_phone {
		font-size: 17px;
		margin-right: 5px;
		margin-top: 20px;
	}	
	.ft_right .circle_btn{display:none;}
	.header h1{font-size:35px;}
}




.popup_inner2{
    position: relative;
    z-index: 99999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 880px;
    background: #FFF;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 auto;
    top: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    
}

@media(max-width:900px){
    .popup_inner2{
    width: 100%;
    max-width: 440px;
    }

    .imghint{
        position: static !important;
        top: 0px;
        left: 0px;
        width: 290px;
    }

    .hintbox{
        position: static;
    }

    .popupimghide{
        display: none;
    }

    }


@media(max-width:460px){
    .popup_inner2{
    zoom:0.8;

    }
    }