@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
}

body {
    background: #ffffff;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #4d4d4d;
}

@font-face {
    font-family: 'PFDinTextCondPro-Regular';
    src: url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.eot');
    src: url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.woff') format('woff'),
    url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.otf') format('truetype'),
    url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.svg#PFDinTextCondPro-Regular') format('svg');
}

a {
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #990006;
}

* {
    margin:0;
    padding:0;
    outline:none;
}

.clear {display: block; clear: both; float: none; width: 100%; height: 0;}

.clr {width: 0; height: 100%; display: inline-block; vertical-align: middle;}

.page {
    width: 100%;
    min-height: 100%;
    margin-bottom: 0;
}

.center-wrap {
    width: 1140px;
    height: inherit;
    margin: 0 auto;
    position: relative;
}

.btn {
    display: block;
    width: 163px;
    height: 50px;
    line-height: 55px;
    text-decoration: none;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 20px;
    color: #70adcc;
    position: relative;
}

.btn:hover {
    background: #003a63;
    color: #fff;
}

.btn:before, .btn:after {
    display: block;
    position: absolute;
    content: '';
    height: 50px;
    width: 15px;
    top: 0;
    left: -15px;
    background: url("../images/btn-bf.png") 0 0;
}

.btn:after {
    left: auto;
    right: -15px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: "FlipV";
    -ms-filter: "FlipV";
}

.btn:hover:before, .btn:hover:after {
    background-position: 0 -50px;
}

header {
    width: 100%;
    height: 161px;
}

a.logo {
    width: 488px;
    height: 120px;
    position: absolute;
    top: 9px;
    left: 0;
    background: url("../images/logo.png");
}

.tel-block {
    position: absolute;
    font-family: 'PFDinTextCondPro-Regular';
    color: #808080;
    font-size: 16px;
}

.tel-block p:first-child {
    margin-bottom: 7px;
}

.tel-block span.key {
    font-size: 18px;
    color: #cbcbcb;
}

.tel-block span.number {
    font-size: 26px;
    color: #003a63;
    font-family: Impact,sans-serif;
}

header .tel-block {
    left: 580px;
    top: 20px;
}

.address-block {
    position: absolute;
    right: 0;
    top: 17px;
    text-align: right;
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 16px;
    color: #003a63;
}

.address-block a {
    color: #70adcc;
    transition: all 0.3s;
}

.address-block p {
    margin: 5px 0;
}

header form {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 580px;
    height: 50px;
    background: #efefef;
    line-height: 50px;
}

header form label {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 16px;
    color: #b2b2b2;
    margin: 0 10px 0 20px;
}

header form input {
    padding: 6px 35px 6px 12px;
    width: 440px;
    height: 16px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    background: #fff url("../images/search-bg.png") 463px center no-repeat;
}

header form input:focus {
    border-color: #cae3ec;
}

.top-menu {
    width: 1200px;
    height: 55px;
    background: #005593;
    position: relative;
    margin: 0 auto;
}

.top-menu:before, .top-menu:after {
    display: block;
    height: 70px;
    width: 50px;
    position: absolute;
    top: 0;
    content: '';
    background: url("../images/menu-bg.png");
    z-index: -1;
}

.top-menu:before {
    left: -34px;
    background-position: 0 -70px;
}

.top-menu:after {
    right: -34px;
    background-position: 0 0;
}

.top-menu > ul {
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    padding-top: 3px;
    display: table;
    margin: 0 auto;
}

.top-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.top-menu > ul > li:not(:last-child) {
    margin-right: 10px;
}

.top-menu > ul > li > a {
    display: block;
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 14px;
    line-height: 47px;
    height: 45px;
    color: #fff;
    padding: 0 13px;
    border: 2px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.top-menu > ul > li > a:hover, .top-menu > ul > li.active > a {
    background: #bedfeb;
    border-color: #fff;
    color: #003a63;
    text-shadow: 0 1px #fff;
}

.top-menu > ul > li > ul {
    position: absolute;
    list-style-type: none;
    top: 49px;
    background: #005593;
    padding: 20px;
    min-width: 100%;
    z-index: 5;
    opacity: 0;
    /*box-shadow: 2px 2px 5px -1px #fff;*/
    left: -9999px;
    transition: opacity 0.4s;
}

.top-menu > ul > li:hover > ul {
    opacity: 1;
    left: 0;
}

.top-menu > ul > li > ul > li:not(:first-child) {
    margin-top: 10px;
}

.top-menu > ul > li > ul > li > a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
}
.top-menu > ul > li > ul > li > a:hover { text-decoration: underline; }

