

/* Start:/local/templates/proteplo/template_styles.css?17269311329412*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    color: #ef4d48;
}

strong {
    font-weight: 600;
}

h2 {
    font-weight: 600;
}

.wrapper {
    max-width: 1199px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    margin: 0 -15px;
    padding: 0 15px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.jcb {
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.flex-img img {
    max-width: 100%;
}

.top {
    background: #f7f3f5;
    height: 50px;
    line-height: 50px;
}

.top a {
    text-decoration: none;
    font-weight: 500;
}

.footer {
    background: #f7f3f5;
    padding: 20px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    margin-top: 50px;
}

.footer_menu__wrapper {
    margin-right: auto;
    padding-left: 50px;
}

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-left: -15px;
}

.footer_menu li a {
    display: inline-block;
    line-height: 30px;
    padding: 0 30px;
    white-space: nowrap;
    color: #2b161b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

.footer_menu li a:hover, .top_menu li a.active {
    color: #ef4d48;
}

.top_menu li a.active {
    font-weight: 600;
}

.map {
    width: 100%;
}

.map iframe, .map figure {
    border: none;
    margin: 0;
    padding: 0;

}

.footer .map figure {
    border: 1px solid #ccc;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 150px;
    height: 150px;
    padding: 20px 0;
}

.logo img {

}

.slogan {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.slogan div {
    color: #d90700;
}

.top_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.top_menu li {
    line-height: 60px;
}

.top_menu li a {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
    white-space: nowrap;
    color: #2b161b;
    text-decoration: none;
}

.top_menu li a:hover, .top_menu li a.active {
    color: #ef4d48;
}

.social a {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1;
    color: #3a3a3a;
    background: transparent;
    vertical-align: middle;
    transition: all 0.01s;
    margin-left: 6px;
    margin-right: 6px;
    justify-content: center;
    align-items: center;
}

.social a :first-child {
    margin-left: 0;
}

.social a svg {
    width: 42px;
    height: 42px;
    fill: #d90700;
}

.bottom {
    background: #29161b;
    color: #f7f3f5;
    height: 80px;
    line-height: 80px;
}

.bottom .social a svg {
    fill: #f7f3f5;
}

.preimushchestva {
    margin: 100px -30px 100px 30px;
}

.preimushchestva-item {
    width: calc(33.3333% - 60px);
    margin-bottom: 24px;
    padding-right: 60px;
}

.preimushchestva-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.preimushchestva-item .icon i {
    font-size: 50px;
    color: #d90700;
}

.project {
    margin-bottom: 50px;
}

.project .project-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}

.project .swiper .swiper-slide {
    width: 350px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
    background: #ffffffcc;
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .5);
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #d90700;
    font-weight: bold;
    font-size: 20px !important;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #d90700 !important;
}

.company-users {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px -20px 0 -20px;
}

.company-users .item {
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    border-radius: 15px;
    width: 320px;
    margin: 0 20px 40px 20px;
}

.company-users .item .photo {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-users .item .photo img {
    border-radius: 10px;
    overflow: hidden;
}

.company-users .item .name {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
}

.catalog {
    margin: 50px 0;
}

.catalog .catalog-title {
    font-size: 28px;
    font-weight: 600;
}

.catalog .catalog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.catalog .catalog-list .catalog-list__item {
    width: 250px;
    height: 112px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    border-radius: 10px;
    overflow: hidden;
    margin: 15px;
    padding: 10px;
}

.catalog .catalog-list .catalog-list__item img {
    max-width: 100%;
    max-height: 100%;
}

.mobile-menu_button {
    display: none;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
}

.mobile-menu_button button {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 40px;
    background: #d90700;
    color: #fff;
    border: none;
    border-radius: 2px;
}

.mobile-menu_button button span.mobile-menu-toggle-icon {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 40px;
    position: relative;
}

.mobile-menu_button button span.mobile-menu-toggle-icon .menu,
.mobile-menu_button button span.mobile-menu-toggle-icon .close {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.mobile-menu_button button span.mobile-menu-toggle-icon .close,
.mobile-menu_button.open button span.mobile-menu-toggle-icon .menu {
    display: none;
}

.mobile-menu_button.open button span.mobile-menu-toggle-icon .close,
.mobile-menu_button button span.mobile-menu-toggle-icon .menu {
    display: flex;
}
.main_image{
    width: calc(50% - 15px);
    max-height: 474px;
    padding-left: 15px;
}
.main_image img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.main_form {
    width: calc(50% - 15px);
    padding-right: 15px;
}

.main_form .form-item {
}

.main_form input, .main_form select, .main_form textarea {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*border: 2px solid #f2c7c7;*/
    border: 2px solid #ccc;
    border-radius: 4px;
    margin: 5px 0;
    padding: 3px 10px;
    font-size: 16px;
}

.main_form input, .main_form select{
    height: 50px;
}
.main_form textarea {
    height: 100px;
}

.main_form .error {
    border-color: red;
}
.main_form input[type=button] {
    background: #d90700;
    color: #fff;
    border-color: #d90700;
    font-weight: 600;
    cursor: pointer;
}
.success-form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 424px;
}

@media (max-width: 900px) {
    #panel {
        display: none;
    }

    .mobile-menu_button {
        display: block;
    }

    .flex-row {
        flex-direction: column;
    }

    .top {
        height: 44px;
        line-height: 22px;
        padding: 10px 0;
    }

    .header .social, .top_menu {
        display: none;
    }

    .preimushchestva {
        margin: 70px 0;
    }

    .preimushchestva-item {
        width: 100%;
        padding: 0 20px;
    }

    .catalog .catalog-list .catalog-list__item {
        width: 180px;
        height: 77px;
    }

    .footer_menu__wrapper {
        padding-left: 0;
    }

    .footer_menu li a {
        line-height: 40px;
    }

    body.open-menu .top_menu {
        display: block;
        position: absolute;
        background: #fff;
        width: 100%;
        top: 64px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        padding-top: 20px;
        overflow: hidden;
    }

    body.open-menu .top_menu li a {
        padding-left: 30px;
    }
    .main_form{
        width: 100%;
    }
    .main_image{display: none;}
}
/* End */
/* /local/templates/proteplo/template_styles.css?17269311329412 */
