@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Light.eot');
    src: url('/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-Light.woff2') format('woff2'),
        url('/fonts/Raleway-Light.woff') format('woff'),
        url('/fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-ExtraBold.eot');
    src: url('/fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('/fonts/Raleway-ExtraBold.woff') format('woff'),
        url('/fonts/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Bold.eot');
    src: url('/fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-Bold.woff2') format('woff2'),
        url('/fonts/Raleway-Bold.woff') format('woff'),
        url('/fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-ExtraLight.eot');
    src: url('/fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-ExtraLight.woff2') format('woff2'),
        url('/fonts/Raleway-ExtraLight.woff') format('woff'),
        url('/fonts/Raleway-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Regular.eot');
    src: url('/fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-Regular.woff2') format('woff2'),
        url('/fonts/Raleway-Regular.woff') format('woff'),
        url('/fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Medium.eot');
    src: url('/fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-Medium.woff2') format('woff2'),
        url('/fonts/Raleway-Medium.woff') format('woff'),
        url('/fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Black.eot');
    src: url('/fonts/Raleway-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-Black.woff2') format('woff2'),
        url('/fonts/Raleway-Black.woff') format('woff'),
        url('/fonts/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-Thin.eot');
    src: url('/fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-Thin.woff2') format('woff2'),
        url('/fonts/Raleway-Thin.woff') format('woff'),
        url('/fonts/Raleway-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-SemiBold.eot');
    src: url('/fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Raleway-SemiBold.woff2') format('woff2'),
        url('/fonts/Raleway-SemiBold.woff') format('woff'),
        url('/fonts/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


body,
html {
font-family: 'Raleway';
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
.container .row {
    margin-bottom: 0;
}
div#footer {
    background: #079DAC;
    color: #fff;
    height: 80px;
}

div#footer_text {
    line-height: 80px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
div#header {
    height: 80px;
    background-color: #079eac;
    padding: 10px;
    font-size: 0;
}

div#logo img {
    height: 100%;
}

div#logo {
    height: 60px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

div#logo_text {
    display: inline-block;
    vertical-align: middle;
}

div#logo_text_line_1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

div#logo_text_line_2 {
    line-height: 30px;
    color: #fff;
    font-size: 22px;
}

body {
    background: #2C2C2C;
}

div#main {
    padding: 40px 0;
}
div#main_1 {
    margin-bottom: 40px;
}

.one_cat {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    line-height: 42px;
    border: 4px solid #079eac;
    color: #079eac;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}

div#select_cat {
    text-align: center;
    font-size: 0;
}

.one_cat.select {
    background-color: #079eac;
    color: #fff;
}

.one_cat:hover {
    background-color: #079eac;
    color: #fff;
}
.big_one_mod_pic {
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.block_big {
    background-color: #fff;
    border-radius: 10px;
}

.big_one_icon img {
    width: 80px;
    border-radius: 8px;
}

.big_one_icon {
    float: left;
}
.one_mod_pic img {
    width: 100%;
    border-radius: 8px;
}

.one_mod_pic {
    width: 80px;
    float: left;
}

div#adm_main_block {
    margin-top: 80px;
}

.one_mod {
    margin-bottom: 30px;
    height: 80px;
}

.one_mod_text {
    color: #111;
    margin-left: 90px;
}

.one_mod_text h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 5px;
}

.one_mod_text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.big_one_icon {
    font-size: 0;
}

.big_one_mod_text {
    margin-left: 90px;
}

.big_one_mod_text h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 5px;
}

.big_one_right_top {
    height: 80px;
    margin-bottom: 40px;
}

.big_one_mod_text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.big_one_right {
    padding: 40px 0;
    padding-right: 30px;
}

.big_one_mod_resume {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
    max-height: 192px;
    overflow: hidden;
}

.big_one_mod_more a {
    color: #079eac;
    font-weight: bold;
}
.popul_mod {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}

