@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV-hs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUJ0e.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUehs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUOhs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U-hs.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format('truetype');
}

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    -webkit-transform: none;
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
}

button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
    display: block;
}

.wrap {
    margin: 0 auto;
    width: 1170px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header {
    padding: 15px 0;
}

.header .logo a {
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
}

.header .logo a img {
    vertical-align: middle;
    margin-right: 10px;
}

.header .logo a span {
    display: inline-block;
    vertical-align: middle;
}

.header .contacts {
    width: 580px;
}

.header .contacts .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    color: #616161;
    margin: 5px 0;
}

.header .contacts .item img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.header .contacts .item a {
    color: #0073d4;
}

.header .contacts .item a.tel {
    color: #000;
    text-decoration: none;
    font-size: 24px;
}

.header .menu-button {
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: url('/img/menu-button.png') center / cover;
    margin-top: 12px;
}

.site-menu {
    width: 246px;
    position: fixed;
    top: 0;
    left: -246px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px 60px 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 5;
    /*height: 588px;*/
    height: 100%;
}

.site-menu.opened {
    left: 0;
    -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
    box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
}

.site-menu .links {
    padding: 0 15px 30px 15px;
}

.site-menu .links a {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 4px;
    border: 2px solid #b5b5b5;
}

.site-menu .links a:nth-child(1) {
    background: url('/img/menu1.png');
}

.site-menu .links a:nth-child(2) {
    background: url('/img/menu2.png');
}

.site-menu ul li {
    border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}

.site-menu ul li:hover ul {
    display: block;
}

.site-menu ul li a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    display: block;
    padding: 10px 0 10px 5px;
    position: relative;
}

.site-menu ul li a.with_sub {
    padding: 10px 20px 10px 5px;
}

.site-menu ul li a.with_sub .fa {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #999;
}

.site-menu ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 246px;
    background: #516274;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 87px 10px 0 10px;
    -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
    box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
    display: none;
}

.site-menu ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-menu ul li ul li a {
    color: #fff;
    padding: 10px;
}

.top-menu {
    background: #0073d4;
    text-align: center;
}

.top-menu ul {
    font-size: 0;
}

.top-menu ul li {
    display: inline-block;
    position: relative;
}

.top-menu ul li:hover ul {
    display: block;
}

.top-menu ul li:hover ul li a {
    background: none;
}

.top-menu ul li:hover a {
    background: #1989e8;
}

.top-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px 12px;
    font-size: 15px;
    position: relative;
}

.top-menu ul li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    top: 25px;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
}

.top-menu ul li ul {
    background: #fff;
    z-index: 2;
    top: 100%;
    left: 0;
    /*  width: 100%;*/
    width: auto;
    min-width: 300px;
    -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    display: none;
}

.top-menu ul li ul li {
    display: block;
    border-bottom: 1px solid #ccc;
}

.top-menu ul li ul li:last-child {
    border-bottom: 0;
}

.top-menu ul li ul li a {
    text-align: center;
    padding: 10px 0;
    color: #000;
}

.index-page-slider {
    margin-bottom: 50px;
}

.index-page-slider .item {
    height: 420px;
}

.index-page-slider .slick-prev,
.index-page-slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 49px;
    height: 49px;
}

.index-page-slider .slick-prev {
    left: 20px;
    background: url('/img/prev.png');
}

.index-page-slider .slick-next {
    right: 20px;
    background: url('/img/next.png');
}

.index-page-slider .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
}

.index-page-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.index-page-slider .slick-dots li.slick-active button {
    background: url('/img/dot2.png');
}

.index-page-slider .slick-dots li button {
    width: 17px;
    height: 17px;
    padding: 0;
    font-size: 0;
    z-index: 2;
    background: url('/img/dot.png');
}

.block-name {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.block-name span {
    position: relative;
}

.block-name span:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 2px;
    background: #0073d4;
    left: 100%;
    margin-top: 2px;
    margin-left: 20px;
}

/*.index-about {
  background: url('/img/about.png') no-repeat bottom right;
}
.index-about .text {
  width: 64%;
}*/
.index-about .text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.index-about .boss {
    width: 24.2%;
}

.index-about .boss .content {
    font-size: 0;
    -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 30px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 30px;
}

.index-about .boss .content .name {
    text-align: center;
    background: url('/img/boss.jpg') center bottom / cover;
    padding: 30px 20px;
    font-size: 16px;
    color: #686767;
    border: 1px solid #f2f2f2;
    border-top: 0;
}

