:root {
    --secondary-color: #75c37a;
    --primary-color: #2b4d8a;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    text-align: left;
    font-family: 'Open Sans', Arial, Trebuchet MS, sans-serif;
    font-size: 11pt;
    color: black;
    background: white
}

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

.header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    width: 1120px;
    padding: 18px 0 20px 0;
    font-size: 9pt;
}

.header__logo {
    flex: 0 0 auto;
}

.header__nav {
    flex: 1 1 0;
}

/*#header .logo {*/
/*    float: left;*/
/*    padding: 5px 0 0;*/
/*}*/

/*#header .right_block {*/
/*    float: right;*/
/*    padding: 25px 0 0 0;*/
/*    min-height: 100px;*/
/*}*/

/*#header .right_block .line1 {*/
/*    float: right;*/
/*    height: 38px;*/
/*}*/

/*#header .right_block .line1 div {*/
/*    float: left*/
/*}*/

/*#header .right_block .line1 .phone {*/
/*    float: right;*/
/*    color: #087b36*/
/*}*/

/*#header .right_block .line1 .phone span {*/
/*    color: black;*/
/*    font-size: 16pt;*/
/*    padding-left: 40px;*/
/*}*/

/*#header .right_block .line1 .lang {*/
/*    list-style: none;*/
/*    padding: 10px 0 0 60px;*/
/*}*/

/*#header .right_block .line1 .lang li {*/
/*    float: left;*/
/*    background: url('../images/marker.png') top left no-repeat;*/
/*    padding: 0 50px 0 17px;*/
/*    background-position: 0 5px;*/
/*}*/

/*#header .right_block .line1 .lang li a {*/
/*    color: #087b36*/
/*}*/

.h-menu {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    list-style: none;
    /*height: 27px;*/
    /*line-height: 27px;*/
}

.h-menu>li {
    position: relative;
    border-left: 1px var(--secondary-color) solid;
}

/*.h-menu>li:last-child {*/
/*    border-right: 0;*/
/*}*/

.h-menu>li>a {
    display: block;
    padding: 5px 14px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.h-menu>li>a:hover {
    text-decoration: none;
}

.h-menu>li:hover .dropdown-menu {
    display: block;
}


/*#header .right_block #top_menu {*/
/*    !*padding: 10px 0 0;*!*/
/*    !*float: right;*!*/
/*}*/

/*#header .right_block #top_menu>li {*/
/*    position: relative;*/
/*    background: url('../images/spacer.png') top left no-repeat;*/
/*    padding: 0 13px;*/
/*}*/

/*#header .right_block #top_menu>li>a {*/
/*    color: black;*/
/*    text-decoration: none;*/
/*    display: block;*/
/*}*/

/*#header .right_block #top_menu li a:hover {*/
/*    text-decoration: underline*/
/*}*/

/*#top_menu>li:hover .dropdown-menu {*/
/*    display: block;*/
/*}*/

#header .right_block #top_menu .no_border {
    background: none
}

#header .right_block #top_menu .active {
    background: var(--secondary-color);
}

#header .right_block #top_menu .active>a {
    color: white
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    display: none;
    width: 150px;
    list-style: none;
    background: white;
    -webkit-box-shadow: 0 0 3px black;
    -moz-box-shadow: 0 0 3px black;
    box-shadow: 0 0 3px black;
}