.main-slider {
    width: 1140px;
    height: 350px;
    position: relative;
    margin: 30px auto;
}

.main-slider img {
    display: block;
    width: 1140px;
    height: 350px;
    position: absolute;
}

.main-slider .carousel, .main-slider .carousel .item  {
    height: 350px;
}

.main-slider .carousel .item, .commodity .carousel .item {
    -webkit-transition: 0.7s ease-in-out opacity;
    -moz-transition: 0.7s ease-in-out opacity;
    -o-transition: 0.7s ease-in-out opacity;
    transition: 0.7s ease-in-out opacity;
    left: 0 !important;
}
.main-slider .carousel .next.left,
.main-slider .carousel .prev.right {
    opacity: 1;
    z-index: 1;
}
.main-slider .carousel .active.left,
.main-slider .carousel .active.right {
    opacity: 0;
    z-index: 2;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    top: 138px;
    position: absolute;
    width: 60px;
    height: 65px;
    z-index: 2;
}

.carousel-control.left {
    left: -16px;
    background: url("../images/control.png") 0 0;
}

.carousel-control.right {
    right: -16px;
    background: url("../images/control.png") 0 -65px;
}

.carousel-control.left:hover {
    background-position: 0 -130px;
}

.carousel-control.right:hover {
    background-position: 0 -195px;
}

.slider-text {
    width: 325px;
    position: absolute;
    padding-right: 40px;
    padding-top: 25px;
    line-height: 1.2;
    top: 0;
    right: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    text-shadow: 0 -2px #003a63;
}

.slider-text p.description {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    margin-top: 10px;
    font-weight: normal;
    text-shadow: 0 -1px #000;
    background: rgba(0,0,0,0.45);
    padding: 10px;
}

.gray-line {
    height: 50px;
    line-height: 55px;
    background: #f1f1f1;
    padding-left: 21px;
    font-family: Impact, sans-serif;
    position: relative;
}

.blue-line {
    height: 50px;
    line-height: 55px;
    background: #005593;
    padding-left: 21px;
    font-family: Impact, sans-serif;
    position: relative;
}

.gray-line:before, .blue-line:before {
    display: block;
    width: 16px;
    height: 65px;
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    background: url("../images/title-before.png") 0 0;
}

.blue-line:before {
    background-position: 0 -65px;
}

.gray-line:after, .blue-line:after {
    display: block;
    width: 15px;
    height: 50px;
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    background: url("../images/title-after.png") 0 0;
}

.blue-line:after {
    background-position: 0 -50px;
}

.gray-line h2.title {
    color: #003a63;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 1px;
}

.gray-line h2.title span {
    color: #70adcc;
}

.gray-line h3.title {
    color: #4d4d4d;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
}

.blue-line h2.title {
    color: #fff;
    font-weight: normal;
    font-size: 26px;
}

.blue-line h3.title {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
}

.gray-line a, .blue-line a {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 16px;
    margin-left: 10px;
    color: #70adcc;
    transition: all 0.3s;
    letter-spacing: 0;
}

.gray-line a:hover, .blue-line a:hover {
    color: #990006;
}

.middle-block {
    width: 1140px;
    margin: 0 auto;
}

.middle-block .left-line {
    width: 774px;
    float: left;
}

.news-block .wrapper {
    padding: 30px 0 30px 20px;
}

.news-block .text-wrapper {
    margin: 30px 0 0 18px;
}

.news-block .wrapper .item {
    display: block;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
}

.news-block .wrapper .item:not(:last-child) {
    margin-bottom: 30px;
}

.news-block .wrapper .item .img-block {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 90px;
}

.news-block .wrapper .item .img-block img {
    width: 120px;
    height: 90px;
}

.news-block .wrapper .item .text {
    display: inline-block;
    vertical-align: top;
    width: 614px;
    padding-left: 20px;
    max-height: 93px;
    overflow: hidden;
}

.news-block .wrapper .item p.date {
    font-size: 11px;
    line-height: 1;
    color: #989898;
}

.news-block .wrapper .item:hover p.date {
    color: #70adcc;
    transition: all 0.3s;
}