.index-about .boss .content .name span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.fast-links {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf3f8));
    background: linear-gradient(to bottom, #ffffff, #edf3f8);
    padding: 50px 0 30px;
}

.fast-links .block-name {
    width: 23%;
    margin-bottom: 20px;
}

.fast-links .block-name span:after {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    top: 100%;
    left: 0;
    margin: 10px 0 0 0;
}

.fast-links .item {
    width: 23%;
    height: 68px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #c1cedb;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fast-links .item:hover {
    border: 2px solid #0073d4;
    -webkit-box-shadow: rgba(1, 1, 1, 0.15) 0 0 20px;
    box-shadow: rgba(1, 1, 1, 0.15) 0 0 20px;
}

.fast-links .item:hover .icon {
    width: 74px;
    margin-top: -1px;
}

.fast-links .item:hover a {
    padding: 0 9px 0 74px;
}

.fast-links .item .icon {
    width: 75px;
    height: 100%;
    line-height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.fast-links .item .icon img {
    vertical-align: middle;
}

.fast-links .item a {
    font-size: 16px;
    line-height: 18px;
    color: #0073d4;
    -webkit-transition: none;
    transition: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 75px;
}

.index-news {
    padding: 50px 0 30px;
}

.index-news .top-link {
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #0073d4;
    border: 2px solid #0073d4;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 12px 30px;
}

.index-news .top-link:hover {
    color: #fff;
    background: #0073d4;
}

.index-news .item {
    width: 23.3%;
    margin-bottom: 20px;
    background: #f3f7fc;
}

.index-news .item:hover {
    -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
    box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
}

.index-news .item img {
    width: 100%;
}

.index-news .item .content {
    padding: 15px;
}

.index-news .item .content .date {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 25px;
    background: url('/img/date.png') no-repeat 0 0;
    color: #3b6289;
}

.index-news .item .content a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.interesting-links {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#edf3f8));
    background: linear-gradient(to bottom, #ffffff, #edf3f8);
    padding: 0 0 30px;
}

.interesting-links .list {
    margin: 0 -10px;
}

.interesting-links .list .item {
    margin: 0 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.interesting-links .list .item .logo {
    height: 118px;
    line-height: 118px;
    background: #fff;
    -webkit-box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
    box-shadow: rgba(1, 1, 1, 0.1) 0 0 10px;
    margin-bottom: 10px;
}

.interesting-links .list .item .logo img {
    vertical-align: middle;
    display: inline-block;
}

.interesting-links .list .item a {
    display: block;
    text-decoration: none;
    color: #2688a6;
}

.interesting-links .list .slick-prev,
.interesting-links .list .slick-next {
    width: 15px;
    height: 26px;
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    top: 55px;
}

.interesting-links .list .slick-prev {
    left: -20px;
    background: url('/img/prev2.png');
}

.interesting-links .list .slick-next {
    right: -20px;
    background: url('/img/next2.png');
}

.gallery {
    padding-bottom: 20px;
}

.gallery .block-name {
    margin-bottom: 40px;
}

.gallery .item {
    width: 20%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.gallery .item:hover {
    -webkit-box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
    box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
    z-index: 2;
    position: relative;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery .item img {
    width: 100%;
}

.bottom-contacts {
    position: relative;
}

.bottom-contacts .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bottom-contacts .block {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: rgba(248, 250, 251, 0.88);
    padding: 100px 30px;
}

.bottom-contacts .block .item {
    padding-left: 30px;
    position: relative;
    color: #616161;
    margin: 20px 0;
}

.bottom-contacts .block .item img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.bottom-contacts .block .item a {
    color: #0073d4;
}

.bottom-contacts .block .item a.tel {
    color: #000;
    text-decoration: none;
    font-size: 24px;
}

.footer {
    padding: 40px 0;
}

.footer .logo a {
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
}

.footer .logo a img {
    display: block;
    margin-bottom: 10px;
}

.footer ul {
    max-width: 180px;
}

.footer ul li {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}

.footer ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0073d4;
    left: 0;
    top: 7px;
}

.footer ul li a {
    font-size: 15px;
    color: #474747;
}

.footer .dev {
    line-height: 16px;
    padding: 5px 0 30px 50px;
    background: url('/img/dev.png') no-repeat 0 0;
}

.footer .dev a {
    display: block;
    color: #0073d4;
}


.crumb ul {
    list-style-type: none;
    padding: 20px 0;
    display: block;
}

.crumb ul li {
    display: inline-block;
    vertical-align: top;
}

.button-wp {
    width: 100%;
    text-align: center;
}

.button-block {
    width: 32%;
    padding: 2px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.button-block a {
    background: #fff;
    font-weight: bold;
    color: #004276;
    border-radius: 6px;
    padding: 20px;
    display: block;
    text-decoration: none;

    /*font-size: 16px;*/
    color: #0073d4;
    border: 2px solid #0073d4;
    border-radius: 4px;
    padding: 20px 5px;
    margin: 5px;
    min-height: 38px;
    position: relative;
}

.button-block a:hover {
    color: #fff;
    background: #0073d4;
}

.cont-wp {


}

.cont-title {
    padding-bottom: 20px;
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 600;
}

.cont-wp ul {
    padding: 0 0 15px 15px;
}

.cont-wp ul li {
    position: relative;
    font-size: 16px;
    color: #393838;
    padding-left: 25px;
    padding-bottom: 10px;
}

.cont-wp ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0073d4), to(#0963ae));
    background: -webkit-linear-gradient(#0073d4, #0963ae);
    background: -o-linear-gradient(#0073d4, #0963ae);
    background: linear-gradient(#0073d4, #0963ae);
}

.cont-wp p {
    font-size: 16px;
text-align: justify;
padding-bottom: 10px;
color: #393838;
}

.site-menu ul li a {
    font-size: 14px;
}

.cont-wp table {
    margin: 10px 0;
}

.cont-wp table th {
    background: #d3e5f4;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid aliceblue;
}

.cont-wp table td {
    padding: 10px;
    border: 1px solid #d3e5f4;
}

.chief-wp {
    text-align: center;
}

.chief-wp .chief-block {
    width: 22.5%;
    height: auto;
    text-align: center;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

.chief-wp .chief-block img {
    max-width: 100%;
    height: auto;
    max-height: 305px;
    display: inline-block;
}

.chief-wp .chief-block span {
    display: block;
    padding: 10px;
}

.chief-wp .chief-block a {
    text-decoration: none;
}

.fancybox-overlay.fancybox-overlay-fixed {
    background: rgba(0, 0, 0, 0.6);
}

.download-list {
    margin-top: 20px;
}

.download-list ul li {
    display: inline-block;
    width: 45%;
    margin: 0 20px 20px 20px;
    vertical-align: top;
}

.download-list ul li a {
    position: relative;
    display: block;
    padding: 20px 5px 20px 45px;
    background: #eff6ff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #214c85;
    text-decoration: underline;
    border: 3px solid #cfe6fb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    line-height: 1.2;
}

.download-list ul li a:hover {
    background: #d4e7f7;
}

.download-list ul li a img {
    position: absolute;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
    width: 50px;
}

.site-menu ul li ul {
    margin-left: -1px;
}

.title {
    padding-bottom: 30px;
}

.button-block a:after {
    width: 10px;
    height: 40px;
    border-top: 4px solid #fff;
    border-left: 4px solid #0073d4;
    position: absolute;
    content: '';
    top: -3px;
    left: -3px;
}

.button-block a:before {
    width: 10px;
    height: 40px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #0073d4;
    position: absolute;
    content: '';
    bottom: -3px;
    right: -3px;
}

.button-block a:hover:after {
    width: 0;
    height: 0;
    border-top: 4px solid #0073d4;
    border-left: 4px solid #0073d4;
    top: -4px;
    left: -4px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.button-block a:hover:before {
    width: 0;
    height: 0;
    border-bottom: 4px solid #0073d4;
    border-right: 4px solid #0073d4;
    bottom: -4px;
    right: -4px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.button-block {
    width: 33%;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.button-block a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.cont-wp ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0 0 15px 0px;
}

.cont-wp ol li {
    padding-left: 2rem;
    background-position: 0 0;
    background-size: 1.6rem 1.6rem;
    background-repeat: no-repeat;

    font-size: 16px;
    color: #000;
    padding-left: 25px;
    padding-bottom: 10px;
}

.site-menu {
    padding-right: 0;
}

.site-menu ul li {
    padding-right: 10px;
}

.form-contact {
    width: 570px;
}

.form-contact form input[type="text"] {
    width: 32%;
    height: 48px;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #c4c4c4;
}

.form-contact form textarea {
    width: 100%;
    height: 95px;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #c4c4c4;
}

.time_pl {
    display: none !important;
}

.form-contact form .button .checkbox {
    display: none;
}

.form-contact form .button {
    width: 100%;
    margin-bottom: 20px;
}

.form-contact form .button .checkbox:checked + label {
    background: url('../pics/checkbox2.png') no-repeat 0 0;
}

.form-contact form .button .checkbox + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 25px;
    background: url('../pics/checkbox.png') no-repeat 0 0;
}

.form-contact form .button .checkbox + label a {
    color: #0073d4;
}

.form-contact form button {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background: #4e93ff;
    width: 170px;
    height: 44px;
}

.form-contact form button:hover {
    background: #0073d4;
}

.top-menu ul li ul li a:hover {
    background: #edf3f9;
}

.okm {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.9);
    padding: 15px 10px;
    margin-bottom: 15px;
    font-family: Calibri, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: white;
    position: fixed;
    width: 350px;
    left: 50%;
    margin-left: -180px;
    z-index: 999;
    top: 50%;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-wp span {
    padding-bottom: 10px;
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 600;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
    margin-left: 10px;
}

.contact-wp img {
    width: 50px;
}

.contact-time {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.contact-time p {
    padding: 5px 0;
}

.contact-time:before {
    width: 2px;
    height: 150px;
    background: #e5edf4;
    position: absolute;
    right: 13px;
    top: 0;
    content: '';
}

.contact-phone {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.contact-phone:before {
    width: 2px;
    height: 150px;
    background: #e5edf4;
    position: absolute;
    right: 13px;
    top: 0;
    content: '';
}

.contact-emile {
    width: 29%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.contact-map {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    position: relative;
    margin-top: 10px;
}

.contact-map:after {
    width: 100%;
    height: 2px;
    background: #e5edf4;
    position: absolute;
    top: 0;
    content: '';
    left: 0;
}

.contact-map:before {
    width: 100%;
    height: 2px;
    background: #e5edf4;
    position: absolute;
    bottom: 0;
    content: '';
}

.contact-map-left {
    width: 39%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    box-sizing: border-box;
}

.contact-map-right {
    width: 60%;
    display: inline-block;
}

.form-contact-wp {
    margin-top: 30px;
}

.list_news {
    display: inline-block;
    width: 28%;
    height: auto;
    min-height: 100px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #eee;
    vertical-align: top;
    margin: 5px;
}




.list_news a{
    text-decoration: none;
}

.list_news img{

    margin-left: 20px;
}

.list_news span{
    display: block;
}

.list_news h3 {
    display: block;
    min-height: 72px;
    padding-left: 26px;
}

.list_news h3 a {
    color: #0073d4 !important;
    text-decoration: none !important;
    padding: 0 0 10px 0;
    display: inline-block;

}

.list_news p {
    display: block;
    vertical-align: top;
    min-height:40px;
    padding-left: 26px;

}

.list_news .img_news {
    display: block;
    max-width: 270px;
    float: none !important;
    border: 2px solid #d9d9d9;
    text-align: center;
}

.index-news {
    clear: both;
}

.list_news .news_date {
    display: block;
    color: #0073d4;
    padding-left: 26px;

}

.news_date {
    padding: 8px 0px 8px 0px;
}

.cont-img-right {
    float: right;
    width: 420px;
}

#one_news{
    display: block;
}

.text-wp{
    min-height: 300px;
    margin-bottom: 20px;

}

#one_news p {
    font-size: 16px;
    padding-left: 8px;
}


#one_news p:not(:first-child) {

    padding: 10px 0px 10px 8px;
    font-size: 16px;

}
.top-menu ul li ul li:hover ul.undermenu {
    display: block;
}
.top-menu ul li:hover ul.undermenu {
    display: none;
}
.top-menu ul li ul.undermenu {
    top: -1px;
    left: 280px;
    box-shadow: none;
    border: solid #cccccc;
    border-width: 1px 1px 1px 0;
    padding: 0;
    padding-right: 0;
    border-left: 1px solid#fff;
}


@media (max-width: 1200px) {
    .wrap {
        width: 970px;
    }

    .header .logo a span {
        display: none;
    }

    .header .logo a img {
        margin: 0;
    }

    .top-menu ul li a {
        padding: 20px 19px;
    }

    .index-about {
        background: none;
    }

    .fast-links .block-name {
        width: 100%;
        margin-bottom: 40px;
    }

    .fast-links .item {
        width: 32%;
    }

    .footer .logo a {
        font-size: 14px;
    }

    .chief-wp .chief-block img {
        max-width: 100%;
        height: auto;
        max-height: 255px;
    }
}

@media (max-width: 992px) {
    .wrap {
        width: 747px;
    }

    .header .contacts {
        width: 550px;
    }

    .top-menu ul li a {
        padding: 15px 10px;
        font-size: 13px;
    }

    .top-menu ul li a:after {
        display: none;
    }

    .index-page-slider .item {
        height: 360px;
    }

    .site-menu {
        height: 515px;
    }

    .index-about .boss {
        width: 32%;
    }

    .fast-links .item {
        width: 48%;
    }

    .index-news .item {
        width: 48%;
    }

    .footer .logo {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer .logo a img {
        display: inline-block;
        vertical-align: middle;
    }

    .footer .logo a span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        text-align: left;
    }

    .button-block {
        width: 49%;
    }

    .cont-wp table {
        display: block;
        overflow-x: scroll;
    }

    .chief-wp .chief-block {
        width: 37.5%;
    }

    .download-list ul li {
        width: 44%;
    }

    .cont-img-right {
        width: 200px;
    }
}

@media (max-width: 768px) {
    .wrap {
        width: 556px;
    }

    .top-menu {
        display: none;
    }

    .index-page-slider .item {
        height: 320px;
    }

    .index-about .text {
        width: 100%;
        padding-bottom: 20px;
    }

    .index-about .boss {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 150px;
    }

    .block-name span:after {
        display: none;
    }

    .footer ul {
        width: 48%;
        max-width: 100%;
    }

    .site-menu {
        height: auto;
    }

    .header .contacts .flex .item:nth-child(2) {
        display: none;
    }

    .header .contacts .flex .item:nth-child(3) {
        display: none;
    }

    .header .contacts .flex .item {
        width: 100%;
    }

    .header .contacts {
        width: 300px;
    }

    .download-list ul li {
        width: 95%;
        margin: 20px 0;
    }

    .form-contact {
        width: 100%;
    }

    .contact-time {
        width: 100%;
    }

    .contact-time:before {
        width: 100%;
        height: 2px;
        background: #e5edf4;
        position: absolute;
        right: 0;
        top: auto;
        content: '';
        bottom: 0;
    }

    .contact-phone {
        width: 35%;
        margin-top: 15px;
    }

    .contact-emile {
        width: 64%;
        margin-top: 15px;
    }

    .contact-phone:before {
        height: 100px;
    }



}

@media (max-width: 576px) {
    .wrap {
        width: auto;
        padding: 0 10px;
    }

    .index-page-slider .item {
        height: 240px;
    }

    .index-about .boss {
        padding: 0;
    }

    .fast-links .item {
        width: 100%;
    }

    .index-news .item {
        width: 100%;
    }

    .interesting-links .list {
        margin: 0 20px;
    }

    .gallery .item {
        width: 50%;
        font-size: 0;
    }

    .gallery .flex .item:last-child {
        display: none;
    }

    .bottom-contacts .block {
        display: block;
        padding: 30px 0;
    }

    .bottom-contacts {
        padding-bottom: 300px;
    }

    .bottom-contacts .map {
        height: 300px;
        top: auto;
        bottom: 0;
    }

    .footer ul {
        width: 100%;
    }

    .footer .logo a span {
        display: none;
    }

    .footer .dev {
        margin-top: 20px;
    }

    .header .logo {
        width: 40px;
        margin-top: 6px;
    }

    .header .menu-button {
        width: 30px;
        height: 30px;
    }

    .header .contacts {
        width: 180px;
        margin-top: -10px;
    }

    .header .contacts .item a.tel {
        font-size: 17px;
    }

    .header .contacts .item a {
        line-height: 16px;
        display: block;
    }

    .button-block {
        width: 100%;
        margin: 5px 0;
    }

    .button-block a {
        padding: 15px 10px;
        margin: 0;
        min-height: auto;
    }

    .chief-wp .chief-block {
        width: 280px;
        box-sizing: border-box;
    }

    .download-list ul {
        padding-left: 15px;
    }

    .form-contact form input[type="text"] {
        width: 100%;
    }

    .okm {
        left: 0;
        margin-left: 0;
        width: 100%;
    }

    .contact-phone {
        width: 100%;
    }

    .contact-phone:before {
        width: 100%;
        height: 2px;
        background: #e5edf4;
        position: absolute;
        right: 13px;
        top: auto;
        content: '';
        bottom: 0;
    }

    .contact-emile {
        width: 100%;
    }

    .contact-map-left, .contact-map-right {
        width: 100%;
    }


    .cont-img-right {
        width: 70%;
        float: none;
        display: block;
        margin: 0 auto;
    }


}
