@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: 400
}

@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: 400
}

@font-face {
    font-family: SegoeUIRegular;
    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: 400
}

@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: 400
}

body {
    color: #26292d;
    font-family: SegoeUIRegular, sans-serif;
    line-height: 1.3;
}

h1,
h2 {
    color: #757575;
    font-size: 24px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

h1:before,
h2:before {
    content: '';
    width: 60%;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    background-color: #f44336;
}

img {
    max-width: 100%;
}

a {
    color: #757575;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a:hover {
    color: #f44336;
    text-decoration: none;
}

b, strong {
    font-family: SegoeUIBold, sans-serif;
}

.header {
    padding-top: 27px;
    padding-bottom: 27px;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lpMenu__col {
    border-left: 3px solid #f44336;
}

.lpMenu__link--selected {
    color: #f44336;
    font-family: SegoeUISemiBold, sans-serif;
}

.navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mainBanner {
    background-image: url("/local/templates/landing/images/banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
}

.mainBanner__text {
    font-family: SegoeUISemiBold, sans-serif;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainBanner__contacts {
    margin-top: 20px;
}

.contacts__email {
    color: #26292d;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    padding-bottom: 3px;
}

.contacts__email:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #f44336;
}

.mainAbout {
    background-image: url("/local/templates/landing/images/aboutBg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*text-align: center;*/
    margin-top: 30px;
    padding: 80px 0;
    font-size: 18px;
}

.lpFires {
    margin-top: 30px;
}

.lpFires__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.lpFires__col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}

.lpFires__item-name {
    color: #757575;
    font-size: 8rem;
}

.lpFires__item-desc {
    font-family: SegoeUISemiBold, sans-serif;
    margin-top: -10px;
}

.lpFires__item-objects {
    color: #757575;
    padding-left: 5px;
    padding-right: 5px;
}

.lpObjects {
    margin-top: 40px;
}

.lpObjects__section-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
}

.lpObjects__section-img {
    text-align: center;
}

.lpObjects__product {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 13px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lpObjects__product:hover {
    -webkit-box-shadow: 0 6px 21px rgba(144, 46, 46, .22);
    box-shadow: 0 6px 21px rgba(144, 46, 46, .22);
}

.lpObjects__product-img {
    text-align: center;
}

.lpObjects__product-body {
    border-right: 1px solid #ccc;
}

.lpObjects__product-title {
    font-family: SegoeUISemiBold, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.lpObjects__product-desc {
    color: #757575;
}

.lpObjects__product-desc ul {
    list-style: none;
    margin-left: 0;
}

.lpObjects__product-desc li {
    list-style: none;
}

.lpObjects__product-detail {
    margin-top: 20px;
}

.lpObjects__product-detailBtn {
    background-color: #f44336;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    max-width: 150px;
    height: 34px;
    line-height: 34px;
    border-radius: 8px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, .22);
    box-shadow: 0 12px 21px rgba(0, 0, 0, .22);
}

.lpObjects__product-detailBtn:hover {
    color: #fff;
    transform: translateY(-4px);
}

.lpObjects__product-sert {
    display: flex;
    margin-bottom: 10px;
    font-size: 17px;
}

.lpObjects__product-sert-link {
    width: 75%;
}

.lpObjects__product-sert-download {
    width: auto;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
}

.lpObjects__product-sert-img {
    width: 20px;
    margin-right: 20px;
}

.footer {
    background-image: none;
    background: #eff0ed; /* Old browsers */
    background: -moz-linear-gradient(top,  #eff0ed 0%, #b4a897 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #eff0ed 0%,#b4a897 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #eff0ed 0%,#b4a897 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0ed', endColorstr='#b4a897',GradientType=0 ); /* IE6-9 */
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer__text-col {
    display: flex;
    justify-content: center;
}

.footer__text {
    text-transform: uppercase;
    line-height: 1.1;
    font-family: SegoeUISemiBold, sans-serif;
}

.footer__text1 span {
    letter-spacing: 17px;
}

.footer__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
}