/*
{color: #1E72B9}
hover{color: #5DACEF; }
*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media (min-width: 1200px) {
    .container {
        width: 1047px;
    }
}

html {
    min-height: 100%;
    position: relative;
}

body {
    min-width: 300px;
    min-height: 100%;
    background-color: #ffffff;
    /* font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif; */
}

.clear {
    clear: both;
}

.cf {
    *zoom: 1;
}

.cf:after,
.cf:before {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

a img {
    border: 0px none;
}

a,
a:focus {
    color: #288d55;
    text-decoration: underline;
}

a:hover {
    color: #5DACEF;
    text-decoration: none;
}

a:focus {
    outline: 0px none;
}


/*FF bug*/


/*
класс b_etalon - везде где контент выведен на редактирование
*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Gotham', arial;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1E72B9 !important;
}

h1,
.h1 {
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 47px;
    margin-top: 30px;
    line-height: 58px;
}

h2,
.h2 {
    font-size: 30px;
    font-weight: normal;
}

h3,
.h3 {
    font-size: 24px;
    font-weight: normal;
}

h4,
.h4 {
    font-size: 18px;
    font-weight: 600;
}

h5,
.h5 {
    font-size: 14px;
    color: #359F88;
    font-weight: 800;
    text-transform: uppercase;
}

h6,
.h6 {
    font-size: 14px;
    color: #359F88;
    font-weight: 600;
    text-transform: uppercase;
}

h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
    margin-top: 0;
}

.center {
    text-align: center;
}

.title_page {
    margin-left: -4px;
    color: #1E72B9 !important;
}

blockquote {
    border: 7px #fff solid;
    padding: 30px 40px;
    margin: 20px 0;
    width: 97%;
    font-weight: 600;
}

blockquote,
.b_etalon,
.b_etalon p {
    font-size: 14px;
    color: #282828;
    line-height: 24px;
}

.b_etalon ul {
    margin: 10px 0 50px 0;
    padding: 0;
    overflow: hidden;
}

.b_etalon ul>li {
    width: 100%;
    margin: 4px 0;
    display: block;
    float: left;
    padding: 0 0 0 26px;
    position: relative;
}

.b_etalon ul>li:before {
    content: "";
    float: left;
    position: absolute;
    left: 1px;
    top: 6px;
    background: url(images/etalon_list.png) no-repeat 0 0;
    width: 13px;
    height: 10px;
}

.b_etalon img {
    max-width: 100%;
    margin: 20px 0;
}

.b_etalon img.left,
.b_etalon img[align=left] {
    margin: 0 20px 20px 0;
    float: left;
}

.b_etalon img.right,
.b_etalon img[align=right] {
    margin: 0 0 20px 20px;
    float: right;
}

.b_etalon img.center,
.b_etalon img[align=center] {
    margin: 20px auto 20px auto;
    float: none;
    display: block;
}

.b_etalon img:first-child {
    margin-top: 5px;
}

.b_etalon.project_task ul {
    margin: 10px 0 20px 0;
}

.b_etalon table {
    width: 100%;
    border-collapse: collapse;
    border: 0px none;
    margin: 50px 0;
}

.b_etalon table th {
    font-family: 'Gotham', arial;
    font-size: 12px;
    color: #a4a38c;
    font-weight: 600;
    border-bottom: 1px #EFF0EF solid;
    padding: 12px 10px 9px;
    background: #fff;
    text-transform: uppercase;
}

.b_etalon table td {
    font-family: 'Gotham', arial;
    font-size: 14px;
    color: #484848;
    border-bottom: 1px #EFF0EF solid;
    background-color: #fff;
    padding: 10px;
}

.b_etalon table tr:nth-child(2n+1) td {
    background-color: #EFF0EF;
}

.b_etalon ol {
    margin: 10px 0 50px 0;
    padding: 0;
    overflow: hidden;
    counter-reset: list;
}

.b_etalon ol>li {
    width: 100%;
    margin: 11px 0;
    display: block;
    float: left;
    padding: 9px 0 14px 60px;
    position: relative;
    border-bottom: 1px #d6d6d6 solid;
    min-height: 70px;
    font-weight: 600;
    line-height: 18px;
}

.b_etalon ol>li:last-child {
    border-bottom: 0px none;
}

.b_etalon ol>li small {
    color: #949494;
    font-size: 14px;
    font-weight: normal;
}

.b_etalon ol>li:before {
    counter-increment: list;
    content: counter(list);
    float: left;
    position: absolute;
    left: 0px;
    top: 9px;
    background: #609F84;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: 800;
}

.b_etalon hr {
    height: 2px;
    border: 0px none;
    width: 100%;
    background-color: #fff;
}

.b_etalon small {
    color: #6d6d6d;
}

.b_etalon b,
.b_etalon strong {
    font-weight: 600;
}

@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 12px;
    }

    h6,
    .h6 {
        font-size: 12px;
    }

    blockquote,
    .b_etalon,
    .b_etalon p {
        font-size: 12px;
        line-height: 20px;
    }

    .b_etalon table {
        width: 100%;
        border-collapse: collapse;
        border: 0px none;
        margin: 50px 0;
    }

    .b_etalon table th {
        font-size: 10px;
    }

    .b_etalon table td {
        font-size: 12px;
        padding: 6px;
    }

    .b_etalon ol>li small {
        font-size: 12px;
    }
}

.bggray {
    /* background-color: #EFF0EF; */
    background-color: #FFFFFF;
}

.bgwhite {
    background-color: #FFFFFF;
}

.bgimage {
    background: url(images/bgimage.jpg) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.bgimage div,
.bgimage p {
    color: #fff;
}

.b_etalon_page {
    padding-bottom: 60px;
}

.btn {
    padding: 23px 27px 23px 26px;
    background: #1E72B9;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    text-align: center;
    line-height: 22px;
    white-space: normal;
    box-shadow: none !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: #5dacef;
    color: #fff;
}

@media (max-width: 767px) {
    .btn {
        font-size: 14px;
        font-weight: 600;
        padding: 20px;
    }
}

.b_file {
    float: left;
    width: auto;
    max-width: 300px;
    padding: 1px 0 5px 56px;
    min-height: 50px;
    text-decoration: none;
    position: relative;
    z-index: 5;
    margin: 25px 30px 20px 0;
    position: relative;
}

.b_file .b_format {
    color: #fff;
    text-transform: lowercase;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    background: #00A146;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 48px;
}

.b_file .b_format:after {
    content: "";
    border: 5px #EFF0EF solid;
    border-left-color: transparent;
    border-bottom-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.b_file .b_title {
    font-size: 14px;
    line-height: 18px;
    color: #484848;
    display: block;
}

.b_file .b_size {
    color: #909090;
    display: block;
    line-height: 18px;
    font-size: 14px;
}

.b_file:hover .b_format {
    background-color: #5dacef;
}

.b_file:hover .b_title {
    text-decoration: underline;
    color: #484848;
}

.b_pager {
    display: block;
    margin: 54px 0;
}

.b_pager a,
.b_pager span {
    min-width: 33px;
    height: 33px;
    display: block;
    float: left;
    text-align: center;
    line-height: 33px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 4px;
}

.b_pager a {
    color: #282828;
}

.b_pager a:hover,
.b_pager span {
    background-color: #5f5f5f;
    color: #fff;
}

.b_pager a.prev {
    background: transparent;
    position: relative;
    width: 18px;
    min-width: 0;
}

.b_pager a.prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    border: 6px transparent solid;
    border-right: 10px #b0b0b0 solid;
}

.b_pager a.prev:hover:after {
    border-right-color: #484848;
}

.b_pager a.next {
    background: transparent;
    position: relative;
    width: 18px;
    min-width: 0;
}

.b_pager a.next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -12px;
    border: 6px transparent solid;
    border-left: 10px #b0b0b0 solid;
}

.b_pager a.next:hover:after {
    border-left-color: #484848;
}

.wrap {
    position: relative;
    padding: 0 0 0 0;
    /* font-family: 'Gotham', arial; */
    font-family: 'Muli', sans-serif;
}

.b_filler {
    display: none;
    height: 133px;
    width: 100%;
    background-color: #fff;
}

.b_filler.active {
    height: auto;
    display: block;
}

.b_front .b_filler.active {
    height: 0px;
    display: none;
}

.b_header {
    width: 100%;
    padding: 0 0 10px 0;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    height: 133px;
    -webkit-transition: background-color 0.3s ease-out 0s;
    -moz-transition: background-color 0.3s ease-out 0s;
    -o-transition: background-color 0.3s ease-out 0s;
    transition: background-color 0.3s ease-out 0s;
}

.b_header.f-nav {
    background-color: #fff !important;
    width: 100%;
    padding: 0 0 0 0;
    position: fixed;
    top: -11px;
    z-index: 7999;
}

.b_front .wrap {
    padding-bottom: 0 !important;
    background-color: #fff;
}

.b_front .b_footer {
    position: static;
}

.b_front .b_header {
    position: absolute;
    top: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.b_front .b_header.f-nav {
    width: 100%;
    padding: 0 0 0 0;
    position: fixed;
    top: -11px;
    z-index: 9999;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25)
}

.b_header .container {
    position: relative;
}

.b_header .b_logo {
    float: left;
    height: 123px;
    /*    background: #fff;*/
    min-width: 102px;
    text-align: center;
    margin-left: -2px;
    position: relative;
    overflow: hidden;
}


.inactive {
    display: none;
    max-height: 75px;
}

.f-nav .active {
    display: none;
}

.f-nav .inactive {
    display: block;
}



.b_header .b_logo>a {
    display: block;
    height: 133px;
    min-width: 102px;
}

.b_header .b_logo img {
    margin-top: 31px;
}

.b_header .b_logo {
    margin-left: 15px;
    /*    margin-left: 0px;*/
}

.b_front .b_header .b_logo img {
    margin-top: 20px;
}

.b_header .b_logo1 {
    float: left;
    height: 123px;
    /*    background: #fff;*/
    min-width: 102px;
    text-align: center;
    margin-left: -2px;
    position: relative;
    overflow: hidden;
}

.b_header .b_logo1>a {
    display: block;
    height: 133px;
    min-width: 102px;
}

.b_header .b_logo1 img {
    margin-top: 31px;
}

.b_header .b_logo1 {
    margin-left: 15px;
    /*    margin-left: 0px;*/
}

.b_front .b_header .b_logo1 img {
    margin-top: 31px;
}

.b_header .b_menu {
    float: right;
    margin: 50px 0 0 5%;
    width: 40%;
    padding: 0;
}

.b_header .b_menu ul {
    margin: 0;
    padding: 0;
}

.b_header .b_menu ul li {
    display: inline-block;
    margin: 0 2.1% 0 1%;
    padding: 0;
    color: #fff;
    position: relative;
    height: 30px;
}

