/*@font-face {*/
/*    font-family: "myriadpro";*/
/*    src: url("../fonts/myriadpro/normal/regular.eot");*/
/*    src: url("../fonts/myriadpro/normal/regular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro/normal/regular.woff2") format("woff2"), url("../fonts/myriadpro/normal/regular.woff") format("woff"), url("../fonts/myriadpro/normal/regular.ttf") format("truetype"), url("../fonts/myriadpro/normal/regular.svg#myriadpro") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 400*/
/*}*/
/*@font-face {*/
/*    font-family: "myriadpro";*/
/*    src: url("../fonts/myriadpro/normal/semibold.eot");*/
/*    src: url("../fonts/myriadpro/normal/semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro/normal/semibold.woff2") format("woff2"), url("../fonts/myriadpro/normal/semibold.woff") format("woff"), url("../fonts/myriadpro/normal/semibold.ttf") format("truetype"), url("../fonts/myriadpro/normal/semibold.svg#myriadpro") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 500*/
/*}*/
/*@font-face {*/
/*    font-family: "myriadpro";*/
/*    src: url("../fonts/myriadpro/normal/bold.eot");*/
/*    src: url("../fonts/myriadpro/normal/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadpro/normal/bold.woff2") format("woff2"), url("../fonts/myriadpro/normal/bold.woff") format("woff"), url("../fonts/myriadpro/normal/bold.ttf") format("truetype"), url("../fonts/myriadpro/normal/bold.svg#myriadpro") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 700*/
/*}*/
/*@font-face {*/
/*    font-family: "neris";*/
/*    src: url("../fonts/neris/normal/thin.eot");*/
/*    src: url("../fonts/neris/normal/thin.eot?#iefix") format("embedded-opentype"), url("../fonts/neris/normal/thin.woff2") format("woff2"), url("../fonts/neris/normal/thin.woff") format("woff"), url("../fonts/neris/normal/thin.ttf") format("truetype"), url("../fonts/neris/normal/thin.svg#neris") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 100*/
/*}*/
/*@font-face {*/
/*    font-family: "neris";*/
/*    src: url("../fonts/neris/normal/light.eot");*/
/*    src: url("../fonts/neris/normal/light.eot?#iefix") format("embedded-opentype"), url("../fonts/neris/normal/light.woff2") format("woff2"), url("../fonts/neris/normal/light.woff") format("woff"), url("../fonts/neris/normal/light.ttf") format("truetype"), url("../fonts/neris/normal/light.svg#neris") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 300*/
/*}*/
/*@font-face {*/
/*    font-family: "neris";*/
/*    src: url("../fonts/neris/normal/semibold.eot");*/
/*    src: url("../fonts/neris/normal/semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/neris/normal/semibold.woff2") format("woff2"), url("../fonts/neris/normal/semibold.woff") format("woff"), url("../fonts/neris/normal/semibold.ttf") format("truetype"), url("../fonts/neris/normal/semibold.svg#neris") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 600*/
/*}*/
/*@font-face {*/
/*    font-family: "neris";*/
/*    src: url("../fonts/neris/normal/bold.eot");*/
/*    src: url("../fonts/neris/normal/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/neris/normal/bold.woff2") format("woff2"), url("../fonts/neris/normal/bold.woff") format("woff"), url("../fonts/neris/normal/bold.ttf") format("truetype"), url("../fonts/neris/normal/bold.svg#neris") format("svg");*/
/*    font-style: normal;*/
/*    font-weight: 700*/
/*}*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}
body, div, table, tr, td, h1, h2, h3, li {
    position: relative
}
body {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    color: #202022;
    line-height: 32px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.clear {
    clear: both
}
hr {
    height: 1px;
    background-color: #ededee;
    border: none;
    width: 100%;
    margin: 46px 0
}
a {
    color: #008dd1;
    text-decoration: underline;
    outline: none
}
a:hover {
    color: #008dd1;
    text-decoration: none
}
a:focus {
    text-decoration: underline;
    outline: none
}
h1, h2, h3, h4, h5, h6 {
    font-family: arial;
    font-weight: 400;
    color: #202022
}
h1 {
    font-size: 33px;
    line-height: normal;
    margin: 35px 0 30px
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 30px
    }
}
.page-title__container h1 {
    max-width: 930px
}
@media only screen and (max-width: 991px) {
    .page-title__container h1 {
        max-width: none
    }
}
h2 {
    font-size: 28px;
    margin: 43px 0 19px
}
@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 30px
    }
}
h3 {
    font-size: 22px;
    margin: 25px 0 11px
}
@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 20px
    }
}
p {
    margin: 0 0 15px
}
ul, ol {
    margin: 0 0 15px;
    padding: 0 0 0 10px
}
ul li, ol li {
    list-style: none
}
ul li:before, ol li:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: -10px
}
img {
    max-width: 100%;
    height: auto
}
table {
    width: 100%;
    border: none;
    margin: 0 0 25px;
    border-collapse: collapse
}
table thead {
    background-color: rgba(0, 141, 209, 0.1);
    font-weight: bold
}
table thead th, table thead td {
    font-weight: 700
}
table tbody {
    border: none
}
table tbody tr:nth-child(even) td {
    background-color: #cee8f6
}
table td, table th {
    border: 1px solid #fff;
    padding: 0 14px 0;
    line-height: 36px;
    background-color: rgba(0, 141, 209, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box
}
table.nostyle {
    border: none
}
table.nostyle thead {
    background-color: transparent
}
table.nostyle tr {
    background-color: transparent
}
table.nostyle tr th, table.nostyle tr td {
    border: none;
    padding: 0;
    line-height: inherit !important
}
.container {
    margin: 0 auto;
    width: 1170px
}
@media only screen and (max-width: 1199px) {
    .container {
        width: 970px
    }
}
@media only screen and (max-width: 991px) {
    .container {
        width: 750px
    }
}
@media only screen and (max-width: 767px) {
    .container {
        width: 610px
    }
}
@media only screen and (max-width: 639px) {
    .container {
        width: 450px
    }
}
@media only screen and (max-width: 479px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}
.wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.margin {
    margin: 60px 0
}
@media only screen and (max-width: 767px) {
    .margin {
        margin: 40px 0
    }
}
.padding {
    padding: 60px 0
}
@media only screen and (max-width: 767px) {
    .padding {
        padding: 40px 0
    }
}
.cn {
    margin: 0 0 60px
}
.table-wrapper {
    overflow: auto
}
a.lightgallery {
    border-bottom: none
}
ul.slick-dots li button, .slick-slide, .slick-arrow {
    outline: none
}
.page-contacts .ft {
    margin-top: 0
}
.search-form {
    width: 400px
}
@media only screen and (max-width: 479px) {
    .search-form {
        width: 100%
    }
}
.search-form .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.search-form .form-item {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}
.search-form label, .search-form .search-help-link, .search-form .search-advanced {
    display: none
}
.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/icons/seachbut2.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    border: none;
    background-color: transparent;
    text-indent: -999999px;
    display: block;
    padding: 0;
    margin: 0
}
.search-results {
    padding: 0;
    margin: 0
}
.search-results li {
    margin: 0 !important;
    padding: 0 !important
}
.search-results li:before {
    display: none
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], textarea {
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    color: #424242;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fafafa));
    background: -webkit-linear-gradient(bottom, #fff, #fafafa);
    background: -moz- oldlinear-gradient(bottom, #fff, #fafafa);
    background: -o-linear-gradient(bottom, #fff, #fafafa);
    background: linear-gradient(to top, #fff, #fafafa);
    padding: 18px 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
/*# sourceMappingURL=common.css.map */
