.mob_menu {
    position: absolute;
    z-index: 100
}

@media screen and (max-width:74.375rem) {
    .mob_menu {
        margin-top: .9375rem
    }
}

@media screen and (max-width:74.25rem) {
    .mob_menu {
        padding-left: 1.875rem
    }
}

@media screen and (max-width:50rem) {
    .top-header-background .mob_menu {
        padding-left: .625rem
    }
}

@media screen and (max-width:74.25rem) {
    .top-header-second .mob_menu {
        padding-left: .9375rem
    }
}

.navbar__toggler {
    display: block;
    height: 56px;
    width: 56px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-filter: brightness(100) invert(0);
    filter: brightness(100) invert(0);
    background: url(https://dev.by/assets/icons/menu-ac1431f96cbaabd3bb7309aa5a65a73f17a27ee1e352b519b1f4f6d345e7da82.svg) no-repeat center;
    cursor: pointer;
    -webkit-transition: -webkit-filter .1s ease-in-out;
    transition: -webkit-filter .1s ease-in-out;
    -o-transition: filter .1s ease-in-out;
    transition: filter .1s ease-in-out;
    transition: filter .1s ease-in-out, -webkit-filter .1s ease-in-out
}

div#main_nav ul.navbar-nav.ml-auto {
    font-size: 1rem;
    background: #ecf1f7;
    height: 29px;
    margin-top: -.3125rem;
    padding-top: .3125rem
}

@media screen and (max-width:91.875rem) {
    div#main_nav ul.navbar-nav.ml-auto {
        height: 32px
    }
}

@media screen and (max-width:87.5rem) {
    div#main_nav ul.navbar-nav.ml-auto {
        height: 30px
    }
}

@media screen and (max-width:77.5rem) {
    div#main_nav ul.navbar-nav.ml-auto {
        height: 27px
    }
}

.navbar__toggler.nav-link.dropdown-toggle {
    height: 30px
}

div#\#one_window p {
    margin-top: .625rem;
    margin-left: .9375rem
}

nav#second_menu .dropdown-toggle::after {
    display: none
}

nav#second_menu {
    background: 0 0 !important;
    padding: 0
}

.has-megamenu.show .navbar__toggler {
    background: url(https://dev.by/assets/icons/close-17617b6b9780e6fc73fc157334617283ace5ae521f46ffcbe1de18f1dbba724d.svg) no-repeat center;
    border: 1px solid #fff
}

.mob_menu ul li ul li {
    list-style: disc;
    margin-top: .625rem !important;
    font-size: .625rem !important
}

form+a {
    color: #111433 !important
}

form.menu_form input[type=submit] {
    background: 0 0;
    border: none;
    color: #fff;
    margin-top: .25rem;
    margin-left: .9375rem
}

form.menu_form input:hover {
    text-decoration: underline
}

input[type=submit]:focus {
    outline: 0
}

form label {
    margin: 0 !important
}

form.menu_form {
    margin-top: .625rem;
    position: absolute;
    z-index: 10
}

li.has-children li.has-children ul {
    position: fixed
}

.cd-dropdown-wrapper {
    z-index: 10;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-dropdown-trigger {
    display: block;
    line-height: 2.5rem;
    color: #fff;
    border-radius: 3px
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46
}

@media only screen and (min-width:67.5rem) {
    .cd-dropdown-trigger {
        font-size: 1.5rem
    }

    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #3f8654
    }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f
    }

    .cd-dropdown-trigger.dropdown-is-active::after, .cd-dropdown-trigger.dropdown-is-active::before {
        width: 14px
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        -webkit-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg)
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
    height: 50px;
    line-height: 3.125rem
}

@media only screen and (min-width:48rem) {
    .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
        height: 60px;
        line-height: 3.75rem
    }
}

@media only screen and (min-width:67.5rem) {
    .cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a {
        height: 50px;
        line-height: 3.125rem
    }
}

.cd-dropdown h2, .cd-dropdown-content .cd-divider, .cd-dropdown-content a, .cd-dropdown-content ul a {
    padding: 0 1.25rem
}