.dropdown-menu>li {
    display: block;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:visited {
    color: black;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.dropdown-menu>li>a:hover {
    color: white;
    text-decoration: none !important;
    background: #5bb443;
}

/* Main slider */

.h-slider {
    position: relative;
    padding-bottom: 50px;
}

.h-slider::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 24px;
    left: 0;
    width: 100%;
    height: 73px;
    background-image: url("../images/banner_shadow.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.h-slider__body {
    border: 1px var(--primary-color) solid;
}

.h-slider__body .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 12px;
    left: 0;
}

.h-slider__body .bx-wrapper {
    position: static !important;
}

.h-slider__body .bx-viewport {
    position: static !important;
}

.h-slider__body .bx-wrapper {
    margin-bottom: 0;
}

.h-slider__slide img {
    width: 100%;
}

.h-slider__headline {
    padding: 22px 10px;
    background: var(--primary-color);
    color: white;
    text-align: center;
}

.h-slider__main-title {
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.h-slider__sub-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

/* Main slider */

/* Banner */

.banner {
    position: relative;
    margin-bottom: 10px;
}

.banner__image {
    line-height: 0;
    border: 1px var(--primary-color) solid;
}

.banner__image img {
    width: 100%;
}

.banner__headline {
    padding: 22px 10px;
    background: linear-gradient(to bottom, var(--primary-color) 90%, #50809f);
    color: white;
    text-align: center;
}

.banner__main-title {
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.banner__secondary-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}

/* Banner */

/* Facts */

.facts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
}

.facts__item {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 30px;
}

.facts__img {
    flex: 0 0 auto;
    width: auto;
    margin-right: 18px;
}

.facts__text {
    flex: 1 1 0;
    width: 100%;
    max-width: 210px;
}

/* Facts */

/* Members */

.members.i_block5 {
    padding-bottom: 32px;
}

/* Members */

/* Logos */

.logos {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.logos__item {
    margin: 20px 40px;
}

.logos__item svg {
    display: inline-block;
    width: 140px;
    fill: var(--primary-color)
}

/* Logos */

.site-title {
    margin-bottom: 20px;
    font-size: 20pt;
    font-weight: 300;
    color: #0d4b94;
    text-transform: uppercase;
}

.site-title._more-indent {
    margin-bottom: 60px;
}

.site-title._centered {
    text-align: center;
}

.site-title span {
    border-bottom: 1px solid var(--primary-color);
    line-height: 82px;
    min-width: 270px;
}

.site-title._left span {
    display: inline-block;
    border-bottom: 1px solid var(--primary-color);
    padding: 0 40px 0 50px;
    line-height: 82px;
    min-width: 120px;
}

.primary-block {
    padding: 48px 20px 32px 20px;
    background: var(--primary-color);
    color: white;
    text-align: center;
}

.primary-block__main-title {
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

.primary-block__text {
    max-width: 540px;
    margin: 0 auto 16px auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.row {
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    box-sizing: border-box;
}

.row._align-justify {
    justify-content: space-between;
}

.row._negative {
    margin-right: -17px;
    margin-left: -17px;
}

.row__col {
    flex: 0 0 auto;
    width: auto;
    border: 1px var(--primary-color) solid;
    box-sizing: inherit;
}

.row__col._xy-gutter {
    padding: 40px 20px 20px 20px;
}

.row__col._certificates {
    width: calc(65% - 10px);
}

.row__col._member {
    width: 35%;
    box-sizing: border-box;
}

.column {
    flex: 0 0 auto;
    width: auto;
    margin-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
    box-sizing: inherit;
}

.column._w-1 {
    width: 10%;
}

.column._w-2 {
    width: 20%;
}

.column._w-3 {
    width: 30%;
}

.column._w-35 {
    width: 35%;
}

.column._w-4 {
    width: 40%;
}

.column._w-5 {
    width: 50%;
}

.column._w-6 {
    width: 60%;
}

.column._w-65 {
    width: 65%;
}

.column._w-7 {
    width: 70%;
}

.column._w-8 {
    width: 80%;
}

.column._w-9 {
    width: 90%;
}

.column._w-10 {
    width: 100%;
}

#banner_block {
    width: 1120px;
    /*float: left;*/
    /*height: 378px;*/
    position: relative;
    background: url('../images/banner_shadow.png') bottom left no-repeat;
    /*margin-top: 10px;*/
}

#banner_block img {
    max-width: 100%;
    display: inline-block;
}

#banner_block2 {
    width: 1120px;
    /*float: left;*/
    /*height: 388px;*/
    position: relative;
    /*background: url('../images/banner_shadow.png') bottom left no-repeat;*/
    margin-top: 10px;
    z-index: 1;
}

#banner_block .image_container {
    width: 851px;
    float: left;
    height: 289px;
    position: relative;
}

#banner_block .image_container img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-block #left {
    width: 100% !important;
}

