body {
    font-size: 13px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    color: black;
}

a:hover {
    color: #71a2c9;
}

.nav-link {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.line-logo {
    background: url(/public/images/line.png);
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    font-size: 35px;
    text-align: center;
}

.content {
    margin-top: 35px;
}

.container {}

.carousel-logotype {
    box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.24);
    border: 10px solid #80a1c6;
}

.carousel-indicators>li {
    border-radius: 100px;
    width: 15px;
    height: 15px;
}

.desc {
    margin: 25px 0;
    font-size: 15px;
    text-align: justify;
}

.carousel-indicators .active {
    background: #5a84bc;
    border: 3px solid #fff;
}

.btn {
    padding: 8px 50px;
    border: none;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.btn.btn-primary {
    background: #5a84bc !important;
    color: #fff;
}

.btn.btn-primary:hover {
    background: orange !important;
    color: #fff;
}

.items>.item {
    width: 1000px;
    margin: 50px auto 0 auto;
    box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    display: flex;
}

.item-logo {
    flex: 2;
}

.item-logo>img {
    box-sizing: border-box;
    height: 170px;
}

.item-body {
    box-sizing: border-box;
    flex: 7;
}

.item-action {
    margin-top: 60px;
}

a[href="https://froala.com/wysiwyg-editor"],
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
    display: none !important;
    position: absolute;
    top: -99999999px;
}

.fr-wrapper>div>a {
    display: none !important;
}

.item-action>label {
    float: right;
    background: #d8d8d8;
    display: block;
    padding: 8px;
    border-radius: 3px;
    color: #333;
    margin: 0;
    margin-right: 25px;
}

.item:nth-child(odd)>.item-body>.item-action>label {
    margin-right: 0;
    margin-left: 25px;
    float: left;
}

.item:nth-child(odd)>.item-body>.item-action>button {
    float: right;
}

.item:nth-child(even)>.item-body>.item-action>button {
    float: left;
}

.item:nth-child(odd)>.item-logo {
    margin-right: 15px;
}

.item:nth-child(even)>.item-logo {
    margin-left: 15px;
    order: 2;
}

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

.prod {
    width: 240px;
    height: 240px;
    cursor: pointer;
    margin: 30px;
    box-shadow: 0px 0px 105px 0px rgba(0, 0, 0, 0.15);
}

.prod>img {
    max-width: 240px;
    max-height: 240px;
}

.prod:not(.active)>p {
    display: none;
}

.prod:not(.active1)>p {}

.prod.active>p {
    cursor: pointer;
    position: absolute;
    width: 240px;
    background-color: orange;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
}

.prod.active1>p {
    cursor: pointer;
    position: absolute;
    width: 240px;
    background-color: orange;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    margin-top: -60px;
    display: block;
}

* {
    transition: 0.6s;
}

footer {
    background: #3d85bf;
    padding: 25px 145px;
    width: 100%;
    margin-top: 100px;
}

footer>h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

footer>p {
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    color: #fff;
}

.title {
    /* чтобы линии не выходили за ширину блока заголовка */
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 5px;
}

.title:before,
.title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #fff;
    border: solid #3d85bf;
    border-width: 0 20px;
}

.title:before {
    margin-left: -100%;
}

.title:after {
    margin-right: -100%;
}

textarea {
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    resize: none;
    width: 450px;
    padding: 12px;
    border: none;
}

input {
    background: rgba(255, 255, 255, 0.6);
    display: block;
    border: none;
    width: 450px;
    padding: 15px;
    margin: 10px 0;
}

.cnt {
    margin-top: 15px;
}

.cnt>.left {
    display: inline-block;
}

.cnt>.right {
    padding: 100px 100px 50px 20px;
    float: right;
}

.cnt>.right>h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 100;
}

.cnt>.right>h3>p {
    font-size: 30px;
}

.cnt>.center {
    margin: 0;
    margin-top: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-weight: 100;
    font-size: 15px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-weight: 100;
    font-size: 15px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-weight: 100;
    font-size: 15px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-weight: 100;
    font-size: 15px;
}

.catalog-header {
    background: orange;
    color: white;
    text-transform: uppercase;
    padding: 12px 0 16px;
    -moz-border-radius-bottom-left: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    width: 180px;
    font-size: 16px;
    margin: -32px auto;
}

.catalog-body {
    padding: 12px;
    flex: 8;
}

.fn {
    background: #ebebeb;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.26);
}

.catalog-menu {
    margin-right: 40px;
    display: flex;
    flex-flow: column wrap;
    flex: 3;
}

.catalog {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.catalog-menu-items {
    margin: 55px 0 25px;
    flex: 1 0 auto;
}

.catalog-menu-items>li>a {
    color: #333;
    font-size: 18px;
}

.catalog-menu-items>li {
    list-style: none;
    display: block;
    padding: 5px;
}

.catalog-menu-items>li>i {
    color: orange;
    float: right;
    font-size: 25px;
}

.catalog-menu-items>li:hover {}

.catalog-menu-items>li>a:hover {
    text-decoration: none;
    color: #000;
    border-bottom: 2px solid orange;
}

.catalog-menu-footer {
    margin: 80px 15px 0 15px;
    flex: 0 0 auto;
    text-align: center;

}

.catalog-menu-footer>h1 {
    font-weight: 100;
    font-size: 30px;
}

.catalog-menu-footer>h2 {
    font-weight: 100;
    font-size: 25px;
    margin-top: 5px;
}

.production-list {
    flex-wrap: wrap;
    display: flex;
}

.production-list>.production-item {
    flex: 0 0 33.3333%;
    width: 33.3333%;
    margin-bottom: 50px;
}

.production-item:hover {
    text-decoration: none;
}

.production-list>.production-item>.producation-item-body {
    padding: 30px 0;
    width: 200px;
    max-height: 230px;
    height: 100%;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.31);
    text-align: center;
    margin-bottom: 25px;

}

.production-list>.production-item>.producation-item-body>img {
    max-height: 200px;
    height: 80%;
}

.production-list>.production-item>.producation-item-body>p {
    margin-top: 15px;
    width: 100%;
    background: orange;
    color: #fff;
    text-align: center;
    padding: 5px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}