@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');

* {
    font-family: 'Nunito', sans-serif
}

#content, body, html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    border: 0;
    color: #444;
    background-color: #fbfbfb;
}

#wrap {
    min-width: 100%;
    min-height: 100%;
    display: table;
}

#content {
    padding: 0 0 190px;
}

@-moz-document url-prefix() {
    #content {
        padding: 46px 0 190px
    }
}

.navi-head {
    width: 100%;
    font-size: 16px
}

.navi-home {
    margin: 4px 4px 0 0;
    width: 20px;
    height: 22px;
    background: url(//f.nodacdn.net/416790) center no-repeat;
    background-size: 21px;
    float: left;
}


.navi-home:hover {
    background: url(//f.nodacdn.net/416791) center no-repeat;
    background-size: 21px;

    cursor: pointer
}

.navi-sep {
    width: 20px;
    height: 32px;
    background: url(//f.nodacdn.net/416793) center center no-repeat
}

#navi-insert, .navi-path, .navi-sep {
    margin: 0 4px 0 0;
    float: left
}

#navi-insert {
    height: 32px
}

.navi-path {
    line-height: 32px
}

.navi-path-link a {
    float: left;
    color: #000;
    text-decoration: none
}

.navi-path-link a:hover {
    color: #00a2ff;
    text-decoration: underline
}

#scrollUp {
    width: 40px;
    height: 40px;
    opacity: .3;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background: url(../images/icon_top.png) no-repeat;
    z-index: 9999
}

#scrollup:hover {
    background: url(../images/icon_top_hover.png) no-repeat
}

.header-area {
    flex-flow: row nowrap;
    width: 1256px;
    padding: 0 0 8px 332px
}

.shop-area {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 973px;
    margin: 0 0 10px
}

.map-area {
    width: 543px;
    position: relative
}

.show-shop-des {
    font-size: 12px;
    padding: -2px
}

.shop-list {
    height: 100%;
    font-size: 16px;
    position: relative;
    list-style-type: none
}

.show-shop-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    width: 430px;
    margin: 0 0 10px 0;
    text-align: left;
    color: #3f3f3f
}

.shop-information {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

#open-all:hover, .show-shop-button:hover, .to-shop-button:hover {
    background: #e7e7e7
}

.shop-photo {
    cursor: pointer;
    float: left;
    margin: 0 10px 0 0;
    height: 120px;
    width: 245px
}

.popup, .popup-bg {
    position: absolute;
    height: 100%;
    width: 100%
}

.popup {
    top: 0;
    left: 0;
    display: none;
    text-align: center
}

.popup-bg {
    background-color: rgba(0, 0, 0, .4) !important;
    z-index: 6
}

.popup-img {
    position: relative;
    margin: 200px auto;
    z-index: 7;
    max-height: 100%;
    max-width: 100%
}

.shop-ip {
    font-size: 10px;
    color: #acacac
}

.show-shop-address {
    font-size: 14px;
}

#map {
    width: 543px;
    height: 770px;
}

@media screen and (max-width: 800px) {
	
	#content, body, html {
		width: 100%;
		height: 100%;
	}

	body {
		margin: 0 auto;
		padding: 0;
		font-size: 12px;
		border: 0;
		color: #444;
		background-color: #f0f0f0;
	}

	#wrap {
		min-width: 100%;
		min-height: 100%;
		display: table;
	}

	#content {
		padding: 0 0 10px;
	}

    .shop-area {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .show-shop-button {
        width: 100%;
        height: 105px;
        text-align: left;
        color: #3f3f3f
    }

    .show-shop-address {
        font-size: 12px;
        float: bottom;
        margin: 0 0 0 3px
    }

    .map-area {
        width: 100%;
        position: relative
    }

    #map {
        width: 100%;
        height: 400px;
    }

    .shop-ip {
        left: 42%;
        margin-top: -18px;
        position: absolute;
        font-size: 12px;
        color: #acacac;
    }
}
/*index.css*/
#component {
    margin: -8px auto;
    width: 1260px;
}

#component-left {
    width: 273px;
    min-height: 1px;
    float: left;
}