.banner-block .image_container {
    width: 100% !important;
    overflow: hidden;
}

.banner-block .image_container img {
    width: 100%;
    position: relative !important;
}

.content-img img {
    max-width: 100%;
    display: inline-block;
}

.home-description {
    width: 1120px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-align: center;
    clear: both;
    float: none;
    box-sizing: border-box;
    border: 1px solid var(--primary-color);
}

.home-description p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
    color: #0d4b94;
    max-width: 820px;
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 32px;
    display: block;
    text-align: center;
    clear: both;
    float: none;
}

.wide_block-img img {
    max-width: 100%;
    margin-bottom: 16px;
    display: inline-block;
}

#banner_block .slogan_block {
    width: 1120px;
    float: left;
    height: 66px;
    background: url('../images/blue_subheader.png') top left no-repeat;
    font-size: 24pt;
    text-align: center;
    color: white;
    text-shadow: black 1px 1px 1px;
    line-height: 66px;
}

#banner_block #left {
    width: 851px;
    float: left
}

#banner_block #left .slogan_block {
    width: 807px;
    float: left;
    height: 66px;
    background: url('../images/blue_subheader.png') top left no-repeat;
    font-size: 24pt;
    color: white;
    text-shadow: black 1px 1px 1px;
    line-height: 66px;
    padding-left: 44px;
    text-align: left
}

#banner_block #right {
    width: 269px;
    float: left
}

#banner_block #right .form {
    width: 267px;
    border: 1px solid #9bb5d3;
    border-bottom: 0;
    margin-top: 18px;
    background: url('../images/fbg.png') bottom left repeat-x;
    height: 336px;
}

#banner_block #right .form .fheader {
    text-transform: uppercase;
    padding: 16px 0 16px 0;
    text-align: center;
    float: left;
    width: 267px;
    font-size: 13pt;
    line-height: 20px;
    color: #3d6fa9
}

#banner_block #right .form .fcontent {
    padding: 0 0 0 20px;
}

#banner_block #right .form .fcontent .item {
    overflow: hidden;
    display: table;
    background: url('../images/itembg.png') top left no-repeat;
    height: 26px;
    width: 224px;
    margin-bottom: 4px;
    color: black;
    float: left
}

#banner_block #right .form .fcontent .item label {
    padding-left: 10px;
    line-height: 26px;
    display: table-cell;
    white-space: nowrap;
    *float: left;
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 9pt;
}

#banner_block #right .form .fcontent .item div {
    display: table-cell;
    width: 98%;
    *display: inline;
    *width: auto;
    zoom: 1;
}

#banner_block #right .form .fcontent .item input {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 11pt;
}

#banner_block #right .form .fcontent .item2 {
    background: url('../images/itembg2.png') top left no-repeat;
    height: 56px;
    width: 224px;
    color: black;
    float: left
}

#banner_block #right .form .fcontent .item2 label {
    padding: 5px 0 0 10px;
    float: left;
    text-transform: uppercase;
    font-size: 9pt;
}

#banner_block #right .form .fcontent .item2 div {
    padding-left: 10px;
}

#banner_block #right .form .fcontent .item2 textarea {
    width: 210px;
    height: 30px;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

#banner_block #right .form .fcontent input[type="submit"] {
    border: 0;
    cursor: pointer;
    width: 134px;
    height: 40px;
    float: left;
    background: url('../images/submit.png') top left no-repeat;
    margin: 32px 0 0 50px;
}

.clear {
    float: none;
    clear: both;
    display: table;
}

.products_block {
    width: 1120px;
    /*float: left;*/
    padding-bottom: 10px;
}

.pages-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-content: space-between;
}

.products_block .item1 {
    float: left;
    padding-right: 13px;;
    height: 151px;
}

.products_block .item1 a {
    display: block;
    text-align: center;
    color: white;
    padding-top: 120px;
    font-size: 12pt;
    font-weight: 300;
    text-decoration: none
}

.products_block .item1 a:hover {
    text-decoration: underline
}

.products_block .item {
    /*float: left;*/
    padding-right: 13px;
}

.products_block .item .linked_part {
    /*float: left;*/
    height: 151px;
}

