.mobile-menu-trigger {display: none;}
.mainmenu {
    list-style-type: none;
    text-align: right;
    /*line-height: 40px;*/
}

.mainmenu-item {
    display: inline-block;
    padding: 0 0 0 20px;
}

.mainmenu-item:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background-color: #610000;
    margin-left: 20px;
    opacity: 0.2;
}

.mainmenu-item:last-child {padding-right: 0;}
.mainmenu-item:last-child::after {content: none;}

.mainmenu-item__link {
    text-decoration: none;
    color: #610000;
    position: relative;
    text-transform: lowercase;
}

.mainmenu-item__link::after {
    content: '';
    display: block;
    width: 0;
    height: 8px;
/*    background-color: #610000;*/
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAKJDAz/SeUwMDAAALeQBYHNG4B7AAAAAElFTkSuQmCC) repeat;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: all 0.4s ease 0s;
}

.mainmenu-item:hover>.mainmenu-item__link::after, .root-item-selected::after {width: 100%;}




.simplemenu {
    position: absolute;
    margin-left: -25px;
    top: 90%;
    list-style-type: none;
    background-color: #E0CFAF;
    z-index: 9;
    overflow: hidden;
    max-height: 0;
    /*padding: 0 20px;*/
    padding: 0;
/*    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQImWNgQAMPzq//T3UBBgYGAHLaENI1IaT9AAAAAElFTkSuQmCC) repeat-x bottom left #610000;*/
    transition: max-height .6s, padding .5s;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(68, 9, 0, 0.3);
    -moz-box-shadow:    0px 4px 3px 0px rgba(68, 9, 0, 0.3);
    box-shadow:         0px 4px 3px 0px rgba(68, 9, 0, 0.3);

    /*max-height: 700px;
    padding: 20px 0px 50px;*/
}

/*.simplemenu::after {
    content: '';
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(https://f249c6.claudeassets.com/20260509165519im_/https://atarasova.com/local/templates/main/components/bitrix/menu/horizontal_multilevel/images/tiles.jpg) no-repeat;
    background-size: cover;
}

.simplemenu_mod1::after {background-position: center -80px;}
.simplemenu_mod2::after {background-position: center -120px;}
.simplemenu_mod3::after {background-position: center -190px;}
.simplemenu_mod4::after {background-position: center -220px;}*/

.mainmenu-item:hover>.simplemenu {
    max-height: 700px;
    /*padding: 20px 20px 50px;*/
    /*padding: 20px 0px 50px;*/
    padding: 20px 0px 20px;
}

.simplemenu-item {
    text-align: left;
    padding: 4px 25px;
    position: relative;
    line-height: 18px;
}

.simplemenu-item__link {
    display: inline-block;
    text-decoration: none;
    color: #610000;
    white-space: nowrap;
    font-size: 14px;
    text-transform: lowercase;
    padding: 4px 0;
}
.simplemenu-item:hover, .simplemenu-item.item-selected {
    background-color: #D4BB9E;
}
/*.simplemenu-item:hover::before, .item-selected::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #610000;
    position: absolute;
    left: -10px;
    top: 40%;
}*/
.simplemenu-item__link:hover {
    color: #000000;
}





.mega {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    
    background-color: #E0CFAF;
    z-index: 9;
    overflow: hidden;
    max-height: 0;
    transition: max-height .6s, padding .5s;
    padding: 0 20px 0 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(68, 9, 0, 0.3);
    -moz-box-shadow:    0px 4px 3px 0px rgba(68, 9, 0, 0.3);
    box-shadow:         0px 4px 3px 0px rgba(68, 9, 0, 0.3);
}

.mainmenu-item:hover>.mega {
    max-height: 700px;
    padding: 20px 20px 20px 18px;
    
}
.picture-place {
    width: 350px;
    padding-right: 40px;
}
.picture-place__picture {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.mega:hover .picture-place__picture {display: none;} 

.megamenu {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0;
}

.megamenu-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    max-width: 350px;
    text-align: left;
}
/*.megamenu-item:last-child {margin-right: 0; -ms-flex-preferred-size:43%; flex-basis:43%;}*/
.megamenu-item:last-child {margin-right: 0;}

.megamenu-item__link {
    text-decoration: none;
    color: #610000;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 10px;
}

.megamenu-item__link::after {
    content: '';
    display: block;
    height: 4px;
    width: 0;
    background-color: #610000;
    opacity: 0.2;
    transition: width .6s;
}
.megamenu-item:hover>.megamenu-item__link::after, .item-selected>.megamenu-item__link::after  {width: 100%;}

