@font-face {
	font-family: CyrillicOld; /* Имя шрифта */
	src: url(fonts/cyrillicold.ttf); /* Путь к файлу со шрифтом */
}
header {
    z-index: 120 !important;
}
.maxwidth-theme {
    z-index: 100 !important;
}
.form__bg.fixed {
	z-index: 150 !important;
}
a.link_first, div.wrap ul.dropdown-menu a {
    font: 15px/20px CyrillicOld, PT Sans Caption, Arial, sans-serif;
}
a.link_first{
    FONT-SIZE: 19px !important;
}
div.wrap ul.dropdown-menu a {
    FONT-SIZE: 16px !important;
}
.logo-row.row {
    background-color: #fff5cc;
}
.logo-row .logo img {
    max-height: 38px;
}
#map-yandex-contact {
	height: 500px;
}
#map-yandex {
	height: 500px;
}
.mega-menu table td:nth-child(3):hover  .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50vw;
    max-width: 1050px;
}
.mega-menu table td:nth-child(3):hover .dropdown-menu li {
    flex: 0 0 20% !important;
}

.mega-menu table td:nth-child(2):hover  .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 35vw;
    max-width: 1050px;
    /*left: 100% !important;*/
    /*transform: translate(-100%, 0);*/
}

@media screen and (max-width: 1177px) {
    .mega-menu table td:nth-child(2):hover  .dropdown-menu {
        width: 75vw;
    }
    .mega-menu table td:nth-child(3):hover  .dropdown-menu {
        width: 75vw;
    }
}
@media screen and (max-width: 900px) {
.mega-menu table td:nth-child(2):hover  .dropdown-menu {
    width: 75vw;
}
    .mega-menu table td:nth-child(3):hover  .dropdown-menu {
        width: 75vw;
    }
}
.mega-menu table td:nth-child(2):hover .dropdown-menu li {
    flex: 0 0 50% !important;
}
.body.index {
    background-color: white;
}
body {
    background-color: #f7f0ed;
}
.color_block > .row > .maxwidth-theme {
    padding-left: 15px !important;
    padding-right: 15px !important;
}