.products_block .item .linked_part a {
    display: block;
    text-align: center;
    color: white;
    padding-top: 121px;
    font-size: 12pt;
    font-weight: 300;
    text-decoration: none
}

.item_other {
    width: 213px !important;
}

.item_other:last-child {
    padding-right: 0;
}

.linked_part_other {
    height: auto !important;
    min-height: 40px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2482a5+0,0d4b94+18,0d4b94+77,2482a5+94,0d4b94+95 */
    background: rgb(36,130,165); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(36,130,165,1) 0%, rgba(13,75,148,1) 18%, rgba(13,75,148,1) 77%, rgba(36,130,165,1) 94%, rgba(13,75,148,1) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(36,130,165,1) 0%,rgba(13,75,148,1) 18%,rgba(13,75,148,1) 77%,rgba(36,130,165,1) 94%,rgba(13,75,148,1) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(36,130,165,1) 0%,rgba(13,75,148,1) 18%,rgba(13,75,148,1) 77%,rgba(36,130,165,1) 94%,rgba(13,75,148,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2482a5', endColorstr='#0d4b94',GradientType=0 ); /* IE6-9 */
}

.linked_part_other a {
    line-height: 30px;
    display: block;
    padding: 3px 8px !important;
}

.linked_part_other a span {
    display: inline-block;
    vertical-align: middle;
}

.products_block .item .text_part {
    border: 1px solid #9bb5d3;
    font-size: 11pt;
    padding: 25px 40px 15px 40px;
    float: left;
}

.products_block .item .text_part .more {
    text-align: center;
    padding-top: 15px;
}

.i_block1 {
    /*float: left;*/
    width: 1073px;
    /*width: 508px;*/
    padding: 30px 20px 24px 25px;
    font-size: 11pt;
    min-height: 235px;
    /*min-height: 315px;*/
    margin-right: 9px;
    border: 1px solid var(--primary-color);
}

.i_block1 h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20pt;
    color: #0d4b94;
    padding-bottom: 16px;
    font-weight: 300;
    text-align: center;
}

.i_block1 .itm {
    width: 32%;
    float: left;
    box-sizing: border-box;
}

.i_block1 .itm div {
    float: left;
}

.i_block1 .itm image {
    width: 66px;
    float: left;
}

.i_block1 .itm .text {
    width: 250px;
    /*width: 417px;*/
    float: left;
    padding: 6px 0 10px 20px;
    line-height: 16px;
    min-height: 70px;
}

.i_block2 {
    border: 1px solid #9bb5d3;
    float: left;
    width: 180px;
    padding: 30px 0 0 0;
    min-height: 317px;
    margin-right: 8px;
}

.i_block2 div {
    text-align: center;
    padding-bottom: 12px;
}

.i_block2 .ibg {
    width: 130px;
    height: 178px;
    float: left;
    background: url('../images/ibg.png') top left no-repeat;
    margin-left: 25px;
    padding: 6px 0 0 6px;
    text-align: left
}

.i_block2 div a {
    color: #0d4b94;
    font-size: 10pt;
}

.i_block3 {
    border: 1px solid #9bb5d3;
    width: 304px;
    /*float: left;*/
    padding: 18px 30px 0 30px;
    min-height: 315px
}

.i_block3-about {
    width: 1058px;
    min-height: 95px;
    text-align: center;
}

.i_block3 .logos {
    padding: 5px 0;
}

.i_block3 h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20pt;
    color: #0d4b94;
    padding-bottom: 12px;
    font-weight: 300;
}

.i_block3 h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16pt;
    color: #0d4b94;
    padding-bottom: 12px;
    font-weight: 300;
}

.i_block3 ul {
    list-style: none;
    margin-left: -15px;
    font-size: 10pt;
}

.i_block3 ul li {
    background: url('../images/marker2.png') top left no-repeat;
    padding: 0 0 0 15px;
    background-position: 0 3px;
}

.i_block3 ul li a {
    color: #0d4b94
}

.i_block3 .link {
    padding: 10px 0 15px 0;
    font-size: 10pt;
}