.news-block .wrapper .item p.title {
    font-size: 14px;
    line-height: 1.3;
    color: #003a63;
    margin: 7px 0 8px;
    transition: all 0.3s;
}

.news-block .wrapper .item p.title span {
    border-bottom: 1px solid #003a63;
}

.news-block .wrapper .item:hover p.title {
    color: #990006;
}

.news-block .wrapper .item:hover p.title span {
    border-color: transparent;
}

.news-block .wrapper .item p.description {
    font-size: 13px;
    line-height: 1.3;
    transition: all 0.3s;
}

.news-block .wrapper .item:hover p.description {
    color: #b2b2b2;
}

.information-block.news-block .wrapper {
    padding-bottom: 0;
}

.information-block.news-block .wrapper .item {
    display: inline-block;
    vertical-align: top;
}

.information-block.news-block .wrapper .item:nth-child(2n) {
    margin-left: 80px;
}

.information-block.news-block .wrapper .item .text {
    width: 190px;
}

.information-block.news-block .wrapper .item p.title {
    margin-bottom: 0;
}

.middle-block .right-line {
    width: 300px;
    float: right;
}

.exchange-rate .wrapper {
    margin: 20px auto;
    width: 210px;
    height: 61px;
}

/*.exchange-rate .wrapper p {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*font-size: 24px;*/
    /*line-height: 1;*/
    /*color: #70adcc;*/
/*}*/

/*.exchange-rate .wrapper p span {*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
/*}*/

/*.exchange-rate .wrapper p:nth-child(2) {*/
    /*margin-left: 50px;*/
/*}*/

/*.exchange-rate .wrapper p span:first-child {*/
    /*font-weight: bold;*/
    /*font-size: 36px;*/
    /*color: #5c9114;*/
/*}*/

/*.exchange-rate .wrapper p span:nth-child(2) {*/
    /*color: #cbcbcb;*/
/*}*/

.callback-block {
    margin-top: 10px;
}

.callback-block form {
    background: #bedfeb;
    padding: 20px;
}

.callback-block form .form-control {
    width: 234px;
    max-width: 234px;
}

.callback-block form textarea.form-control {
    height: 50px;
}

.captcha-block {
    font-size: 0;
    line-height: 0;
}

.captcha-block div {
    display: inline-block;
    vertical-align: top;
}

.captcha-block .captcha {
    border: 1px solid #70adcc;
    height: 38px;
    width: 118px;
}

.captcha-block .captcha img {
    height: 38px;
    width: 118px;
}

.captcha-block .form-control {
    height: 26px;
    width: 94px !important;
    margin-left: 20px;
}

.callback-block  .btn {
    height: 40px;
    line-height: 45px;
}

.callback-block  .btn:before, .callback-block  .btn:after {
    display: none;
}

.upgrade-block.news-block .wrapper .item .text {
    padding-left: 0;
    width: 279px;
}

.upgrade-block.news-block .wrapper .item p.title {
    margin: 3px 0 0;
}

.upgrade-block.news-block .wrapper .item:not(:last-child) {
    margin-bottom: 15px;
}

.upgrade-block.upgrade-block.news-block .wrapper .item .text {
    max-height: inherit;
}

.map-block {
    width: 1140px;
    margin: 20px auto 30px;
    position: relative;
}

.map-block  p.title {
    font-size: 22px;
    color: #005593;
    font-family: Impact, sans-serif;
    margin-bottom: 20px;
}

.map-block .ajax-loader {
    display: none;
    height: 500px;
    width: 39%;
    text-align: center;
    position: absolute;
    z-index: 300;
    background: #fff;
}

.map-block.loading .ajax-loader {
    display: block;
}

.map-block.loading .content {
    display: none;
}

.map-block .ajax-loader img {
    display: inline-block;
    vertical-align: middle;
}

.map-block .ajax-loader div {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width:0;
}

.map-block .content {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 20px;
}

.map-block .content img { margin: 7px; }

.map-block .countrysides {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 10px;
}

.map-block .countrysides a {
    display: table;
    color: #70adcc;
    margin-top: 10px;
}

.map-block .right-line {
    width: 715px;
    height: 500px;
    float: right;
    margin-top: 10px;
    /*cursor: pointer;*/
}

.gallery-block {
    width: 1140px;
    margin: 0 auto 40px;
}