#component-left-menu {
    width: 273px;
}

#component-right {
    text-align: center;
    width: 975px;
    float: left;
    margin: 0 0 190px 10px;
}

#component-right-head {
    text-align: left;
    padding: 2px 20px;
    max-width: 100%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 18px;
    border: 1px solid #bfbfbf;
}

#component-right-head a {

}

#component-right-head a:hover {
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    #component {
        margin: 0;
        width: 100%;
    }
    #component-left {
        display: none !important;
    }

    #component-right {
        text-align: center;
        width: 100%;
        float: left;
        margin: 0;
    }

    #component-right-head-mobile {
        width: 25%;
        text-align: left;
        margin-left: 24px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 18px;
        height: 20px;
        margin-bottom: 10px;
        background: url("../../../images/goods/back.svg") left center no-repeat;
        background-size: 20px;
        cursor: pointer;
    }

    .vacancies-header p {
        font-size: 14px!important;
    }
    .vacancies-header h2 {
        font-size: 16px!important;
    }
    .acc_ctrl h2 {
        font-size: 16px!important;
    }

}

/*vacancies.css*/

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:700&display=swap');

.vacancies-header h2 {
    color: #ff160a;
    font-family: 'Exo 2', sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 10px;
    text-transform: uppercase;
}

.vacancies-header p {
    font-family: 'Exo 2', sans-serif;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px;
    text-align: left;

}

.acc_ctrl h2 {
    color: #004a9b;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}


p {
    color: #666666;
    font-family: 'Exo 2', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px;
    text-align: left;
}

.container {
    max-width: 1256px;
    margin: 0 0 190px auto;
}

.acc {
    margin: 10px 0 0px 0;
    overflow: hidden;
    padding: 0;
}

.acc li {
    list-style-type: none;
    padding: 0;
}

#pk-form {
    background: #fbfbfb;
    border: none;
    border-bottom: solid 1px #F2F2F2;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 2em;
    position: relative;
    text-align: center;
    width: 100%;
}

.acc_ctrl {
    background: #fbfbfb;
    border: none;
    border-bottom: solid 1px #F2F2F2;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 1em;
    position: relative;
    text-align: center;
    width: 100%;
}

.acc_ctrl:before {
    background: #44596B;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;
}

.acc_ctrl:after {
    background: #44596B;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

.acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.acc_ctrl.active h2, .acc_ctrl:focus h2 {
    position: relative;
}

.acc_panel {
    background: #F2F2F2;
    display: none;
    overflow: hidden;
}

.acc_panel h2 {
    color: #5f5f5f;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0 0 16px;
    text-align: left;
    text-transform: uppercase;
}

.to-full, .to-download {
	display: inline-block;
	float:left;
	position: relative;
    top: 50%;
    border: none;
    outline: none;
    font-family: 'Noto Sans', sans-serif;
    background-color: #ff000f;
    margin: 20px;
    font-size: 16px;
    width: 180px;
    line-height: 50px;
    color: #ffffff;
    cursor: pointer;
}

.header-vac {
    display: flex;
    float: left;
    width: auto;
    font-size: 16px;
    margin: 10px 0 10px 0;
    text-align: left;
    padding: 0 0 0 10px;
    border-left: 6px solid red;
}

.header-essence {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    width: 1150px;
}

#component-right-head-mobile {
    display: none;
}

@media screen and (max-width: 800px) {
    #component-right-head-mobile {
        display: block;
        width: 25%;
        text-align: left;
        margin-left: 24px;
        padding-left: 30px;
        font-size: 18px;
        line-height: 18px;
        height: 20px;
        margin-bottom: 10px;
        background: url("../../../images/goods/back.svg") left center no-repeat;
        background-size: 20px;
        cursor: pointer;
    }

    #component-right-head {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .header-essence {
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around;
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 10px;
    }

    .header-vac {
        font-size: 12px!important;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        width: auto;
        margin: 0 0 10px 0;
        text-align: left;
        padding: 0 0 0 10px;
        border-left: 6px solid red;
    }
}