.i_block3 .link a {
    color: #0d4b94
}

.spacer {
    width: 1120px;
    /*float: left;*/
    height: 10px
}

.i_block4 {
    width: 293px;
    border: 1px solid #9bb5d3;
    margin-right: 9px;
    float: left;
    padding: 30px;
    min-height: 238px;
    font-size: 11pt;
    text-align: center;
}

.i_block4-quality {
    width: 729px;
    min-height: 258px;
    box-sizing: border-box;
}

.i_block4-quality img {
    margin: 7px;
    width: 80px !important;
}

.i_block4 h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20pt;
    color: #0d4b94;
    padding-bottom: 10px;
    font-weight: 300;
}

.i_block4_inner {
    margin-right: 0;
    width: 1058px;
    min-height: 170px;
    float: none;
    clear: both;
}

.i_block4_inner a {
    display: inline-block;
}

/*.i_block4_inner img {*/
/*    display: inline-block;*/
/*    margin: 7px;*/
/*    width: 80px !important;*/
/*}*/

.i_block5 {
    width: 350px;
    border: 1px solid var(--primary-color);
    /*float: left;*/
    padding: 30px 0 0 30px;
    min-height: 165px;
    margin-right: 9px;
    text-align: center;
}

.i_block5-quality {
    margin-right: 0;
}

.i_block5-home {
    width: 1089px;
}

.i_block5 h1 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20pt;
    padding-bottom: 10px;
    color: #0d4b94;
    font-weight: 300;
}

.i_block6 {
    width: 896px;
    /*width: 333px;*/
    border: 1px solid #9bb5d3;
    float: left;
    padding: 18px 0 0 30px;
    min-height: 165px;
    margin-right: 12px;
}

.i_block5 #twitter-widget-0 {
    width: 1040px !important;
}

#twitter-widget-0 {
    border: none !important;
    max-width: 100% !important;
    min-width: 180px !important;
    width: 1040px !important;
    height: 600px !important;
    /*height: 234px !important;*/
}

.wide_block {
    border: 1px solid var(--primary-color);
    width: 1118px;
    float: none;
    clear: both;
    /*float: left;*/
}

.wide_block h1 {
    text-transform: uppercase;
    font-size: 20pt;
    font-weight: 300;
    line-height: 82px;
    color: #0d4b94
}

.wide_block h1 span {
    border-bottom: 1px solid var(--primary-color);
    padding: 0 0 0 50px;
    line-height: 82px;
    height: 82px;
    display: inline-block;
    min-width: 270px;
    zoom: 1;
    *display: inline;
}

.wide_block h1 a,
.wide_block h1 a:visited {
    color: #0d4b94;
    border-bottom: 1px solid #9bb5d3;
    padding: 0 0 0 50px;
    line-height: 82px;
    height: 82px;
    display: inline-block;
    min-width: 270px;
    zoom: 1;
    *display: inline;
    text-decoration: none;
}

.text_block h2 {
    font-size: 18pt;
    color: #0d4b94;
    padding: 5px 0 10px;
}

.wide_block .text_block {
    padding: 30px;
    max-width: 680px;
    margin: 0 auto;
    /*float: left*/
}

.wide_block .downloads {
    border-bottom: 1px solid #9bb5d3;
    padding: 20px 30px 20px 30px;
    vertical-align: middle;
    width: 1058px;
}

.wide_block .downloads .brochure {
    text-align: center;
    /*float: left;*/
    padding-right: 50px;
    min-height: 110px;
}

.wide_block .downloads .brochure h4 {
    font-weight: normal;
    color: #0D4B94;
}

.wide_block .downloads .hyg_header {
    width: 194px;
    height: 37px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: url(../images/hygiene.png) 0 0 no-repeat;
    line-height: 37px;
    margin: 15px 0 55px 0;
}

.wide_block .text_block p {
    padding-bottom: 20px;
    font-size: 14px;
}

.wide_block .under_border {
    border-top: 1px solid #9bb5d3;
    width: 1058px;
    /*float: left;*/
    padding: 50px 0 20px 60px;
}

