@font-face {

    font-family: PoppinsRegular; /* Имя шрифта */

    src: url(../fonts/Poppins-Regular.ttf); /* Путь к файлу со шрифтом */

}

@font-face {

    font-family: PoppinsMedium; /* Имя шрифта */

    src: url(../fonts/Poppins-Medium.ttf); /* Путь к файлу со шрифтом */

}

@font-face {

    font-family: PoppinsSemibold; /* Имя шрифта */

    src: url(../fonts/Poppins-SemiBold.ttf); /* Путь к файлу со шрифтом */

}

html, body, ul, li {

    padding: 0;

    margin: 0;

}

.mm-header-row {

    background-color: rgba(0,0,0,0.4);

    position: fixed;

    width: 100%;

}

.container {

    width: calc(100% - 30px);

    max-width: calc(100% - 30px);

}

.mm-container-flex {

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

}

.mm-logo-wrap {

    padding-right: 0;

    width: 9%;

}

.mm-logo-wrap img.mm-logo {

    height: 65px  !important;

    width: auto;

}

li {

    display: inline-block;

    list-style-type: none;

}

.mm-nav-menu-wrap {

    width: 91%;

}

.mm-main-menu {

    float: right;

    font-size: 16px;

    font-family: PoppinsMedium; 

    letter-spacing: 0.3px;

    line-height: 1.2;

}

.mm-main-menu > li {

    position: relative;

    text-transform: uppercase;

    margin: 5px;

    margin-bottom: 0;

    padding-bottom: 40px;

    padding-top: 40px;

} 

.mm-main-menu > li:last-child {

    background-color: #ba4f5c;

    white-space: normal;

    text-align: center;

    vertical-align: middle;

    cursor: pointer;

    border: 1px solid #BB4F5E;

    padding: 10px 10px;

    border-radius: 5px;

    transition: 0.5s all;

    font-size: 14px;

    padding-left: 40px;

    font-family: PoppinsRegular; 

    margin-top: 0;

}

.mm-burger_menu {

    display: none;

    float: right;

    transform: translate(0, 50%);

    cursor: pointer;

    padding-right: 15px;

    position: relative;

    z-index: 10;

}

.mm-burger_menu span {

    display: block;

    width: 28px;

    height: 3px;

    margin-bottom: 8px;

    background-color: #fff;

    border-radius: 3px;

}

.mm-burger_menu span:last-child {

    margin-bottom: 0;

}

.mm-main-menu > li:last-child a {

    display: inline-block;

    position: relative;

}

.mm-main-menu > li:last-child a:before {

    display: block;

    position: absolute;

    left: -27px;

    content: " ";

    width: 20px;

    height: 20px;

    background-image: url("../images/search-icon.png");

    background-repeat: no-repeat;

}

.mm-main-menu > li:last-child:hover {

    opacity: 0.75;

}

.mm-main-menu > li:last-child:hover::before {

    opacity: 0;

}

.mm-main-menu li:before {

    position: absolute;

    content: " ";

    display: block;

    opacity: 0;

    width: 100%;

    height: 1px;

    background-color: #fff;

    bottom: 30px;

    transition: 0.5s all;

}

.mm-main-menu > .mm-icon-submenu-open:after {

    position: absolute;

    content: " ";

    display: block;

    opacity: 0;

    border: 12px solid transparent;

    border-bottom: 12px solid #506482;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

}

.mm-main-menu > .mm-icon-submenu-open:hover:after {

    opacity: 1;

}

.mm-main-menu li:hover:before {

    opacity: 1;

}

.mm-main-menu .mm-level_1 li:hover:before {

    opacity: 0;

}

.mm-main-menu a,.mm-main-menu a:hover, .mm-main-menu a:focus,.mm-main-menu a:active {

    color: #fff;

    text-decoration: none;

}

.current_page_item:hover {

    color: red;

}

.mm-main-menu .current_page_item:before {

    opacity: 1;

}

.mm-level_2 li {

    display: block;

}

.mm-sub-menu-open{

    display: block !important;

}

