@charset "UTF-8";
/*
Theme Name: Alterhem
Theme URI: https://kaspor.ru/
Author: Kaspor Company
Author URI: https://kaspor.ru/
Description: Сайт разработан в  Kaspor Company
Version: 2.0
 */

@font-face {
    font-family: "Segoe UI";
    src: url("/fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("/fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("/fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SegoeUIBold";
    src: url("/fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("/fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("/fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SegoeUIItalic";
    src: url("/fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("/fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix") format("embedded-opentype"),
    url("/fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("/fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SegoeUILight";
    src: url("/fonts/SegoeUILight/SegoeUILight.eot");
    src: url("/fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"),
    url("/fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("/fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "SegoeUISemiBold";
    src: url("/fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("/fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"),
    url("/fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("/fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: 'Segoe UI';
}

header {
    height: 60px;
    background: -webkit-linear-gradient(top, #343a40 0, #343a40 100%) no-repeat;

}
header img {
    max-height: 100%;
}
header .menu, header .menu li ul {
    margin: 0;
    padding: 0;
}
header .menu li {
    list-style: none;
    float: left;
    line-height: 60px;
}
header .menu li a {
    display: block;
    padding: 0 20px;
    color:#fff;
    text-decoration: none;
    transition: all ease 0.1s;
}
header .menu li a i {
    color:#727b84;
    margin: -5px 0 0 5px;
    position: relative;
}
header .menu li a:hover {
    background: #2a3035;
    transition: all ease 0.1s;
}
header .menu li:hover ul {
    display: block;
}
header .menu li ul {
    position: absolute;
    display: none;
    background: #fff;
    box-shadow: 0px 0px 13.16px 0.84px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 3px 3px;
    padding: 0 0 3px 0;
    z-index: 999999 !important;
}




header .menu li ul li {
    float: none;
    line-height: 50px;
}
header .menu li ul li a {
    color: #343a40;
    transition: all ease 0.1s;
    
}
header .menu li ul li a:hover {
    color: #fff;
    background: #552b73;
    transition: all ease 0.1s;
}
header .phone {
    color: #fff;
    line-height: 60px;
}
header .phone i {
    color: #727b84;
    margin-right: 6px;
}
.main {
     background: url('https://alterchem.ru/wp-content/themes/alterhem/images/background.jpg') no-repeat center center; 
    height: 613px;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding-top: 100px;
}

.main h1 {
    font-size: 36px;
    text-transform: uppercase;
}

.news {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    font-size: 14px;
}
.news h2 {
    font-size: 18px;
    color:#4955b0;
}

.news .col-sm-4>div {
    background: #fff;
    
    height: 100%;
    transition: all ease 0.1s;
}

.news .col-sm-4>div a {
    color:#000;
    display: block;
    padding: 30px 20px;
}

.news .col-sm-4>div a:hover {
    text-decoration: none;
    color: #fff;
}

.news .col-sm-4>div a:hover span {
    color:#252a57;
}

.news .col-sm-4>div a:hover h2 {
    color:#fff;
}


.news .col-sm-4>div:hover {
    background: #4955b0;
    transition: all ease 0.1s;
    margin-top: -4px;
    box-shadow: 0.5px 0.866px 7.92px 1.08px rgba(73, 85, 176, 0.45);
}



.news span {
    color: #74777b;
    display: block;
    margin-bottom: 6px;
}

.news p {
    text-align: justify;
}

.shadow {
    background: #f6f6f6;
    box-shadow: none !important;
}

.about {
    margin-top: 50px !important;
    font-size: 14px;
}
.page {
    margin-top: 20px !important;
    font-size: 14px;
}

.menu-page {
    margin: 0;
    padding: 0;
    border:1px solid #e5e0e9;
    border-radius: 3px;
    padding: 3px 0;
}

.menu-page li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #e5e0e9;
}

.menu-page li:last-child {
    border-bottom: none;
}

.menu-page li a {
    display: block;
    padding: 10px 10px;
    color:#5e5763;
    transition: all ease 0.1s;
}

.menu-page li a:hover {
    background: #552b73;
    color: #fff;
    text-decoration: none;
    transition: all ease 0.1s;
}

.menu-page .current-menu-item a {
    background: #ede9f0;
}

.crumbs, .crumbs a, .crumbs a:hover {
    font-size: 14px;
    color:#666;
    padding:20px 0;
}
.crumbs i {
    padding: 0 5px;
}
.content {
    width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    color: #5e5763;
}

.content-title {
    text-transform: uppercase;
    font-size: 22px !important;
}

.widget {
    padding: 10px;
    margin: 10px 0;
    color: #38343c;
}

.title_widget {
    text-transform: uppercase;
    font-family: 'SegoeUIBold';
    font-size: 18px;
    margin-bottom: 10px;
}

.content_widget div {
    margin: 5px 0;
}

.content_widget p {
    padding: 5px 0;
    color: #746f78;
}

.content_widget div span {
    display: inline-block;
    width: 100px;
    color: #746f78;
}

.table-custom {
    width: 100%;
    font-size: 14px;
}

.table-custom tr {
    border-bottom: 1px solid #e0dce3;
}

.table-custom thead {
    font-family: 'SegoeUIBold';
    line-height: 30px;
}

.table-custom td, .table-custom th {
    padding: 10px;
    vertical-align: top;
    text-align: justify;
}

.wp-block-table table {
    width: 100%;
    font-size: 14px;
    color:#5e5763;
}

.wp-block-table table tr {
    border-bottom: 1px solid #e0dce3;
}

.wp-block-table table thead {
    font-family: 'SegoeUIBold';
    line-height: 30px;
}

.wp-block-table table td, .wp-block-table table th {
    padding: 10px;
    vertical-align: top;
    text-align: justify;
}



footer {
    background: #f6f6f6;
    min-height: 50px;
    margin-top: 50px;
    padding: 20px 0;
    color: #767b83;
    font-size: 14px;
}

.old {
    position: fixed;
    background: #000;
    display: inline-block;
    
    right: 0;
    top: 0;
    z-index: 1999;
}
.old a {
    color:#fff;
    display: block;
    padding: 18px;
}

footer a {
    color: #767b83;
}