@import url('https://fonts.googleapis.com/css?family=Istok+Web:400,400i,700,700i&subset=cyrillic');
*, body{font-family: 'Istok Web',"Helvetica Neue", Helvetica, Arial, sans-serif}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 95px;
    margin: 0;
    padding: 0; position: relative }

.header div, .header .logo {
    width: 100%; }

.header .logo{display: block}

.header .info {
    font-size: 17px;
    color: #2fb0e2; }

.header .adress {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    text-align: right; }

.header .adress p {
    display: inline-block;
    padding-left: 2px; }

.header .adress span {
    align-items: flex-start;
    font-size: 20px;
    color: #2fb0e2; }

.header .phone {
    text-align: right; font-size: 26px;
    display: inline-block;
    padding-left: 10px;
    font-weight: 500;
    margin-bottom: 0; margin-top: -20px}

.header .phone span {
    color: #2fb0e2;
    font-size: 18px; }

.header .phone p {
    ; }

.header .phone a {
    color: #2fb0e2;
    text-decoration: underline;
    font-size: 16px; }

.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #2fb0e2;
    border-radius: 5px; }

.menu div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    border-right: 1px solid #1c94d5;
    height: 100%;
    color: white; }

.menu div:hover {
    background-color: #ff6e6e;
    border-radius: 5px; }

.menu div a {
    color: white; display: block; height: 60px; width: 100%; text-align: center; padding-top: 20px}

.menu div a:hover {
    text-decoration: none; }

.menu .linkContakt {
    border: none;
    padding: 10px;
    width: 550px; }

.menu .linkSearch {
    border: none;
    padding-right: 10px; }

.menu .linkSearch input {
    width: 290px;
    border: nonet; }

.slogan {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }

.slogan h1 {
    color: #222222;
    font-style: italic;
    font-size: 30px;
    line-height: 60px; }

.slogan h1 span {
    color: #2fb0e2; }

.slider {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    max-height: 340px; }

.slider .item .boxTextSlide1 {
    position: absolute;
    top: 40px;
    left: 100px;
    color: white; }

.slider .item .boxTextSlide1 p {
    font-size: 18px;
    font-weight: 500px;
    letter-spacing: 3px; }

.slider .item .boxTextSlide1 img {
    width: 100px;
    margin-top: 90px; }

.slider .item .boxTextSlide1 img, .slider .item .boxTextSlide1 button {
    display: block; }

.slider .item .boxTextSlide1 .slideBtn {
    background: transparent;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid white;
    letter-spacing: 3px;
    margin-top: 20px;
    text-transform: uppercase; color: white }

.slider .item img {
    margin: 0;
    width: 100%; }

.slider .carousel-control {
    width: 5%;
    background-image: none; }

.sloganMin {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }

.sloganMin h1 {
    color: #222222;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400; }

.slogan2 {
    height: 100px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }

.slogan2 h1 {
    color: #222222;
    font-size: 36px;
    line-height: 60px;
    font-weight: 400}

.catalog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }

.catalog.catalog-fl{justify-content: flex-start}
.catalog.catalog-fl .itemArticle{margin-right: 20px}

.catalog .itemArticle {
    position: relative;
    width: 255px;
    border: 1px solid #d0e7f0;
    border-radius: 3px;
    height: 286px;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease-in-out 0.85s; }

.catalog .itemArticle:hover .hoverWrapper {
    opacity: 1; }

.catalog .itemArticle p {
    color: #2fb0e2;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500; height: 51px }

.catalog .itemArticle p:hover {
    cursor: pointer; }

.catalog .itemArticle img {
    margin-top: 35px; }

.catalog .itemArticle .hoverWrapper {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 40px 20px;
    border-radius: 3px;
    background-color: rgba(255, 110, 110, 0.8);
    color: white;
    transition: all ease-in-out 0.45s; }

.catalog .itemArticle .hoverWrapper span.glyphicon {
    margin: 20px 0;
    margin-top: 30px;
    display: block;
    font-size: 50px; }

.catalog .itemArticle .hoverWrapper p {
    color: white; }

.catalogRow {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px; }

.catalogRow .halfCatalog {
    width: 550px;
    height: 185px;
    display: inline-block;
    position: relative;
    color: white;
    letter-spacing: 2px; }

.catalogRow .halfCatalog .bgcCatalog {
    width: 100%;
    height: 100%; }

.catalogRow .halfCatalog .imageCatalog {
    position: absolute; }

.catalogRow .halfCatalog p {
    position: absolute;
    top: 40px;
    left: 300px;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px; }

.catalogRow .halfCatalog a {
    position: absolute;
    top: 120px;
    left: 300px;
    text-decoration: underline;
    font-weight: 500;
    font-size: 16px;
    color: white; }

.catalogRow .catalogObjLeft .imageCatalog {
    top: -20px;
    left: 45px; }

.catalogRow .catalogObjRight .imageCatalog {
    bottom: 0;
    left: 40px; }

.about {
    text-align: justify;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }

.about p {
    color: #555;
    font-size: 16px; }
.about li{color: #222;
    font-size: 15px;}

.logoFirm {
    text-align: center;
    position: relative;
    top: -30px;
    margin: 0;
    bottom: 0; }

.footer {
    background-color: whitesmoke; }

.footer .innerFooter {
    line-height: 40px;
    height: 70px;
    text-align: center; }

.footer .innerFooter img {
    float: left;
    width: 115px;
    margin-top: 18px; }

.footer .innerFooter div {
    display: inline-block;
    font-size: 16px;
    margin-top: 17px; }

.footer .innerFooter div a {
    color: #6d6d6d;
    margin: 0px 10px; }

.footer .innerFooter p {
    float: right;
    margin-top: 17px;
    font-size: 26px;
    color: black; }

.footer .innerFooter p span {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
    font-weight: 500;
    margin-bottom: 0; }



.module-callback, .header .module-callback{position: absolute; right: 0; top: 50px; width: auto}
.callback-form, .header .callback-form{width: 185px}
.module-callback .popupblock{top: 23px}
.callback-form .edit{margin-bottom: 6px}

.module-breadcrumbs{margin: 30px 0 0 0}

.contacts-table{}
.contacts-table td{padding: 4px 8px}

.module-certificates{}
.module-certificates table{width: 800px; table-layout: fixed; margin: 40px auto}
.module-certificates td{text-align: center}
.module-certificates img{width: 300px; height: auto}