.carousel-gallery {
    width: 1140px;
    padding: 29px 0;
    margin: 0 auto;
    background: #f1f1f1;
    position: relative;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1008px;
    height: 173px;
}

.carousel-wrapper {
    position: relative;
    width: 9999px;
}

.carousel-item {
    width: 228px;
    float: left;
    height: 173px;
    margin-left: 32px;
    position: relative;
}

.carousel-item:first-child {
    margin-left: 0;
}

.carousel-item .img-block, .carousel-item .img-block img {
    width: 220px;
    height: 165px;
}

.carousel-item a {
    display: block;
    width: 220px;
    height: 165px;
    position: relative;
    text-decoration: none;
    border: 4px solid #e5e5e5;
    transition: all 0.3s;
}

.carousel-item:hover a {
    border-color: #70adcc;
}

.carousel-left, .carousel-right {
    position: absolute;
    width: 63px;
    height: 67px;
    top: 81px;
}

.carousel-left {
    left: -16px;
    background: url(../images/car-left-right.png) 0 0;
}

.carousel-right {
    right: -16px;
    background: url(../images/car-left-right.png) 0 -134px;
}

.carousel-left:hover {
    background-position: 0 -67px;;
}

.carousel-right:hover {
    background-position: 0 -201px;
}

.footer-margin {
    height: 220px;
}

footer {
    width: 100%;
    height: 180px;
    margin-top: -220px;
    padding-top: 40px;
    background: #003a63;
}

a.footer-logo {
    width: 162px;
    height: 138px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/footer-logo.png");
}

footer p.attention {
    font-size: 12px;
    color: #2874d1;
    line-height: 1.5;
    position: absolute;
    left: 180px;
    top: 5px;
    width: 180px;
}

footer .tel-block {
    left: 490px;
    top: 10px;
    color: #4fb4ff;
}

footer .tel-block span.key {
    color: #2874d1;
}

footer .tel-block span.number {
    color: #fff;
}

footer .address-block {
    top: 10px;
}

footer .address-block p {
    color: #2874d1;
}

footer .address-block a {
    color: #4fb4ff;
}

.address-block a:hover {
    color: #990006;
}

footer .address-block a:hover {
    color: #ff8080;
}


.ien-wrapper {
    position: absolute;
    right: 0;
    top: 120px;
}
a.ien {
    display: block;
    padding-right: 42px;
    position: relative;
    color: #4fb4ff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.3;
    float: right;
    text-align: right;
    height: 31px;
    transition: all 0.3s;
}

a.ien:hover {
    color: #ff8080;
}

a.ien:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 31px;
    height: 31px;
    background: url('../images/ien.png') 0 0;
}

a.ien:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 31px;
    height: 31px;
    background: url('../images/ien.png') 0 -31px;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
}

a.ien:hover:after {
    opacity: 1;
}

.text-wrapper h1, .text-wrapper h2, .text-wrapper h3, .text-wrapper h4, .text-wrapper p, .text-wrapper table, .text-wrapper img {
    margin-top: 18px;
}

.text-wrapper h1:first-child, .text-wrapper h2:first-child, .text-wrapper h3:first-child, .text-wrapper p:first-child, .text-wrapper table:first-child, .text-wrapper ul:first-child, .text-wrapper ol:first-child  {
    margin-top: 0;
}

.text-wrapper ul, .text-wrapper ol {
    margin-top: 13px;
}

.text-wrapper {
    line-height: 1.5;
    color: #333;
}

.text-wrapper h1 {
    font-family: Impact, sans-serif;
    font-size: 24px;
    color: #003a63;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
}

.text-wrapper h2 {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 20px;
    color: #003a63;
    font-weight: bold;
    letter-spacing: 1px;
}

.text-wrapper h3 {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 18px;
    color: #003a63;
    font-weight: bold;
    letter-spacing: 1px;
}

.text-wrapper ul li {
    margin-bottom: 10px;
    position: relative;
    line-height: 18px;
    list-style-position: inside;
    text-indent:-1em;
    overflow: hidden;
    padding-left: 2em;
}

.text-wrapper ol li {
    margin-bottom: 10px;
    position: relative;
    line-height: 18px;
    list-style-position: inside;
    text-indent:-1em;
    overflow: hidden;
    padding-left: 2em;
}

.text-wrapper td {
    border-top: 1px solid white;
    border-right: 1px solid white;
}