.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111433;
    color: #fff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s 0s, visibility 0s .5s;
    -webkit-transition: visibility 0s .5s, -webkit-transform .5s 0s;
    transition: visibility 0s .5s, -webkit-transform .5s 0s;
    -o-transition: visibility 0s .5s, -o-transform .5s 0s;
    transition: transform .5s 0s, visibility 0s .5s;
    transition: transform .5s 0s, visibility 0s .5s, -webkit-transform .5s 0s, -o-transform .5s 0s
}

.cd-dropdown h2 {
    position: relative;
    z-index: 2;
    color: #585a70;
    background-color: #111433;
    border-bottom: 1px solid #242643
}

@media screen and (max-width:420px) {
    .cd-dropdown h2 {
        font-size: 1.25rem
    }
}

.cd-dropdown .cd-close {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #fff
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s 0s, visibility 0s 0s;
    -webkit-transition: visibility 0s 0s, -webkit-transform .5s 0s;
    transition: visibility 0s 0s, -webkit-transform .5s 0s;
    -o-transition: visibility 0s 0s, -o-transform .5s 0s;
    transition: transform .5s 0s, visibility 0s 0s;
    transition: transform .5s 0s, visibility 0s 0s, -webkit-transform .5s 0s, -o-transform .5s 0s
}

@media only screen and (min-width:48rem) {
    .cd-dropdown .cd-close {
        top: 5px
    }
}

@media only screen and (max-width:74.25rem) {
    #second_menu {
        display: none
    }
}

@media only screen and (min-width:74.1875rem) {
    .mob_menu {
        display: none
    }

    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #fff;
        color: #111433;
        -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
        opacity: 0;
        -webkit-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
        transition: opacity .3s 0s, visibility 0s .3s, -webkit-transform .3s 0s;
        -o-transition: opacity .3s 0s, visibility 0s .3s, -o-transform .3s 0s;
        transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s;
        transition: opacity .3s 0s, visibility 0s .3s, transform .3s 0s, -webkit-transform .3s 0s, -o-transform .3s 0s
    }

    .open-to-left .cd-dropdown {
        right: 0;
        left: auto
    }

    .cd-dropdown .cd-close, .cd-dropdown h2 {
        display: none
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s 0s, visibility .3s 0s, -webkit-transform .3s 0s;
        transition: opacity .3s 0s, visibility .3s 0s, -webkit-transform .3s 0s;
        -o-transition: opacity .3s 0s, visibility .3s 0s, -o-transform .3s 0s;
        transition: opacity .3s 0s, visibility .3s 0s, transform .3s 0s;
        transition: opacity .3s 0s, visibility .3s 0s, transform .3s 0s, -webkit-transform .3s 0s, -o-transform .3s 0s
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    padding-top: 3.125rem
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid
}

.cd-dropdown-content li:first-of-type>a, .cd-dropdown-content ul li:first-of-type>a {
    border-top-width: 0
}

.cd-dropdown-content li:last-of-type>a, .cd-dropdown-content ul li:last-of-type>a {
    border-bottom-width: 1px
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: .625rem;
    padding-bottom: .625rem;
    background-color: #242643;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .0625rem;
    color: #585a70;
    text-transform: uppercase
}