.wide_block .under_border div {
    /*float: left;*/
    /*width: 320px;*/
    padding-right: 30px
}

.wide_block .under_border div ul {
    list-style: none;
    padding-right: 30px;
}

.wide_block .under_border div ul li {
    background: url('../images/marker3.png') top left no-repeat;
    padding: 0 0 20px 30px;
}

.wide_block .spec_header {
    padding: 20px 0 20px 60px;
    text-transform: uppercase;
    font-size: 20pt;
    font-weight: 300;
    color: #0d4b94;
    float: left
}

.wide_block .description_block {
    /*float: left;*/
    padding: 15px 0 0 40px;
}

.wide_block .description_block .image_block {
    width: 271px;
    /*float: left;*/
    /*height: 50px;*/
    /*height: 151px;*/
    /*margin-top: 40px;*/
    /*margin-right: 44px;*/
    /*padding-right: 44px;*/
    /*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2482a5+0,0d4b94+18,0d4b94+77,2482a5+94,0d4b94+95 *!*/
    /*background: rgb(36,130,165); !* Old browsers *!*/
    /*background: -moz-linear-gradient(top, rgba(36,130,165,1) 0%, rgba(13,75,148,1) 18%, rgba(13,75,148,1) 77%, rgba(36,130,165,1) 94%, rgba(13,75,148,1) 95%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(36,130,165,1) 0%,rgba(13,75,148,1) 18%,rgba(13,75,148,1) 77%,rgba(36,130,165,1) 94%,rgba(13,75,148,1) 95%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(36,130,165,1) 0%,rgba(13,75,148,1) 18%,rgba(13,75,148,1) 77%,rgba(36,130,165,1) 94%,rgba(13,75,148,1) 95%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2482a5', endColorstr='#0d4b94',GradientType=0 ); !* IE6-9 *!*/
}

.wide_block .description_block .image_block a, .wide_block .description_block .image_block div {
    display: block;
    text-align: center;
    color: white;
    padding-top: 12px;
    /*padding-top: 120px;*/
    font-size: 12pt;
    font-weight: 300;
    text-decoration: none
}

.wide_block .description_block .text_block {
    width: 450px;
    /*float: left;*/
    padding: 35px 12px 0 0
    /*padding: 35px 120px 0 0*/
}

.wide_block .description_block .text_block._w-auto {
    width: auto;
}

.wide_block .description_block .pname {
    height: 94px;
    line-height: 94px;
    width: 280px;
    /*width: 160px;*/
    margin-right: 44px;
    text-align: center;
    background: url('../images/green.png') top left repeat-x;
    /*float: left;*/
    color: white;
    font-size: 18pt;
    font-weight: bold;
    margin-top: 20px;
}

.pname span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.text_block ul {
    list-style: none;
    padding: 0 0 20px;
}

.text_block ul li {
    background: url('../images/marker3.png') top left no-repeat;
    padding: 0 0 10px 30px;
}

#blue_bottom {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 1120px;
    padding-top: 12px;
    padding-bottom: 12px;
    clear: both;
    float: none;
    background: var(--primary-color);
    /*height: 30px;*/
    line-height: 30px;
    color: white;
    font-size: 9pt;
}

#blue_bottom .copy {
    padding-left: 25px;
    font-size: 14px;
    /*float: left*/
}

#blue_bottom .menu {
    float: right
}

#blue_bottom .menu #bottom_menu {
    list-style: none
}

#blue_bottom .menu #bottom_menu li {
    float: left;
    background: url('../images/border2.png') top left no-repeat;
    padding: 0 25px 0 25px;
}

#blue_bottom .menu #bottom_menu li a {
    color: white;
    font-size: 14px;
}

#footer {
    max-width: 1100px;
    padding: 25px;
    /*float: left;*/
    font-size: 9pt;
}

/*#footer div {*/
/*    float: left*/
/*}*/

/*#footer .phones {*/
/*    float: right;*/
/*    padding-right: 20px;*/
/*}*/

#footer .phones span {
    padding-left: 40px;
}

