@font-face {
    font-family: "MyriadPro-Cond";
    src: url(../fonts/MyriadPro-Cond_0.otf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadPro-BoldCond";
    src: url(../fonts/MyriadPro-BoldCond_0.otf) format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "MyriadPro-LightCond";
    src: url(../fonts/MyriadPro-LightCond.otf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url(../fonts/myriadpro.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background: #919191;
    margin: 0;
    padding: 0;
}

.wripper {
    width: 1550px;
    margin: 0 auto;
    background: #fff;
    box-shadow:
            0 1px 4px rgba(255, 255, 255, .3),
            -23px 0 50px -10px rgba(255, 255, 255, .8),
            23px 0 50px -10px rgba(255, 255, 255, .8),
            0 0 40px rgba(255, 255, 255, .1) inset;
}

.header {
    background: url(../img/header-bg.png) no-repeat;
    width: 1490px;
    height: 185px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
}

.logo-block {
    margin-top: 15px;
    padding: 0 30px;
}

.slogan-block {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    flex-grow: 2;
    line-height: 50px;
    color: #fff;
    font-size: 37px;
}

.small-slogan, .normal-slogan {
    font-family: MyriadPro-LightCond;
}

.big-bold-slogan, .phone-number {
    font-family: MyriadPro-Cond;
}

.contact-block {
    margin-top: 68px;
}

.phone-number {
    display: flex;
}

.phone-number a {
    text-decoration: none;
    font-size: 37px;
    color: #fff;
    margin-left: 10px;
}

.social-networks {
    text-align: right;
    margin-top: 20px;
}

.social-networks a {
    padding: 0 5px;
}

.moduletable_topMenu {
    background: url("../img/topmenu-bg.png") repeat-x;
    height: 62px;
    padding: 0 30px;
}

.moduletable_topMenu > ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.moduletable_topMenu > ul.menu > li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
ul.nav-child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -30px;
}

.moduletable_topMenu ul a {
    display: block;
    font-family: MyriadPro-BoldCond;
    font-size: 27px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 62px;
}
.moduletable_topMenu > ul > li > a:hover,
.moduletable_topMenu > ul > li.active > a {
    background: url("../img/topmenu-bg-hover.png") repeat-x;
}
.moduletable_topMenu > ul > li > a:hover:before,
.moduletable_topMenu > ul > li.active > a:before {
    content: url("../img/topmenu-bg-hover-before.png");
    margin-left: -30px;
    position: absolute;
}
.moduletable_topMenu > ul > li > a:hover:after,
.moduletable_topMenu > ul > li.active > a:after {
    content: url("../img/topmenu-bg-hover-after.png");
    margin-right: -30px;
    position: absolute;
}
.moduletable_topMenu ul.nav-child {
    display: none;
}
.moduletable_topMenu ul li:hover ul.nav-child {
    display: block;
}
ul.nav-child li a {
    background: url("../img/topmenu-sub-bg.png") repeat;
    font-size: 22px;
    color: #000;
    line-height: 49px;
    width: 350px;
    padding: 0 30px;
}
ul.nav-child li a:hover {
    background: url("../img/topmenu-sub-bg-hover.png") repeat;
    color: #fff;
}
ul.nav-child li {
    text-align: center;
}

.moduletable_topMenu ul.menu li.parent:hover ul, .moduletable_menu ul.menu li.parent a.pp:hover ul {
    display: block;
}

.topMenu a#pull, .leftSidebar a#pull2 {
    display: none;
}

.content {
    padding: 30px;
    display: flex;
}

.leftSidebar {
    width: 370px;
}

.leftSidebar > .moduletable > h3 {
    margin-top: 0;
    font-size: 22px;
    font-family: MyriadPro-BoldCond;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.leftSidebar > .moduletable > ul {
    margin: 0;
    padding: 0;
}

.leftSidebar > .moduletable > ul > li {
    list-style: none;
    text-align: center;
    margin: 2px 0;
}

.leftSidebar > .moduletable > ul > li> a {
    background: url("../img/leftmenu-bg.png") no-repeat;
    font-family: MyriadPro-Cond;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    height: 49px;
    line-height: 54px;
    display: flex;
    justify-content: center;
    margin: 3px 0;
}

.leftSidebar > .moduletable > ul > li> a:hover {
    background: url("../img/leftmenu-bg-hover.png") no-repeat;
    color: #fff;
}

.moduletable_banners {
    margin: 25px 0;
    text-align: center;
}

.moduletable_banners img {
    padding: 5px 0;
}

.rightSidebar {
    max-width: 1155px;
    padding-left: 30px;
    width: 100%;
}

.rightSidebar > .moduletable > h3 {
    font-size: 22px;
    font-family: MyriadPro-BoldCond;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

ul.newsflash-vert {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.newsflash-vert > li:nth-child(odd), .items-row > .span6:nth-child(odd) {
    width: calc(50% - 15px);
    padding-right: 15px;
}

ul.newsflash-vert > li:nth-child(even), .items-row > .span6:nth-child(even) {
    width: calc(50% - 15px);
    padding-left: 15px;
}

ul.newsflash-vert > li > h4 {
    font-family: MyriadPro-BoldCond;
    font-size: 22px;
    color: #1e90ff;
    text-transform: uppercase;
    margin: 0;
}

ul.newsflash-vert > li > figure, .span6 > .item > .item-image {
    float: left;
    padding-right: 10px;
    margin: 0;
}

ul.newsflash-vert > li > figure > img, .span6 > .item > .item-image > img {
    width: 194px;
    height: 158px;
}

ul.newsflash-vert > li > p {
    margin: 0;
}

ul.newsflash-vert > li > a.readmore {
    background: url("../img/readmore-bg.png") no-repeat;
    float: right;
    width: 75px;
    height: 27px;
    line-height: 30px;
    text-align: center;
    font-family: MyriadPro-LightCond;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin: 5px 0;
}

.blog > .page-header > h1 {
    font-size: 22px;
    font-family: MyriadPro-BoldCond;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 22px;
}

.items-row {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.item > dl.article-info {
    display: none;
}

.item-page > dl.article-info > dd.published {
    margin: 0;
    font-family: MyriadPro-Cond;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}

.span6 > .item > .page-header > h2, .item-page > .page-header > h2 {
    font-family: MyriadPro-BoldCond;
    font-size: 22px;
    color: #1e90ff;
    text-transform: uppercase;
    margin: 0;
}

.span6 > .item > p {
    margin: 0;
    font-size: 20px;
    font-family: MyriadPro-Cond;
    color: #000;
    line-height: 20px;
}

.item-page > div > p, .item-page > div > ul > li, .item-page > div > ol > li  {
    font-size: 20px;
    font-family: MyriadPro-Cond;
    color: #000;
    line-height: 20px;
}

.span6 > .item > p.readmore > a {
    background: url("../img/readmore-bg.png") no-repeat;
    float: right;
    width: 75px;
    height: 27px;
    line-height: 30px;
    text-align: center;
    font-family: MyriadPro-LightCond;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin: 5px 0;
}

.span6 > .item > p.readmore > a:hover {
    color: #fff;
}
.item-page > .page-header > h1 {
    display: none;
}
.pagination {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}
.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    padding: 0;
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 0px 12px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dad626;
    border-left-width: 0;
    color: #dad626;
    font-weight: bold;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #fff;
    color: #1e90ff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #1e90ff;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #dad626;
    background-color: transparent;
    cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
@font-face {
    font-family: 'IcoMoon';
    src: url('../../../media/jui/fonts/IcoMoon.eot');
    src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[data-icon]:before {
    font-family: 'IcoMoon';
    content: attr(data-icon);
    speak: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}
.icon-first:before {
    content: "\7d";
}
.icon-previous:before,
.icon-backward:before {
    content: "\7c";
}
.icon-next:before,
.icon-forward:before {
    content: "\7b";
}
.icon-last:before {
    content: "\e000";
}

.map {
    margin-bottom: -38px;
}

.map > .moduletable > h3.mapss {
    width: 220px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 9999;
    background: #1e90ff;
    font-family: MyriadPro-BoldCond;
    font-size: 28px;
    color: #fff;
}

.joomly-map {
    position: relative;
    margin-right: auto;
    top: -38px;
    border-top: 4px solid #1e90ff;
}

.footer	{
    display: flex;
    background: url("../img/footer-bg.png") no-repeat;
    width: 1490px;
    height: 155px;
    padding: 15px 30px;
    align-items: center;
    justify-content: space-between;
}

.footerContactInfo {
    font-family: MyriadPro-Cond;
    font-size: 22px;
    color: #fff;
    padding-bottom: 22px;
}

.policy a {
    font-family: MyriadPro-LightCond;
    font-size: 22px;
    color: #abe2ff;
    text-decoration: none;
}

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


/*---------------------------------------------------------------------------*/

@media only screen and (max-width: 1600px) {
    .wripper {
        width: 1294px;
    }
    .header {
        background: url("../img/header-bg-1600.png") no-repeat;
        width: 1234px;
        height: 155px;
    }
    .logo-block {
        margin-top: 9px;
    }
    .logo-block a img {
        width: 102px;
        height: 123px;
    }
    .slogan-block {
        font-size: 30px;
        line-height: 42px;
        margin-top: 9px;
    }
    .phone-number a {
        font-size: 30px;
    }
    .phone-number img {
        width: 37px;
        height: 37px;
    }
    .contact-block {
        margin-top: 57px;
    }
    .social-networks a img {
        height: 18px;
    }
    .moduletable_topMenu {
        font-size: 22px;
        height: 53px;
        background: url(../img/bg-topmenu-1600.png) repeat-x;
    }
    .moduletable_topMenu > ul > li > a {
        line-height: 53px;
    }
    .moduletable_topMenu > ul > li.active > a,
    .moduletable_topMenu > ul > li > a:hover {
        background: url("../img/bg-1.png") repeat-x;
    }
    .moduletable_topMenu > ul > li > a:hover:before,
    .moduletable_topMenu > ul > li.active > a:before {
        content: url(../img/bg-1-before.png);
    }
    .moduletable_topMenu > ul > li > a:hover:after,
    .moduletable_topMenu > ul > li.active > a:after {
        content: url(../img/bg-1-after.png);
    }
    ul.nav-child > li > a {
        background: url("../img/bg-2.png") repeat-x;
        font-size: 18px;
        line-height: 42px;
        height: 42px;
    }
    /*ul.nav-child > li > a:before {*/
    /*    content: url("../img/bg-2-before.png");*/
    /*}*/
    /*ul.nav-child > li > a:after {*/
    /*    content: url("../img/bg-2-after.png");*/
    /*}*/
    /*ul.nav-child > li > a:hover {*/
    /*    background: url("../img/bg-2-hover.png") repeat-x;*/
    /*    font-size: 18px;*/
    /*    line-height: 42px;*/
    /*    height: 42px;*/
    /*}*/
    /*ul.nav-child > li > a:hover:before {*/
    /*    content: url("../img/bg-2-hover-before.png");*/
    /*}*/
    /*ul.nav-child > li > a:hover:after {*/
    /*    content: url("../img/bg-2-hover-after.png");*/
    /*}*/
    .content {
        padding: 20px 30px;
    }
    .leftSidebar {
        width: 309px;
    }
    .leftSidebar > .moduletable > ul > li> a {
        background: url("../img/1600-leftmenu.png") no-repeat;
        font-size: 18px;
        height: 42px;
        line-height: 48px;
    }
    .leftSidebar > .moduletable > ul > li> a:hover {
        background: url("../img/1600-leftmenu-hover.png") no-repeat;
    }
    .moduletable_banners img {
        width: 309px;
    }
    .leftSidebar > .moduletable > h3,
    .blog > .page-header > h1,
    .span6 > .item > .page-header > h2,
    .item-page > .page-header > h2,
    .footerContactInfo,
    .policy a {
        font-size: 18px;
    }
    .span6 > .item > p {
        font-size: 18px;
    }
    ul.newsflash-vert > li > figure > img, .span6 > .item > .item-image > img {
        width: 164px;
        height: 133px;
    }
    .span6 > .item > p.readmore > a {
        font-size: 15px;
    }
    .blog > .page-header > h1 {
        margin-bottom: 15px;
    }
    .item-page > div > p, .item-page > div > ul > li, .item-page > div > ol > li {
        font-size: 18px;
    }
    .map > .moduletable > h3.mapss {
        font-size: 22px;
    }
    .joomly-map {
        top: -31px;
    }
    .map {
        margin-bottom: -31px;
    }
    .footer {
        width: 1234px;
        height: 140px;
    }
}
@media only screen and (max-width: 1400px) {
    .wripper {
        width: 100%;
    }
    .header {
        background: url(../img/header-bg-1400.png) no-repeat;
        width: calc(100% - 60px);
        height: 167px;
    }
    .logo-block,
    .slogan-block {
        margin-top: 18px;
    }
    .slogan-block {
        font-size: 34px;
    }
    .phone-number a {
        font-size: 34px;
    }
    .contact-block {
        margin-top: 62px;
    }
    .moduletable_topMenu,
    .map > .moduletable > h3.mapss {
        font-size: 24px;
    }
    ul.nav-child > li > a,
    ul.nav-child > li > a:hover,
    .leftSidebar > .moduletable > h3,
    .leftSidebar > .moduletable > ul > li> a,
    .blog > .page-header > h1,
    .span6 > .item > .page-header > h2,
    .item-page > .page-header > h2,
    .footerContactInfo,
    .policy a {
        font-size: 20px;
    }
    .span6 > .item > p,
    .item-page > div > p {
        font-size: 18px;
    }
    .footer {
        width: calc(100% - 60px);
    }
}
@media only screen and (max-width: 768px) {
    .header {
        display: block;
        background: rgb(17,82,143);
        background: linear-gradient(90deg, rgba(17,82,143,1) 41%, rgba(30,144,255,1) 99%);
        width: calc(100% - 60px);
        height: auto;
        text-align: center;
    }
    .logo-block,
    .slogan-block,
    .contact-block,
    .social-networks {
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
    .phone-number {
        justify-content: center;
    }
    .moduletable_topMenu, .leftSidebar .moduletable {
        height: auto;
        padding: 0 30px;
        background: #cc0605;
    }
    .moduletable_topMenu ul.menu, .leftSidebar .moduletable ul.menu {
        width: 100%;
        display: none;
        height: auto;
    }
    .moduletable_topMenu ul.menu li.parent a.pp {
        border-bottom: 1px solid #fff;
    }
    .moduletable_topMenu ul.menu li.parent {
        border-bottom: none;
    }
    .moduletable_topMenu ul.menu li.parent ul {
        font-size: 14px;
    }
    .moduletable_topMenu li, .leftSidebar .moduletable li {
        width: 100%;
        float: none;
        position: relative;
        border-bottom: 1px solid #fff;
    }
    .moduletable_topMenu a, .leftSidebar .moduletable a {
        text-align: center;
        width: 100%;
        display: block;
        padding: 0;
    }

    .topMenu a#pull, .leftSidebar a#pull2 {
        display: block;
        background-color: #283744;
        color: #fff;
        width: 100%;
        text-decoration: none;
        text-indent: 35px;
        position: relative;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }
    .topMenu a#pull:after, .leftSidebar a#pull2:after {
        content:"";
        background: url("../img/nav-icon.png") no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    ul.nav-child > li > a:before,
    ul.nav-child > li > a:hover:before,
    ul.nav-child > li > a:after,
    ul.nav-child > li > a:hover:after {
        content: "";
    }
    .content {
        display: block;
        width: calc(100% - 60px);
    }
    .leftSidebar {
        width: 100%;
    }
    .leftSidebar > .moduletable > h3 {
        display: none;
    }
    .leftSidebar > .moduletable > ul > li> a {
        background: none;
    }
    .leftSidebar > .moduletable > ul > li> a:hover {
        background: #1e90ff;
    }
    .moduletable_banners {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .moduletable_banners img {
        width: 100%;
        max-width: 300px;
        padding: 5px 0;
    }
    .rightSidebar {
        width: 100%;
        padding: 0;
    }
    .items-row {
        display: flex;
    }
    ul.newsflash-vert > li:nth-child(odd),
    .items-row > .span6:nth-child(odd),
    ul.newsflash-vert > li:nth-child(even),
    .items-row > .span6:nth-child(even) {
        width: 100%;
        padding: 0;
    }
}

