/* ::::: http://livebloggs.com/jb/pust_govoryat/css/style.css ::::: */

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 23px;
}

a {
    color: rgb(10, 120, 194);
    outline: medium none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.table-a:hover {
    text-decoration: underline;
}

p {
    margin: 0px 0px 11px;
    text-align: justify;
}

img {
    border: medium none;
}

input {
    vertical-align: middle;
}

h2 {
    margin: 10px 0px;
    font-size: 19px;
}

h3 {
    margin: 2px 0px 10px;
    font-size: 18px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h4 {
    margin: 10px 0px 25px;
    font-size: 19px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    display: inline-block;
}

ul {
    margin-bottom: 10px;
}

li {
    list-style-type: none;
}

#wrapper {
    width: 960px;
    margin: 0px auto;
}

#header {
    background: transparent url('../images/header00.jpg') no-repeat scroll 0% 0%;
    width: 960px;
    height: 383px;
    position: relative;
}

#middle {
    width: 100%;
    height: 1%;
    position: relative;
}

#middle::after {
    content: "";
    clear: both;
    display: table;
}

#container {
    width: 100%;
    float: left;
    overflow: hidden;
}

#content {
    padding: 0px 270px 0px 0px;
}

#sideRight {
    float: left;
    width: 250px;
    margin-left: -250px;
    position: relative;
    margin-top: 20px;
}

#footer {
    height: 15px;
    background: rgb(250, 246, 221) none repeat scroll 0% 0%;
    margin-top: 25px;
    padding: 20px;
    font-size: 12px;
}

.footer-text {
    margin: 0px auto;
    text-align: left;
    width: 960px;
}

.vk_name {
    font: bold 11px/140% Tahoma, Arial;
    color: rgb(16, 99, 154);
}

.vk_text {
    font: 11px/130% Tahoma, Arial;
    color: rgb(0, 0, 0);
}

.vk_info {
    font: 9px Tahoma, Arial;
    color: rgb(119, 119, 119);
    margin-top: 3px;
}

.comment-container {
    width: 690px;
}

.item {
    overflow: hidden;
    height: 1%;
    margin-bottom: 15px;
}

.photo {
    float: left;
}

.photo img {
    display: block;
    border-radius: 15px;
}

.area {
    float: right;
    width: 610px;
}

.name {
    border: 1px solid rgb(231, 229, 222);
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    padding: 0pt 11px;
}

.name span {
    color: rgb(185, 0, 0);
    display: block;
    line-height: 20px;
}

.name span em {
    color: rgb(158, 148, 148);
    font-size: 12px;
}

.comment {
    border-style: solid;
    border-color: rgb(231, 229, 222);
    padding: 5px 0pt 6px 11px;
    border-width: 0pt 1px 1px;
    background: white none repeat scroll 0% 0%;
}

.comment p {
    margin: 0pt;
    font-size: 12px;
    padding: 5px;
}

.comment img {
    display: block;
    margin-top: 15px;
}

.paging {
    margin-left: 262px;
    padding: 0pt;
    list-style: outside none none;
    display: inline-block;
}

.paging li {
    float: left;
    line-height: 16px;
    margin-right: 6px;
}

.paging a {
    float: left;
    color: rgb(8, 134, 38);
    text-decoration: underline;
}

.paging a:hover {
    text-decoration: none;
}

.paging .active a {
    color: rgb(181, 178, 170);
    text-decoration: none;
}

input.comment-name-email {
    width: 35%;
    height: 23px;
    font-size: 13px;
    font-family: Helvetica;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid rgb(241, 241, 241);
}

.comment-form {
    background: whiteSmoke none repeat scroll 0% 0%;
    padding: 15px;
    border-radius: 8px;
}

textarea#comment {
    width: 95%;
}

textarea.comment-textarea {
    width: 95%;
    height: 110px;
    font-size: 13px;
    font-family: Helvetica;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid rgb(241, 241, 241);
}

textarea.comment-textarea:focus {
    outline: medium none ! important;
}

.styled-outline {
    outline: 0px none ! important;
    border: 1px solid rgb(204, 204, 204) ! important;
    border-radius: 6px ! important;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s ! important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset ! important;
}

.styled-outline:focus {
    outline: 0px none ! important;
    border-color: rgba(79, 190, 226, 0.8) ! important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px rgba(79, 190, 226, 0.6) ! important;
}

button.leave-comment-button {
    background: transparent linear-gradient(to bottom, white 0%, rgb(229, 229, 229) 100%) repeat scroll 0% 0%;
    border: 1px solid rgb(199, 199, 199);
    height: 36px;
    width: 184px;
    cursor: pointer;
    box-shadow: 0px 1px 1px white inset, 0px 1px 0px white;
    border-radius: 5px;
    color: rgb(112, 112, 112);
    text-shadow: 1px 1px 0px white;
    font-size: 12px;
}

button.leave-comment-button:hover {
    box-shadow: 0px 1px 1px rgb(221, 221, 221) inset;
    background: rgb(233, 233, 233) none repeat scroll 0% 0%;
}