.text-wrapper th{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #003a63;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.text-wrapper th:last-child {
    border-right: none;
}

.text-wrapper td:last-child {
    border-right: none;
}

.text-wrapper tr:nth-child(odd) td {
    background-color: #efefef;
}

.text-wrapper tr:nth-child(even) td {
    border-color: #efefef;
}

.text-wrapper th, .text-wrapper td {
    padding: 13px;
    font-size: 12px;
}

.text-wrapper table {
    border-collapse:collapse;
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin: 20px auto 0;
    color: #333;
}

.text-wrapper table caption {
    text-align: left;
    color: #808080;
    font-size: 13px;
    margin-bottom: 5px;
}

.text-wrapper img {
    max-width: 790px;
}

.text-wrapper img:first-child {
    margin-top: 0;
}

.form-control {
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
    display: block;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #70adcc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: rgba(0, 85, 147, .6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 85, 147, .6), 0 0 8px rgba(0, 85, 147, .6);
    box-shadow: inset 0 1px 1px rgba(0, 85, 147, .6), 0 0 8px rgba(0, 85, 147, .6);
}

.form-control::-moz-placeholder {
    opacity: 1;
    font-family: Arial, sans-serif;
    color: #999999;
}

.form-control:-ms-input-placeholder {
    font-family: Arial, sans-serif;
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    font-family: Arial, sans-serif;
    color: #999999;
}

.form-group:not(:first-child) {
    margin-top: 10px;
}

/*внутренние страницы начались*/
.internal-page {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.internal-page.wide {
    width: 1440px;
}

.internal-page .left-line {
    width: 300px;
    float: left;
    margin-top: 60px;
}

.internal-page .left-line p.title {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 16px;
    color: #003a63;
    text-transform: uppercase;
    text-shadow: 0 1px #fff;
    background: #bedfeb;
    display: inline-block;
    border: 2px solid #bedfeb;
    position: relative;
}

.internal-page .left-line p.title:after {
    display: block;
    position: absolute;
    content: '';
    width: 19px;
    right: -17px;
    top: -2px;
    background: url("../images/left-line-p-af.png") no-repeat;
    background-size: 100% 100%;
    padding: 2px 0;
    height: 100%;
}

.internal-page .left-line p.title span {
    display: block;
    padding: 16px 16px 10px;
    border: 2px solid #fff;
}

.internal-page .left-line ul {
    list-style-type: none;
    padding: 20px 0 0 10px;
}

.internal-page .left-line ul li {
    margin-bottom: 5px;
}

.internal-page .left-line ul li a {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 16px;
    color: #003a63;
    text-decoration: none;
    padding: 8px 10px 8px;
    display: table;
    transition: all 0.3s;
    position: relative;
}

.internal-page .left-line ul li a:hover {
    background: #bedfeb;
    text-shadow: 0 1px #fff;
}

.internal-page .left-line ul li.active a {
    background: #003a63;
    color: #fff;
    text-shadow: none;
}

.internal-page .left-line ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    content: '';
    background: url("../images/left-menu-a-af.png") no-repeat;
    background-size: 10px 100%;
    opacity: 0;
    transition: all 0.3s;
}

.internal-page .left-line ul li.active a:after {
    background: url("../images/left-menu-a-active-af.png") no-repeat;
    opacity: 1;
    background-size: 10px 100%;
}

.internal-page .left-line ul li a:hover:after {
    opacity: 1;
}

.internal-page .right-line {
    width: 790px;
    float: right;
}

.internal-page .right-line .gray-line {
    width: 754px;
}

.news-block.norm-database .wrapper .item .img-block {
    width: 65px;
    height: 75px;
    position: relative;
}

.news-block.norm-database .wrapper .item .text {
    width: 669px;
    max-height: 76px;
}

.news-block.norm-database .wrapper .item .img-block:before, .news-block.norm-database .wrapper .item .img-block:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/datbs.png") 0 0;
}

.news-block.norm-database .wrapper .item .img-block:after {
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
    background-position: 0 -75px;
}

.news-block.norm-database .wrapper .item:hover .img-block:after {
    opacity: 1;
}

.gallery .gray-line {
    width: 1088px;
    margin-left: 16px;
}

.gallery .wrapper {
    width: 1008px;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    padding: 10px 0 0 0;
}

