* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

BODY {
    font-family: "RobotoRegular", Arial, Tahoma, sans-serif;
    font-size: 17px;
    color: #111111;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.need-fix {
    padding-top: 150px;
}

IMG {
    border: 0;
    vertical-align: middle;
}

INPUT {
    font-family: inherit;
    color: inherit;
    font: inherit;
    margin: 0px;
}

INPUT:focus, TEXTAREA:focus {
    outline: none;
}

A:link {
    color: #305A77;
}

A:visited {
    color: #6F6F6F;
}

A:hover {
    color: #32C0EE;
}

H1 {
    font-family: "RobotoBold";
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 35px;
}

H2 {
    font-family: "RobotoRegular";
    font-size: 24px;
    font-weight: normal;
    margin-top: 50px;
}

H3 {
    font-family: "RobotoMedium";
    font-size: 22px;
    font-weight: normal;
    margin-top: 52px;
}

H4 {
    font-family: "RobotoRegular";
    font-size: 20px;
    font-weight: normal;
    margin-top: 50px;
}

H5 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: normal;
}

.content UL {
    list-style-type: none;
    padding: 0;
    margin-top: 22px;
    margin-left: 20px;
}

.content UL LI {
    margin: 18px 0 0 0;
    padding: 0 0 0 23px;
    background: url('../images/bullet_ul1.png') 0 10px no-repeat;
}

.content UL UL UL LI {
    padding-left: 18px;
    background: url('../images/bullet_ul2.png') 0 11px no-repeat;
}

.content OL {
    counter-reset: list1;
    margin-top: 22px;
    margin-left: 0;
    padding-left: 0;
}

.content OL LI {
    list-style-type: none;
    margin-left: 0;
    margin-top: 18px;
    padding-left: 27px;
}

.content OL LI:before {
    counter-increment: list1;
    content: counter(list1) ". ";
    float: left;
    width: 27px;
    font-family: "RobotoMedium";
    font-size: 15px;
    margin-left: -27px;
    margin-top: 2px;
}

.content OL OL LI {
    padding-left:35px;
}

.content OL OL {
    counter-reset: list2;
}

.content OL OL LI:before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2);
    width: 35px;
    margin-left: -35px;
}

.content OL OL OL {
    counter-reset: list3;
}

.content OL OL OL LI {
    padding-left: 48px;
}

.content OL OL OL LI:before {
    counter-increment: list3;
    content: counter(list1) "." counter(list2) "." counter(list3);
    width: 48px;
    margin-left: -48px;
}

.content P {
    margin-top: 24px;
}

HR {
    height: 1px;
    margin-top: 54px;
    border: 0;
    background: url('../images/hr.png') 0 0 no-repeat;
}

STRONG {
    font-family: "RobotoMedium";
    font-weight: normal;
}

.path-block UL {
    font-size: 15px;
    color: #868686;
    list-style-type: none;
    padding: 0;
    margin: 21px 0 0 0;
}

.path-block LI {
    display: inline-block;
    margin: 8px 16px 0 0;
    padding: 0 27px 0 0;
    background: url('../images/bullet_path.png') center right no-repeat;
}

.path-block A:visited {
    color: #305A77;
}

.path-block A:hover {
    color: #32C0EE;
}

.path-block LI:first-child {
    padding-left: 0;
}

.path-block LI:last-child {
    background: none;
}

.pic-txt-right {
    margin: 20px 0 55px 0;
}

.pic-txt-right .pic {
    float: left;
    position: relative;
    width: 55%;
    min-height: 1px;
}

.pic-txt-right .txt {
    float: left;
    position: relative;
    width: 45%;
    min-height: 1px;
    font-size: 13px;
    font-style: italic;
    padding-top: 30px;
    padding-left: 28px;
    background: url('../images/bullet_pic.png') 28px 4px no-repeat;
}

.content IMG {
    max-width: 100%;
    height: auto;
}

.pic-txt-bottom {
    margin: 35px 0 55px 0;
}

.pic-txt-bottom .txt {
    font-size: 13px;
    font-style: italic;
    margin: 13px 40px 0 40px;
    padding-left: 33px;
    background: url('../images/bullet_pic2.png') 0 5px no-repeat;
}

.content .note {
    font-size: 22px;
    font-style: italic;
    text-align: center;
    padding: 53px 40px;
    margin-top: 55px;
    background: #FFFFFF;
}

INPUT:focus, TEXTAREA:focus {
    outline: none;
}