.mm-sub-menu.mm-level_1 {

    position: absolute;

    top: 98px;

    background-color: #506482;

    display: none;

    padding: 0 30px 15px 0;

}

.mm-level_1 > li {

    display: block;

    float: left;

    font-size: 18px;

    font-family: PoppinsSemibold; 

    text-transform: none;

    padding: 15px 0 0 15px;

}

.mm-level_1 > li > a {

    display: inline-block;

    padding-left: 15px;

}

.mm-level_1 > li:nth-child(4n + 1) .mm-level_2 {

    border-left: none;

}

.mm-level_2 {

    margin-top: 5px;

    border-left: 1px solid #8f8f8f;

    padding-left: 20px;

    margin-bottom: 15px;

    height: 85%;

}

.mm-level_2 > li {

    display: block;

    position: relative;

    padding-left: 20px;

    font-size: 15px;

    font-family: PoppinsRegular;

    margin-bottom: 8px;

}

.mm-main-menu .mm-level_2 > li::before {

    position: absolute;

    display: block;

    opacity: 1;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

    content: " ";

    background-color: #869fb5;

    width: 8px;

    height: 8px;

    border-radius: 50%;

}

.mm-main-menu .mm-level_2 > li:hover::before {

    opacity: 1;

}

.mm-level_2 > li:hover {

    font-family: PoppinsSemibold; 

}

.fa.mm-button-level_1 {

    display: none;

}

@media screen and (max-width: 1300px){

    .mm-main-menu {

        font-size: 14px;

    }

    .mm-main-menu > li:last-child {

        font-size: 12px;

    }

    .mm-sub-menu.mm-level_1 {

        top: 100px;

    }

    .mm-level_1 > li {

        font-size: 16px;

    }

    .mm-level_2 > li {

        font-size: 13px;

    }

}

@media screen and (max-width: 1100px){

    .mm-main-menu {

        font-size: 12px;

    }

    .mm-main-menu > li:last-child {

        font-size: 10px;

    }

    .mm-sub-menu.mm-level_1 {

        top: 90px;

    }

    .mm-level_1 > li {

        font-size: 14px;

        padding: 23px 0 0 12px;

    }

    .mm-level_2 > li {

        font-size: 11px;

    }

    .mm-level_2 {

        padding-bottom: 5px;

    }

}

/*@media screen and (max-width: 992px) {*/

    /*.mm-main-menu {*/

        /*font-size: 10px;*/

    /*}*/

    /*.mm-main-menu > li {*/

        /*margin-left: 3px;*/

        /*margin-right: 3px;*/

        /*padding-bottom: 30px;*/

        /*padding-top: 30px;*/

    /*}*/

    /*.mm-main-menu > li:last-child {*/

        /*font-size: 8px;*/

        /*padding: 9px 10px;*/

        /*padding-left: 25px;*/

        /**/

    /*}*/

    /*.mm-sub-menu.mm-level_1 {*/

        /*top: 70px;*/

    /*}*/

/*.mm-main-menu > li:last-child a:before {*/

    /*left: -19px;*/

    /*top: -2px;*/

    /*width: 16px;*/

    /*height: 16px;*/

    /*background-size: 96%;*/

/*}*/

/*.mm-main-menu li:before {*/

    /*bottom: 22px;*/

/*}*/

    /*.mm-logo-wrap img.mm-logo {*/

        /*height: 50px !important;*/

    /*}*/

    /*.mm-level_1 > li {*/

        /*font-size: 12px;*/

        /*padding: 19px 0 0 10px;*/

    /*}*/

    /*.mm-level_2 > li {*/

        /*font-size: 9px;*/

    /*}*/

/*}*/

/*@media screen and (max-width: 800px) {*/

    /*.mm-main-menu {*/

        /*font-size: 9px;*/

    /*}*/

    /*.mm-sub-menu.mm-level_1 {*/

        /*top: 72px;*/

    /*}*/

/*}*/