.cd-dropdown-content .cd-divider+li>a, .cd-dropdown-content ul .cd-divider+li>a {
    border-top-width: 0
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content .cd-search, .cd-dropdown-content a, .cd-dropdown-content ul .cd-divider, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul a, .cd-dropdown-content ul>li>form {
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s, -o-transform .3s
}

.cd-dropdown-content ul.is-hidden, .cd-dropdown-content.is-hidden {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.cd-dropdown-content ul.is-hidden>.cd-divider, .cd-dropdown-content ul.is-hidden>li>.cd-search, .cd-dropdown-content ul.is-hidden>li>a, .cd-dropdown-content ul.move-out>.cd-divider, .cd-dropdown-content ul.move-out>li>.cd-search, .cd-dropdown-content ul.move-out>li>a, .cd-dropdown-content ul.move-out>li>form, .cd-dropdown-content.is-hidden>.cd-divider, .cd-dropdown-content.is-hidden>li>.cd-search, .cd-dropdown-content.is-hidden>li>a, .cd-dropdown-content.move-out>.cd-divider, .cd-dropdown-content.move-out>li>.cd-search, .cd-dropdown-content.move-out>li>a {
    opacity: 0
}

.cd-dropdown-content ul.move-out>.cd-divider, .cd-dropdown-content ul.move-out>li>.cd-search, .cd-dropdown-content ul.move-out>li>a, .cd-dropdown-content ul.move-out>li>form, .cd-dropdown-content.move-out>.cd-divider, .cd-dropdown-content.move-out>li>.cd-search, .cd-dropdown-content.move-out>li>a {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch
}

@media only screen and (min-width:48rem) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 3.75rem
    }

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        font-size: 1.8rem
    }
}

@media only screen and (min-width:67.5rem) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible
    }

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #111433;
        height: 50px;
        line-height: 3.125rem;
        font-size: 1.5rem;
        border-color: #ebebeb
    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb
    }

    .cd-dropdown-content .cd-divider+li>a, .cd-dropdown-content ul .cd-divider+li>a {
        border-top-width: 1px
    }

    .cd-dropdown-content ul.is-hidden>.cd-divider, .cd-dropdown-content ul.is-hidden>li>.cd-search, .cd-dropdown-content ul.is-hidden>li>a, .cd-dropdown-content ul.move-out>.cd-divider, .cd-dropdown-content ul.move-out>li>.cd-search, .cd-dropdown-content ul.move-out>li>a, .cd-dropdown-content.is-hidden>.cd-divider, .cd-dropdown-content.is-hidden>li>.cd-search, .cd-dropdown-content.is-hidden>li>a, .cd-dropdown-content.move-out>.cd-divider, .cd-dropdown-content.move-out>li>.cd-search, .cd-dropdown-content.move-out>li>a {
        opacity: 1
    }
}

