/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

header table tr td {
    display: block;
}

header {
    background-color: #003365;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 9999;
}

table.urist tr td {
    display: block;
    width: 100%;
}

.block1 ul li {
    width: 100%;
    margin: 40px 0%;
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
}

.dop_info .links {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

footer table tr td{
    width: 100%;
    display: block;
    text-align: center;
}

footer table tr td.logo {
    width: 100%;
}

footer table tr td.logo {
    width: 20%;
    margin: 10px 40%;
}

footer ul.soc li {
    width: 40px;
    float: none;
    cursor: pointer;
    opacity: 0.7;
    margin: 10px 0px;
}

footer ul li {
    padding-bottom: 12px;
    font-size: 10px;
}

table.form tr td {
    width: 100%;
    padding: 5px;
    vertical-align: top;
}

.block1 ul li ul.f_info li {
    width: 100%;
    margin: 3px 0%;
    font-weight: 100;
    text-align: left;
    font-size: 12px;
    padding: 1px 10px;
    color: #003365;
    border-bottom: 1px solid #f1f0f0;
}

.block1 ul li ul.f_info li.zvonok a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-align: center;
}

.n_list tr td.img {
    width: 25%;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    height: 200px;
}

.n_list tr td {
    vertical-align: top;
    text-align: left;
    padding: 10px 10px;
    display: block;
}


div.max_info div.img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    margin-top: 10px;
}

div.max_info div.text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0px;
    padding: 0px 10px;
    margin-top: 10px;
}

div.max_info {
    width: 100%;
    margin: 20px 0px 50px 0px;
    padding: 0px;
}

h1 {
    font-size: 25px;
    margin: 0px 0px 10px 0px;
}

div.o_sebe div.foto {
    width: 100%;
}

div.o_sebe div {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}

header table tr td.menu ul li {
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0px;
    display: inline-block;
    vertical-align: top;
    transition: 0.7s;
    cursor: pointer;
    border-bottom: 1px solid #fff0;
    font-size: 15px;
    margin: 5px 0px;
}

header table tr td.menu nav {
    width: 100%;
    padding: 0px 20%;
    margin: 20px 0px;
    display: inline-block;
    vertical-align: top;
    transition: 0.7s;
    cursor: pointer;
    border-bottom: 1px solid #fff0;
    font-size: 15px;
    margin: 25px 0px;
}

header table tr td.kontakt p {
    font-family: GlroyBold;
    font-size: 17px;
    text-transform: uppercase;
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
    padding-left: 20px;
    line-height: 17px;
}

header table tr td.logo {
    width: 100%;
    padding: 5px 40%;
}

header table tr td.min_txt p {
    font-family: GlroyBold;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-left: 20px;
    line-height: 15px;
}

.forma button {
    margin-top: 10px;
    width: 100%;
}

section.slider {
    width: 100%;
    background-color: #003365;
    background: url(../img/fon-1.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right top;
    color: #fff;
    padding: 50px 0px;
    margin-top: 50px;
}

#slider {
    width: 100%;
    height: 370px;
    overflow: hidden;
    border: none;
    position: relative;
}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}