@media  (max-width: 1024px) {

    .mm-container-flex {

        display: block;

       padding: 15px 0;

       width: 100%;

       max-width: 100%;

    }

    .mm-header-row {

        position: absolute;

        background-color: transparent;

        background-image: url("../images/bg-mobiler.png");

        background-repeat: no-repeat;

        background-position: left top;

        background-size: cover;

    }

    .mm-logo-wrap {

        width: auto;

        float: left;

        height: 55px;

        padding-left: 15px;

    }

    .mm-logo-wrap img.mm-logo {

        height: 100% !important;

    }

    .mm-burger_menu {

        display: block;

    }

    .mm-nav-menu-wrap {

        position: relative;

        display: none;

        width: 100%;

        padding-top: 70px;

    }

    .mm-main-menu {

        float: none;

        font-size: 28px;

    }

    .mm-main-menu > li, .mm-main-menu > li:nth-last-child(2) {

        display: block;

        margin: 0;

        border-bottom: 1px solid #bfc2c3;

        padding-bottom: 0;

        padding-top: 20px;

    }

    .mm-main-menu > li:first-child {

        border-top: 1px solid #bfc2c3;

    }

    .mm-main-menu > li:last-child {

        border-bottom-color:transparent;

        margin: 40px 10%;

        padding: 15px;

        font-size: 23px;

    }

    .mm-main-menu .current_page_item:before {

        opacity: 0;

    }

    .mm-main-menu li:hover:before, .mm-main-menu li:hover:after  {

        opacity: 0;

    }

    .mm-main-menu > li:last-child a:before {

        left: -40px;

        top: 0;

        width: 26px;

        height: 26px;

        background-size: contain;

    }

    .mm-main-menu > li:last-child > a {

        margin-bottom: 0;

    }

    .mm-main-menu > li > a {

        display: inline-block;

        margin-left: 15px;

        margin-bottom: 20px;

        margin-right: 50px;

    }

    .mm-level_1 > li > a {

        margin-right: 50px;

    }

    .mm-sub-menu.mm-level_1 {

        display: none;

        position: static;

        border-top: 3px solid #fdfdfd;

        padding: 0 15px;

    }

    .mm-level_1 > li {

        position: relative;

        float: none;

        border-top: 1px solid #8f8f8f;

        padding-left: 0;

        padding-bottom: 15px;

        font-size: 20px;

    }

    .mm-level_2 {

        display: none;

        border: none;

    }

    .mm-level_2 > li {

        font-size: 16px;

    }

    .fa.mm-button-level_1 {

        display: inline-block;

        color: #fff;

        position: absolute;

        right: 15px;

        top: 15px;

        cursor: pointer;

    }

    .mm-main-menu > li .mm-button-level_1 {

        font-size: 55px;

    }

    .mm-main-menu .mm-level_1 > li .mm-button-level_1 {

        right: 0;

        top: 0;

    }

    .mm-main-menu > li:last-child > a {

        margin-right: 0;

    }

    .mm-main-menu > .mm-icon-submenu-open:hover:after {

        opacity: 0;

    }

}

@media  (max-width: 500px) {

    .mm-main-menu {

        font-size: 23px;

    }

    .mm-main-menu > li:last-child {

        font-size: 16px;

    }

    .mm-main-menu > li:last-child a:before {

        width: 19px;

        height: 19px;

        left: -35px;

    }

    .mm-level_1 > li {

        font-size: 18px;

    }

    .mm-main-menu > li .mm-button-level_1 {

        font-size: 45px;

    }

    .mm-main-menu .mm-level_1 > li .mm-button-level_1 {

        top: 3px;

    }

}

.form-w-2{

    width: 49%;

    display: inline-block;

}
.comment-list__item:hover,  .comment-list__item:hover .comment-list__text p {
    color: #ba4f5c;
}
@media  (max-width: 1024px) {
    .mm-header-row {
        background: rgba(0, 0, 0, 0.3);
    }
    .mm-header-row-openMenu {
        position: absolute;

        background-color: transparent;

        background-image: url("../images/bg-mobiler.png");

        background-repeat: no-repeat;

        background-position: left top;

        background-size: cover;

    }
}