.megamenu-submenu {
    list-style-type: none;
    padding: 0;
    /*text-align: left;*/
}

.megamenu-submenu-item__link {
    display: block;
    padding: 3px 0;
    margin-bottom: 7px;
    text-decoration: none;
    color: #610000;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    left: 0;
    transition: all .3s;
}

.megamenu-submenu-item__link:hover {
    color: #000;
    left: 2px;
}

.megamenu-submenu-item.item-selected>.megamenu-submenu-item__link {font-weight: bold;}

.megamenu-item img {
    position: absolute;
    left: 20px;
    top: 20px;
    max-height: 85%;
    max-width: 350px;
    opacity: 0;
    transition: opacity .3s;
    /*max-width: 100%;*/
    /*height: auto;*/
}

.megamenu-submenu-item:hover>.megamenu-submenu-item__picture {opacity: 1;}
.megamenu-item__link:hover + .megamenu-item__picture {opacity: 1;}

@media screen and (max-width: 75em) {
    .megamenu-item img {
        max-width: 300px;
    }
}


@media screen and (max-width: 61em) {
    .mainmenu {
        display: block;
        padding: 0;
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .mainmenu-item:first-child{ padding-left:0;}

    .simplemenu {top: 95%;}

    .megamenu {
        width: 100%;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .picture-place {display: none;}
    .megamenu-submenu-item__picture {display: none;}
    .megamenu-item__picture {display: none;}
}

@media screen and (max-width: 37.5em) {
    .mainmenu {display: none;
        text-align: left;
        background-color: #E0CFAF;
        margin-top: 0;
        box-shadow: 0 4px 3px 0 rgba(68, 9, 0, 0.3);
        padding: 16px 16px 32px 16px;
    }
    /*.mainmenu_mobile-active {display: block; text-align: left;}*/
    .mobile-menu-trigger {
        display: block;
        text-align: center;
        margin-top: 10px;
        /*height: 32px;*/
    }
    .mobile-menu-trigger__image {cursor: pointer;}
    .mobile-menu-trigger>span {
        display: block;
        line-height: 14px;
        font-size: 12px;
        position: relative;
        top: -5px;
        color: #610000;
        cursor: pointer;
    }

    .mainmenu-item {
        display: block;
        padding-left: 0;
        text-transform: uppercase;
    }
    .mainmenu-item::after {content: none;}
    .mainmenu-item__link {
        text-decoration: none;
        padding: 5px 10px;
        font-weight: 700;
        text-shadow: #E0CFAF 1px 0px, #E0CFAF 1px 1px, #E0CFAF 0px 1px, #E0CFAF -1px 1px, #E0CFAF -1px 0px, #E0CFAF -1px -1px, #E0CFAF 0px -1px, #E0CFAF 1px -1px;
        background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAKJDAz/SeUwMDAAALeQBYHNG4B7AAAAAElFTkSuQmCC) repeat;
        transition: background 0.8s ease 0s;
        transition: background 0.8s ease 0s;
    }
    .mainmenu-item__link::after {content: none; height: 0;}
    
    
    .simplemenu {
        position: static;
        max-height: 700px;
        padding: 10px 0px 40px;
        margin-left: 0;
        box-shadow: none;
    }
    .simplemenu:after {content: none;}

    .simplemenu-item {
        display: inline-block;
        margin-right: 15px;
    }
    .simplemenu-item__link:hover {text-decoration: underline;}
    .simplemenu-item:hover::before {content: none;}
    .mainmenu-item:hover>.simplemenu {
        max-height: 700px;
        padding: 10px 0px 40px;
    }


    .mega {
        display: block;
        position: static;
        max-height: 700px;
        padding: 10px 0;
        box-shadow: none;
    }
    .mainmenu-item:hover>.mega {
        max-height: 700px;
        padding: 10px 0;
    }
    .megamenu {
        display: block;
    }
    .megamenu-item {
        display: block;
        margin-right: 0;
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    .megamenu-item__link {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
    }

    .megamenu-submenu-item {
        display: inline-block;
        margin-right: 20px;
        text-transform: none;
    }
    .megamenu-submenu-item__link:hover {left: 0;}
}

/*
     FILE ARCHIVED ON 00:06:29 Jun 11, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:36:36 Jul 28, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.422
  exclusion.robots: 0.063
  exclusion.robots.policy: 0.056
  esindex: 0.006
  cdx.remote: 11.623
  LoadShardBlock: 120.634 (3)
  PetaboxLoader3.resolve: 146.104 (4)
  PetaboxLoader3.datanode: 76.303 (5)
  load_resource: 172.366
  loaddict: 17.792
*/