.form-decor {
    margin-top: 27px;
}

.form-decor INPUT[type="text"], .form-decor TEXTAREA {
    font-family: "RobotoLight";
    font-size: 17px;
    padding: 12px 18px;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
}

.form-decor INPUT[type="text"] {
    width: 50%;
    color: #A2A2A2;
}

.form-decor INPUT[type="text"]:focus {
    color: #111111;
}

.form-decor TEXTAREA {
    width: 70%;
    margin-top: 20px;
}

.button {
    display: inline-block;
    font-family: "RobotoRegular";
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 17px 64px 19px 64px;
    margin-top: 29px;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #32C0EE;
    white-space: nowrap;
}

.button:link, .button:hover, .button:visited {
    color: #FFFFFF;
}

.button:hover {
    background-color: #249EC6;
}

.form-decor .button {
    font-size: 17px;
    padding: 10px 48px 13px 48px;
    margin-top: 20px;
    border: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.button_request {
    width: 100%;
    font-size: 17px;
    text-align: left;
    padding: 13px 50px 14px 22px;
    margin-top: 14px;
    background-image: url('../images/icon_request.png');
    background-position: top 18px right 24px;
    background-repeat: no-repeat;
}

.button_request2 {
    display: inline-block;
    width: 100%;
    font-family: "RobotoRegular";
    font-size: 17px;
    color: #305A77;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    padding: 12px 50px 15px 22px;
    margin-top: 14px;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #305A77;
    background: transparent url('../images/icon_request2.png') top 21px right 22px no-repeat;
}

.button_request2:link, .button_request2:hover, .button_request2:visited {
    color: #305A77;
}

.content TABLE {
    width: 100%;
    font-size: 15px;
    margin: 23px 0 0 0;
    border: 0;
    border-collapse: collapse;
}

.content TABLE TH {
    font-family: "RobotoMedium";
    font-weight: normal;
    text-align: left;
    padding: 10px 20px 14px 20px;
}

.content TABLE .nowrap {
    white-space: nowrap;
}

.content TABLE TD {
    vertical-align: top;
    padding: 14px 20px;
}

.content TABLE TH:first-child, .content TABLE TD:first-child {
    padding-left: 0;
}

.content .tbl-decor {
    border-bottom: 1px solid #305A77;
}

.content .tbl-decor TH {
    color: #FFFFFF;
    background: #305A77;
}

.content .tbl-decor TD {
    border-top: 1px solid #305A77;
    background: #FFFFFF;
}

.content .tbl-decor TH:first-child, .content .tbl-decor TD:first-child {
    padding-left: 20px;
}

.quote {
    font-size: 18px;
    font-style: italic;
    padding-left: 40px;
    margin-top: 50px;
    margin-left: 40px;
    border-left: 2px solid #32C0EE;
}

.quote .author {
    display: table;
    font-size: 15px;
    margin-top: 22px;
}

.quote .author .img {
    display: table-cell;
    padding-right: 20px;
}

.quote .author .img IMG {
    width: 50px;
    height: 50px;
}

.quote .name-block {
    display: table-cell;
    font-style: italic;
    vertical-align: top;
    padding-top: 3px;
}

.quote .name-block .name {
    font-family: "RobotoMedium";
}

.quote .name-block .position {
    font-size: 13px;
}

.pages-nav {
    font-family: "RobotoRegular";
    font-size: 15px;
    margin-top: 90px;
}

.pages-nav .label {
    font-family: "RobotoMedium";
    padding-right: 30px;
}

.pages-nav A {
    margin: 0 3px;
}

.pages-nav .ellipsis {
    color: #305A77;
    margin: 0 4px;
}

.pages-nav .next {
    margin-left: 30px;
}

.pages-nav .next:after {
    content: "Следующая страница";
}

.pages-nav .prev {
    margin-right: 30px;
}

.pages-nav .prev:after {
    content: "Предыдущая страница";
}

.pages-nav .current {
    font-family: "RobotoMedium";
    margin: 0 3px;
}

.pages-nav A:visited {
    color: #305A77;
}

.pages-nav A:hover {
    color: #32C0EE;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}


/* header */

.header {
    position: relative;
    z-index: 2;
    min-height: 150px;
}

.header .container {
    max-width: 1440px;
}

.logo {
    float: left;
    position: relative;
    z-index: 3;
    width: 35%;
    min-height: 1px;
    margin-top: 49px;
    padding-left: 120px;
}

.logo A:link, .logo A:visited, .logo A:hover {
    color: #111111;
}

.logo IMG {
    width: 88px;
    height: 60px;
}

.logo-txt {
    display: block;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    top: 17px;
    left: 217px
}

.search-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 66px;
    padding-right: 120px;
}

.search-icon IMG {
    width: 20px;
    height: 20px;
    margin-right: -10px;
}

.search-field {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
}

.search-field-bg {
    height: 150px;
    padding: 0 120px 0 30px;
    background: #32C0EE;
}

.search-field-box {
    position: relative;
    top: 50%;
    width: 100%;
    height: 40px;
    padding-right: 50px;
    margin-top: -20px;
    background: #FFFFFF;
    border-radius: 5px;
}

.search-field FORM {
    padding: 0;
    margin: 0;
}

.search-field INPUT[type="text"] {
    width: 100%;
    font-size: 15px;
    color: #D6D6D6;
    border: 0;
    margin: 8px 0 0 10px;
    background: #FFFFFF;
}

.search-field INPUT[type="text"]:focus, .search-field INPUT[type="text"].filled {
    color: #111111;
}

.search-field INPUT[type="image"] {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 17px;
    height: 17px;
    border: 0;
}

.search-field .close-icon {
    position: absolute;
    top: 8px;
    right: -35px;
    width: 23px;
    height: 24px;
}

.small-menu-icon {
    display: none;
    position: absolute;
    z-index: 4;
    top: 27px;
    right: 20px;
}

.small-menu-icon A {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url('../images/icon_small_menu.png') 0 0 no-repeat;
}

.small-menu-icon .menu-open {
    background-position: 0 -16px;
}

.phone-print, .email-print {
    display: none;
}


/* menu */

.menu {
    float: left;
    position: relative;
    width: 65%;
    min-height: 1px;
    margin-top: 49px;
    padding-right: 120px;
}

.menu UL {
    text-transform: uppercase;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu LI {
    float: left;
    margin: 0 5px;
    padding: 0;
}

.menu LI:first-child {
    margin-left: 0;
}

.menu A {
    position: relative;
    display: block;
    margin: 0;
    padding: 17px 30px 20px 28px;
}

.menu .sub > A {
    cursor: pointer;
    margin-right: 12px;
    background: url('../images/menu_icon_sub.png') top 25px right 18px no-repeat;
}

.menu A:link, .menu A:hover, .menu A:visited {
    color: #111111;
    text-decoration: none;
}

.menu A:hover, .menu .sub:hover > A {
    color: #32C0EE;
}

.menu .sub:hover > A {
    background: url('../images/menu_icon_open.png') top 26px right 16px no-repeat;
}

.menu UL UL {
    display: none;
    position: absolute;
    top: 100%;
    font-size: 15px;
    cursor: auto;
    background: #32C0EE;
}

.menu UL UL LI {
    float: none;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.menu UL UL LI:first-child {
    border: 0;
}

.menu UL UL A:link, .menu UL UL A:hover, .menu UL UL A:visited {
    color: #FFFFFF;
}

.menu .sub:hover UL {
    display: block;
}


/* header scroll */

.header-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.header-scroll .logo-txt {
    display: none;
}

.header-scroll .logo {
    float: none;
    position: absolute;
    left: 0;
    top: 11px;
    width: auto;
    margin-top: 0;
}

.header-scroll .logo IMG {
    width: 52px;
    height: 36px;
}

.header-scroll .search-icon {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    margin-top: 17px;
}

.header-scroll .menu {
    width: 100%;
    padding-left: 194px;
    margin-top: 0;
}

.header-scroll .search-field {
    width: 100%;
}

.header-scroll .search-field-bg {
    margin-left: 194px;
    height: 60px;
}


/* main-info block */

.main-info {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    padding: 76px 120px 89px 120px;
    background: #144d6e url('../images/maininfo_bg.jpg') right 40% no-repeat;
    background-size: cover;
    box-shadow: 0 8px 10px 0 #DFDFDF;
    -webkit-box-shadow: 0 8px 10px 0 #DFDFDF;
    -moz-box-shadow: 0 8px 10px 0 #DFDFDF;
}

.main-info-box {
    width: 70%;
}

.main-info A:link, .main-info A:hover, .main-info A:visited {
    color: #FFFFFF;
}

.main-info H1 {
    font-size: 28px;
    line-height: 1.4;
    text-transform: none;
    margin: 0;
}

.main-info UL {
    list-style-type: none;
    margin: 45px 0 0 0;
    padding: 0;
}

.main-info LI {
    background: url('../images/bullet_ul_white.png') 0 5px no-repeat;
    margin: 20px 0;
    padding: 0 0 0 30px;
}

.main-content {
    font-family: "RobotoLight";
    text-align: center;
    padding: 52px 120px 90px 120px;
    background: url('../images/content_bg1.png') top left no-repeat, #F6F6F6 url('../images/content_bg2.png') bottom -60px right no-repeat;
}

.main-content .title {
    font-size: 15px;
    color: #868686;
    line-height: 1.2;
    margin-right: 28%;
    margin-left: 28%;
    padding-bottom: 22px;
    background: url('../images/main_title_line.png') bottom center no-repeat;
}

.main-content H1 {
    margin-top: 46px;
    margin-right: 8%;
    margin-left: 8%;
}

.main-content H5 {
    margin-top: 32px;
    margin-right: 8%;
    margin-left: 8%;
    margin-bottom: 20px;
}

.solutions {
    margin-left: -10px;
    margin-right: -10px;
}

.solutions .col {
    float: left;
    position: relative;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;

}

.solutions .item {
    margin-top: 22px;
    padding: 28px 30px 32px 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #FFFFFF;
}

.solutions STRONG {
    font-family: "RobotoBold";
    font-weight: normal;
}

.main-content .txt {
    margin-top: 55px;
    margin-bottom: 35px;
    margin-right: 3%;
    margin-left: 3%;
}


/* opportunities */

.opportunities {
    min-height: 775px;
    color: #FFFFFF;
    padding-top: 86px;
    background: #2f5971 url('../images/opportunities_bg.jpg') top center no-repeat;
    background-size: cover;
}

.opportunities H1 {
    text-align: center;
    margin: 0 25%;
}

.opportunities H2 {
    font-family: "RobotoBold";
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 0;
}

.opportunities P {
    margin: 12px 0 0 0;
}

.opportunities-container {
    font-size: 15px;
    width: 1126px;
    margin: 46px auto 0 auto;
    background: url('../images/opportunities_bg_lines_1440.png') 25px 23px no-repeat;
}

.opportunities .row2 {
    padding-left: 145px;
}

.opportunities .col {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 49px;
    background-position: top left;
    background-repeat: no-repeat;
}

.opportunities .col_1_1 {
    min-height: 195px;
    margin-top: 87px;
    padding-right: 120px;
    background-image: url('../images/icon_opportunities_1.png');
}

.opportunities .col_1_2 {
    padding-right: 100px;
    background-image: url('../images/icon_opportunities_2.png');
}

.opportunities .col_2_1 {
    width: 58%;
    margin-top: 28px;
    padding-right: 60px;
    background-image: url('../images/icon_opportunities_3.png');
}

.opportunities .col_2_2 {
    width: 42%;
    background-image: url('../images/icon_opportunities_4.png');
}


/* news + partners */

.add-info {
    padding: 0 120px;
}

.add-info H3 {
    font-family: "RobotoBold";
    font-size: 24px;
    font-weight: normal;
}

.news-block .all:visited, .news-block .all A:visited  {
    color: #305A77;
}

.news-block .all:hover, .news-block .all A:hover  {
    color: #32C0EE;
}

.news-block .date {
    color: #292929;
}

.news-block IMG {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 23px;
}

.news-block .txt P:first-child {
    margin-top: 0;
}

.news-block .txt P:last-child {
    margin-bottom: 0;
}

.news-block-main {
    width: 100%;
    padding-top: 67px;
}

.news-block-main .title H3 {
    display: inline;
    margin: 0 30px 0 0;
}

.news-block-main .title .all {
    font-family: "RobotoLight";
}

.news-container {
    padding-top: 23px;
    padding-bottom: 55px;
    margin-left: -60px;
    margin-right: -60px;
}

.news-block-main .col {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    font-family: "RobotoLight";
    padding-left: 60px;
    padding-right: 60px;
    border-left: 1px solid #EDEDED;
}

.news-block-main .col:first-child {
    border: 0;
}

.news-block-main .date {
    font-size: 14px;
}

.partners-main {
    padding-top: 9px;
    padding-bottom: 65px;
    border-top: 1px solid #EDEDED;
}

.partners-main H3 {
    margin-top: 35px;
}

.partners-container {
    margin-left: -15px;
    margin-right: -15px;
}

.partners-main .col {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.partners-main .col1 {
    width: 25%;
}

.partners-main .col2 {
    width: 25%;
    text-align: center;
}

.partners-main .col3 {
    width: 33.33333333%;
    text-align: center;
}

.partners-main .col4 {
    width: 16.66666667%;
    text-align: center;
}

.partners-main IMG {
    max-width: 100%;
    height: auto;
}


/* footer */

.footer {
    font-family: "RobotoLight";
    font-size: 15px;
    color: #FFFFFF;
    padding: 36px 120px 50px 120px;
    background: #595959;
}

.footer A:link, .footer A:hover, .footer A:visited {
    color: #FFFFFF;
}

.bottom-menu {
    float: left;
    position: relative;
    width: 40%;
    min-height: 1px;
}

.bottom-menu UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.bottom-menu LI {
    display: inline;
    margin: 0 12px;
    padding: 0;
}

.bottom-menu LI:first-child {
    margin-left: 0;
}

.contacts {
    float: left;
    position: relative;
    width: 60%;
    min-height: 1px;
}

.contacts-container {
    width: 100%;
}

.contacts .address, .contacts .phone, .contacts .email {
    float: left;
    position: relative;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.contacts .address .icon {
    padding-left: 17px;
    background: url('../images/icon_address.png') 0 4px no-repeat;
}

.contacts .phone {
    text-align: center;
}

.contacts .phone .icon {
    display: inline-block;
    padding-left: 22px;
    background: url('../images/icon_phone.png') 0 2px no-repeat;
}

.contacts .email {
    text-align: right;
}

.contacts .email .icon {
    display: inline-block;
    padding-left: 25px;
    background: url('../images/icon_email.png') 0 7px no-repeat;
}

.contacts .nowrap {
    white-space: nowrap;
}

.copy {
    padding-top: 48px;
}

.footer .link {
    display: none;
}


/* owl nav */

.owl-nav DIV {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 12px;
    margin-top: -6px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.owl-nav DIV.disabled {
    background: none;
    cursor: default !important;
}

.owl-prev {
    left: 8px;
    background-image: url('../images/icon_prev.png');
}

.owl-next {
    right: 8px;
    background-image: url('../images/icon_next.png');
}

.opportunities .owl-nav DIV {
    top: 31px;
    margin-top: 0;
}

.opportunities .owl-prev {
    left: 13px;
    background-image: url('../images/icon_prev_white.png');
}

.opportunities .owl-next {
    right: 13px;
    background-image: url('../images/icon_next_white.png');
}


/* inner page */

.header-in {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.in-page {
    width: 100%;
    font-family: "RobotoLight";
    padding: 0 120px;
    background: #F6F6F6 url('../images/content_bg2.png') center right no-repeat;
}

.wrapper {
    width: 100%;
    padding-top: 14px;
}

.path-block {
    float: left;
    position: relative;
    width: 70%;
    min-height: 1px;
    padding-right: 50px;
}

.button-block {
    float: left;
    position: relative;
    width: 30%;
    min-height: 1px;
    padding-left: 50px;
}

.center-col {
    float: left;
    position: relative;
    width: 70%;
    min-height: 1px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.right-col {
    float: left;
    position: relative;
    width: 30%;
    min-height: 1px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.right-col H3 {
    margin-top: 47px;
}

.news-block-in .item {
    padding-top: 22px;
    margin-top: 40px;
    background: url('../images/news_sep.png') 0 0 no-repeat;
}

.news-block-in .item:first-child {
    padding-top: 0;
    margin-top: 30px;
    background: none;
}

.news-block-in .all {
    margin-top: 40px;
}

.news-block-in .date {
    font-size: 13px;
}

.partners-in DIV {
    margin-top: 50px;
}

.partners-in .item-0 {
    margin-top: 37px;
}

.in-page .partners-main {
    margin-top: 55px;
    border-color: #e4e4e4;
    padding-bottom: 15px;
}



.header:after, .logo:after, .solutions:after, .opportunities:before, .news-container:after, .partners-container:after, .clear:before, .clear:after, .contacts-container:after, .opportunities-container .row:before, .opportunities-container .row:after, .in-page:before, .in-page:after, .pic-txt-right:after, .center-col UL LI:after, .center-col OL LI:after, .search-field-bg:before, .content-header:after {
    content: "";
    display: table;
    clear: both;
}