.b_header .b_menu ul li .submenu .position-relative{
    position: relative;
}

.b_header .b_menu ul li .submenu .position-relative .multimenu{
    position: absolute;
    width: 253px;
    /* background-color: #f9f9ec; */
    background-color: #ffffff;
    left: -253px;
    top: 0px;
    z-index: 10;
    box-shadow: none;
    /* opacity: 0; */
    height: 0px;
    display:none;
    /* overflow: hidden; */
    overflow: visible;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}


.b_header .b_menu ul li:last-child {
    margin-right: 0;
}

.b_header .b_menu ul li span,
.b_header .b_menu ul li a {
    color: #152C33;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.2px;
    background-color: #ffffff;
    text-decoration: none;
    font-family: 'Muli', sans-serif;
}

.b_header .b_menu ul li span,
.b_header .b_menu ul li a.active,
.b_header .b_menu ul li a:hover {
    color: #5DACEF;
    text-decoration: none;
}

.b_header .b_menu ul li a.parent:after {
    content: " ";
    display: block;
    float: right;
    width: 5px;
    height: 5px;
    background: url(images/menu-strelki.png) no-repeat 0px -6px;
    margin: 8px 0px 0px 4px;
}

.b_front .b_header .b_menu ul li a.parent:after {
    background: url(images/menu-strelki.png) no-repeat 0px 0px;
}

.b_front .b_header.f-nav .b_menu ul li a.parent:after {
    background: url(images/menu-strelki.png) no-repeat 0px -6px;
}

.b_header .b_menu ul li a.active.parent:after,
.b_header .b_menu ul li a.parent:hover:after,
.b_front .b_header .b_menu ul li a.active.parent:after,
.b_front .b_header .b_menu ul li a.parent:hover:after {
    background: url(images/menu-strelki.png) no-repeat 0px -3px;
}

.b_front .b_header .b_menu ul li a {
    color: #fff;
    -webkit-transition: color 0.1s ease-out 0s;
    -moz-transition: color 0.1s ease-out 0s;
    -o-transition: color 0.1s ease-out 0s;
    transition: color 0.1s ease-out 0s;
}

.b_front .b_header .b_menu ul li a:hover {
    color: #5DACEF;
}

.b_front .b_header.f-nav .b_menu ul li a {
    color: #152C33;
}

.b_front .b_header.f-nav .b_menu ul li a:hover {
    color: #5DACEF;
    text-decoration: none;
}

@media (max-width: 767px) {
    .b_front .b_header.f-nav .b_menu ul li a {
        /* color: #ffffff; */
        color:#000 !important;
    }

    .b_front .b_header.f-nav .b_menu ul li a:hover {
        /* color: #ffffff; */
        color:#000;
        text-decoration: none;
    }

    .b_front .b_header .b_menu ul li a:hover {
        color: #fff;
        text-decoration: none;
    }
}

.b_front .b_header .b_menu ul li ul.submenu {
    background-color: #efefef;
}

.b_front .b_header .b_menu ul li ul.submenu .position-relative {
    position: relative;
}