.big_one_mod_pic {
    position: relative;
}
div#main_user,#main_os,#main_bl,#main_av,#main_bd,#main_dataemp,#main_hr,#main_mark,#main_ae {
    display: none;
}

div#user_main_block {
    margin-top: 80px;
}
.big_one_mod_text p.ital_big_one {
    font-weight: 100;
    line-height: 20px;
}

.one_mod_text p.ital_big_one {
    font-weight: 100;
    line-height: 20px;
}
div#item_mod_page {
    color: #111;
}

div#item_mod_page h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 25px;
}

div#btm_bl_more {
    margin-top: 60px;
}

div#cen_bl {
    margin-top: 60px;
}

div#item_mod_page p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 16px;
}
div#item_mod_page .one_mod_text p.ital_big_one {
    margin-bottom: 0;
}

div#item_mod_page .one_mod_text p {
    margin-bottom: 0px;
}

.one_mod_text h4 {
    margin-bottom: 10px;
}

img {
    max-width: 100%;
    max-height:450px;
    border-radius: 8px;
}
.left_big_pic {
    height: 400px;
    position: relative;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.populas {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.big_block_top {
    background-color: #fff;
}

.one_mod_pic {
    font-size: 0;
}

.big_one_mod_pic {
    width: 80px;
    float: left;
}

.big_one_mod {
    height: 80px;
    margin-bottom: 40px;
}

.big_one_mod .big_one_mod_pic {
    height: 80px;
}

.big_one_mod_text_text {
    max-height: 210px;
    overflow: hidden;
}
.big_one_mod_mod {
    padding: 40px 0;
    padding-right: 20px;
}

.big_one_mod_text_text {
    max-height: 168px;
    line-height: 24px;
}

.big_one_mod {
    margin-bottom: 30px;
}

.big_one_mod_text_urla {
    margin-top: 15px;
}

.big_one_mod_text_urla a {
    color: #079eac;
}

.big_block_top {
    border-radius: 10px;
}
a.back_btn {
    background-color: #079fac;
    color: #fff;
    width: 40px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
}

div#item_mod_page_top_icon {
    width: 100px;
    float: left;
}

div#item_mod_page_top_zag {
    margin-left: 120px;
}

div#item_mod_page_top_zag h1 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
}

div#item_mod_page_top_top {
    margin-bottom: 40px;
}

div#item_mod_page_top_zag p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

div#item_mod_page_top_zag p.italic {
    font-weight: 100;
}

div#desctop_desc p {
    font-size: 14px;
}

div#logo img {
    border-radius: 0;
}

.container {
    width: 95%;
    max-width: 1280px;
}

div#mobile_check_in {
    border-radius: 20px;
    background-color: #079fac;
    text-align: center;
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}

div#mobile_check {
    text-align: center;
    margin: 30px;
}

div#mobile_desc {
    margin-top: 30px;
}

a.back_btn {
    margin-bottom: 30px;
}
div#header {
    border-radius: 0 0 10px 10px;
}

body {
    background-color: #F5F7FA;
}

div#select_cat {
    background-color: #ECECEC;
    border-radius: 25px;
    font-size: 0;
    height: 50px;
    line-height: 50px;
    padding: 5px;
}

.one_cat {
    width: 50%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 40px;
    background-color: transparent;
    color: black;
    font-size: 16px;
    transition: 0.5s;
}

.one_cat.select {background-color: #fff;color: #000;}

.one_cat:hover {
    background-color: #fff;
    color: #000;
}
div#footer_text {
    font-weight: 500;
    text-align: left;
}
.one_mod {
    height: 460px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    border: #E9E9E9;
    box-shadow: 0px 8.46489143371582px 12.69733715057373px 0px #1E1E1E0A;
}