.gallery .wrapper .item {
    display: inline-block;
    vertical-align: top;
    width: 228px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.2;
    color: #4979a9;
    text-decoration: underline;
    text-align: center;
    transition: all 0.3s;
}

.news-block.gallery .wrapper .item:not(:last-child) {
    margin-bottom: 0;
}

.gallery .wrapper .item:hover {
    color: #990006;
    text-decoration: none;
}

.gallery .wrapper .item:not(:nth-child(4n+1)) {
    margin-left: 32px;
}

.gallery .wrapper .item .img-block {
    width: 224px;
    height: 169px;
    border: 2px solid #e5e5e5;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.gallery .wrapper .item:hover .img-block {
    border-color: #ff9999;
}

.gallery .wrapper .item .img-block img {
    width: 220px;
    height: 165px;
    border: 2px solid #e5e5e5;
}
/*внутренние страницы закончились*/

.breadcrumbs {
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, sans-serif;
    color: #b2b2b2;
    margin: 25px auto 16px;
    float: left;
    max-width: 430px;
}

.breadcrumbs a {
    color: #70adcc;
    text-decoration: underline;
    transition: all 0.3s;
}

.breadcrumbs a:hover {
    color: #990006;
    text-decoration: none;
}

.internal-page .exchange-rate .wrapper {
    padding: 20px 0 0;
    float: right;
}

.internal-page .exchange-rate .wrapper p {
    font-size: 20px;
}

.internal-page .exchange-rate .wrapper p span:first-child {
    font-size: 24px;
}

.internal-page .exchange-rate .wrapper p.dollar {
    margin: 0 15px 0 10px;
}

.exchange-rate .wrapper p:nth-child(2) {
    margin-left: 10px;
}

.internal-page .exchange-rate .wrapper span.title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
}

/*навигация по страницам*/
ul.pager {
    display: inline-block;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 40px 0 0;
    height: 50px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    clear: both;
    padding: 0;
    position: relative;
}

.pager .hidden { display: none; }

ul.pager:before {
    content: 'Страницы:';
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 18px;
    color: #808080;
    padding-right: 5px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}

ul.pager li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    font-size: 13px;
}

ul.pager li a {
    color: #333;
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    border: 2px solid #c9c9c9;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

ul.pager li a:hover {
    border-color: #bedfeb;
}

ul.pager li.selected a {
    border-color: #003a63;
    cursor: default;
    background: #003a63;
    color: #fff;
}
/*навигация по страницам закончилась*/

/*страница новости*/
.single-news .img-block {
    width: 320px;
    height: 240px;
    border: 4px solid #cbcbcb;
    float: left;
    margin: 20px 20px 25px 0;
    position: relative;
}

.single-news .img-block:after {
    display: block;
    position: absolute;
    content: '';
    width: 328px;
    height: 6px;
    bottom: -10px;
    left: 0;
    background: url("../images/img-shadow.png");
}

.single-news .img-block img {
    width: 320px;
    height: 240px;
}

/*страница новости закончилась*/

.title-link { color: inherit !important; font: inherit !important; letter-spacing: inherit !important; margin: 0 !important; text-decoration: none; }
.title-link:hover { text-decoration: underline; }

.single-news .text-wrapper p.date { font-style: italic; }

.partners {
    font-size: 0;
    line-height: 0;
    width: 1140px;
    margin: 50px auto 40px;
    text-align: center;
}

.partners a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-bottom: 10px;
}

.partners a:not(:last-child) {
    margin-right: 10px;
}

.partners a img { height: 50px; }

.registry-table th { position: relative; cursor: pointer; }
.registry-table th, .registry-table td { padding: 15px 4px; }