.b_front .b_header .b_menu ul li ul.submenu .position-relative .multimenu {
    position: absolute;
    width: 253px;
    background-color: #dcdcdc;
    left: -253px;
    top: 0px;
    z-index: 10;
    box-shadow: none;
    /* opacity: 0; */
    display: none;
    height: 0px;
    /* overflow: hidden; */
    overflow: visible;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.b_header .b_menu ul li ul.submenu {
    position: absolute;
    width: 253px;
    background-color: #ffffff;
    left: -20px;
    top: 30px;
    z-index: 10;
    box-shadow: none;
    /* opacity: 0; */
    display: none;
    height: 0px;
    /* overflow: hidden; */
    overflow: visible;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.b_header .b_menu ul li:hover ul.submenu,
.b_header .b_menu ul li ul.submenu .position-relative:hover ul.multimenu {
    box-shadow: 0 0 1px 1px #dcdcdc;
    /* opacity: 1; */
    display: inline-block;
    height: auto;
}

.b_front .b_header .b_menu ul li:hover ul.submenu,
.b_header .b_menu ul li ul.submenu .position-relative:hover ul.multimenu {
    box-shadow: none;
    /* opacity: 1; */
    display: inline-block;
    height: auto;
    box-shadow: 0 0 1px 1px #dcdcdc;
}

.b_header .b_menu ul li ul.submenu li,
.b_header .b_menu ul li ul.submenu .position-relative .multimenu li {
    border-bottom: 1px solid #CDCDCD;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    height: auto;
}

.b_header .b_menu ul li ul.submenu li a ,
.b_header .b_menu ul li ul.submenu .position-relative .multimenu li a{
    display: block;
    color: #424242;
    width: 100%;
    padding: 19px 20px 17px 20px;
}

.b_header .b_menu ul li ul.submenu li a:hover ,
.b_header .b_menu ul li ul.submenu .position-relative .multimenu li a:hover{
    color: #ffffff;
    background-color: #5dacef;
}

.b_header.f-nav .b_menu ul li ul.submenu li a:hover {
    color: #ffffff;
    background-color: #5dacef;
}

.b_header .b_menu ul li ul.submenu li:last-child ,
.b_header .b_menu ul li ul.submenu .position-relative .multimenu li:last-child{
    border-bottom: none;
}

.b_header .b_contact {
    float: right;
    margin: -65px 5% 0 0;
    width: 40%;
    text-align: right;
}

.b_header .b_contact a {
    font-size: 13px;
    text-decoration: none;
    color: #1E72B9;
    font-weight: 600;
}

.b_header .b_contact a:hover {
    color: #5DACEF;
}

.b_header .b_locat a {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    /*    border-bottom: 1px #1E72B9 dotted;*/
    color: #1E72B9;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
}

.b_header .b_locat a.active {
    border-bottom: 1px #1E72B9 solid;
}

.b_header .b_locat a:hover {
    border-bottom-color: #5DACEF;
    color: #5DACEF;
    text-decoration: none;
}

.b_header .b_phone {
    color: #22333D;
    font-size: 24px;
    font-weight: 800;
    margin: 9px 0 0 0;
    display: none;
    -webkit-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
}

.b_header .b_phone.active {
    display: inline-block;
}

.b_front .b_header .b_phone {
    color: #fff;
}

.b_front .b_header.f-nav .b_phone {
    color: #22333D;
}

.head_search {
    margin: 53px -2px 0 2px;
    float: right;
    position: relative;
    height: 40px;
    width: 24px;
    z-index: 20;
}

.head_search .b_search_ico {
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: url(images/head_search.png) no-repeat 0 0;
    margin: 9px 13px 0 2px;
    position: relative;
    z-index: 20;
}

.head_search .b_search_ico:hover {
    background-position: 0 100%;
}

.head_search .b_search_close {
    display: none;
    position: absolute;
    right: 0;
    z-index: 21;
    height: 40px;
    border-left: 1px #ddd solid;
    width: 32px;
    opacity: 0;
}

.head_search .b_search_close:after {
    display: block;
    width: 9px;
    height: 9px;
    background: url(images/search_close.png) no-repeat 0 0;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
}

.head_search .b_search_close:hover:after {
    background-position: 0 100%;
}

.head_search .form {
    float: right;
    height: 40px;
    border-radius: 22px;
    position: absolute;
    left: 0;
    right: -13px;
}

.head_search .form {
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.head_search input,
.head_search .b_search_close {
    transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
}

.head_search .b_search_ico {
    transition: margin 100ms ease-in-out;
    -moz-transition: margin 100ms ease-in-out;
    -webkit-transition: margin 100ms ease-in-out;
    -o-transition: margin 100ms ease-in-out;
}

.head_search.active .form {
    background-color: #fff;
    left: -250px;
    width: auto;
    box-shadow: 0 0 2px 1px #dcdcdc;
}

.b_front .head_search.active .form {
    box-shadow: none;
}

.b_front .f-nav .head_search.active .form {
    box-shadow: 0 0 2px 1px #dcdcdc;
}

.head_search.active .b_search_close {
    opacity: 1;
    display: block;
}

.head_search.active .b_search_ico {
    margin-right: 40px
}

.head_search input {
    position: absolute;
    left: 0;
    display: none;
    width: 218px;
    height: 40px;
    border: 0px none;
    padding: 0 10px 0 20px;
    outline: 0px none;
    background-color: transparent;
    opacity: 0;
}

.head_search.active input {
    display: block;
    opacity: 1;
}

.navbar-toggle {
    border: 0 none;
    outline: 0px none;
    width: 24px;
    float: right;
    padding: 9px 0;
    z-index: 20;
}

.navbar-toggle .icon-bar {
    background-color: #1E72B9;
    width: 100%;
}

.navbar-toggle:hover .icon-bar {
    background-color: #5DACEF;
}

.b_header .navbar-toggle {
    position: absolute;
    top: 19px;
    right: -1px;
}

.navbar-toggle .icon-bar {
    margin-top: -2px !important;
    width: 22px;
}

.navbar-toggle .icon-bar:nth-child(1) {
    display: none;
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.navbar-toggle.collapsed {
    top: 14px;
}

.navbar-toggle.collapsed .icon-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    display: block;
}

.navbar-toggle.collapsed .icon-bar+.icon-bar {
    margin-top: 4px !important;
}

@media (max-width: 1200px) {
    .b_header .b_menu {
        margin-left: 2%;
        width: 59%;
    }

    .b_header .b_contact {
        float: right;
        margin: 27px 3% 0 0;
        width: 22%;
        text-align: right;
    }

    .b_header .b_menu ul li {
        margin: 0 2% 0 0.5%;
    }
}

@media (max-width: 991px) {

    .b_header .b_menu ul li span,
    .b_header .b_menu ul li a {
        font-size: 10px;
    }

    .b_header .b_menu ul li {
        margin: 0 1% 0 1%;
    }

    .b_header .b_menu ul li a:after {
        margin: 10px 0px 0px 3px !important;
    }

    .b_header .b_contact {
        margin-right: 2%;
    }

    .b_header .b_phone {
        font-size: 18px;
    }

    .b_header .b_logo,
    .b_header .b_logo>a {
        height: 103px;
    }

    .b_header .b_logo img {
        margin-top: 10px !important;
    }

    .b_front .b_header .b_logo img {
        margin-top: 20px !important;
    }

    .b_header .b_menu {
        margin-left: 2%;
        width: 56%;
    }
}

@media (max-width: 767px) {
    .b_header .b_menu {
        position: absolute;
        z-index: 15;
        top: 0;
        left: 0;
        right: 0;
        background-color: #3E4F4E;
        margin: 0;
        width: 100%;
        padding: 0 60px 0 20px;
    }

    .b_header .b_menu ul {
        margin: 10px 0;
    }

    .b_header .b_menu ul li ul.submenu {
        display: none !important;
    }

    .b_header .b_menu ul li a:after {
        display: none !important;
    }

    .b_header .b_menu ul li {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
    }

    .b_header .b_menu ul li span,
    .b_header .b_menu ul li a {
        display: block;
        padding: 12px 10px 10px;
        /* color: #fff; */
        color:#000;
    }

    .b_header .b_menu ul li a:hover {
        /* color: #fff; */
        color:#000;
        background-color: #5DACEF;
    }

    .b_header .b_contact {
        width: 200px;
        margin-top: 25px;
    }

    .b_header .b_logo,
    .b_header .b_logo>a,
    .b_header .b_logo img {
        /*        min-width: 80px;*/
        width: 90%;
    }

    .b_header .b_logo {
        /*    margin-left: 15px;*/
        margin-left: 0px;
    }
}

@media (max-width: 550px) {
    .b_header .b_contact {
        width: 150px;
        margin-right: 20px;
        margin-top: 25px;
    }

    .b_header .b_phone {
        font-size: 16px;
    }

    .head_search.active .form {
        right: -5px;
        left: -170px;
    }

    .head_search input {
        width: 148px
    }
}

.b_footer {
    /*    background-color: #3E4F4E;*/
    background-color: #063863;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Gotham', arial;
}

.b_footer .b_logo {
    float: left;
    height: 129px;
    /*    background: #fff;*/
    width: 300px;
    text-align: center;
    margin-left: 0;
    padding: 0 5px;
    position: relative;
}

.b_footer .b_logo>a {
    display: block;
    bottom: 0;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 5px;
}

.b_footer .b_logo img {
    margin-top: 41px;
    max-width: 100%;
}

.b_footer .b_menu {
    float: left;
    margin: 46px 0 0 5%;
    width: 300px;
}

.b_footer .b_menu ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 130px;
    float: left;
}

.b_footer .b_menu ul li {
    display: block;
    margin: 0 0 12px 0;
    padding: 0;
    color: #fff;
}

.b_footer .b_menu ul li a,
.b_footer .b_menu ul li span {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
}

.b_footer .b_menu ul li span,
.b_footer .b_menu ul li a.active,
.b_footer .b_menu ul li a:hover {
    color: #5DACEF;
    text-decoration: none;
}

.b_footer .b_contact {
    border-left: 1px #438dcd solid;
    border-right: 1px #438dcd solid;
    /*
    border-left: 1px #384645 solid;
    border-right: 1px #384645 solid;
*/
    padding: 40px 26px 40px;
    color: #fff;
    float: left;
    width: 350px;
}

.b_footer .b_contact .b_phone {
    padding: 0 0 0 34px;
    font-size: 13px;
    line-height: 34px;
    position: relative;
}

.b_footer .b_contact .b_phone:before {
    /*    background: url(images/fot_phone.png) no-repeat 0 0;*/
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
}

.b_footer .b_contact .b_mail {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 0 0 34px;
    font-size: 13px;
    line-height: 34px;
    position: relative;
}

.b_footer .b_contact a.b_mail:hover {
    color: #5DACEF;
}

.b_footer .b_contact .b_mail:before {
    /*    background: url(images/fot_phone.png) no-repeat 0 100%;*/
    width: 20px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
}

.b_footer .b_contact .b_locat {
    padding: 11px 0 0 34px;
    font-size: 13px;
    line-height: 18px;
    /*    background: url(images/front_contact_2.png) no-repeat 0 10px;*/
    position: relative;
}

.b_footer .block_right {
    float: left;
    color: #fff;
    padding: 46px 0 0 29px;
    position: relative;
    width: 303px;
}

.b_footer .block_right .soc {
    float: left;
    margin: 0 0 26px 0;
}

.b_footer .block_right .soc .title {
    font-size: 12px;
}

.b_footer .block_right .soc .soc_ln,
.b_footer .block_right .soc .soc_fb {
    display: block;
    border: 1px #fff solid;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    margin: 16px 21px 0 -4px;
    line-height: 45px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.b_footer .block_right .soc .soc_ln,
.b_footer .block_right .soc .soc_fb {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.b_footer .block_right .soc .soc_ln:hover,
.b_footer .block_right .soc .soc_fb:hover {
    background-color: #5DACEF;
    border-color: #5DACEF;
}

.b_footer .copyright {
    font-size: 12px;
    padding: 0 85px 0 0;
    position: relative;
    float: left;
}

.b_footer .copyright a {
    color: #6C8785;
    text-decoration: none;
}

.b_footer .copyright .images {
    position: absolute;
    /*    right: 0;*/
    top: 20px;
}

.b_footer .lang_change {
    position: absolute;
    right: 0;
    top: 0;
}

.b_footer .lang_change {
    border-radius: 20px;
    background-color: #fff;
    height: 39px;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 13px;
    color: #3E4F4E;
    font-weight: 800;
    padding: 0 0 0 13px;
    top: 49px;
    text-decoration: none !important;
}

.b_footer .lang_change span {
    display: block;
    float: right;
    border-radius: 20px;
    height: 39px;
    background-color: #1E72B9;
    color: #fff;
    padding: 0 13px;
    margin: 0 -1px 0 8px;
}

.b_footer .lang_change span {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.b_footer .lang_change:hover span {
    background-color: #5DACEF;
}

.b_footer .lang_change.eng {
    padding: 0 13px 0 0;
}

.b_footer .lang_change.eng span {
    float: left;
    margin: 0 8px 0 -1px;
}

@media (max-width: 1200px) {
    .b_footer .b_menu {
        width: 170px;
    }
}

@media (max-width: 991px) {
    .b_footer .b_logo {
        display: none;
    }

    .b_footer .b_menu {
        margin-left: 0;
    }

    .b_footer .block_right {
        width: 270px;
    }
}

@media (max-width: 768px) {
    .b_footer .b_menu {
        width: 50%;
        margin: 40px 0 0 0;
        padding: 0 0 0 20px;
    }

    .b_footer .b_menu ul {
        width: 100%;
    }

    .b_footer .b_contact {
        border-right: 0px none;
        width: 50%;
    }

    .b_footer .block_right {
        float: none;
        width: 100%;
        padding-bottom: 40px;
    }

    .project_block p {
        margin: 0 15px;
    }

    .project_block .name_b {
        margin: 25px 15px 13px 15px !important;
    }
}

@media (max-width: 600px) {
    .b_footer .b_menu {
        width: 100%;
        display: none;
    }

    .b_footer .b_contact {
        width: 100%;
        border-left: 0px;
    }
}


/**/

.front_slider {
    position: relative;
    top: 0;
    /*height: 730px;*/
    height: 650px;
    overflow: hidden;
    background: #45504f;
    z-index: 1;
}

.front_slider img {
    min-width: 1124px;
    max-width: 100%;
    min-height: 730px;
    left: 50%;
    position: absolute;
    margin-left: -50%;
    z-index: 2;
    opacity: 0;
}

.front_slider img.active {
    z-index: 3;
    opacity: 1;
}

.front_slider img {
    transition: opacity 600ms ease-in-out;
    -moz-transition: opacity 600ms ease-in-out;
    -webkit-transition: opacity 600ms ease-in-out;
    -o-transition: opacity 600ms ease-in-out;
}

.front_slider .slider_box {
    position: relative;
    z-index: 8;
    text-align: center;
    top: 194px;
    height: 320px;
    overflow: hidden;
}

.front_slider .slider_box>div {
    width: 100%;
    height: 30000px;
    position: relative;
}

.front_slider .block {
    float: left;
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.front_slider .block .name {
    font-size: 18px;
    font-weight: 800;
    color: #F1E1AB;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}

.front_slider .block .title {
    /* font-size: 58px; */
    font-size: 96px;
    font-weight: 500;
    color: #fff;
    /* line-height: 63px; */
    line-height: 76px;
    margin: 0 0 33px 0;
}

.front_slider .block .desc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.front_slider .nav {
    position: relative;
    top: 214px;
    text-align: center;
    z-index: 4;
}

.front_slider .nav a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #d7d7d7;
    border-radius: 50%;
    margin: 0 3px;
}

.front_slider .nav a.active {
    background: #1E72B9;
}

.front_slider .nav a:hover {
    background: #5DACEF;
}

@media (max-width: 991px) {
    .front_slider {
        height: 600px;
    }

    .front_slider .slider_box {
        top: 140px;
        height: 292px;
    }

    .front_slider .block {
        height: 292px;
    }

    .front_slider .block .title {
        font-size: 40px;
        line-height: 45px;
    }

    .front_slider .nav {
        top: 135px;
    }
}

@media (max-width: 768px) {
    .front_slider .nav {
        top: auto;
        bottom: 115px;
        position: absolute;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 550px) {
    .front_slider .nav {
        top: auto;
        bottom: 15px;
        position: absolute;
        width: 100%;
    }

    .front_slider .slider_box {
        height: 400px;
    }

    .front_slider .block {
        height: 400px;
    }
}

.promo_ico {
    display: block;
    position: relative;
    float: left;
    margin: -136px 0 0 0;
    width: 100%;
    overflow: hidden;
    height: 310px;
    z-index: 5;
}

.promo_ico .wrapper {
    display: block;
    position: relative;
    left: 50%;
    float: left;
}

.promo_ico .row {
    margin-left: -50%;
    float: left;
    margin-right: 0;
}

.promo_ico .block {
    display: inline-block;
    width: 202px;
    height: 310px;
    float: left;
    background-color: #1E72B9;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-right: 1px #5dacef solid;
}

.promo_ico .block:last-child {
    border-right: none;
}

.promo_ico .block .ico {
    display: block;
    position: absolute;
    z-index: 5;
    width: 100px;
    height: 100px;
    top: 75px;
    left: 50px;
    background: url(images/front_ico_1.png) no-repeat 0 0;
}

.promo_ico .block .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    position: relative;
    z-index: 5;
    margin: 197px 0 0 0;
    display: block;
    padding: 0 15px;
    line-height: 18px;
}

.promo_ico .block .background {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    background: #1E72B9;
}

.promo_ico .block img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.promo_ico .block .desc {
    position: relative;
    opacity: 1;
    font-size: 12px;
    color: #fff;
    top: 14px;
    padding: 27px 10px 0;
    display: block;
    overflow: hidden;
    height: 98px;
}

.promo_ico .block .desc:before {
    width: 60px;
    height: 3px;
    background-color: #1E72B9;
    content: "";
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -30px;
}

.promo_ico .block.last {
    border-right: 0px;
}

.promo_ico .block * {
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.promo_ico .block:hover .ico {
    top: 26px;
}

.promo_ico .block:hover .title {
    margin-top: 133px;
}

.promo_ico .block:hover .desc {
    opacity: 1;
    z-index: 2;
}

.promo_ico .block:hover .background {
    bottom: 100%;
    opacity: 0.5;
}

.promo_ico .block_2 .ico {
    background: url(images/front_ico_2.png);
}

.promo_ico .block_3 .ico {
    background: url(images/front_ico_4.png);
}

.promo_ico .block_4 .ico {
    background: url(images/front_ico_5.png);
}

.promo_ico .block_5 .ico {
    background: url(images/front_ico_5.png);
}

.promo_ico .block_6 .ico {
    background: url(images/front_ico_3.png);
}

@media (max-width: 991px) {
    .promo_ico {
        height: 220px;
    }

    .promo_ico .row {
        width: 100%;
    }

    .promo_ico .block {
        /* width: 25%; */
        width:20%;
        height: 220px;
    }

    .promo_ico .block .ico {
        left: 50%;
        margin-left: -50px;
        top: 26px;
    }

    .promo_ico .block .title {
        font-size: 10px;
        margin-top: 133px;
        padding: 0 8px;
    }

    .promo_ico .block:hover .desc {
        display: none;
    }
}

@media (max-width: 768px) {
    .promo_ico {
        margin-top: -100px;
    }
}

@media (max-width: 610px) {
    .promo_ico .block .ico {
        background-size: 100%;
        width: 70px;
        height: 70px;
        margin-left: -35px;
    }

    .promo_ico .block .title {
        text-transform: none;
    }
}

@media (max-width: 550px) {
    .promo_ico {
        margin-top: 0;
        height: auto;
    }

    .promo_ico .wrapper {
        left: auto;
    }

    .promo_ico .row {
        width: 100%;
        margin: 0;
    }

    .promo_ico .block {
        display: block;
        width: 100%;
        padding: 0 0 0 90px !important;
        height: auto;
        border-bottom: 1px #5DACEF solid;
        min-height: 90px;
    }

    .promo_ico .block .title {
        margin: 34px 0 20px 0 !important;
        text-align: left;
        text-transform: uppercase;
    }

    .promo_ico .block .ico {
        left: 10px !important;
        top: 10px !important;
        background-size: 100%;
        width: 70px;
        height: 70px;
        margin: 0;
    }

    .promo_ico .block .desc,
    .promo_ico .block img {
        display: none;
    }
}

.front_project {
    margin-top: 57px;
}

.front_project .title {
    color: #3f3f3f;
    font-size: 40px;
    text-align: center;
}

.front_project .more {
    position: relative;
    color: #1E72B9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    padding: 0 0 0 22px;
    float: right;
    margin: 26px 15px 0 0;
    width: auto;
    letter-spacing: 0.3px;
}

.front_project .more:before {
    background: url("images/front_porject_ico.png") no-repeat 0 0;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.front_project .more:hover {
    color: #5DACEF
}

.front_project .more:hover:before {
    background-position: 0 100%;
}

.bx-mac .front_project .more:before {
    top: 3px;
}

.front_project .project_list {
    margin: 43px -30px 0;
}

.front_project .project_list a {
    display: block;
    height: 260px;
    text-decoration: none;
    border-right: 1px #ededed solid;
    padding: 0 30px;
}

.front_project .project_list a:nth-child(n+4) {
    padding-top: 33px;
    border-top: 1px #ededed solid;
}

.front_project .project_list a:nth-child(3n) {
    border-right: 0px none;
}

.front_project .project_list .images {
    height: 67px;
    /*    width: 100%;*/
    /*    margin: 0 0 18px 0;*/
    width: 67px;
    margin: 0 auto;
    margin-bottom: 18px;

}

.front_project .project_list img {
    display: block;
    max-height: 67px;
    max-width: 100%;
    margin: 0 auto;
}

.front_project .project_list .name {
    font-size: 18px;
    line-height: 20px;
    color: #1E72B9;
    display: block;
    margin: 0 0 10px 0;
    text-align: center
}

.front_project .project_list a:hover .name {
    color: #5DACEF;
}

.front_project .project_list .desc {
    font-size: 13px;
    line-height: 26px;
    color: #434343;
    display: block;
    text-align: center;
}

@media (max-width: 1100px) {
    .front_project .project_list {
        margin-left: -15px;
        margin-right: -15px
    }

    .front_project .project_list a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .front_project .title {
        font-size: 30px;
        line-height: 57px;
    }

    .front_project .project_list a:nth-child(2n-1) {
        border-right: 1px #ededed solid;
    }

    .front_project .project_list a:nth-child(n+3) {
        padding-top: 33px;
        border-top: 1px #ededed solid;
    }

    .front_project .project_list a:nth-child(2n) {
        border-right: 0px none;
    }
}

@media (max-width: 768px) {
    .front_project .title {
        font-size: 22px;
        line-height: 30px;
        width: 100%;
    }

    .front_project .more {
        width: 80%;
        margin: 10px 0 0 15px;
        float: left;
    }

    .front_project .project_list a {
        border-right: 0px none;
    }

    .front_project .project_list a:nth-child(n+1) {
        padding-top: 33px;
        border-top: 1px #ededed solid;
        border-right: 0px none;
    }

    .front_slider {
        height: auto;
    }
}

.front_viewpoint {
    background-color: #F0EFEE;
    padding: 45px 0 60px;
    margin: 48px 0 0 0;
}

.front_viewpoint .more {
    position: relative;
    color: #1E72B9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    padding: 0 0 0 22px;
    float: right;
    margin: 0 15px 0 0;
    width: auto;
    letter-spacing: 0.3px;
}

.front_viewpoint .more:before {
    background: url("images/front_viewpoint_ico.png") no-repeat 0 0;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.front_viewpoint .more:hover {
    color: #5DACEF
}

.front_viewpoint .more:hover:before {
    background-position: 0 100%;
}

.bx-mac .front_viewpoint .more:before {
    top: 3px;
}

.front_viewpoint .title {
    color: #3f3f3f;
    font-size: 40px;
    line-height: 40px;
    margin: 16px 0 0 0;
}

.front_viewpoint .desc {
    color: #434343;
    font-size: 13px;
    line-height: 26px;
    margin: 42px 0 0 0;
}

.front_viewpoint .subscribe_btn {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    float: left;
    text-decoration: none;
    font-weight: 800;
    color: #474747;
    margin: 35px 0 0 0;
    padding: 20px 0 20px 85px;
    position: relative;
}

.front_viewpoint .subscribe_btn:before {
    position: absolute;
    left: 6px;
    top: 5px;
    content: "";
    width: 66px;
    height: 66px;
    background: url(images/subscribe_btn.png) no-repeat 0 0;
}

.front_viewpoint .subscribe_btn:hover {
    color: #5DACEF;
}

.front_viewpoint .subscribe_btn:hover:before {
    background-position: 0 100%;
}

.front_viewpoint .nav {
    float: right;
    position: absolute;
    right: 50px;
    top: 47px;
}

.front_viewpoint .nav a {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #d7d7d7;
    border-radius: 50%;
    margin: 0 3px;
}

.front_viewpoint .nav a.active {
    background: #1E72B9;
}

.front_viewpoint .nav a:hover {
    background: #5DACEF;
}

.front_viewpoint .viewpoint_list {
    margin-top: 19px;
    padding: 0 15px 0 11px;
    position: relative;
    overflow: hidden;
    height: 303px;
}

.front_viewpoint .viewpoint_slider {
    position: relative;
    overflow: hidden;
    height: 303px;
    width: 100%;
}

.front_viewpoint .viewpoint_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
    width: 200000px;
    position: relative;
}

.front_viewpoint .block {
    float: left;
    width: 330px;
    height: 303px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin: 0 11px 0 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

.front_viewpoint .block>a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
}

.front_viewpoint .block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0;
    height: 100%;
    min-width: 100%;
}

.front_viewpoint .block div {
    position: relative;
    z-index: 5;
}

.front_viewpoint .block .date {
    font-size: 13px;
    color: #F6EABD;
    text-align: center;
    margin: 50px 0 0 0;
    letter-spacing: 0.3px;
}

.front_viewpoint .block .name {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 10px 20px 0 20px;
    font-weight: 800;
}

.front_viewpoint .block .name:after {
    width: 101px;
    height: 4px;
    background-color: #F6EABD;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -37px;
    margin-left: -55px;
}

.front_viewpoint .block a:after {
    background: #444 url(images/front_viewpoint_ico2.png) no-repeat 50% 50%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0.3;
    left: 100%;
}

.front_viewpoint .block a:after {
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.front_viewpoint .block a:hover:after {
    left: 50%;
    opacity: 1;
}

@media (max-width: 1200px) {
    .front_viewpoint .viewpoint_list {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .front_viewpoint .title {
        font-size: 30px;
        line-height: 57px;
    }

    .front_viewpoint .title br {
        display: none;
    }

    .front_viewpoint .subscribe_btn {
        display: none;
    }

    .front_viewpoint .nav {
        right: auto;
        left: 15px;
        top: auto;
        bottom: -40px;
    }

    .front_viewpoint .desc {
        margin-bottom: 50px;
    }

    .front_viewpoint .viewpoint_list {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .front_viewpoint .title {
        position: static;
        margin: 0 0 5px 0;
    }

    .front_viewpoint .more {
        float: none;
    }

    .front_viewpoint .desc {
        margin-top: 15px;
    }
}

@media (max-width: 680px) {
    .front_viewpoint .page2 .block .date {
        margin-top: 20px;
    }

    .front_viewpoint .page2 .block .name {
        font-size: 18px;
        margin: 10px;
    }
}

@media (max-width: 500px) {
    .front_viewpoint .page2 .block .name {
        font-size: 16px;
        font-weight: 600;
    }

    .front_viewpoint .page2 .block .name:after {
        display: none;
    }
}

@media (max-width: 330px) {
    .front_viewpoint .block .name {
        font-size: 16px;
        font-weight: 600;
    }
}

.front_about {
    margin-top: 44px;
}

.front_about .title {
    color: #3f3f3f;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}

.front_about .block {
    display: block;
    float: left;
    margin: 51px 22px 0 0;
    position: relative;
    text-align: center;
    width: 160px;
}

.front_about .block .name {
    font-size: 110px;
    font-weight: 800;
    color: #D0D0D0;
    height: 142px;
    line-height: 142px;
}

.front_about .block .name span {
    position: relative;
    height: 142px;
    line-height: 142px;
    /* display: block; */
}

.front_about .block .name span:after {
    /*    background: #00A17F url(images/about_ico.png) no-repeat 0 50%;*/
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    right: -38px;
    content: "";
    top: -12px;
    /* top: -2px;*/
}

.front_about .block .ico {}

.front_about .block .desc {
    font-size: 11px;
    font-weight: 600;
    color: #322f29;
    text-transform: uppercase;
    line-height: 20px;
    margin: 17px 0 0 0;
}

.front_about .block_1 .name span:after {
    background-position: 16px 50%;
    /*right: -38px;*/
}

.front_about .block_2 {
    width: 190px;
}

.front_about .block_2 .name span:after {
    background-position: -61px 50%;
}

.front_about .block_3 .name span:after {
    background-position: -136px 50%;
}

.front_about .block_4 {
    width: 224px;
}

.front_about .block_4 .name span:after {
    background-position: -208px 50%;
}

.front_about .block_5 {
    margin-right: 0;
    width: 190px;
}

.front_about .block_5 .name span:after {
    background-position: -280px 50%;
}

@media (max-width: 1200px) {
    .front_about .block {
        margin-right: 3px;
    }

    .front_about .block .name {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .front_about .block {
        margin-right: 65px;
    }

    .front_about .block .name {
        font-size: 110px;
    }
}

@media (max-width: 767px) {
    .front_about .title {
        text-align: center;
    }

    .front_about .block {
        width: 100%;
        padding: 0 15px;
        margin: 40px 0;
    }
}

.front_slider2 {
    background: url(../../../img/about-banner.jpeg) no-repeat center 0;
    /* height: 427px; */
    height: 900px;
    margin: 54px 0 0 0;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

/*
.front_slider2 .container {
    max-width: 800px;
}
*/

.front_slider2 .slide_nav {
    float: left;
    padding-top: 52px;
}

.front_slider2 .slider {
    position: relative;
    float: left;
    padding: 59px 5px 20px 29px;
    overflow: hidden;
    /* height: 527px; */
    height: 900px;

}

.front_slider2 .slider_box {
    position: relative;
    overflow: hidden;
    /* height: 448px; */
    height: 900px;
    width: 100%;
}

.front_slider2 .slider_box>div {
    height: 30000px;
    position: relative;
    width: 100%;
}

.front_slider2 .slider .block {
    height: 460px;
    width: 100%;
    float: left;
}

.front_slider2 .slider .title {
    font-size: 40px;
    /*    color: #fff;*/
    font-weight: 600;
    margin: 0 0 29px 0;
}

.front_slider2 .slider .desc {
    font-size: 14px;
    /*    color: #fff;*/
    line-height: 30px;
}

.front_slider2 .arrow_next,
.front_slider2 .arrow_prev {
    width: 100%;
    height: 20px;
    display: block;
    position: relative;
}

.front_slider2 .arrow_next:before,
.front_slider2 .arrow_prev:before {
    content: "";
    width: 17px;
    height: 11px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/front_slider_2_arrow.png) no-repeat 0 0;
}

.front_slider2 .arrow_prev:hover:before {
    background-position: 100% 0;
}

.front_slider2 .arrow_next:before {
    background-position: 0 100%;
}

.front_slider2 .arrow_next:hover:before {
    background-position: 100% 100%;
}

.front_slider2 .cnt {
    text-align: center;
    line-height: 16px;
    color: #FFF;
    font-weight: 800;
    font-size: 14px;
    margin: 22px 0;
}

@media (max-width: 600px) {
    .front_slider2 .slider {
        padding-left: 15px;
        padding-right: 15px;
    }

    .front_slider2 .slider .title {
        font-size: 32px;
    }

    .front_slider2 .slider .desc {
        font-size: 13px;
        line-height: 18px;
    }
}

.front_news {
    margin-top: 51px;
    margin-bottom: 54px;
}

.front_news .head_block {
    float: left;
    padding: 0 0;
    width: 100%;
}

.front_news .title {
    color: #3f3f3f;
    font-size: 48px;
    line-height: 50px;
    margin: 0;
    float: left;
}

.front_news .more {
    position: relative;
    color: #1E72B9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    padding: 0 0 0 22px;
    float: right;
    margin: 29px 0 0 0;
    width: auto;
    letter-spacing: 0.3px;
}

.front_news .more:before {
    background: url("images/front_news_ico.png") no-repeat 0 0;
    width: 13px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
}

.front_news .more:hover {
    color: #5DACEF
}

.front_news .more:hover:before {
    background-position: 0 100%;
}

.front_news .block {
    text-decoration: none;
}

.front_news .block .name {
    color: #322f29;
    text-transform: uppercase;
    min-height: 65px;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 11px;
    line-height: 20px;
    margin: 11px 0 0 0;
}

.front_news .block:hover .name {
    color: #5DACEF;
}

.front_news .block .date {
    color: #888888;
    font-size: 12px;
    margin-top: 4px;
}

@media (min-width: 990px) {
    .front_news .head_block {
        width: 206px;
    }
}

@media (max-width: 767px) {
    .front_news .block .name {
        margin-top: 20px;
        min-height: 0;
    }

    .front_slider2 {
        height: auto;
    }
}

@media (max-width: 500px) {

    .front_news .title,
    .front_news .more {
        float: left;
        width: 100%;
    }

    .front_news .more {
        margin-top: 5px;
    }
}

.front_contact {
    height: 617px;
    width: 100%;
    margin: 0px 0 0 0;
    overflow: hidden;
    position: relative;
}

.front_contact .yamap {
    height: 617px;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.front_contact .yamap img {
    min-width: 100%;
    min-height: 617px;
}

.front_contact .block {
    padding: 124px 31px 0 26px;
}

.front_contact .block>.row {
    background-color: #fff;
    min-height: 368px;
}

.front_contact .block>.row>.contact_desc {
    padding: 28px 32px;
}

.front_contact .title {
    color: #322f29;
    font-size: 48px;
    line-height: 50px;
    font-weight: 800;
    position: relative;
}

.front_contact .title:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 3px;
    background-color: #e4e4e4;
    left: 0;
    bottom: -36px;
}

.front_contact .b_phone {
    padding: 67px 0 0 34px;
    color: #322f29;
    font-size: 13px;
    line-height: 32px;
    background: url(images/front_contact_1.png) no-repeat 0 75px;
}

.front_contact a {
    color: #322f29;
    text-decoration: none;
}

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

.front_contact .b_locat {
    padding: 5px 0 0 34px;
    color: #322f29;
    font-size: 13px;
    line-height: 18px;
    background: url(images/front_contact_2.png) no-repeat 0 6px;
}

.contact_form {
    position: relative;
    background-color: #1E72B9;
    padding: 0 34px 20px 30px;
    min-height: 368px;
    color: #fff;
}

.contact_form .block {
    background-color: #5DACEF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact_form .input_box {
    float: left;
    position: relative;
    padding: 23px 0 0 0;
    width: 100%;
    z-index: 2;
}

.contact_form .input_box input {
    background-color: transparent;
    border: 0px none;
    outline: 0px none;
    height: 46px;
    padding: 0;
    line-height: 56px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px #fff solid;
    border-radius: 0px;
}

.contact_form .input_box.b_error input {
    border-bottom: 2px #f00 solid;
}

.contact_form .input_box .input {
    position: relative;
    background-color: transparent;
    height: 46px;
    padding: 0;
    z-index: 5;
    width: 100%;
}

.contact_form .input_box .label {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 4;
    overflow: hidden;
    height: 26px;
    padding: 0;
}

.contact_form .input_box.b_error .label {
    color: #f00;
}

.contact_form .input_box .active+.label {
    top: 17px;
}

.contact_form .btn_submit {
    background: #3E4F4E url(images/form_btn.png) no-repeat 55px 50%;
    width: 100%;
    padding: 0 0 0 55px;
    font-weight: 800;
    height: 71px;
    border: 0px none;
    outline: 0px none;
    margin: 59px 0 0 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 71px;
    border-radius: 0;
}

.contact_form .btn_submit:hover {
    background-color: #283534;
    color: #fff;
    text-decoration: none;
}

.contact_form .input_box .label,
.contact_form .btn_submit {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

@media (max-width: 991px) {

    .front_contact,
    .front_contact .yamap {
        height: 850px
    }

    .front_contact .yamap img {
        min-height: 850px;
    }

    .front_contact .block {
        position: absolute;
        bottom: 15px;
        left: 0;
    }
}

@media (max-width: 650px) {
    .front_contact .col-xs-6 {
        width: 100%;
    }

    .front_contact,
    .front_contact .yamap {
        height: 1200px
    }

    .front_contact .title {
        font-size: 36px;
        line-height: 45px;
    }
}

.b_bread {
    margin: 50px 0 35px 0;
}

.b_bread span,
.b_bread a {
    float: left;
    font-size: 11px;
    color: #808080;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 6px;
    line-height: 14px;
    height: 14px;
}

.b_bread a:hover {
    color: #5dacef;
}

.b_bread a:first-child,
.b_bread span:first-child {
    padding-left: 0;
}

.b_bread .sep {
    float: left;
    width: 5px;
    height: 14px;
    background: url(images/bread.png) no-repeat 50% 5px;
    padding: 0;
}

.right_col {
    padding: 0 16px 0 15px;
}

.viewpoint_right_list .h3 {
    margin: -2px 0 35px 0;
}

.viewpoint_right_list .more {
    position: relative;
    color: #1E72B9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    padding: 0 0 0 22px;
    float: right;
    margin: 9px 0 0 0;
    width: auto;
    letter-spacing: 0.3px;
}

.viewpoint_right_list .more:before {
    background: url("images/front_viewpoint_ico.png") no-repeat 0 0;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.viewpoint_right_list .more:hover {
    color: #5DACEF
}

.viewpoint_right_list .more:hover:before {
    background-position: 0 100%;
}

.viewpoint_right_list .block {
    float: left;
    width: 100%;
    height: 303px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    margin: 0 0 14px 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

.viewpoint_right_list .block>a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-decoration: none;
}

.viewpoint_right_list .block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0;
    height: 100%;
    min-width: 100%;
}

.viewpoint_right_list .block div {
    position: relative;
    z-index: 5;
}

.viewpoint_right_list .block .date {
    font-size: 13px;
    color: #F6EABD;
    text-align: center;
    margin: 50px 0 0 0;
    letter-spacing: 0.3px;
}

.viewpoint_right_list .block .name {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 10px 20px 0 20px;
    font-weight: 800;
}

.viewpoint_right_list .block .name:after {
    width: 101px;
    height: 4px;
    background-color: #F6EABD;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -37px;
    margin-left: -55px;
}

.viewpoint_right_list .block:after {
    background: #444 url(images/front_viewpoint_ico2.png) no-repeat 50% 50%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0.3;
    left: 100%;
}

.viewpoint_right_list .block.eng:after {
    background: #444 url(images/front_viewpoint_ico3.png) no-repeat 50% 50%;
}

.viewpoint_right_list .block:after {
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.viewpoint_right_list .block:hover:after {
    left: 50%;
    opacity: 1;
}

.viewpoint_right_list .block .close {
    width: 56px;
    height: 56px;
    top: 0px;
    right: 0px;
    background: #00A17E url(images/close_ico.png) no-repeat 50% 50%;
    position: absolute;
    z-index: 8;
    opacity: 1;
}

@media (max-width: 991px) {
    .viewpoint_right_list .block {
        height: 200px;
    }

    .viewpoint_right_list .block .date {
        margin: 40px 0 0 0;
    }

    .viewpoint_right_list .block .name {
        font-size: 16px;
    }

    .viewpoint_right_list .block .name:after {
        display: none;
    }
}

.project_right_list {
    margin: 67px 0 20px;
}

.project_right_list .h3 {
    margin-bottom: 42px;
}

.project_right_list .more {
    position: relative;
    color: #1E72B9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    padding: 0 0 0 22px;
    float: right;
    margin: 0 0 0 0;
    width: auto;
    letter-spacing: 0.3px;
}

.project_right_list .more:before {
    background: url("images/front_porject_ico.png") no-repeat 0 0;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.project_right_list .more:hover {
    color: #5DACEF
}

.project_right_list .more:hover:before {
    background-position: 0 100%;
}

.project_right_list .block {
    display: block;
    text-decoration: none;
    border-right: 1px #ededed solid;
    padding: 30px 30px 60px 30px;
    background-color: #fff;
    margin: 0 0 21px 0;
}

.project_right_list .block .images {
    height: 67px;
    width: 100%;
    margin: 0 0 18px 0;
}

.project_right_list .block img {
    display: block;
    max-height: 67px;
    max-width: 100%;
}

.project_right_list .block .name {
    font-size: 18px;
    line-height: 20px;
    color: #1E72B9;
    display: block;
    margin: 0 0 10px 0;
    line-height: 26px;
}

.project_right_list a.block:hover .name {
    color: #5DACEF;
}

.project_right_list .block .desc {
    font-size: 13px;
    line-height: 26px;
    color: #434343;
    display: block;
}

div.search-popup {
    border: 1px #3E4F4E solid !important;
}

.b_404_page {
    padding: 0 35px;
}

.b_404_page .h1 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 93px 40px 64px;
    line-height: 42px;
    letter-spacing: 0.3px;
}

.search-page .h1 {
    margin-top: 50px;
}

.b_404_page .b_search {
    background-color: #fff;
    padding: 0 50px 0 0;
    position: relative;
}

.b_404_page .search-suggest,
.b_404_page .search_text {
    height: 54px;
    background: #fff;
    width: 100%;
    line-height: 54px;
    padding: 0 30px;
    border: 0px none;
    outline: 0px none;
}

.b_404_page .b_search_ico {
    display: block;
    float: right;
    width: 45px;
    height: 54px;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    border: 0px none;
}

.b_404_page .b_search_ico:after {
    content: "";
    width: 29px;
    height: 24px;
    background: url(images/head_search.png) no-repeat 0 2px;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 5px;
    position: absolute;
}

.b_404_page .b_search_ico:hover:after {
    background-position: 0 -22px;
}

.b_404_page .b_desc {
    margin-top: 70px;
    margin-bottom: 50px;
}

.b_404_page .b_desc .title {
    font-size: 26px;
    color: #aeaeae;
}

.b_404_page .b_desc .list {
    color: #282828;
    font-size: 24px;
    margin: 18px 0 24px -17px
}

.b_404_page .b_desc .list a {
    text-decoration: underline;
}

.b_404_page .b_desc .list a:hover {
    text-decoration: none;
}

@media (max-width: 761px) {
    .b_404_page .h1 {
        margin: 60px 0 40px;
    }

    .b_404_page .b_desc .title {
        font-size: 20px;
    }

    .b_404_page .b_desc .list {
        margin-left: 0;
        font-size: 18px;
    }
}

.b_contact_page {
    margin-bottom: -50px;
}

.b_contact_page .front_contact,
.b_contact_page .front_contact .yamap {
    height: 750px
}

.b_contact_page .front_contact .yamap img {
    min-height: 750px;
}

@media (max-width: 991px) {

    .b_contact_page .front_contact,
    .b_contact_page .front_contact .yamap {
        height: 1000px
    }

    .b_contact_page .front_contact .yamap img {
        min-height: 1000px;
    }
}

@media (max-width: 650px) {

    .b_contact_page .front_contact,
    .b_contact_page .front_contact .yamap {
        height: 1200px
    }

    .b_contact_page .front_contact .yamap img {
        min-height: 1200px;
    }
}

.about_box {
    width: 97%;
    background-color: #fff;
    padding: 40px 48px;
    margin: 40px 0;
}

.about_box h4,
.about_box .h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
}

.about_box .btn {
    margin: 56px auto 0;
    float: none;
    display: block;
    max-width: 400px;
}

.about_box .ico {
    display: block;
    margin: 5px auto 27px;
}

.menu_servise {
    background-color: #009638;
    padding: 33px 0;
}

.menu_servise .container {
    display: table;
}

.menu_servise .block {
    display: table-cell;
    text-decoration: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 2px 20px 5px 60px;
    vertical-align: middle;
    text-align: left;
}

.menu_servise .block .ico {
    display: block;
    position: absolute;
    z-index: 5;
    width: 65px;
    height: 50px;
    top: 10px;
    left: 0;
    background: url(images/msfo_ico.png) no-repeat 2px 0;
}

.menu_servise .block .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    line-height: 18px;
}

.menu_servise .block_2 {
    padding-left: 70px;
}

.menu_servise .block_2 .ico {
    background-position: -64px 0;
}

.menu_servise .block_3 .ico {
    background-position: -146px 0;
}

.menu_servise .block_4 .ico {
    background-position: -210px 0;
}

.menu_servise .block_5 {
    padding-left: 65px;
}

.menu_servise .block_5 .ico {
    background-position: -279px 0;
}

.menu_servise a.block:hover .title,
.menu_servise .block.active .title {
    color: #99FF90;
}

.menu_servise a.block_1:hover .ico,
.menu_servise .block_1.active .ico {
    background-position: 2px -55px;
}

.menu_servise a.block_2:hover .ico,
.menu_servise .block_2.active .ico {
    background-position: -64px -55px;
}

.menu_servise a.block_3:hover .ico,
.menu_servise .block_3.active .ico {
    background-position: -146px -55px;
}

.menu_servise a.block_4:hover .ico,
.menu_servise .block_4.active .ico {
    background-position: -210px -55px;
}

.menu_servise a.block_5:hover .ico,
.menu_servise .block_5.active .ico {
    background-position: -279px -55px;
}

@media (max-width: 1030px) {
    .menu_servise .container {
        display: block;
    }

    .menu_servise .block {
        padding: 50px 4px 5px 4px;
        text-align: center;
        width: 16.66%;
        vertical-align: top;
        display: block;
        float: left;
    }

    .menu_servise .block .ico {
        margin: 0 auto;
        right: 0;
        top: 0;
    }

    .menu_servise a.block_1:hover .ico,
    .menu_servise .block_1.active .ico {
        background-position: 10px -55px;
    }

    .menu_servise .block .title {
        font-size: 10px;
    }

    .menu_servise .ico {
        top: 0;
    }

    .menu_servise .block_1 .ico {
        background-position: 10px 0;
    }

    .menu_servise a.block_1:hover .ico {
        background-position: 10px -55px;
    }
}

@media (max-width: 761px) {
    .menu_servise {
        padding: 5px 0;
    }

    .menu_servise .block {
        width: 100%;
        padding: 2px 0;
        text-align: left;
    }

    .menu_servise .block .ico {
        display: none
    }
}

.menu_left {
    background-color: #fff;
    margin: 0 0 60px 0;
    max-width: 287px;
}

.menu_left ul {
    margin: 0;
    padding: 10px 33px 22px 33px;
}

.menu_left ul li {
    margin: 0;
    padding: 10px 0;
    display: block;
    list-style: none;
    background: transparent;
}

.menu_left ul li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #282828;
    text-decoration: none;
    font-weight: 800;
    line-height: 24px;
    display: block;
}

.menu_left ul li a.active,
.menu_left ul li a:hover {
    color: #5DACEF;
}

.menu_left p {
    padding: 22px 0px 0px 33px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
}

.b_services_block {
    padding-bottom: 90px;
}

.b_services_block.nopadd {
    padding-bottom: 30px;
}

.b_services_block .images {
    height: 50px;
}

.b_services_block img {
    margin: 5px auto;
    display: block;
}

.block_left_form_desc .h2 {
    margin-top: -5px;
}

.block_left_form_desc p {
    font-size: 13px;
    color: #434343;
}

.b_form {
    max-width: 512px;
    background-color: #fff;
    padding: 57px 50px;
    margin: 0px 0 40px 0;
    position: relative;
    overflow: hidden;
}

.b_form .h2,
.b_form h2 {
    margin-bottom: 54px;
    margin-top: -11px;
    color: #1E72B9;
}

.b_form:after {
    border: 23px #5DACEF solid;
    border-right-color: transparent;
    border-right-color: #efefef;
    border-top-color: #efefef;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    content: "";
}

.b_form .input_box {
    float: left;
    position: relative;
    margin: 0 0 29px 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
}

.b_form .input_box input,
.b_form .input_box textarea {
    background-color: transparent;
    border: 0px none;
    outline: 0px none;
    height: 66px;
    padding: 0;
    line-height: 66px;
    width: 100%;
    font-size: 14px;
    color: #282828;
    border-radius: 0px;
    padding: 0 20px;
}

.b_form .input_box .input {
    position: relative;
    background-color: transparent;
    height: 66px;
    padding: 0;
    z-index: 5;
    width: 100%;
    border: 1px #bdbdbd solid;
}

.b_form .input_box.b_error .input {
    border: 2px #ff0000 solid;
}

.b_form .input_box .label {
    color: #282828;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 27px;
    left: 21px;
    z-index: 4;
    overflow: hidden;
    height: 26px;
    padding: 0;
}

.b_form .input_box .label {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.b_form .input_box .active+.label {
    top: -11px;
    background-color: #fff;
    z-index: 10;
    padding: 0 5px;
    left: 16px;
    height: auto;
}

.b_form .textarea_box .input {
    height: 150px;
}

.b_form .input_box textarea {
    padding-top: 21px;
    padding-bottom: 10px;
    resize: none;
    height: 150px;
    line-height: 24px;
}

.b_form .textarea_box .label {
    max-width: 80%;
    height: 70px;
    word-wrap: normal;
    white-space: normal;
    text-align: left;
}

.file_load {
    margin: 5px 0 30px;
    float: left;
    width: 100%;
    position: relative;
}

.file_load .button_container {
    text-align: center;
    height: 61px;
    width: 100%;
    padding: 0 0 0 73px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: relative;
}

.file_load .button_container:after {
    background: #646464 url(images/upload_file_ico.png) no-repeat 50% 50%;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.file_load .button_container span {
    display: block;
}

.file_load .button_container .aside_form_button {
    border-bottom: 1px dotted;
    font-size: 14px;
    color: #646464;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 16px;
    margin-top: 18px;
    float: left;
    max-width: 100%;
}

.file_load .button_container_format .aside_form_button {
    margin-top: 12px;
}

.file_load .button_container:hover:after {
    background-color: #5dacef;
}

.file_load .button_container:hover .aside_form_button {
    border-bottom-color: transparent;
}

.file_load .button_container input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto !important;
    opacity: 0;
    cursor: pointer;
    width: 200px !important;
}

.file_load .file_upload {
    opacity: 0;
    position: absolute;
}

.file_load .file_desc {
    color: #aeaeae;
    display: block;
    font-weight: normal;
    float: left;
}

.file_load .download_file {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: none;
}

.file_load .download_file .file_add {
    width: 80%;
    float: left;
    color: #4e4e4e;
    line-height: 16px;
}

.file_load .download_file .close {
    float: right;
    background: url("images/etalon.html") -168px -119px no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    margin: 3px 5px 0 0;
}

@media (max-width: 761px) {
    .b_form {
        padding: 30px 20px;
    }

    .b_form:after {
        border-width: 12px;
    }
}

.introduce_list {
    float: left;
    width: 100%;
    margin: 0 0 65px 0;
}

.introduce_list .more {
    position: relative;
    color: #1E72B9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    padding: 0 0 0 22px;
    float: right;
    margin: 0px 15px 0 0;
    width: auto;
    letter-spacing: 0.3px;
}

.introduce_list .more:before {
    background: url("images/front_porject_ico.png") no-repeat 0 0;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
}

.introduce_list .more:hover {
    color: #5DACEF
}

.introduce_list .more:hover:before {
    background-position: 0 100%;
}

.introduce_list .block {
    float: left;
    text-decoration: none;
    margin: 20px 0 28px 0;
}

.introduce_list .images {
    width: 41%;
    height: 202px;
    position: relative;
    border: 1px #dedede solid;
    float: left;
    margin-right: 30px;
}

.introduce_list .images img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.introduce_list .block:hover .images {
    border-color: #5DACEF;
}

.introduce_list .block .text {
    overflow: hidden;
}

.introduce_list .block .name {
    font-size: 18px;
    color: #1E72B9;
    margin: 0 0 13px 0;
}

.introduce_list .block .service {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 17px 0;
}

.introduce_list .block .desc {
    font-size: 13px;
    color: #434343;
    line-height: 26px;
}

.introduce_list .block:hover .name {
    color: #5DACEF;
    ;
}

@media (max-width: 761px) {
    .introduce_list .block .text {
        overflow: visible;
    }

    .introduce_list .images {
        height: 150px;
    }
}

.num_list div {
    font-size: 12px;
    color: #282828;
    text-align: center;
    line-height: 18px;
}

.num_list .list {
    margin: 0 0 20px 0;
    padding-top: 51px;
}

.num_list .h3-col-1 {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #DBDAD6;
    margin: 0 0 14px 0;
}

.num_list .h3-col-2 {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #C4CF90;
    margin: 0 0 14px 0;
}

.num_list .h3-col-3 {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #44BF80;
    margin: 0 0 14px 0;
}

.num_list .h3-col-4 {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #009638;
    margin: 0 0 14px 0;
}

.num_list .h3-col-5 {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #006022;
    margin: 0 0 14px 0;
}

.num_list .h3-col-6 {
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #003810;
    margin: 0 0 14px 0;
}

.num_list {
    counter-reset: list;
    margin-top: 35px;
}

.num_list .list:before {
    counter-increment: list;
    content: counter(list);
    float: left;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0;
    color: #aaaaaa;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
    font-weight: 800;
}

.job_bonus {
    margin: 50px -15px;
    ;
}

.job_bonus .block {
    margin-bottom: 49px;
}

.job_bonus .images {
    text-align: center;
    width: 100%;
    height: 60px;
    position: relative;
    margin: 0 0 21px 0;
}

.job_bonus .images img {
    max-height: 60px;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.job_bonus .title {
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 17px 0;
}

.job_list {
    margin: 0 -15px 50px;
}

.job_list h2,
.job_list .h2 {
    margin-bottom: 35px;
}

.job_list .block {
    margin: 0 0 20px 0;
}

.job_list .block .title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    position: relative;
    padding: 30px 30px 30px 70px;
}

.job_list .block .title:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    left: 25px;
    top: 50%;
    margin-top: -15px;
    background: url(images/job_list_ico.png) no-repeat 0 0;
}

.job_list .block .title span {
    border-bottom: 1px #fff dotted;
    display: block;
    position: relative;
    float: left;
}

.job_list .block .title span:after {
    content: "";
    width: 7px;
    height: 5px;
    position: absolute;
    display: block;
    right: -18px;
    top: 50%;
    margin-top: -1px;
    background: url(images/job_list_arrow.png) no-repeat 0 0;
}

.job_list .block .title:hover span {
    border-bottom-color: transparent;
}

.job_list .block .desc {
    opacity: 1;
    max-height: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.job_list .block .desc>div {
    padding: 30px 47px;
}

.job_list .block .desc ul {
    margin-top: 10px;
}

.job_list .block.active .title {
    background-color: #fff;
}

.job_list .block.active .title:before {
    background-position: 0 100%;
}

.job_list .block.active .title span {
    color: #00A146;
    border-bottom-color: #00A146;
}

.job_list .block.active .title span:after {
    background-position: 0 100%;
}

.job_list .block.active .desc {
    opacity: 1;
    max-height: 2000px;
}

.job_list .block .title,
.job_list .block .title span {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.job_list .block .desc {
    transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
}

.job_list .job_send {
    text-align: center;
    height: 61px;
    width: 100%;
    padding: 0 0 0 78px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 14px;
    position: relative;
}

.job_list .job_send:after {
    background: #646464 url(images/btn_send_resume.png) no-repeat 50% 50%;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.job_list .job_send span {
    border-bottom: 1px dotted;
    font-size: 14px;
    color: #646464;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 16px;
    margin-top: 20px;
    float: left;
    max-width: 100%;
    text-transform: uppercase;
}

.job_list .job_send:hover:after {
    background-color: #5dacef;
}

.job_list .job_send:hover span {
    border-bottom-color: transparent;
}

.start_promo {
    padding: 92px 0 139px 0;
}

.start_promo .row>div {}

.detail_arrow {
    margin-top: 89px;
    margin-bottom: 29px;
}

.detail_arrow .prew,
.detail_arrow .next {
    float: left;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    line-height: 20px;
}

.detail_arrow .next {
    float: right;
}

.detail_arrow .prew:hover .detail_arrow .next:hover {
    text-decoration: underline;
}

.detail_arrow .prew:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    border: 4px transparent solid;
    border-right: 8px #b0b0b0 solid;
}

.detail_arrow .next:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    border: 4px transparent solid;
    border-left: 8px #b0b0b0 solid;
}

.detail_arrow .subscribe_btn {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    float: left;
    text-decoration: none;
    font-weight: 800;
    color: #474747;
    margin: -30px 0 30px 0;
    padding: 20px 0 20px 85px;
    position: relative;
}

.detail_arrow .subscribe_btn:before {
    position: absolute;
    left: 6px;
    top: 5px;
    content: "";
    width: 66px;
    height: 66px;
    background: url(images/subscribe_btn.png) no-repeat 0 0;
}

.detail_arrow .subscribe_btn:hover {
    color: #5DACEF;
}

.detail_arrow .subscribe_btn:hover:before {
    background-position: 0 100%;
}

.project_task {
    margin-top: 34px;
    margin-bottom: 23px;
}

.project_task h2,
.project_task .h2 {
    margin-top: 15px;
}

.project_task ol {
    margin-top: 40px;
    ;
}

.b_user_login {
    background-color: #3F4F4E;
    color: #99b0ae;
    font-size: 12px;
    padding: 11px 0;
}

.b_user_login .user_name {
    color: #fff;
    padding: 0 20px;
}

.b_user_login .b_auth {
    float: left;
}

.b_user_login .logout {
    text-decoration: none;
    position: relative;
    padding: 0 0 0 17px;
    float: left;
}

.b_user_login .logout:before {
    float: left;
    content: "";
    background: url(images/logout.png) no-repeat 0 0;
    width: 11px;
    height: 13px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.b_user_login .logout:hover:before {
    background-position: 0 100%;
}

@media (max-width: 761px) {
    .b_user_login .user_name {
        padding: 0 5px 0 0;
    }

    .b_user_login .logout {
        float: right;
    }

    .b_user_login .logout:before {
        top: 1px;
    }
}

.project_block {
    margin-bottom: 50px;
    position: relative;
}

/*.project_block:after,*/
.project_block:before {
    height: 3px;
    background-color: #fff;
    content: "";
    width: 100%;
    display: block;
}

.project_block .name {
    font-size: 20px;
    color: #1E72B9;
    margin: 25px 0 13px 0;
}

.project_block .name span {
    position: relative;
}

.service {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 17px 0;
}

.project_block .name span:after {
    background: #00A17F url(images/about_ico.png) no-repeat 0 50%;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    content: "";
    top: 10px;
}

.project_block_1 .name span:after {
    background-position: 16px 50%;
}

.project_block_2 .name span:after {
    background-position: -61px 50%;
}

.project_block_3 .name span:after {
    background-position: -136px 50%;
}

.project_block_4 .name span:after {
    background-position: -208px 50%;
}

.project_block_5 .name span:after {
    background-position: -280px 50%;
}

.project_block .desc {
    color: #282828;
    line-height: 26px;
    /*
    padding-top: 70px;
    padding-bottom: 30px;
*/
}

@media (max-width: 761px) {
    .project_block .desc {
        padding-top: 0;
    }
}

@media (max-width: 600px) {
    .project_block .name {
        font-size: 20px;
    }

    .project_block .name span:after {
        top: -36px;
    }
}

.project_slider {
    margin: 0 0 70px 0;
}

.project_slider h2,
.project_slider .h2 {
    margin: 30px 0;
}

.project_slider .slider {
    padding: 0;
    position: relative;
    margin: 0 80px 40px 80px;
    height: 394px;
    overflow: hidden;
}

.project_slider .slider_wrap {
    position: relative;
    width: 20000px;
    height: 394px;
}

.project_slider .arrow_next,
.project_slider .arrow_prev {
    width: 40px;
    height: 40px;
    border: 1px #b0b0b0 solid;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.project_slider .arrow_next {
    right: 15px;
}

.project_slider .arrow_prev:before {
    border: 7px transparent solid;
    border-right: 8px #b0b0b0 solid;
    content: "";
    display: block;
    float: left;
    position: absolute;
    left: 7px;
    top: 12px;
}

.project_slider .arrow_next:before {
    border: 7px transparent solid;
    border-left: 8px #b0b0b0 solid;
    content: "";
    display: block;
    float: left;
    position: absolute;
    right: 7px;
    top: 12px;
}

.project_slider .arrow_next,
.project_slider .arrow_prev,
.project_slider .arrow_prev:before,
.project_slider .arrow_next:before {
    transition: all 70ms linear;
    -moz-transition: all 70ms linear;
    -webkit-transition: all 70ms linear;
    -o-transition: all 70ms linear;
}

.project_slider .arrow_next:hover,
.project_slider .arrow_prev:hover {
    border-color: #5DACEF;
    background-color: #5DACEF;
}

.project_slider .arrow_prev:hover:before {
    border-right-color: #fff;
}

.project_slider .arrow_next:hover:before {
    border-left-color: #fff;
}

.project_slider .slider {
    overflow: hidden;
}

.project_slider .slider .item {
    padding: 0;
    float: left;
    width: 288px;
    border-right: 1px #ededed solid;
    position: relative;
}

.project_slider .slider .item:last-child {
    border-right-color: transparent;
}

.project_slider .slider .item:after {
    content: "";
    background-color: #ededed;
    width: 100%;
    height: 1px;
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
}

.project_slider .slider.noafter .item:after {
    display: none;
}

.project_slider .slider .item.no-border {
    border-right-color: transparent;
}

.project_slider .block {
    /*height: 175px;*/
    height: 285px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 32px 20px;
    text-decoration: none;
}

.project_slider .block .name {
    font-size: 18px;
    text-decoration: none;
}

.project_slider .block span.text {
    font-size: 14px;
    text-decoration: none;
    color: #555555;
    padding-top: 10px;
}

.project_slider .block .images {
    height: 67px;
    width: 100%;
    margin: 0 0 18px 0;
}

.project_slider .block img {
    display: block;
    max-height: 67px;
    max-width: 100%;
}

.project_slider .block.no-link:hover {
    cursor: default;
    color: #1E72B9;
}

@media (max-width: 761px) {
    .project_slider .block {
        padding: 15px 20px;
    }

    .project_slider .slider {
        margin: 0 50px 30px 50px;
    }

    .project_slider .block .images {
        height: 50px;
    }

    .project_slider .block img {
        max-height: 50px;
        margin-bottom: 5px
    }

    .project_slider .block .name {
        font-size: 14px;
    }
}


/*
{color: #1E72B9}
hover{color: #5DACEF; }
*/


/*Forms*/

.fancybox-overlay {
    background: #183021;
    opacity: 0.6;
}

.fancybox-wrap {}

.fancybox-wrap .fancybox-skin {
    background: transparent;
    box-shadow: none;
    color: #222;
    font-family: 'Gotham', arial;
    padding: 39px !important;
}

.fancybox-wrap .fancybox-outer {
    position: static;
    background-color: #fff;
}

.fancybox-wrap .fancybox-skin:after {
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 46px;
    content: "";
    background: #fff;
    display: block;
}

.fancybox-wrap .fancybox-skin:before {
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    display: block;
}

.fancybox-wrap .fancybox-outer:after {
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 46px;
    content: "";
    background: #fff;
    display: block;
}

.fancybox-wrap .fancybox-outer:before {
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    content: "";
    background: #fff;
    display: block;
}

.fancybox-close {
    border: 23px #e0e0e0 solid;
    border-right-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    display: block !important;
    top: 0;
    right: 0;
    background: transparent;
    opacity: 1 !important;
    width: 0 !important;
    height: 0 !important;
}

.fancybox-close:after {
    background: url(images/fancy_close.png) no-repeat 0 0;
    position: absolute;
    top: -23px;
    right: -23px;
    width: 11px;
    height: 11px;
    content: "";
}

.fancybox-close:hover:after {
    background-position: 0 100%;
}

.fancybox-close:after {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

.fancybox-title {
    font-size: 30px;
    background-color: #fff;
    z-index: 8030;
    padding: 0 0 20px 0;
}

.fancybox-wrap .b_form {
    padding: 20px 0 0 0;
    margin: 0;
    max-width: 440px;
}

.fancybox-wrap .b_form:after {
    display: none;
}

.fancybox-wrap .dop_link {
    display: block;
    float: right;
    text-align: right;
    color: #282828;
}

.fancybox-wrap .dop_link a {
    color: #282828;
    display: block;
    margin: 0 0 12px 0;
}

@media (max-width: 761px) {
    .fancybox-wrap .dop_link {
        float: none;
        text-align: left;
        margin: 15px 0;
        display: block;
    }

    .fancybox-wrap .fancybox-skin {
        padding: 19px !important;
    }

    .fancybox-wrap .fancybox-skin:after {
        height: 26px;
        right: 26px;
    }

    .fancybox-wrap .fancybox-skin:before {
        height: 26px;
    }

    .fancybox-wrap .fancybox-outer:after {
        width: 26px;
        top: 26px;
    }

    .fancybox-wrap .fancybox-outer:before {
        width: 26px;
    }

    .fancybox-close {
        border-width: 13px;
    }

    .fancybox-close:after {
        top: -13px;
        right: -13px;
    }

    .fancybox-title {
        padding-top: 5px;
    }
}

.viewpoint_list .subscribe_btn {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    float: left;
    text-decoration: none;
    font-weight: 800;
    color: #474747;
    margin: -10px 0 0 0;
    padding: 20px 0 20px 85px;
    position: relative;
}

.viewpoint_list .subscribe_btn:before {
    position: absolute;
    left: 6px;
    top: 5px;
    content: "";
    width: 66px;
    height: 66px;
    background: url(images/subscribe_btn.png) no-repeat 0 0;
}

.viewpoint_list .subscribe_btn:hover {
    color: #5DACEF;
}

.viewpoint_list .subscribe_btn:hover:before {
    background-position: 0 100%;
}

.viewpoint_list .viewpoint_list_row {
    margin: 0 -8px;
}

.viewpoint_list .block {
    height: 303px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 8px;
}

.viewpoint_list .block>a {
    position: relative;
    height: 287px;
    text-decoration: none;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
}

.viewpoint_list .block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    right: 0;
    bottom: 0;
    min-height: 100%;
    margin: auto;
    min-width: 100%;
}

.viewpoint_list .block div {
    position: relative;
    z-index: 5;
}

.viewpoint_list .block .date {
    font-size: 13px;
    color: #F6EABD;
    text-align: center;
    margin: 50px 0 0 0;
    letter-spacing: 0.3px;
}

.viewpoint_list .block .name {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 10px 20px 0 20px;
    font-weight: 800;
}

.viewpoint_list .block .name:after {
    width: 101px;
    height: 4px;
    background-color: #F6EABD;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -37px;
    margin-left: -55px;
}

.viewpoint_list .block a:after {
    background: #444 url(images/front_viewpoint_ico2.png) no-repeat 50% 50%;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0.3;
    left: 100%;
}

.viewpoint_list .block a.eng:after {
    background: #1E72B9 url(images/front_viewpoint_ico3.png) no-repeat 50% 50%;
}

.viewpoint_list .block a:after {
    transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.viewpoint_list .block a:hover:after {
    left: 50%;
    opacity: 1;
}

.viewpoint_list .block .close {
    width: 56px;
    height: 56px;
    top: 0px;
    right: 0px;
    background: #00A17E url(images/close_ico.png) no-repeat 50% 50%;
    position: absolute;
    z-index: 8;
    opacity: 1;
}

@media (max-width: 761px) {
    .viewpoint_list .subscribe_btn {
        margin: 20px 0;
    }

    .viewpoint_list .block .name {
        font-size: 18px;
    }
}

.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
}

#resume_more {
    display: none;
}

.windowed #resume_more {
    display: block;
}

.news-list .news-item {}

.news-list .news-item a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.news-list .news-item .news-date-time {
    display: block;
    margin-top: 12px;
    color: #b4b4b4;
    margin-bottom: 35px;
}

.news-detail .news-date-time {
    display: block;
    margin-top: 12px;
    color: #b4b4b4;
    margin-bottom: 35px;
}

.viewpoint_list {
    padding-bottom: 60px;
}

.images img {
    width: 100%;
}

.project_block .name_b {
    font-size: 26px;
    color: #1E72B9;
    margin: 25px 0 13px 0;
}


.b_header.f-nav,
.f-nav .b_logo,
.f-nav .b_logo a {

    height: auto
}

.f-nav .b_logo img {
    margin-top: 10px !important;
}

.b_header.f-nav .b_menu {
    margin-top: 37px;
}

svg:not(:root) {
    overflow: hidden;
    fill: #fff !important;
    max-height: 18px;
}

path {
    fill: #fff !important;
}

.b_phone svg,
.b_mail svg,
.b_locat svg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
}

.select-arrow {
    position: relative;
}

.select-arrow::before {
    position: absolute;
    border-top: 13px solid #1E72B9;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    content: '';
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.select-arrow:hover::before {
    border-top-color: #5DACEF;
}

select {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: transparent;
    height: 66px;
    padding: 0;
    z-index: 5;
    width: 100%;
    border: 1px #bdbdbd solid;

}

select {
    -webkit-appearance: none;
    -moz-appearance: none;

}

select::-ms-expand {
    display: none;
}

.slide_nav img {
    max-width: 100%;
}

.content-list {
    padding: 0;
}

.content-list li {
    margin-left: 15px;
}

.pt-3{
    padding-top: 30px;
}

.mb-0{
    margin-bottom: 0;
}

.card{
    border:2px solid #0000002b;
    padding:15px;
    margin:15px;
    margin-top: 70px;
    height:350px;
}

.dark{
    color:#000 !important;
}



@media(min-width:767px) and (max-width:991px) {
    .b_front .b_header .b_logo img {
        margin-top: 10px !important;
        max-height: 50px;

    }

    .b_header .b_menu,
    .b_header.f-nav .b_menu {
        margin: 27px 0 0 0;
    }
}

@media(max-width:767px) {
    .b_front .b_header .b_logo img {
        margin-top: 10px !important;
        max-height: 50px;
        width: auto;
        float: left;
    }

    .b_header .navbar-toggle {

        right: auto;
    }

    .b_header.f-nav .b_menu {
        margin-top: 60px;
    }
}