/*DIN*/

@font-face {
    font-family: 'DIN';
    src: url('css/fonts/DINCondensedC.eot');
    src: local('âº'),
    url('css/fonts/DINCondensedC.ttf') format('truetype'),
    url('css/fonts/DINCondensedC.svg') format('svg'),
    url('css/fonts/DINCondensedC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*DIN end*/

/*Segoe UI*/

@font-face {
    font-family: 'Segoe UI';
    src: url('css/fonts/segoe_ui-webfont.eot');
    src: url('css/fonts/segoe_ui-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/segoe_ui-webfont.woff') format('woff'),
         url('css/fonts/segoe_ui-webfont.ttf') format('truetype'),
         url('css/fonts/segoe_ui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Segoe UI';
    src: url('css/fonts/segoe_ui_bold-webfont.eot');
    src: url('css/fonts/segoe_ui_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('css/fonts/segoe_ui_bold-webfont.woff') format('woff'),
         url('css/fonts/segoe_ui_bold-webfont.ttf') format('truetype'),
         url('css/fonts/segoe_ui_bold-webfont.svg#segoe_uibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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, 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 {
    cursor: default;
    font-family: "DIN";
}
.container_main {
    min-width: 320px;
}
.err {
    color: #FF0000 !important;
}

a:hover {
    text-decoration: none;
}
button::-moz-focus-inner 
{
    border: 0;
}
input {
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-box-shadow: 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;
}

.overflow {
    overflow: hidden;
}

.align_center {
    text-align: center;
}

.wmain {
    max-width: 940px;
    margin: 0 auto;
}

.header {
    background: url("img/header_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    padding-top: 43px;
    padding-bottom: 108px;
    padding-left: 20px;
    padding-right: 20px;
}

    .header .wmain {
        overflow: hidden;
    }

    .head_left {
        float: left;
        max-width: 440px;
    }

    .head_right {
        float: right;
        max-width: 321px;
    }

    .logo img {
        display: block;
    }

    .head_left h1 {
        display: block;
        margin: 0;
        font-size: 70px;
        color: #FFF;
        text-transform: uppercase;
        line-height: 65px;
        font-weight: normal;
        margin-top: 67px;
    }

    .head_phone {
        display: block;
        text-decoration: none;
        text-align: right;
        font-size: 50px;
        color: #FFF;
        line-height: 100%;
    }

    .head_str {
        text-align: right;
        font-size: 20px;
        color: #FFF;
        line-height: 100%;
        margin-top: 4px;
    }

    .head_form {
        background: rgba(0,0,0,0.59);
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 47px;
        padding-top: 48px;
        display: block;
        margin-top: 65px;
    }

    .form_title {
        text-align: center;
        font-size: 44px;
        color: #FFF;
        text-transform: uppercase;
        line-height: 40px;
    }

    .form_style input {
        display: block;
        font-size: 14px;
        color: #000;
        font-style: normal;
        font-weight: normal;
        font-family: "Segoe UI";
        height: 43px;
        padding-left: 31px;
        padding-right: 10px;
        border: 1px solid #c5c9d3;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
                box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .form_style textarea {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        font-style: normal;
        font-weight: normal;
        font-family: "Segoe UI";
        height: 120px;
        padding-left: 12px;
        padding-right: 12px;
        border: 1px solid #c5c9d3;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        padding-top: 12px;
        -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
                box-shadow: inset 0px 1px 2px rgba(0,0,0,0.2);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .head_form input {
        display: block;
        width: 100%;
        margin-top: 36px;
    }

        .head_form input + input {
            margin-top: 11px;
        }

    .in_name {
        background: #fff url("img/in_name.png") no-repeat 8px center !important;
    }

    .in_phone {
        background: #fff url("img/in_phone.png") no-repeat 8px center !important;
    }

    .in_mail {
        background: #fff url("img/in_mail.png") no-repeat 8px center !important;
    }

    .btn_form {
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        font-size: 35px;
        color: #FFF;
        text-transform: uppercase;
        text-shadow: 1px 1px 0px #840404;
        font-family: "DIN";
        border: none;
        border-bottom: 6px solid #630303;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background: linear-gradient(to bottom, #ec0a0a, #d00404);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .btn_form:hover {
            background: linear-gradient(to bottom, #ce0404, #830202);
        }

        .btn_form span {
            display: block;
            padding-left: 60px;
            padding-right: 60px;
            padding-top: 14px;
            padding-bottom: 14px;
            background: url("img/btn_shadow.png") no-repeat center 8px;
        }


    .head_form .btn_form {
        display: block;
        width: 100%;
        margin-top: 36px;
    }


    .head_form .btn_form span {
        padding-left: 20px;
        padding-right: 20px;
    }


.about {
    padding-top: 116px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
}
    
    .about .wmain {
        background: url("img/about_img.jpg") no-repeat left top;
        padding-left: 520px;
        min-height: 251px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .about_title {
        font-size: 52px;
        color: #000;
        text-transform: uppercase;
        padding-top: 22px;
    }

    .about .wmain p {
        display: block;
        margin: 0;
        font-size: 18px;
        color: #000;
        margin-top: 22px;
        font-family: 'Segoe UI';
    }


.preim {
    padding-top: 52px;
    padding-bottom: 65px;
    padding-left: 20px;
    padding-right: 20px;
}

.tm {
    text-align: center;
    font-size: 44px;
    color: #000;
    text-transform: uppercase;
}

.preim_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 80px;
    text-align: center;
}

    .preim_list li {
        display: inline-block;
        vertical-align: top;
        width: 185px;
        text-align: center;
        margin-left: 30px;
        margin-right: 30px;
    }

    .pl_name {
        font-size: 24px;
        color: #000;
        text-transform: uppercase;
        margin-top: 17px;
    }


.photo {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

    .photo .wmain {
        overflow: hidden;
    }

.photo_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    /*max-width: 960px;*/
    margin: 0 auto;
    margin-top: 50px;
    margin-left: -20px;
}

    .photo_list li {
        display: block;
        padding-left: 20px;
        padding-bottom: 22px;
        float: left;
        width: 25%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .photo_list li a {
            display: block;
            overflow: hidden;
            border: 2px solid #66899b;
        }

        .photo_list li img {
            display: block;
            width: 100%;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .photo_list li a:hover img {
                -webkit-transform: scale(1.04);
                   -moz-transform: scale(1.04);
                    -ms-transform: scale(1.04);
                     -o-transform: scale(1.04);
                        transform: scale(1.04);
            }

.slid {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #7197AB;
    height: 7px;
    position: relative;
}

    .slid .ui-slider-handle {
        position: absolute;
        cursor: pointer;
        width: 13px;
        height: 13px;
        background: #00BAFF;
        top: -5px;
        margin-left: -7px;
        border: 2px solid #206284;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .slid .ui-slider-range {
        position: absolute;
        background: #00baff;
        height: 7px;
        left: 1px;
        top: 1px;
    }

    .slid_pts {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #7197AB;
    height: 7px;
    position: relative;
}

    .slid_pts .ui-slider-handle {
        position: absolute;
        cursor: pointer;
        width: 13px;
        height: 13px;
        background: #00BAFF;
        top: -5px;
        margin-left: -7px;
        border: 2px solid #206284;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

    .slid_pts .ui-slider-range {
        position: absolute;
        background: #00baff;
        height: 7px;
        left: 1px;
        top: 1px;
    }

.slid_main {
    padding-top: 10px;
    background: url("img/slid_interval_line.png") repeat-x 9px top;
    margin-top: 6px;
}

.calc {
    background: url("img/calc_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
        margin-top: 130px;
        padding-left: 20px;
        padding-right: 20px;
}

    .calc .wmain {
        padding-top: 56px;
        padding-bottom: 82px;
    }

    .calc_nav {
        display: block;
        text-align: center;
    }

        .calc_nav li {
            display: inline-block;
            vertical-align: top;
            margin-left: 8px;
            margin-right: 8px;
        }

        .calc_nav li a {
            display: block;
            text-decoration: none;
            font-size: 22px;
            color: #FFF;
            text-transform: uppercase;
            height: 34px;
            line-height: 34px;
            background: #009BEB;
            padding-left: 20px;
            padding-right: 20px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .calc_nav li a:hover, .calc_nav li a.act {
                background: #24495C;
            }

    .calc_title {
        text-align: center;
        font-size: 44px;
        color: #000;
        text-transform: uppercase;
        margin-top: 28px;
    }

        .calc_title span {
            display: block;
            font-size: 20px;
        }


    .calc .form_style {
        display: block;
        margin-top: 76px;
    }

    .calc_coast {
        position: relative;
        padding-left: 220px;
        padding-right: 280px;
        overflow: hidden;
        height: 58px;
    }

    .cc_name {
        position: absolute;
        width: 190px;
        text-align: right;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #000;
        text-transform: uppercase;
        overflow: hidden;
    }

    .calc_coast label {
        display: block;
        position: absolute;
        right: 38px;
        top: 0;
    }

    .calc_coast label i, .calc_lable_list i {
        display: inline-block;
        vertical-align: top;
        padding-top: 15px;
        padding-left: 14px;
    }

    .calc .form_style input {
        display: inline-block;
        vertical-align: top;
        height: 58px;
        border: 4px solid #7197ab;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        font-size: 39px;
        color: #000;
        text-transform: uppercase;
        font-family: DIN;
        width: 168px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }


.calc_inner {
    position: relative;
    overflow: hidden;
    margin-top: 46px;
}

.calc_lable_list {
    display: block;
    position: relative;
    padding-left: 221px;
}

.calc_lable_list span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    width: 181px;
    text-align: right;
    padding-top: 5px;
}

.calc_lable_list input {
    width: 168px;
}

.calc_lable_list + .calc_lable_list {
    margin-top: 37px;
}

.calc_inner_content {
    float: left;
}

.calc_inner_car {
    float: left;
    margin-left: 142px;
    display: table;
    height: 152px;
}

    .calc_inner_car span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }


.quest {
    padding-top: 122px;
    padding-left: 20px;
    padding-right: 20px;
}

.quest_list {
    display: block;
    margin-top: 75px;
}

    .quest_list li {
        display: block;
    }

        .quest_list li + li {
            margin-top: 58px;
        }


    .ql_title {
        font-size: 18px;
        color: #020000;
        font-weight: bold;
        font-family: "Segoe UI";
        text-transform: uppercase;
        border-bottom: 1px solid #000;
        padding-bottom: 4px;
    }

    .ql_otvet {
        font-size: 18px;
        color: #005A88;
        font-weight: bold;
        font-family: "Segoe UI";
        margin-top: 4px;
    }

    .ql_text {
        font-size: 18px;
        color: #000;
        font-family: "Segoe UI";
        margin-top: 3px;
    }


.quest_form {
    max-width: 744px;
    margin: 0 auto;
    margin-top: 135px;
    padding-bottom: 125px;
    padding-left: 20px;
    padding-right: 20px;
}

.quest_form .form_style {
    display: block;
    margin-top: 42px;
}

.in_3 {
    overflow: hidden;
    margin-left: -10px;
}

    .in_3 > span {
        display: block;
        float: left;
        width: 33.333333333333336%;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .in_3 input {
        display: block;
        width: 100%;
    }

    .quest_form .form_style textarea {
        margin-top: 28px;
    }

    .quest_form .form_style .align_center {
        margin-top: 42px;
    }


.map {
    height: 436px;
}

.footer {
    background: #4897CE;
    padding-top: 28px;
    padding-bottom: 29px;
    padding-left: 20px;
    padding-right: 20px;
}

    .footer .wmain {
        overflow: hidden;
        position: relative;
    }

    .f_logo {
        float: left;
    }

        .f_logo img {
            display: block;
        }


    .f_map_text {
        position: absolute;
        width: 200px;
        top: 0;
        left: 50%;
        margin-left: -100px;
        text-align: center;
        font-size: 37px;
        color: #FFF;
        text-transform: uppercase;
        padding-top: 34px;
        background: url("img/f_str.png") no-repeat center top;
    }

.f_right {
    float: right;
    padding-top: 14px;
}

.f_phone {
    display: block;
    text-decoration: none;
    font-size: 42px;
    color: #FFF;
    letter-spacing: 1px;
}

.f_str {
    font-size: 18px;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 4px;
}

.create {
    text-align: center;
    background: #003C63;
    padding-top: 11px;
    padding-bottom: 13px;
}

    .create a {
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        color: #FFF;
        font-family: "Segoe UI";
    }

        .create a span {
            text-decoration: underline;
        }

            .create a:hover span {
                text-decoration: none;
            }


.popup_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 90000;
    background: url("img/pu_rgba.png");
}

.pu_table {
    display: table;
    width: 100%;
    height: 100%;
}

.pu_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
}

.pu_good {
    position: relative;
    background: url("img/pu_good.png") no-repeat left top;
    width: 455px;
    height: 122px;
    position: relative;
    margin: 0 auto;
}

.closeform {
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background: url("img/closeform.png") no-repeat left top;
    right: -41px;
    top: 0;
}




@media screen and (max-width: 1060px) {
    .preim_list li {
        margin-bottom: 30px;
    }

    .preim {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 840px) {
    .logo {
        width: 190px;
        margin: 0 auto;
    }

        .logo img {
            display: block;
            width: 100%;
        }

    .head_left {
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .head_left h1 {
        font-size: 56px;
        margin-top: 30px;
    }

    .head_right {
        float: none;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .head_phone, .head_str {
        text-align: center;
    }

    .head_form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 810px) {
    .about .wmain {
        padding-left: 0;
        background: rgba(255,255,255,0.9);
        padding: 10px;
    }

    .about {
        padding-top: 30px;
        padding-bottom: 30px;
        background: url("img/about_img.jpg") no-repeat center center;
    }
}

@media screen and (max-width: 740px) {
    .calc_coast {
        padding-left: 0;
        padding-right: 0;
    }

    .cc_name {
        position: relative;
        margin: 0 auto;
    }

    .calc_coast {
        height: auto;
    }

    .calc .form_style {
        margin-top: 30px;
    }

    .calc_coast label {
        position: relative;
        right: 0;
        margin-top: 15px;
    }

    .calc .form_style {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calc {
        padding-left: 10px;
        padding-right: 10px;
    }

    .calc_coast {
        overflow: visible;
    }

    .calc_inner {
        margin-top: 20px;
    }

    .calc_lable_list + .calc_lable_list {
        margin-top: 15px;
    }

    .calc_lable_list span {
        position: relative;
        text-align: left;
        width: auto;
    }

    .calc .form_style input {
        margin: 0 auto;
    }

    .calc_inner_content {
        float: none;
    }

    .calc_inner_car {
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .calc .wmain {
        padding-bottom: 20px;
    }
    .cc_name {
        text-align: center;
        width: auto;
    }

    .calc_inner_car {
        height: auto;
        display: block;
    }

    .calc_inner_car img {
        display: inline-block;
        max-width: 100%;
    }

    .calc_lable_list {
        padding-left: 0;
    }

    .f_phone {
        font-size: 36px;
    }

    .f_str {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    .f_map_text {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .photo_list li {
        width: 33.3333333%;
    }
}

@media screen and (max-width: 580px) {
    .in_3 > span {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
    }

        .in_3 > span + span {
            margin-top: 10px;
        }

        .quest_form .form_style textarea {
            margin-top: 10px;
        }

    .in_3 {
        margin-left: 0;
    }
}

@media screen and (max-width: 540px) {
    .head_left h1 {
        font-size: 40px;
        line-height: 100%;
    }

    .head_phone {
        font-size: 32px;
    }

    .form_title {
        font-size: 32px;
        line-height: 120%;
    }

    .head_form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about_title {
        padding-top: 0;
    }

    .about {
        -webkit-background-size: 90%;
             -o-background-size: 90%;
                background-size: 90%;
    }

    .about .wmain {
        padding: 0;
    }

    .preim {
        padding-top: 0;
    }

    .tm {
        font-size: 38px;
    }

    .about_title {
        font-size: 38px;
    }

    .about .wmain p {
        margin-top: 8px;
    }

    .about .wmain {
        min-height: 100%;
    }

    .preim_list {
        margin-top: 36px;
    }

    .preim_list li img {
        display: inline-block;
        max-width: 120px;
    }

    .preim_list li {
        margin: 0;
        width: 50%;
        margin-right: -4px;
        margin-bottom: 20px;
    }

    .pl_name {
        font-size: 18px;
        margin-top: 5px;
    }

    .photo_list {
        margin-top: 20px;
    }

    .photo {
        padding-top: 20px;
    }

    .quest {
        padding-top: 32px;
    }

    .quest_list {
        margin-top: 25px;
    }

    .quest_form {
        margin-top: 40px;
        padding-bottom: 55px;
    }

    .quest_form .form_style {
        margin-top: 25px;
    }

    .quest_form .form_style .align_center {
        margin-top: 22px;
    }

    .quest_form .form_style textarea {
        margin-top: 15px;
    }

    .map {
        height: 320px;
    }
}

@media screen and (max-width: 480px) {
    .photo_list li {
        width: 50%;
    }

    .map {
        height: 260px;
    }

    .f_logo {
        display: none;
    }

    .f_right {
        float: none;
        padding-top: 0;
        text-align: center;
    }
}

@media screen and (max-width: 360px) {
    .head_left h1 {
        font-size: 28px;
        line-height: 120%;
    }

    .form_title {
        font-size: 26px;
    }

    .head_form {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .head_form input {
        margin-top: 8px;
    }

    .head_form .btn_form {
        margin-top: 20px;
    }

    .header {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .header, .about, .preim, .photo, .calc, .quest, .quest_form, .footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .preim_list li {
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .tm, .about_title, .calc_title {
        font-size: 30px;
    }

    .calc_title span {
        font-size: 16px;
        margin-top: 10px;
    }

    .photo_list li {
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .photo_list {
        margin-left: -10px;
    }

    .calc {
        padding-left: 0;
        padding-right: 0;
    }

    .ql_title {
        font-size: 14px;
    }

    .ql_text, .ql_otvet {
        font-size: 16px;
    }

    .quest_list li + li {
        margin-top: 25px;
    }

    .f_phone {
        font-size: 34px;
    }

    .f_str {
        font-size: 16px;
        margin-top: 2px;
    }

    .footer {
        padding-top: 16px;
        padding-bottom: 20px;
    }

    .calc .wmain {
        padding-top: 36px;
    }

    .calc_title {
        font-size: 22px;
    }

    .calc .form_style {
        margin-top: 17px;
    }
}

.pts_js {
    display: none;
}

/* Migration Notice Styles */
.migration-notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 20px;
    text-align: center;
    z-index: 10000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.5s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.migration-notice-content h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.migration-notice-content p {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.migration-button {
    display: inline-block;
    background: #fff;
    color: #667eea;
    padding: 12px 35px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

.migration-button:hover {
    background: #764ba2;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Adjust body padding to account for fixed notice */
body {
    padding-top: 160px;
}

@media screen and (max-width: 640px) {
    .migration-notice {
        padding: 15px 10px;
    }

    .migration-notice-content h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .migration-notice-content p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .migration-button {
        font-size: 16px;
        padding: 10px 25px;
    }

    body {
        padding-top: 140px;
    }
}

@media screen and (max-width: 420px) {
    .migration-notice-content h2 {
        font-size: 18px;
    }

    .migration-notice-content p {
        font-size: 14px;
    }

    .migration-button {
        font-size: 14px;
        padding: 8px 20px;
    }

    body {
        padding-top: 130px;
    }
}