.registry-table th span { border-bottom: 1px dashed #eee; }

.registry-table th .full-label {
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 65px;
    left: 2px;
    width: 200px;
    background-color: white;
    padding: 20px;
    border: solid 1px #777;
    cursor: default;
    min-width: 300px;
    color: #333;
    -webkit-transition: 0.3s ease-in-out opacity;
    -moz-transition: 0.3s ease-in-out opacity;
    -o-transition: 0.3s ease-in-out opacity;
    transition: 0.3s ease-in-out opacity;
}
.registry-table th:hover .full-label { display: block;  opacity: 1; z-index: 100;}

.registry-table form {
    background: #efefef;
    line-height: 50px;
    margin-top: 12px;
}

.registry-table form label {
    font-family: 'PFDinTextCondPro-Regular';
    font-size: 16px;
    color: #525252;
    margin: 0 10px 0 20px;
}

.registry-table form input {
    padding: 6px 35px 6px 12px;
    height: 16px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    width: 160px;
    background: #fff url("../images/search-bg.png") 185px center no-repeat;
}

.registry-table  form input:focus {
    border-color: #cae3ec;
}

.search-reset {
    display: none;
    text-align: center;
    margin-top: 34px;
}

.search-reset a {
    text-decoration: none;
    border-bottom: dashed 1px;
}

.informer { 
position: absolute;
right: 166px;
bottom: 27px;
}

.center-line {
    width:100%;

}

.elec-reception {
    padding:30px 0;
}

.elec-reception .fio-group label { width: 50%; }
.elec-reception .fio-group .row-input input[type=text] { width: 50%; }
.elec-reception .fio-group .errorMessage { margin-left: 50%; }
.elec-reception .patronymic-checkbox-block label { width: auto; }
.elec-reception .fio-group .inline { width: 50%; }
.elec-reception .row-input textarea { width: 100%; }
.elec-reception .row-attachments { margin: 15px auto; }
.elec-reception .row-attachments label { width: 30%; display: inline-block; vertical-align: middle; }
.elec-reception .row-attachments .buttons { display: inline-block; vertical-align: middle; width: 70%; }
.elec-reception .row-attachments .attachment {  margin-bottom: 10px; text-align: right;  white-space: nowrap; }
.elec-reception .row-attachments .attachment:last-child { margin-bottom: 0; }
.elec-reception .row-attachments .attachment a { display: inline-block; }
.elec-reception .row-attachments .attachment .filename { margin-right: 20px; }
.elec-reception select { width: 100%; }

    /* form */

form p.title { font-weight: bold; margin-bottom: 30px; }

.row-input {
    display:block;
    margin-bottom:20px;
}

.row-input label {
    min-width:190px;
    display:inline-block;
    vertical-align: middle;
}

.row-input input[type=radio] + label { margin-top: 0; margin-left: 15px; }

.row-input label span, .mark {
    color:red;
}

.row-input input[type="text"], .row-input input[type="textarea"], .row-input input[type="email"],
.row-input input[type="phone"] {
    border: 1px solid #999;
    display: inline-block;
    line-height: 28px;
    padding-left: 5px;
    box-sizing: border-box;
    width: 300px;
    vertical-align: middle;
    transition: all ease 0.3s;
}

.row-input input[type=text]:disabled, .row-input input[type=textarea]:disabled {
    background-color: #dadada;
}

.row-input textarea {
    border: 1px solid #999;
    display: inline-block;
    line-height: 28px;
    padding-left: 5px;
    box-sizing: border-box;
    width: 300px;
    height:135px;
}

.row-input button {
    margin-top:7px;
}

.row-input p { margin-bottom: 20px; }

.radio-input-block {
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}

.radio-input-row {
    margin-bottom:10px;
}



.radio-input-row input {
    width:auto;
}

.radio-input-row label {
    margin-top:0;
    line-height:17px;
}

.little-descrip {
    font-size:12px;
    color:#999;
}


.captcha-block {
    display:inline-block;
}

.captcha-block img {
    display: inline-block;
    vertical-align: middle;
}

.errorMessage {
    width:auto;
    color:red;
    font-size:12px;
}
#callback-form  input[type=submit] {
    display: block;
    margin: 0 auto;
    position: relative;
    right: 50px;
}

.row-input input.file-field { border:none;}


.blue-line h3 a { color: inherit; text-decoration: none; }

.information-block.news-block {
    margin: 30px auto;
}


.gray-line.wide { height: 82px; line-height: 30px;  }
.gray-line.wide a { display: block; padding-top: 10px; }
.gray-line.wide:before {
    height: 97px;
    background: url("../images/long_before.png") 0 0;
}

.gray-line.wide:after {
    height: 100%;
    background: url("../images/long_after.png") 0 0 no-repeat;
}

.tender-eye-button{
    padding-left: 44px;
    margin-top: 6px;
    width: 200px;
    height: 30px;
    color: #000;
    font-size: 19px;
    line-height: 24px;
    background: url(../images/vision_blue.png) no-repeat;
    display: block;
}


.gos_uslugi {
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: solid 3px #f1f1f1;
    padding: 10px;
}