.footer {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.footer__copy {
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
}

.footer__phones {
    flex: 0 0 auto;
    width: auto;
    font-size: 14px;
}

.footer__phones a {
    color: var(--primary-color);
}

.tooltip {
    display: none;
    background: transparent url('../images/tooltip.png') top left no-repeat;
    font-size: 8pt;
    padding: 10px 5px 10px 15px;
    height: 69px;
    width: 166px;
    color: black;
    z-index: 100
}

.tooltip.t2 {
    background: transparent url('../images/tooltip1.png') top left no-repeat;
}

.tooltip.t3 {
    background: transparent url('../images/tooltip2.png') top left no-repeat;
}

.tooltip.t4 {
    background: transparent url('../images/tooltip3.png') top left no-repeat;
}

.map {
    /*float: right;*/
    padding: 30px 30px 30px 0;
}

.langs {
    margin: -7px 0 0 0;
    padding: 0 30px 0 0;
    list-style: none;
}

.lang__block {
    display: inline-block;
    vertical-align: top;
    /*width: 48px;*/
    margin: 0 10px;
    text-align: center;
    font-size: 10px;
    color: #087b36;
}

.lang__link {
    color: #0d4b94;
}

.lang__link:hover {
    color: #087b36;
    text-decoration: none;
}

.lang__link:hover .lang__ico {
    opacity: 1;
}

.lang__ico {
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
    margin: 0 auto;
    width: 24px;
    height: 18px;
    background: url(../images/flags.png) 0 0 no-repeat;
}

.lang__ico_usa {
    background-position: 0 -18px;
}

.lang__ico_usa-active {
    opacity: 1;
    background-position: 0 -18px;
}

.lang__ico_canada {
    background-position: 0 -36px;
}

.lang__ico_canada-active {
    opacity: 1;
    background-position: 0 -36px;
}

.lang__ico_esp {
    background-position: 0 0;
}

.lang__ico_esp-active {
    opacity: 1;
    background-position: 0 0;
}

.pdf-ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.contact-map {
    height: 478px;
    width: 684px;
    clear: both;
}

.white-popup-block {
    position: relative;
    padding: 16px;
    margin: 0 auto;
    max-width: 257px;
    clear: both;
    background: white;
    box-sizing: border-box;
}

.popup-modal-dismiss,
.popup-modal-dismiss:visited {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    line-height: 1;
    color: black;
    text-decoration: none;
}

.white-popup-block .fheader {
    text-transform: uppercase;
    padding: 16px 0 16px 0;
    text-align: center;
    float: none;
    display: block;
    font-size: 13pt;
    line-height: 20px;
    color: #3d6fa9;
}

.white-popup-block .item {
    overflow: hidden;
    display: table;
    background: url(../images/itembg.png) top left no-repeat;
    height: 26px;
    width: 224px;
    margin-bottom: 4px;
    color: black;
    float: none;
}

.white-popup-block .item label {
    padding-left: 10px;
    line-height: 26px;
    display: table-cell;
    white-space: nowrap;
    padding-right: 5px;
    text-transform: uppercase;
    font-size: 9pt;
}

.white-popup-block .item>div {
    display: table-cell;
    width: 98%;
    zoom: 1;
}

.white-popup-block .item>div>input {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 11pt;
}

.white-popup-block .item2 {
    background: url(../images/itembg2.png) top left no-repeat;
    height: 56px;
    width: 224px;
    color: black;
    float: none;
}

.white-popup-block .item2>label {
    padding: 5px 0 0 10px;
    float: left;
    text-transform: uppercase;
    font-size: 9pt;
}

.white-popup-block .item2>div {
    padding-left: 10px;
}

.white-popup-block .item2>div>textarea {
    width: 210px;
    height: 30px;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none !important;
    border: none;
}

.white-popup-block input[type="submit"] {
    border: 0;
    cursor: pointer;
    width: 134px;
    height: 40px;
    background: url(../images/submit.png) top left no-repeat;
    margin: 32px 0 0 50px;
}

.content-button,
.content-button:visited {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 7px 10px;
    min-width: 100px;
    text-align: center;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px black solid;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.content-button:hover {
    color: white;
    background: #0D4B94;
    border: 1px #0D4B94 solid;
}