.cd-dropdown-content .see-all a {
    color: #fff
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 5rem
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 5.625rem
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -1.25rem
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 4.6875rem;
    position: relative
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    display: none
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -1.25rem;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url(../img/nucleo-icon-1.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url(../img/nucleo-icon-2.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url(../img/nucleo-icon-3.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url(../img/nucleo-icon-4.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url(../img/nucleo-icon-5.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url(../img/nucleo-icon-6.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url(../img/nucleo-icon-7.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url(../img/nucleo-icon-8.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url(../img/nucleo-icon-9.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url(../img/nucleo-icon-10.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url(../img/nucleo-icon-11.svg)
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url(../img/nucleo-icon-12.svg)
}

@media only screen and (min-width:67.5rem) {
    .cd-dropdown-content {
        position: static;
        height: auto;
        width: 280px
    }

    .cd-dropdown-content>li:last-of-type a {
        border-bottom: none
    }

    .no-touch .cd-dropdown-content>li:not(.has-children) a:hover {
        color: #3f8654
    }

    .cd-dropdown-content.move-out>.cd-divider, .cd-dropdown-content.move-out>li>.cd-search, .cd-dropdown-content.move-out>li>a {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons, .cd-dropdown-content .cd-secondary-dropdown {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 14px rgba(0, 0, 0, .1)
    }

    .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after, .cd-dropdown-content .cd-secondary-dropdown::after {
        clear: both;
        content: "";
        display: table
    }

    .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons, .open-to-left .cd-dropdown-content .cd-secondary-dropdown {
        left: auto;
        right: 100%
    }

    .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden, .cd-dropdown-content .cd-secondary-dropdown.is-hidden {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in, .cd-dropdown-content .cd-secondary-dropdown.fade-in {
        -webkit-animation: cd-fade-in .2s;
        -o-animation: cd-fade-in .2s;
        animation: cd-fade-in .2s
    }

    .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out, .cd-dropdown-content .cd-secondary-dropdown.fade-out {
        -webkit-animation: cd-fade-out .2s;
        -o-animation: cd-fade-out .2s;
        animation: cd-fade-out .2s
    }

    .cd-dropdown-content .cd-dropdown-gallery>.go-back, .cd-dropdown-content .cd-dropdown-icons>.go-back, .cd-dropdown-content .cd-secondary-dropdown>.go-back {
        display: none
    }

    .cd-dropdown-content .cd-dropdown-gallery>.see-all, .cd-dropdown-content .cd-dropdown-icons>.see-all, .cd-dropdown-content .cd-secondary-dropdown>.see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center
    }

    .cd-dropdown-content .cd-dropdown-gallery>.see-all a, .cd-dropdown-content .cd-dropdown-icons>.see-all a, .cd-dropdown-content .cd-secondary-dropdown>.see-all a {
        margin: 0;
        height: 100%;
        line-height: 2.8125rem;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color .2s, background-color .2s;
        -o-transition: color .2s, background-color .2s;
        transition: color .2s, background-color .2s
    }

    .no-touch .cd-dropdown-content .cd-dropdown-gallery>.see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons>.see-all a:hover, .no-touch .cd-dropdown-content .cd-secondary-dropdown>.see-all a:hover {
        color: #fff;
        background-color: #111433
    }

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a, .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a {
        border: none
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 1.25rem 1.875rem 6.25rem
    }

    .cd-dropdown-content .cd-dropdown-gallery>.see-all, .cd-dropdown-content .cd-dropdown-icons>.see-all {
        width: calc(100% - 60px)
    }

    .cd-dropdown-content .cd-dropdown-icons>li, .cd-dropdown-content .cd-secondary-dropdown>li {
        width: 50%;
        float: left
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 4.0625rem
    }

    .cd-dropdown-content .cd-secondary-dropdown::before {
        position: absolute;
        content: "";
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: #ebebeb
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>a {
        color: #3f8654;
        font-size: 1.6rem;
        margin-bottom: .625rem;
        line-height: 1.875rem;
        height: 30px;
        pointer-events: none
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>a::after, .cd-dropdown-content .cd-secondary-dropdown>li>a::before {
        display: none
    }

    .cd-dropdown-content .cd-secondary-dropdown.move-out>li>a {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .cd-dropdown-content .cd-secondary-dropdown>li {
        margin: 1.25rem 0;
        border-right-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 1.875rem;
        height: 250px
    }

    .cd-dropdown-content .cd-secondary-dropdown>li:nth-of-type(2n) {
        border-right-width: 0
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>ul {
        -webkit-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto
    }

    .cd-dropdown-content .cd-secondary-dropdown>li>ul>.go-back {
        display: none
    }

    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 1.5625rem;
        height: 25px;
        font-size: 1.3rem;
        padding-left: 0
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 1.5625rem;
        overflow: hidden;
        height: auto
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 1.25rem;
        color: transparent
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::after, .cd-dropdown-content .cd-secondary-dropdown .go-back a::before {
        left: 0
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 6.25rem
    }

    .cd-dropdown-content .cd-dropdown-gallery>li {
        width: 48%;
        float: left;
        margin-right: 4%
    }

    .cd-dropdown-content .cd-dropdown-gallery>li:nth-of-type(2n) {
        margin-right: 0
    }

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #3f8654;
        margin-bottom: 2em
    }

    .cd-dropdown-content .cd-dropdown-gallery>li:last-of-type a, .cd-dropdown-content .cd-dropdown-gallery>li:nth-last-of-type(2) a {
        margin-bottom: 0
    }

    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 .6em
    }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 1.5rem 0 0 5.3125rem
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #3f8654;
        font-weight: 700
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        left: 25px
    }

    .cd-dropdown-content>.has-children>ul {
        visibility: hidden
    }

    .cd-dropdown-content>.has-children>ul.is-active {
        visibility: visible
    }

    .cd-dropdown-content>.has-children>.cd-secondary-dropdown.is-active>li>ul {
        visibility: visible
    }

    .cd-dropdown-content>.has-children>a.is-active {
        -webkit-box-shadow: inset 2px 0 0 #3f8654;
        box-shadow: inset 2px 0 0 #3f8654;
        color: #3f8654
    }

    .cd-dropdown-content>.has-children>a.is-active::after, .cd-dropdown-content>.has-children>a.is-active::before {
        background: #3f8654
    }

    .open-to-left .cd-dropdown-content>.has-children>a.is-active {
        -webkit-box-shadow: inset -2px 0 0 #3f8654;
        box-shadow: inset -2px 0 0 #3f8654
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-o-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

@-o-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: visible
    }
}

.cd-search input[type=search] {
    width: 100%;
    height: 50px;
    padding: 0 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #fff;
    border: none;
    border-radius: 0
}

.cd-search input[type=search]::-webkit-input-placeholder {
    color: #fff
}

.cd-search input[type=search]::-moz-placeholder {
    color: #fff
}

.cd-search input[type=search]:-moz-placeholder {
    color: #fff
}

.cd-search input[type=search]:-ms-input-placeholder {
    color: #fff
}

.cd-search input[type=search]:focus {
    background: #fff;
    color: #111433;
    outline: 0
}

.cd-search input[type=search]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, .4)
}

.cd-search input[type=search]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, .4)
}

.cd-search input[type=search]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, .4)
}

.cd-search input[type=search]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, .4)
}

@media only screen and (min-width:67.5rem) {
    .cd-search input[type=search] {
        background-color: #ebebeb
    }

    .cd-search input[type=search]::-webkit-input-placeholder {
        color: #b3b3b3
    }

    .cd-search input[type=search]::-moz-placeholder {
        color: #b3b3b3
    }

    .cd-search input[type=search]:-moz-placeholder {
        color: #b3b3b3
    }

    .cd-search input[type=search]:-ms-input-placeholder {
        color: #b3b3b3
    }
}

a.cd-dropdown-trigger {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: round;
    height: 30px;
    width: 30px;
    margin-top: .625rem;
    line-height: 1;
    border: 1px solid #fff
}

.go-back a, .has-children>a {
    position: relative
}

.go-back a::after, .go-back a::before, .has-children>a::after, .has-children>a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -.0625rem;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.go-back a::before, .has-children>a::before {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.go-back a::after, .has-children>a::after {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (min-width:67.5rem) {
    .go-back a::after, .go-back a::before, .has-children>a::after, .has-children>a::before {
        background: #b3b3b3
    }
}

.has-children>a {
    padding-right: 2.5rem
}

.has-children>a::after, .has-children>a::before {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%
}

@media only screen and (min-width:67.5rem) {
    .open-to-left .cd-dropdown-content>.has-children>a {
        padding-left: 2.5rem;
        padding-right: 1.25rem
    }

    .open-to-left .cd-dropdown-content>.has-children>a::after, .open-to-left .cd-dropdown-content>.has-children>a::before {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%
    }
}

.cd-dropdown-content .go-back a {
    padding-left: 2.5rem
}

.cd-dropdown-content .go-back a::after, .cd-dropdown-content .go-back a::before {
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%
}

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none
}

@media (max-width:53.0625rem) and (min-width:40.8125rem) {
    form.menu_form input[type=submit] {
        font-size: 1rem
    }

    .cd-dropdown-content .see-all a {
        font-size: 1rem
    }
}

@media (max-width:40.75rem) and (min-width:26.875rem) {
    form.menu_form input[type=submit] {
        font-size: .875rem
    }

    .cd-dropdown-content .see-all a {
        font-size: .875rem
    }
}

.dropdown-menu.megamenu.show#main_menu {
    -webkit-column-count: initial;
    -moz-column-count: initial;
    column-count: initial;
    min-width: 330px;
    margin-top: -.3125rem;
    margin-left: -.0625rem
}

.dropdown-menu.megamenu.show#main_menu ul.list-unstyled.active {
    min-width: 400px;
    list-style: disc;
    padding-left: 1.875rem;
    color: #303a65;
    border: 1px solid #f0f5f9;
    border-radius: .25rem;
    margin-top: -.3125rem;
    margin-left: -.0625rem
}

h6.title {
    margin-bottom: 1.125rem
}