.logo-uslugi {
    vertical-align: middle;
    display: inline-block;
    width: 40%;
    margin-right: 30px;
    margin-left: 20px;
}

.gos_uslugi span {
    vertical-align: middle;
    display: inline-block;
    line-height: 2.5;
}

.gos_uslugi a {
    font-size: 20px;
    line-height: 1.42;
    color: #003a63;
}

/* for news*/
.article_item {
    margin-bottom: 20px;
	margin-top: 20px;
}
.article_border_left {
    margin-bottom: 20px;
	margin-top: 20px;	
    padding-left: 16px;
    border-left: 4px solid #005593;
}

.images-bs { margin: 30px 0; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.images-bs .image-bs { display: block; vertical-align: middle; margin: 0 10px 10px 0; max-width: 100%; max-height: 350px;}
.images-bs .image-bs img { display: block; max-height: 100%; max-width: 100%; }

.btn-blue {
    background-color: #003a63;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all ease .3s;
    text-align: center;
    cursor: pointer;
}

.btn-blue:hover {
    background-color: #fff;
    color: #003a63;
    border-color: #003a63;
}

.reception-buttons { margin-top: 15px; }
.reception-buttons .btn-blue { display: block; width: 70%; margin-bottom: 15px; }


.inline { display: inline-block; vertical-align: middle; }

.patronymic-checkbox-block label { margin: 0 0 0 10px; min-width: 0; }

.coauthors-row { margin: 25px auto; }
.row-input .coauthor { margin: 0 auto 10px; position: relative; border: 1px solid #eaeaea; border-radius: 5px; padding: 10px; }
.row-input .coauthor p { margin: 0 auto 10px; }
.row-input .coauthor .input-block { display: inline-block; vertical-align: top; width: 49%; margin-right: 2%; }
.row-input .coauthor .input-block:last-child { margin-right: 0; }
.row-input .coauthor .input-block label { display: block; }
.row-input .coauthor .input-block input { display: block; width: 100%; }
.coauthors-row .btn-blue { margin-top: 15px; display: inline-block; }
.coauthors-row .btn-blue .plus { display: inline-block; vertical-align: middle; width: 20px; height: 20px; position: relative; margin-right: 10px; border: 1px solid #fff; border-radius: 50%; transition: all ease 0.3s; }
.coauthors-row .btn-blue .plus::before, .coauthors-row .btn-blue .plus::after { content: ''; position: absolute; background-color: #fff; transition: all ease 0.3s; }
.coauthors-row .btn-blue:hover .plus { border-color: #003a63; }
.coauthors-row .btn-blue:hover .plus::before, .coauthors-row .btn-blue:hover .plus::after { background-color: #003a63;  }
.coauthors-row .btn-blue .plus::before { width: 60%; height: 4px; top: 50%; left: 20%; transform: translateY(-50%); }
.coauthors-row .btn-blue .plus::after { width: 4px; height: 60%; top: 20%; left: 50%; transform: translateX(-50%); }

.remove { position: absolute; width: 10px; height: 10px; transform: rotate(45deg); }
.remove::after, .remove::before { content: ''; display: block; position: absolute; background-color: #f00; }
.remove::after { width: 100%; height: 2px; top: 50%; left: 0; transform: translateY(-50%); }
.remove::before { height: 100%; width: 2px; top: 0; left: 50%; transform: translateX(-50%); }

.coauthor .remove { right: 10px; }

.hidden { display: none; }

table.answers { width: 100%; }
.text-wrapper table.answers thead td { font-weight: bold; background-color: #fff; }

.answers-search-panel { float: left; padding: 15px 5px; margin: 20px auto;  border: solid #dadada; border-width: 1px 0 1px 0; }
.answers-search-panel .title { font-weight: bold; margin-bottom: 15px; }
.answers-search-panel label { display: inline-block; margin-right: 10px; width: 200px; vertical-align: middle; }
.answers-search-panel .row { margin-bottom: 10px; }
.answers-search-panel .row input { line-height: 28px; padding-left: 5px; }
.answers-search-panel .btn-blue { width: 100%; margin-top: 15px; }

.no-results { font-weight: bold; }

#external-widget { width: 1140px; margin: 0 auto 20px; display: flex; flex-direction: row; }
#external-widget > :first-child { margin-right: 20px; flex-grow: 1; }
#external-widget > :last-child { font-size: 0; }