@import url(icons.css);
.catalog_dropdown{
    display: none;
    padding-top: 104px;
    opacity: 0;
    /*transition: 2s ease-in-out;*/
    transition-duration: 1s;
}
.catalog_dropdown-active{
    display: inherit !important;
    opacity: 1;
    /*transition: 3s ease-in-out;*/
    /*transition: 1.8s;*/
}
.inside-container{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.b_info2 .item {
    margin-bottom: 58px;
}
.b_info2 .thumb {
    height: 35vw;
    max-height: 150px;
    margin-bottom: 40px;
}
.b_info2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.b_info2 .descr {
    font-size: 15px;
    line-height: 1.3;
}
.b_info2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.b_info2 li {
    margin-bottom: 1.27em;
}
.b_info2 li:first-child {
    font-weight: 700;
}
.b_info2 li:last-child {
    margin-bottom: 0;
}
.b_info2 ul a {
    display: inline-block;
    padding-left: 1.2em;
    position: relative;
}
.b_info2 ul a::before {
    content: "\e008";
    position: absolute;
    top: 0.3em;
    left: 0;
    font-family: icons;
    font-size: 0.8em;
    line-height: 1;
    speak: none;
    vertical-align: middle;
}
.b_info2 ul a:hover {
    color: #000;
}
.b_info2 ul a:hover::before {
    left: 0.4em;
}
.b_info2.v1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.b_info2.v1 .item {
    background: #fff;
    min-height: 294px;
    margin-bottom: 20px;
    padding: 20px 0;
}
.b_info2.v1 .thumb {
    max-height: 162px;
    margin-bottom: 27px;
}
.b_info2.v1 .descr {
    padding: 0 30px;
}
.b_info2 .thumb,
.b_info2.v1 .thumb {
    height: auto;
    max-height: none;
}

.cols1,
.cols2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.cols1 > .col,
.cols1 > .item {
    width: calc(25% - 20px);
    margin-right: 10px;
    margin-left: 10px;
}
.cols2 > .item {
    width: calc(33.3% - 20px);
    margin-right: 10px;
    margin-left: 10px;
}
a img {
    border: none;
}
a {
    color: #05a5ca;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a::after,
a::before {
    -webkit-transition: margin, left 0.3s ease;
    -o-transition: margin, left 0.3s ease;
    transition: margin, left 0.3s ease;
}
a:hover {
    color: inherit;
}
a[href^="tel"] {
    color: inherit;
    white-space: nowrap;
    text-decoration: none;
}
a.lnk1::after {
    content: "\e008";
    margin-left: 4px;
    font-family: icons;
    font-size: 0.8em;
    line-height: 1;
    speak: none;
    vertical-align: middle;
}
a.lnk1:hover {
    color: #000;
}
a.lnk1:hover::after {
    margin-left: 7px;
}
a.lnk_ico_r {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.lnk_ico_r [class^="icon"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px;
    font-size: 1.2em;
}
a.lnk_ico_l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
a.lnk_ico_l [class^="icon"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    font-size: 1.2em;
}

.catalog_dropdown-close {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 58px;
    background-color: lightgrey;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media screen and (max-width: 850px) {
    .c_wr_head .in {
        min-height: auto;
    }

    .cols1 > .col,
    .cols1 > .item {
        width: calc(33.3% - 20px);
    }

    .cols2 > .item {
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 640px) {
    #header .row.v1 {
        padding: 10px 0;
    }

    #header .row.v1 .in {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #header .row.v1 .search_form {
        display: none;
    }

    .menu_mob_wr .search_form {
        display: block;
    }

    .cols1 > .col,
    .cols1 > .item {
        width: calc(50% - 20px);
    }

    .cols2 > .item {
        width: calc(100% - 20px);
    }

    .b_info3 .item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 420px) {
    .info2_wr {
        margin-top: -45px;
        font-size: 12px;
    }

    .title1,
    .title2,
    .title3,
    .title4,
    .title5,
    h1,
    h2 {
        font-size: 18px;
    }

    .title6,
    .title7,
    h3 {
        font-size: 15px;
    }

    .cols1 > .col,
    .cols1 > .item {
        width: calc(100% - 20px);
    }

    .cols2 > .item {
        width: calc(100% - 20px);
    }
}