.devushka-block img,
.malahov-block img {
    width: 100%;
    height: auto;
}

.project {
    background: transparent url('../images/project0.png') no-repeat scroll 0% 0%;
    width: 250px;
    height: 1056px;
}

#slides {
    width: 690px;
    /* margin-bottom: 25px; */
}

.leave-comment-button {
    display: block;
    width: 200px;
    padding: 10px;
    background: #ccc;
    border-radius: 10px;
    color: #111;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.slides_container {
    width: 690px;
    height: 388px;
    overflow: hidden;
}

.slide {
    width: 690px;
    height: 388px;
    display: block;
}

.button {
    margin: 20px auto;
    display: block;
    padding: 20px;
    width: 250px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(127, 199, 255);
    border-radius: 10px;
    background: rgb(0, 127, 255) none repeat scroll 0% 0%;
}

.button:hover {
    color: rgb(0, 127, 255);
    background: rgb(127, 199, 255) none repeat scroll 0% 0%;
}

.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix::after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0px;
}

.ui-state-disabled {
    cursor: default ! important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-datepicker {
    padding: 0.2em 0.2em 0px;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0px 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0px 0px 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0px none;
}

.ui-datepicker td {
    border: 0px none;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget-content a {
    color: rgb(51, 51, 51);
}

.ui-widget-header a {
    color: rgb(255, 255, 255);
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    background-image: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.bottom-btn {
    margin-left: 190px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

#comments {
    width: 690px
}

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

    #content {
        width: 100%;
    }

    #header {
        width: 100%;
        height: 343px;
        margin: 0 auto;
        background: url("../images/767.jpg") no-repeat center top;
        /* background-size: 100% 100%; */
    }

    img {
        display: block;
        margin: 0 auto;
        max-width: 100%
    }

    #wrapper {
        padding: 0 10px;
        box-sizing: border-box;
    }

    #wrapper,
    .footer-text {
        width: 100%
    }

    #comments,
    .comment-container,
    #slide,
    #slides,
    .devushka-block img,
    .malahov-block img {
        width: auto;
    }

    .button {
        margin: 20px auto;
        display: block;
    }

    .paging {
        margin: 10px auto;
        text-align: center;
        display: block;
        overflow: hidden;
        width: 150px;
    }

    #footer {
        height: auto;
        width: auto;
    }

    body {
        overflow-x: hidden;
    }

    .area {
        float: left;
        padding-left: 10px;
        width: 98%;
    }

    .photo {
        position: absolute;
        left: 0;
    }

    .item {
        padding-left: 60px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 767px) {
    #header {
        height: 351px;
        background: url("../images/620.jpg") no-repeat center top;
        /* background-size: 100% 100%; */
    }
}

@media screen and (max-width: 620px) {
    #header {
        height: 294px;
        background: url("../images/480.jpg") no-repeat center top;
        /* background-size: 100% 100%; */
    }

    .area {
        width: 97%
    }
}

@media screen and (max-width: 480px) {
    #header {
        height: 312px;
        background: url("../images/320.jpg") no-repeat center top;
        /* background-size: 100% 100%; */
    }

    .area {
        width: 96%
    }
}

@media (max-width: 640px) {
    p {
        text-align: left;
    }
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}

.container {
    /* width: 100%; */
    max-width: 1199px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

.logo {
    width: 50px;
    height: 50px;
    background: transparent url(../images/logo.svg) no-repeat scroll center center/40px 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.logo_name {
    margin: 12px 0 0 14px;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    color: #05519d;
    cursor: pointer;
    letter-spacing: 1.3px;
    line-height: 28px;
}

.time {
    line-height: 20px;
    display: inline-block;
    font-size: 11px;
    color: #909090;
    margin-left: 15px;
}

.city {
    display: inline-block;
    font-size: 13px;
    color: #05519d;
    margin-left: 15px;
    cursor: pointer;
}

header_line_2 {
    margin-top: 0;
    padding-bottom: 6px;
}

.links {
    padding-top: 5px;
    font-size: 0;
    position: relative;
    margin-left: 69px;
    display: inline-block;
}

.links li:nth-child(1) {
    margin-right: 11px;
}

.links li:nth-child(2) {
    margin-right: 11px;
}

.links li {
    font-weight: 700;
    font-size: 14px;
    color: #1b354a;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    letter-spacing: .9px;
}

.chosen_link {
    border-radius: 2px;
    border: 2px solid #05519d;
    padding: 4px;
}

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

    .logo_name {
        margin: 12px 0 0 -11px;
        display: inline-block;
        font-weight: 700;
        font-size: 24px;
        color: #05519d;
        cursor: pointer;
        letter-spacing: 1.3px;
        line-height: 28px;
    }
}


@media screen and (max-width: 950px) {
    .links ul li:last-child {
        display: none;
    }
}

.input-link1 {
    position: absolute;
    width: 100%;
    height: 70%;
    cursor: text;
}