﻿#header {
    padding-bottom: 30px;
    margin: 0 auto;
    padding-bottom: 30px;
}

figcaption {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

article {
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

p {
    text-indent: 25px;
}

.map2Gis {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
}

.tools {
    font-size: 24px;
    text-indent: 0;
}

#textIntro {
    font-size: 24px;
    text-align: justify;
    font-weight: normal;
    font-style: italic;
    font-weight: bold;
    
}

.imgTools {
    display: block;
    width: 225px;
    height: 225px;
    right: 0;
    top: 0;
    z-index: 1;
    background-image: url('Images/Home/tools.png');
    background: no-repeat center center;
}

/*//////////
    Обратная форма
    ///////////*/


html {
    height: 101%;
}

contact-form {
    font-family: 'Oxygen', Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    line-height: 1;
    padding-bottom: 85px;
    background: #f5f7f7 url('images/bg.png'); /* Image Source: http://subtlepatterns.com/paper-fibers/ */
}

::selection {
    background: #d2bef5;
}

::-moz-selection {
    background: #d2bef5;
}

::-webkit-selection {
    background: #d2bef5;
}

br {
    display: block;
    line-height: 2.2em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
}

h1 {
    font-family: 'Skranji', 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 29px;
    line-height: 1.7em;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #bbb;
}



/* positioning */
#w {
    display: block;
    width: 660px;
    margin: 0 auto;
    margin-top: 25px;
    padding: 35px 15px;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*-webkit-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.55);*/
    /*-moz-box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.55);*/
    /*box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.55);*/
}



/* form styles */
form .row {
    display: block;
    margin-bottom: 7px;
    margin-left: 5%;
}

    form .row:hover {
        background: #f1f7fa;
    }

form label {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    width: 120px;
    padding: 6px 0;
    color: #464646;
    vertical-align: top;
}

form .req {
    color: #ca5354;
}

form .note {
    font-size: 12px;
    line-height: 1.33em;
    font-weight: normal;
    padding: 2px 7px;
    margin-bottom: 10px;
}

form input:focus, form textarea:focus {
    outline: none;
}

/* placeholder styles: http://stackoverflow.com/a/2610741/477958 */
::-webkit-input-placeholder {
    color: #aaafbd;
    font-style: italic;
}
/* WebKit */
:-moz-placeholder {
    color: #aaafbd;
    font-style: italic;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #aaafbd;
    font-style: italic;
}
/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #aaafbd;
    font-style: italic;
}
/* Internet Explorer 10+ */

form .txt {
    display: inline-block;
    padding: 8px 9px;
    padding-right: 30px;
    width: 440px;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;
    background-image: url('images/checkmark.png');
    background-position: 110% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -moz-box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    box-shadow: 0 1px 2px rgba(25, 25, 25, 0.25) inset, -1px 1px #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

form .txtarea {
    display: inline-block;
    padding: 8px 11px;
    padding-right: 30px;
    width: 438px;
    height: 120px;
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #898989;
    background-color: #f0f0f0;
    background-image: url('images/checkmark.png');
    background-position: 110% 4%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    text-shadow: 0 1px 0 rgba(255,255,255,0.75);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    box-shadow: 0 1px 4px -1px #a8a8a8 inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    form .txt:focus, form .txtarea:focus {
        width: 240px;
        color: #545454;
        background-color: #fff;
        background-position: 110% center;
        background-repeat: no-repeat;
        border-color: #059;
        -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7);
        -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7);
        box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(70, 100, 200, 0.7);
    }

    form .txtarea:focus {
        width: 440px;
        background-position: 110% 4%;
    }

form .txt:valid {
    background-color: #deecda;
    background-position: 98% center;
    background-repeat: no-repeat;
    color: #7d996e;
    border: 1px solid #95bc7d;
}

form .txtarea:valid {
    background-color: #deecda;
    background-position: 98% 4%;
    background-repeat: no-repeat;
    color: #7d996e;
    border: 1px solid #95bc7d;
}

form .txt:focus:valid, form .txtarea:focus:valid {
    -webkit-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);
    -moz-box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);
    box-shadow: 0 1px 4px -1px #a8a8a8 inset, 0 1px rgba(255, 255, 255, 0.6), 0 0 11px rgba(120, 200, 70, 0.7);
}

form .center {
    margin-top: 25px;
    text-align: center;
}

#submitbtn {
    margin-left: 6%;
    height: 75.6px;
    width: 272px;
    padding: 0;
    cursor: pointer;
    font-family: 'Oxygen', Arial, sans-serif;
    font-size: 20px;
    /*color: #0a528f;*/
    text-shadow: 1px 1px 0 rgba(255,255,255,0.65);
    border-width: 1px;
    border-style: solid;
    /*border-color: #317bd6 #3784e3 #2d74d5 #3774e3;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background-color: #4581e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6faefd), to(#4581e5));
  background-image: -webkit-linear-gradient(top, #6faefd, #4581e5);
  background-image: -moz-linear-gradient(top, #6faefd, #4581e5);
  background-image: -ms-linear-gradient(top, #6faefd, #4581e5);
  background-image: -o-linear-gradient(top, #6faefd, #4581e5);
  background-image: linear-gradient(top, #6faefd, #4581e5);*/
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    #submitbtn:hover, #submitbtn:focus {
        -webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
        -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
        box-shadow: 0 0 15px rgba(70, 100, 200, 0.9);
    }

    #submitbtn:active {
        -webkit-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px rgba(0,0,0,0.4) inset;
        -moz-box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px rgba(0,0,0,0.4) inset;
        box-shadow: 0 0 15px rgba(70, 100, 200, 0.9), 0 1px 3px rgba(0,0,0,0.4) inset;
    }

#capcha {
    font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    font-weight: normal;
}

.contact-form {
    margin-bottom: -10px;
}