.one_mod_pic {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.one_mod_pic img {
    width: 40px;
    position: absolute;
    border-radius: 0;
    top: 10px;
    right: 10px;
}

body {
    background-color: #f2f4f8;
}

.one_mod_text {
    margin: 0;
    margin-left: 0;
}

.one_mod_text p.podzag {
    color: #079DAC;
    font-size: 16px;
}

.one_mod_text p {
    color: #757575;
    font-weight: 400;
}

.one_mod_text p.ital_big_one {
    font-weight: 400;
}

.mor_ab {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.mor_ab a {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 20px;
    background-color: #303030;
    color: #fff;
    border-radius: 20px;
}

.container {
    max-width: 1132px;
}
.big_block_top {
    border-radius: 20px;
    box-shadow: 0px 8px 12px 0px #1E1E1E0A;
}

.big_block_top_one {
    padding: 20px;
}

.left_big_pic {
    height: 300px;
}

.big_one_mod_text {
    margin: 0;
}

.big_one_mod_mod {
    position: relative;
    padding: 0;
    height: 100%;
    padding: 30px 20px;
    padding-right: 100px;
}

.big_one_mod_mod_star {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 0;
    background-color: #FFE0D4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big_one_mod_text h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
}

p.big_one_mod_podzag {
    color: #079DAC;
    font-size: 16px;
    margin-bottom: 10px;
}

.big_one_mod_text p {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.big_one_mod_text p.ital_big_one {
    font-weight: 400;
}

.big_block_top_one .row .col.s12.m6.l8 {
    height: 100%;
}

.big_block_top_one .row {
    height: 100%;
}

.big_one_mod {
    height: auto;
    margin-bottom: 30px;
}

.big_one_mod_text_text {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}

.left_big_pic {
    border-radius: 20px;
    position: relative;
}

.left_big_pic img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
}

.big_one_mod_text_urla a {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #303030;
    color: #fff;
    border-radius: 20px;
    width: auto;
    display: inline-block;
}

div#adm_main_block, div#user_main_block {
    margin-top: 30px;
}
div#item_mod_page .big_block_top_one {
    padding: 0;
}

div#item_mod_page .big_one_mod_mod {
    padding-top: 0;
}

.one_mod_text h4 {
    max-height: 75px;
    overflow: hidden;
}

.one_mod_pic {
    float: none;
}
a#zakaz_btn {
    cursor: pointer;
}
div#bg_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    display: none;
}

div#bg_bg_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#modal_in {
    width: 300px;
}

div#modal_block {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

div#modal_block h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
    line-height: 20px;
}

.cont_form_1_right_btn {
    margin-top: 10px;
}

.cont_form_1_right_btn button {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 20px;
    background-color: #303030;
    color: #fff;
    border-radius: 20px;
    border: 0;
}
.docs {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.docs a {
    display: block;
    padding: 0 20px;
    border: 1px solid #000;
    color: #000;
}
div#footer_text_right {
    line-height: 80px;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
}

div#footer_text_right a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
div#docs h1 {
    font-size: 34px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.one_doc_title a {
    color: #000;
    text-decoration: underline;
    font-size: 20px;
}

.one_doc_desc {
    margin-bottom: 40px;
}

.one_doc_desc p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 24px;
}

.one_doc_title {
    margin-bottom: 10px;
    font-weight: 600;
}
.one_cat {
    width: 25%;
}
div#select_cat {
    height: 100px;
}
div#modal_block {
    position: relative;
}

div#close_modal {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    top: 10px;
    cursor: pointer;
    text-align: center;
}
div#send_i {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 20px;
    background-color: #303030;
    color: #fff;
    border-radius: 20px;
    border: 0;
    display: inline-block;
    cursor: pointer;
}
div#footer {
    height: auto;
    padding: 20px 0;
}

div#footer_text_right {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 0;
}

div#footer_text_right a {
    font-weight: 500;
}
div#footer_text {
    font-weight: 200;
    text-align: left;
    line-height: 40px;
    font-size: 16px;
}
div#select_cat {
    height: auto;
    font-size: 0;
}

.one_cat {
    line-height: 40px!important;
}
/* Stylesheet: main Modified On 2024-02-28 14:18:49 */
