@font-face {
    font-family: 'GROBOLD';
    font-style: normal;
    src: url(fonts/grobold_0-webfont.eot);
    src: url(fonts/GROBOLD_0.ttf) format('truetype')
}

body {
    background-color: #fff;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
    font-size: 15px;
    color: #34495e;
    line-height: 1.3;
    font-weight: 400;
    min-width: 310px
}

p, ul, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

html, body {
    height: 100%
}

ul {
    list-style: none
}

img {
    border: 0;
    max-width: 100%
}

article, aside, footer, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

*:focus {
    outline: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.clear10 {
    clear: both;
    height: 10px
}

.bold {
    font-weight: 700
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.ov_hidden {
    overflow: hidden;
    display: block
}

a {
    text-decoration: none;
    color: #ff8000
}

.wrapper {
    min-height: 100%;
    position: relative;
    background: url(../images/background.jpg) repeat 0 0;
    overflow: hidden
}

footer {
    background: url(../images/background-footer.jpg) repeat 0 0;
    padding: 15px 10px;
    margin-top: -58px;
    position: relative;
    height: 28px;
    z-index: 9
}

.footer_body {
    max-width: 960px;
    margin: 0 auto;
    color: #ededec;
    font-size: 14px;
    line-height: 26px;
    position: relative
}

.footer_menu li {
    float: left;
    margin: 0 7px
}

.footer_menu li a {
    color: #ededec
}

.footer_menu li a:hover {
    text-decoration: underline
}

.facebook {
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url(../images/footer_social_icon.png) no-repeat 0 0;
    cursor: pointer;
    margin: 0 3px
}

.twitter {
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url(../images/footer_social_icon.png) no-repeat -50px 2px;
    cursor: pointer;
    margin: 0 3px
}

.google {
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url(../images/footer_social_icon.png) no-repeat -25px 1px;
    cursor: pointer;
    margin: 0 3px
}

.footer_social {
    text-align: center
}

.header_line {
    height: 8px;
    background: url(../images/hader_line.png) repeat 0 0
}

.main_header {
    max-width: 960px;
    margin: 10px auto;
    padding: 0 10px 20px
}

.main_menu {
    float: right
}

.sign_in {
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
    color: #f2725c;
    font-weight: 500;
    cursor: pointer;
    margin-top: 12px
}

.country {
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
    color: #34495e;
    font-weight: 500;
    cursor: pointer;
    margin-top: 12px;
    position: relative
}

.country span {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #34495e;
    border-bottom: 0px;
    display: inline-block;
    margin-left: 5px
}

.header_profile {
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
    color: #f2725c;
    font-weight: 500;
    cursor: pointer;
    margin-top: 12px;
    position: relative;
    z-index: 5
}

.header_profile span {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #34495e;
    border-bottom: 0px;
    display: inline-block;
    margin-left: 5px
}

.country_menu {
    position: absolute;
    width: 90px;
    top: 100%;
    border: 2px solid #34495e;
    padding: 5px 10px;
    background: #f6f6f6;
    left: -15px;
    border-radius: 8px;
    font-size: 13px;
    color: #34495e;
    display: none;
    text-align: left;
    z-index: 5
}

.country_menu li {
    padding: 2px 0px;
    display: block
}

.country_menu li a {
    color: #34495e;
    display: block
}

.country_menu li a:hover, .country_menu li.active a, .country_menu li.active {
    color: #1ba99e
}

.header_profile_menu {
    position: absolute;
    width: 90px;
    top: 100%;
    border: 2px solid #34495e;
    padding: 5px 10px;
    background: #f6f6f6;
    left: -30px;
    border-radius: 8px;
    font-size: 13px;
    color: #34495e;
    display: none;
    text-align: left;
    z-index: 5
}

.header_profile_menu li {
    padding: 2px 0px;
    display: block
}

.header_profile_menu li a {
    color: #34495e;
    display: block
}

.header_profile_menu li a:hover, .header_profile_menu li.active a, .header_profile_menu li.active {
    color: #1ba99e
}

.language {
    font-size: 23px;
    color: #34495e;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    display: inline-block
}

.copyright {
    float: left
}

h2 {
    font-family: 'GROBOLD';
    color: #34495e;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 7px
}

h2 span {
    color: #ed715c;
    font-size: 20px
}

.content {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 10px 80px
}

.content_block {
    border: 3px solid #bdc3c7;
    background: #f6f6f6;
    padding: 15px 20px;
    border-radius: 8px
}

.table_label {
    float: left;
    font-size: 15px;
    color: #34495e;
    font-weight: 500;
    width: 29%;
    position: relative;
    text-align: right;
    padding-top: 9px
}

.table_label span {
    color: #f2725c;
    margin-right: -10px
}

.table_item {
    margin-left: 32%
}

input[type="text"], input[type='password'] {
    border: 2px solid #bdc3c7;
    background: #fbfbfb;
    border-radius: 5px;
    box-shadow: none;
    color: #34495E;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding: 8px 10px 9px;
    text-indent: 1px;
    width: 310px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s
}

input[type="text"]:focus, input[type='password']:focus, textarea:focus {
    border-color: #1BA99E
}

input[type="text"].error, input[type='password'].error, textarea.error {
    border-color: #f2725c !important
}

textarea {
    border: 2px solid #bdc3c7;
    border-radius: 5px;
    box-shadow: none;
    color: #34495E;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    padding: 8px 10px 9px;
    text-indent: 1px;
    width: 310px;
    min-height: 60px;
    max-height: 60px;
    background: #fbfbfb;
    height: 17px;
    line-height: 17px;
    resize: none;
    overflow: hidden;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s
}

.table_item .slect_block {
    max-width: 334px
}

.table_item .ui-slider {
    max-width: 334px
}

.btn {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    text-align: center
}

.btn_big {
    display: inline-block;
    margin: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    border: none;
    font-family: 'Ubuntu', sans-serif;
    text-align: center
}

.green {
    background: #1ba99e;
    box-shadow: 0 3px 0px #0f7c74
}

.green:hover {
    background: #4fd0c9;
    box-shadow: 0 3px 0px #32b2ac
}

.green:active, .green.active {
    background: #4fd0c9;
    box-shadow: 0 1px 0px #0f7c74;
    top: 2px
}

.orange {
    background: #f2725c;
    box-shadow: 0 3px 0px #e55339
}

.orange:hover {
    background: #fa8470;
    box-shadow: 0 3px 0px #f2725c
}

.orange:active, .orange.active {
    background: #fa8470;
    box-shadow: 0 1px 0px #f2725c;
    top: 2px
}

.upload_file {
    overflow: hidden;
    vertical-align: top;
    margin-top: -2px
}

.upload_file input {
    opacity: 0;
    filter: alpha(opacity = 0);
    font-size: 80px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer
}

.table_item_subtext {
    color: #34495e;
    font-size: 12px;
    font-weight: 500
}

.error_form {
    padding: 12px;
    background: #f2725c;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 310px;
    margin-left: 32%;
    margin-top: 10px
}

.error_form ol {
    margin: 0;
    padding-left: 25px
}

input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

label {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 9px
}

.map_block {
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    width: 620px;
    max-width: 99%;
    margin: 0 auto;
    height: 300px;
    margin-bottom: 15px;
    display: none
}

.map_block iframe {
    border-radius: 6px 6px 6px 6px;
    height: 300px;
    width: 100%
}

.main_page_bottom {
    background: url("../images/main_page_bottom.jpg") repeat scroll 0 0 transparent;
    border-top: 7px solid #1BA99E;
    bottom: 58px;
    color: #FFF;
    padding: 25px 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.main_page_bottom_body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px
}

.main_page_bottom_left {
    width: 60%;
    float: left
}

.main_page_sign_form {
    width: 35%;
    float: right
}

.main_page_item {
    width: 45%;
    float: left;
    margin-right: 5%;
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    display: block;
    color: #fff
}

.main_page_item .title {
    font-family: 'GROBOLD';
    font-size: 25px;
    margin: 10px 0 5px
}

.main_page_sign_form_title {
    font-family: 'GROBOLD';
    font-size: 27px;
    margin-bottom: 10px;
    display: none
}

.main_page_sign_form_social_title {
    font-size: 16px;
    font-family: 'GROBOLD';
    margin: 10px 0
}

.forget_password {
    color: #FFF;
    float: right;
    font-size: 14px;
    margin-top: 21px
}

.forget_password:hover {
    text-decoration: underline;
    color: #fff
}

.sign_facebook, .sign_twitter, .sign_google_plus {
    background: url(../images/sign_social.png) no-repeat 0 0;
    display: inline-block;
    width: 43px;
    height: 40px;
    margin: 0 5px 0 0
}

.sign_twitter {
    background-position: -51px 0
}

.sign_google_plus {
    background-position: -102px 0
}

.main_page_sign_form input[type='text'], .main_page_sign_form input[type='password'] {
    border: 2px solid #1b2937;
    margin-bottom: 10px;
    color: #afb4b8;
    background: rgba(52, 73, 94, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#8034495e', endColorstr = '#8034495e', GradientType = 0)
}

.main_page_sign_form {
    position: relative
}

.main_page_sign_form:after {
    content: '';
    width: 1px;
    height: 90%;
    top: 5%;
    left: -32px;
    background: #5e6e7e;
    border-left: 1px solid #1b2129;
    position: absolute
}

.main_page_sign_form_body {
    margin-left: 5%;
    width: 90%;
    padding-top: 5px
}

.main_page_sign_form .btn_big {
    margin-left: 0px
}

.main_page_sign_form input {
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none
}

.main_page_sign_form input:focus {
    border-color: #1BA99E
}

.main_page_sign_form_sign_in {
    color: #F2725C;
    float: right;
    font-family: 'GROBOLD';
    font-size: 25px;
    line-height: 1;
    margin-top: 7px
}

.girl {
    height: 496px;
    left: 50%;
    margin-left: -76px;
    margin-top: -265px;
    position: absolute;
    top: 50%;
    width: 216px
}

.girl_block {
    left: 50%;
    margin-left: -330px;
    position: absolute;
    top: 10px;
    width: 660px;
    z-index: 0
}

.girl_block_back {
    animation-name: myfirst;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -moz-animation-name: myfirst;
    -moz-animation-duration: 30s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -o-animation-name: myfirst;
    -o-animation-duration: 30s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-animation-play-state: running
}

@keyframes myfirst{0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform:rotate(0deg); transform: rotate(0deg)}25% { -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg)}50% { -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform:rotate(180deg); transform: rotate(180deg)}75% { -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -webkit-transform:rotate(270deg); transform: rotate(270deg)}100%{-moz-transform: rotate(360deg); -o-transform: rotate(360deg); -webkit-transform:rotate(360deg); transform: rotate(360deg)}} @-moz-keyframes myfirst {0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform:rotate(0deg); transform: rotate(0deg)}25% { -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg)}50% { -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform:rotate(180deg); transform: rotate(180deg)}75% { -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -webkit-transform:rotate(270deg); transform: rotate(270deg)}100%{-moz-transform: rotate(360deg); -o-transform: rotate(360deg); -webkit-transform:rotate(360deg); transform: rotate(360deg)}} @-webkit-keyframes myfirst {0% { -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -webkit-transform:rotate(0deg); transform: rotate(0deg)}25% { -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg)}50% { -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform:rotate(180deg); transform: rotate(180deg)}75% { -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -webkit-transform:rotate(270deg); transform: rotate(270deg)}100%{-moz-transform: rotate(360deg); -o-transform: rotate(360deg); -webkit-transform:rotate(360deg); transform: rotate(360deg)}} @-o-keyframes myfirst {0%  {    -moz-transform:   rotate(0deg);     -o-transform:     rotate(0deg);     -webkit-transform:rotate(0deg);     transform:        rotate(0deg)}25% {   -moz-transform:   rotate(90deg);     -o-transform:     rotate(90deg);     -webkit-transform:rotate(90deg);     transform:        rotate(90deg)}50% {  -moz-transform:   rotate(180deg);     -o-transform:     rotate(180deg);     -webkit-transform:rotate(180deg);     transform:        rotate(180deg)}75% { -moz-transform:   rotate(270deg);     -o-transform:     rotate(270deg);     -webkit-transform:rotate(270deg);     transform:        rotate(270deg)}100%{-moz-transform:   rotate(360deg);     -o-transform:     rotate(360deg);     -webkit-transform:rotate(360deg);     transform:        rotate(360deg)}} .main_page_content_left {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       width: 40%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       text-align: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       color: #6e7983;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       font-size: 17px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       font-weight: 500
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   }

.main_page_content_left .title1 {
    color: #34495e;
    font-family: 'GROBOLD';
    font-size: 83px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 18px
}

.main_page_content_left .title2 {
    color: #34495e;
    font-family: 'GROBOLD';
    font-size: 53px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal
}

.main_page_content_left .title3 {
    color: #f2725c;
    font-family: 'GROBOLD';
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px
}

.main_page_content {
    padding-bottom: 450px;
    position: relative;
    z-index: 2
}

.main_page_form {
    border: 4px solid #bdc3c7;
    border-radius: 5px;
    padding: 20px;
    float: right;
    width: 260px;
    background: #f6f6f6;
    position: relative;
    margin-top: 20px
}

.main_page_form:after {
    width: 21px;
    height: 30px;
    background: url(../images/main_page_form_arrow.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -19px;
    content: ''
}

.main_page_form .btn_big {
    width: 100px;
    margin-bottom: 10px
}

.main_page_form_advanced_search {
    color: #1BA99E;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px
}

.input_block {
    margin: 0 12px
}

.input_block input {
    margin-left: -12px;
    max-width: none !important;
    padding: 8px 10px 9px !important;
    width: 100% !important
}

.textarea_block {
    margin: 0 12px
}

.textarea_block textarea {
    margin-left: -12px;
    max-width: none !important;
    padding: 8px 10px 9px !important;
    width: 100% !important
}

.main_page_form input {
    font-size: 15px
}

.main_page_form_radio_text {
    font-size: 15px;
    color: #34495e;
    vertical-align: top;
    display: inline-block;
    margin-top: 7px;
    font-weight: 500;
    margin-right: 20px
}

.main_page .logo {
    display: none
}

.contact_form {
    max-width: 400px;
    margin: 0 auto 20px
}

.contact_form .btn {
    margin: 0px
}

h3 {
    color: #1BA99E;
    font-family: 'GROBOLD';
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 15px;
    text-align: center
}

.ui-slider-items_text {
    margin-top: 15px;
    font-size: 13px;
    color: #34495e
}

.ui-slider-items_text {
    width: 334px
}

.ui-slider-items_text p {
    float: left;
    width: 33%;
    text-align: center
}

.ui-slider-items_text p.first {
    width: 17%;
    text-align: left
}

.ui-slider-items_text p.last {
    width: 17%;
    text-align: right
}

.license_from {
    display: inline-block;
    line-height: 36px;
    margin-left: 5px;
    margin-top: 1px;
    vertical-align: top
}

.license_from .slect_block {
    display: inline-block;
    vertical-align: top;
    width: 125px;
    margin-left: 10px
}

.month {
    display: inline-block;
    width: 130px
}

.yaer {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    width: 110px !important
}

.add_edit_candidate_btn {
    min-width: 120px;
    margin-top: 25px
}

.add_edit_photo {
    display: inline-block;
    margin-right: 7px;
    text-align: center;
    margin-top: 7px
}

.add_edit_photo_img {
    width: 100px;
    height: 117px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.add_edit_photo_img:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 5px #f6f6f6;
    content: '';
    border-radius: 5px;
    z-index: 1
}

.add_edit_photo_img img {
    min-width: 100%;
    min-height: 100%
}

.delete {
    font-size: 13px;
    color: #1ba99e;
    cursor: pointer
}

.delete:hover {
    text-decoration: underline
}

.delete span {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    height: 12px;
    line-height: 9px;
    margin-top: 2px;
    vertical-align: top
}

.add_edit_photo_hover {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#60000', endColorstr = '#60000', GradientType = 0);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 2;
    border-radius: 5px
}

.add_edit_photo_img:hover .add_edit_photo_hover {
    display: block
}

.make_as_avatar {
    display: inline-block;
    margin-top: 48%;
    background: #34495e;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px 4px;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer
}

.add_edit_photo.active .add_edit_photo_img {
    border: 2px solid #1ba99e
}

.add_edit_photo.active .add_edit_photo_img:after {
    box-shadow: 0 0 0 5px #1ba99e
}

.relevant_experience_add_block {
    display: none
}

.relevant_experience_block_remove {
    color: #F2725C;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 auto 30px !important;
    text-align: center;
    width: 100px
}

.relevant_experience_block_remove span {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    height: 12px;
    line-height: 9px;
    vertical-align: top;
    margin-top: 5px;
}

.relevant_experience_block {
    margin: 0 0 5px
}

.relevant_experience_btn {
    margin-top: 10px
}

.clear_text {
    display: inline-block;
    font-size: 18px;
    color: #34495e;
    font-weight: 700;
    margin: 0 15px;
    background: none;
    border: none;
    font-family: 'ubuntu', 'arial';
    cursor: pointer
}

.clear_text:hover {
    text-decoration: underline;
    color: #34495e
}

.save_text {
    display: inline-block;
    font-size: 18px;
    color: #1ba99e;
    font-weight: 700;
    margin: 0 15px;
    background: none;
    border: none;
    font-family: 'ubuntu', 'arial';
    cursor: pointer
}

.save_text:hover {
    text-decoration: underline;
    color: #1ba99e
}

.search_find_btn {
    margin: 20px;
    min-width: 100px
}

.right_part_content {
    width: 200px;
    float: right;
    font-size: 14px;
    line-height: 1.2
}

.right_part_content p {
    margin: 7px 0px
}

.right_part_content .btn {
    font-size: 14px
}

.left_part_content {
    margin-right: 220px;
    font-size: 14px
}

.rating_star_conteiner.active .star {
    cursor: pointer
}

.star {
    background: url("../images/star.png") no-repeat scroll 0px 0 transparent;
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    padding: 0 1px
}

.star_check {
    background-position: 0px bottom
}

.rating_star_conteiner {
    display: inline-block
}

.btn_block {
    display: block;
    max-width: 200px;
    margin: 10px auto !important;
    font-size: 14px;
    text-align: center
}

.gray_line {
    display: block;
    height: 1px;
    background: #bdc3c7;
    margin: 12px 0px
}

.border_block {
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    padding: 10px;
    margin: 20px 0px
}

.orange_text {
    color: #f2725c;
    font-weight: 700
}

h4 {
    font-weight: normal;
    font-size: 16px;
    color: #34495e;
    text-align: center;
    font-family: 'GROBOLD'
}

.right_part_content .border_block {
    padding: 10px 20px
}

.content_map {
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    height: 200px;
    margin-bottom: 20px
}

.content_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px
}

.about_agency {
    margin-bottom: 20px
}

.last_servants_block {
    margin-bottom: 20px
}

.see_all_link {
    float: right;
    font-weight: 700;
    color: #f2725c
}

.see_all_link:hover {
    text-decoration: underline
}

.feedback_block .textarea_block {
    margin-top: 7px;
    margin-bottom: 10px
}

.feedback_block textarea {
    font-size: 13px
}

.rate_agency_text {
    display: inline-block;
    margin-right: 15px;
    margin-top: 1px;
    vertical-align: top
}

.comments_container {
    border-top: 1px solid #bdc3c7;
    margin: 10px 0px
}

.comments_block {
    padding: 10px 0px;
    border-top: 1px solid #bdc3c7;
    font-size: 13px
}

.rate_agency {
    margin-bottom: 20px
}

.comment_data {
    font-size: 13px;
    color: #a3abb0
}

.comments_block_top {
    margin-bottom: 5px
}

.comments_block_top a {
    font-size: 16px;
    font-weight: 700;
    color: #f2725c;
    margin-right: 15px;
    vertical-align: top
}

.comments_block_top a:hover {
    text-decoration: underline
}

.comments_block p {
    margin-bottom: 5px
}

.agency_photo_block {
    width: 198px;
    height: 200px;
    margin: 0 auto 10px;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff
}

.agency_photo_block_body {
    width: 198px;
    height: 200px;
    display: block;
    vertical-align: middle
}

.agency_photo_block img {
    display: block
}

.agency_photo_block:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #bdc3c7
}

.one_item_block {
    border: 2px solid #bdc3c7;
    border-radius: 5px;
    display: block;
    background: #F6F6F6;
    margin: 14px 0 0;
    padding: 9px 9px 5px;
    position: relative;
    overflow: hidden
}

.one_item_block:hover {
    border-color: #1ba99e
}

.one_item_block_img {
    width: 95px;
    height: 120px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 4px
}

.one_item_block_img img {
    min-width: 100%;
    min-height: 100%
}

.one_item_block_img:after {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 0 5px #F6F6F6
}

.one_item_block_text {
    margin-left: 103px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    margin-right: 23px
}

.one_item_block_text p {
    font-size: 13px !important;
    margin: 0 0 5px !important
}

.one_item_block_name {
    color: #f2725c;
    font-size: 16px;
    font-weight: 700
}

.one_item_block_name:hover {
    text-decoration: underline
}

.green_text {
    color: #1ba99e;
    font-weight: 400
}

.one_item_block_data {
    color: #6c777f;
    font-size: 11px
}

.favorite {
    width: 20px;
    height: 20px;
    background: url(../images/star.png) no-repeat 0 0;
    display: inline-block;
    cursor: pointer
}

.favorite.active {
    background-position: left bottom
}

.two_block_in_line {
    width: 49%;
    margin-left: 2%;
    float: left
}

.two_block_in_line.first {
    margin-left: 0px
}

.content_map_btn {
    margin: 10px auto !important;
    max-width: 200px;
    text-align: center;
    display: none
}

iframe {
    border: none;
    margin: 0px;
    padding: 0px
}

.table_body {
    position: relative;
    border: 2px solid #bdc3c7;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px
}

.table tr:last-child td {
    border-bottom: none
}

.table tr td:first-child, .table tr th:first-child {
    border-left: none
}

.table tr td:last-child, .table tr th:last-child {
    border-right: none
}

.table_responsiv .name_item {
    display: none
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.table td {
    border: 1px solid #bdc3c7;
    padding: 8px;
    text-align: center
}

.table th {
    border: 1px solid #bdc3c7;
    line-height: 1;
    padding: 8px 5px;
    border-top: none;
    font-weight: 500;
    height: 20px;
    font-weight: 700;
    background: #ececec
}

.table tr:last-child td:first-child {
    border-radius: 5px 0 0 0
}

.table_edit_btn {
    color: #1ba99e;
    font-weight: 700;
    cursor: pointer;
    margin: 0px 4px
}

.table_edit_btn:hover {
    text-decoration: underline
}

.table_remove_btn {
    color: #f2725c;
    font-weight: 700;
    cursor: pointer;
    margin: 0px 4px
}

.table_remove_btn:hover {
    text-decoration: underline
}

.main_page_form label {
    margin-top: 7px
}

.candidate_main_photo img {
    border-radius: 7px;
    border: 2px solid #bdc3c7
}

.candidate_main_photo {
    max-width: 200px;
    margin: 0 auto 15px
}

.print_icon {
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/btn_icon.png) no-repeat 0 2px
}

.message_icon {
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/btn_icon.png) no-repeat -49px 1px
}

.star_icon {
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/btn_icon.png) no-repeat -98px 1px
}

.btn_icon {
    margin: 2px;
    padding: 5px;
    padding: 5px 8px
}

.last_servants_btn {
    display: none;
    max-width: 200px;
    text-align: center;
    margin: 10px auto
}

.candidate_page_right_text {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 15px 0px !important
}

.candidate_page_right_text span {
    font-weight: 400;
    font-size: 16px
}

h5 {
    font-weight: normal;
    font-size: 14px;
    color: #1ba99e;
    text-align: left;
    font-family: 'GROBOLD';
    margin-bottom: 5px
}

.candidate_page_comment {
    font-size: 14px;
    margin-left: 20px
}

table {
    border-collapse: collapse
}

table td {
    padding: 2px 7px 2px 0px
}

.candidate_page_content_block {
    width: 40%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px
}

.margin_b20 {
    margin-bottom: 20px
}

.candidate_photo {
    width: 125px;
    height: 150px;
    float: left;
    margin: 10px 13px 13px 0px;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    position: relative
}

.candidate_photo img {
}

.candidate_photo:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    border-radius: 6px;
    box-shadow: 0 0 0 5px #F6F6F6;
    left: 0px;
    top: 0px
}

.candidate_photo_block {
    margin-bottom: 20px;
    overflow: hidden
}

.modal_window {
    width: 330px;
    border-radius: 5px;
    background: #f6f6f6;
    position: absolute;
    z-index: 10;
    font-size: 14px;
    max-width: 95%;
    display: none
}

.modal_window_body {
    padding: 15px 25px 20px
}

.modal_window .btn {
    margin: 0px;
    min-width: 60px
}

.modal_window_close {
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
    height: 15px;
    line-height: 15px;
    position: absolute;
    right: 10px;
    top: 11px
}

.big_text {
    font-weight: 500;
    font-size: 16px
}

.background_window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#80000000', endColorstr = '#80000000', GradientType = 0);
    z-index: 9;
    display: none
}

.contact_window {
    width: 680px
}

.modal_window_title {
    font-weight: normal;
    font-size: 18px;
    color: #f2725c;
    text-align: left;
    font-family: 'GROBOLD';
    margin-bottom: 5px
}

.modal_window p {
    margin: 7px 0px
}

.modal_contact_form {
    margin: 0 0 10px;
    max-width: 400px
}

.table_wrap {
    white-space: nowrap
}

.formalities_item {
    font-size: 16px;
    font-weight: 700;
    color: #34495e
}

.formalities_item:hover, .formalities_item.active {
    text-decoration: none;
    color: #1ba99e
}

.formalities_title {
    color: #1BA99E;
    font-family: 'GROBOLD';
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
    text-align: left
}

.marketing_title {
    color: #1BA99E;
    font-family: 'GROBOLD';
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 15px;
    text-align: left
}

.formalities_block {
    margin-left: 20px;
    line-height: 1.5
}

.formalities_bread_crumbs {
    margin: 0px 0px 15px !important;
    font-size: 14px;
    font-weight: 700
}

.formalities_bread_crumbs a {
    color: #34495e
}

.formalities_bread_crumbs a:hover {
    text-decoration: underline
}

.formalities_bread_crumbs span {
    color: #8d9398
}

.content_block p {
    margin: 15px 0px;
    font-size: 14px
}

.marketing_block p {
    font-size: 16px
}

.marketing_video_block {
    display: inline-block;
    width: 600px;
    height: 365px;
    max-width: 100%;
    margin: 15px 0px
}

.marketing_video_block iframe {
    width: 100%;
    height: 100%
}

.sitemap {
    margin-left: 5%;
    width: 40%;
    float: left;
    line-height: 1.5
}

.sitemap p {
    margin: 10px 0
}

.site_map_block {
    margin-left: 30px
}

.sitemap a {
    color: #34495e
}

.sitemap a:hover {
    text-decoration: underline
}

.icon_check {
    width: 24px;
    height: 18px;
    background: url(../images/icon_check.png) no-repeat 0 0;
    display: inline-block
}

.account_table table {
    font-size: 18px
}

.account_table.table_body {
    border: 3px solid #BDC3C7;
    max-width: 790px;
    margin: 70px auto 20px;
    position: relative;
    overflow: visible
}

.basic {
    background: #1ba99e;
    width: 217px !important
}

.pramium {
    background: #f2725c
}

.upgrade_table_top {
    position: absolute;
    right: 2px;
    top: -56px
}

.upgrade_table_top >div {
    border-radius: 5px 5px 0 0;
    color: #FFF;
    float: left;
    font-family: 'GROBOLD';
    font-size: 25px;
    margin-left: 1px;
    padding: 10px 0;
    text-align: center;
    width: 214px;
    height: 33px;
    line-height: 33px
}

.table_body table tr:first-child td {
    border-top: none
}

.account_table table tr td:first-child {
    text-align: left;
    width: auto
}

.account_table.table_body td {
    width: 200px
}

.agency_edit_page_left {
    width: 200px;
    float: left
}

.agency_edit_page_right {
    margin-left: 220px
}

.logo_delete {
    position: absolute;
    bottom: 15px;
    background: #34495e;
    color: #fff;
    border-radius: 3px;
    line-height: 1;
    padding: 4px 7px 5px;
    font-size: 13px;
    left: 15px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    display: none;
    z-index: 6
}

.logo_delete span {
    display: inline-block;
    font-size: 18px;
    height: 12px;
    line-height: 12px;
    vertical-align: top
}

.logo_upload {
    position: absolute;
    bottom: 15px;
    background: #34495e;
    color: #fff;
    border-radius: 3px;
    line-height: 1;
    padding: 4px 7px 5px;
    font-size: 13px;
    right: 15px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    display: none;
    z-index: 6
}

.agency_photo_block:hover .logo_delete, .agency_photo_block:hover .logo_upload {
    display: block
}

.agency_edit_page_label {
    float: left;
    padding-top: 9px;
    text-align: right;
    width: 140px;
    font-size: 15px;
    font-weight: 500
}

.agency_edit_page_item {
    margin-left: 160px;
    margin-bottom: 10px
}

.agency_edit_page_label span {
    color: #f2725c;
    margin-right: -10px
}

.agency_edit_page_item .input_block, .agency_edit_page_item .textarea_block {
    display: inline-block;
    width: 370px;
    max-width: 70%
}

.list_gray_line {
    background: #bdc3c7;
    height: 4px;
    margin-bottom: 10px
}

.tree_block_in_line {
    float: left;
    margin-left: 1.4%;
    width: 32.4%
}

.tree_block_in_line.first {
    margin-left: 0px;
    clear: both
}

.block_checkbox {
    bottom: 10px;
    margin: 0 !important;
    position: absolute !important;
    right: 5px
}

.sort_select {
    display: inline-block;
    margin-right: 25px;
    font-size: 15px;
    color: #34495e;
    font-weight: 500;
    cursor: pointer;
    margin-top: 0px;
    position: relative
}

.sort_select span {
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #34495e;
    border-bottom: 0px;
    display: inline-block;
    margin-left: 5px
}

.sort_select_menu {
    position: absolute;
    width: 90px;
    top: 100%;
    border: 2px solid #34495e;
    padding: 5px 10px;
    background: #f6f6f6;
    left: 0px;
    border-radius: 8px;
    font-size: 13px;
    color: #34495e;
    display: none;
    text-align: left;
    z-index: 5
}

.sort_select_menu li {
    padding: 2px 0px;
    display: block;
    cursor: pointer
}

.sort_select_menu li:hover, .sort_select_menu li.active {
    color: #1ba99e
}

.compare_link {
    font-size: 15px;
    color: #34495e;
    font-weight: 500;
    visibility: hidden;
}

.compare_link:hover {
    text-decoration: underline
}

.serach_big_filter {
    width: 240px;
    float: left;
    border: 2px solid #bdc3c7;
    padding: 10px;
    border-radius: 6px;
    background: #f6f6f6;
    font-size: 13px
}

.search_rezult {
    margin-left: 280px
}

.search_title {
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer
}

.search_title span {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #34495e;
    border-bottom: 0px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 8px;
    vertical-align: top
}

.search_title.active span {
    border-bottom: 7px solid #34495e;
    border-top: 0px
}

.filter_age_block {
    display: inline-block;
    margin: 0 14px;
    width: 70px
}

.serach_big_filter label {
    font-size: 13px;
    margin: 3px 0 3px 5px;
    padding-left: 21px
}

.serach_big_filter .input_block input[type="text"] {
    padding: 6px 10px 7px !important;
    font-size: 13px
}

.serach_big_filter p {
    margin-bottom: 5px
}

.serach_big_filter .chzn-container-multi .chzn-choices .search-choice {
    padding: 4px 20px 4px 5px
}

.serach_big_filter .chzn-container-multi .chzn-choices {
    min-height: 30px;
    line-height: 30px;
    font-size: 13px
}

.serach_big_filter .chzn-container-single .chzn-single {
    height: 30px;
    font-size: 13px;
    line-height: 30px
}

.serach_big_filter .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    top: 5px
}

.serach_big_filter .chzn-container-multi .chzn-choices:after {
    top: 13px
}

.serach_big_filter_block {
    display: none
}

.serach_big_filter .ui-slider-items_text {
    font-size: 11px;
    font-weight: 500;
    width: auto;
    margin-top: 5px
}

.serach_big_filter .ui-slider {
    top: 0px
}

.serach_big_filter .search_find_btn {
    margin: 0px
}

.back_to_search {
    color: #f2725c;
    font-size: 16px;
    font-weight: 500
}

.back_to_search:hover {
    text-decoration: underline
}

.search_rezult_back {
    float: right
}

.search_rezult_compare {
    text-align: center
}

.serach_big_filter  .chzn-container .chzn-drop {
    width: 236px !important
}

.compare_block {
    border: 4px solid #bdc3c7;
    background: #f6f6f6;
    border-radius: 7px
}

.compare_block table {
    width: 100%
}

.compare_block table td {
    border-top: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    border-left: 2px solid #bdc3c7;
    border-right: 2px solid #bdc3c7;
    text-align: center;
    padding: 10px;
    font-size: 14px
}

.compare_block table th {
    border-top: 1px solid #bdc3c7;
    border-bottom: 2px solid #bdc3c7;
    border-left: 2px solid #bdc3c7;
    border-right: 2px solid #bdc3c7;
    text-align: center;
    padding: 10px 10px 5px
}

.compare_block .one_item_block_img {
    display: inline-block;
    float: none
}

.compare_block_title {
}

.compare_block_title {
    color: #1ba99e;
    font-size: 14px;
    background: #ececec;
    font-family: 'GROBOLD';
    text-align: left !important
}

.compare_block_position_title {
    text-align: left !important;
    font-weight: 500;
    font-size: 15px !important
}

.compare_block table tr:last-child td {
    border-bottom: none
}

.compare_block table tr:first-child th {
    border-top: none
}

.compare_block table tr td:first-child, .compare_block table tr th:first-child {
    border-left: none;
    width: 100%
}

.compare_block table tr td:last-child, .compare_block table tr th:last-child {
    border-right: none
}

.compare_block_name {
    color: #f2725c;
    font-size: 18px;
    font-weight: 500
}

.compare_block_name:hover {
    text-decoration: underline
}

.compare_bold_text {
    font-size: 16px;
    font-weight: 500
}

.compare_block .relevant_experience_block_remove {
    margin-bottom: 0px !important
}

.compare_item {
    max-width: 180px;
    min-width: 160px;
    width: auto;
    word-wrap: break-word
}

.modal_menu >div {
    display: block
}

.modal_menu {
    position: absolute;
    z-index: 7;
    display: none;
    font-size: 15px;
    font-weight: 500
}

.modal_menu_top {
    cursor: pointer
}

.main_page_sign_form_or {
    display: block;
    color: #fff;
    font-family: 'GROBOLD';
    margin: 0 10px;
    text-align: center;
    font-size: 16px;
    width: 250px;
    margin: 10px auto;
    height: 1px;
    background: #1b2129;
    border-bottom: 1px solid #5d6d7d;
    position: relative
}

.main_page_sign_form_or span {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -20px;
    padding: 0 10px;
    background: url("../images/main_page_bottom.jpg") repeat scroll 0 0 transparent
}

.main_page_login_nav .btn_big {
    width: 90px;
    margin: 10px 5px !important
}

.login_twitter {
    background: #1daae2;
    box-shadow: 0 3px 0 #0371c8;
    color: #fff;
    width: 230px;
    font-size: 17px;
    margin: 5px 0 !important;
    padding: 10px 10px;
    text-align: left
}

.login_facebook {
    background: #3b5a99;
    box-shadow: 0 3px 0 #0e205c;
    color: #fff;
    width: 230px;
    font-size: 17px;
    margin: 5px 0 !important;
    padding: 10px 10px;
    text-align: left
}

.login_google {
    background: #d74f2e;
    box-shadow: 0 3px 0 #b51808;
    color: #fff;
    width: 230px;
    font-size: 17px;
    margin: 5px 0 !important;
    padding: 10px 10px;
    text-align: left
}

.login_twitter span, .login_facebook span, .login_google span {
    vertical-align: top
}

.login_twitter:hover {
    background: #41bbeb;
    box-shadow: 0 3px 0 #0793cb
}

.login_facebook:hover {
    background: #4b6fb7;
    box-shadow: 0 3px 0 #314f8c
}

.login_google:hover {
    background: #e57054;
    box-shadow: 0 3px 0 #c94322
}

.login_twitter:active {
    background: #41bbeb;
    box-shadow: 0 1px 0px #1daae2;
    top: 2px
}

.login_facebook:active {
    background: #4b6fb7;
    box-shadow: 0 1px 0px #314f8c;
    top: 2px
}

.login_google:active {
    background: #e57054;
    box-shadow: 0 1px 0px #c94322;
    top: 2px
}

.main_page_login_nav {
    padding-top: 7px
}

.main_page_sign_form_body .login_btn_text_login {
    display: block
}

.main_page_sign_form_body .login_btn_text_social {
    display: none
}

.main_page_sign_form_body.active .login_btn_text_login {
    display: none
}

.main_page_sign_form_body.active .login_btn_text_social {
    display: block
}

.main_page_sign_form_body .main_sicoal_block {
    display: block
}

.main_page_sign_form_body .main_login_block {
    display: none
}

.main_page_sign_form_body.active .main_sicoal_block {
    display: none
}

.main_page_sign_form_body.active .main_login_block {
    display: block
}

.main_sicoal_block, .main_login_block {
    height: 160px
}

.main_mini_orange_btn {
    display: none;
    max-width: 200px;
    margin: 10px auto;
    clear: both
}

.more_photos_btn {
    display: none;
    max-width: 200px;
    margin: 10px auto
}

.servants_edit_btn, .servants_remove_btn, .servants_unavailable_btn {
    color: #1ba99e;
    font-weight: 700;
    cursor: pointer;
    margin: 0px 4px;
    display: block;
    font-size: 12px;
    text-align: left
}

.servants_edit_btn:hover, .servants_remove_btn:hover, .servants_unavailable_btn:hover {
    text-decoration: underline
}

.dashbord_edit_btn, .dashbord_remove_btn {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/edit_remove.png) no-repeat 0 0;
    cursor: pointer;
    margin: 0 2px;
    padding: 0px
}

.dashbord_remove_btn {
    background-position: right top
}

.dashbord_remove_btn:hover {
    background-position: right bottom
}

.dashbord_edit_btn:hover {
    background-position: left bottom
}

.dashbord_block {
    width: 200px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-bottom: 40px;
    text-align: left
}

.dashbord_block .btn {
    font-size: 14px;
    min-width: 50px
}

.dashbord_block .border_block {
    margin: 0px;
    /*height: 150px;*/
    padding: 10px
}

.dashbord_block .btn_block {
    margin: 0 auto 10px !important
}

.dashbord_block p {
    margin: 7px 0px
}

.dashbord_block .border_block .btn {
    margin-top: 6px
}

.dashbord_block .input_block input {
    padding: 6px 10px 7px !important
}

.dashbord_block_table .toggle {
    margin: 10px;
    width: 85px
}

.dashbord_block_table tr td:first-child {
    width: 30%;
    text-align: left
}

.main_form_error {
    background: none repeat scroll 0 0 #F2725C;
    border-radius: 3px 3px 3px 3px;
    color: #FFF;
    font-size: 12px;
    left: -10px;
    line-height: 30px;
    padding: 0 10px;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1
}

.main_page_sign_form .input_block {
    position: relative
}

.main_sicoal_block img {
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    opacity: 0.85;
    filter: alpha(opacity = 85)
}

.main_sicoal_block img:hover {
    opacity: 1;
    filter: alpha(opacity = 100)
}

@media (max-width:976px) {
    .main_page_sign_form_body {
        margin-left: 0%;
        width: 100%
    }

    .main_page_item .title {
        font-size: 22px
    }

    .main_page_item {
        font-size: 13px
    }

    .main_page_sign_form_title {
        font-size: 23px
    }

    .main_page_item {
        margin-right: 2%;
        width: 48%
    }

    .main_page_bottom {
        padding: 15px 0px
    }

    .main_page_sign_form {
        width: 38%
    }

    .main_page_sign_form:after {
        left: -20px
    }

    .main_page_content_left img {
        width: 200px
    }

    .main_page_content_left {
        font-size: 15px
    }

    .main_page_content_left .title3 {
        font-size: 59px
    }

    .main_page_content_left .title2 {
        font-size: 42px
    }

    .main_page_content_left .title1 {
        font-size: 64px
    }

    .main_page_form_radio_text {
        margin-right: 10px
    }

    .main_page_form  label {
        margin-right: 10px !important
    }

    .main_page_form {
        width: 230px
    }

    .girl {
        height: auto;
        left: 50%;
        margin-left: -53px;
        margin-top: -188px;
        position: absolute;
        top: 50%;
        width: 160px
    }

    .girl_block {
        left: 50%;
        margin-left: -259px;
        position: absolute;
        top: 65px;
        width: 500px;
        z-index: 0
    }

    .two_block_in_line {
        width: 100%;
        float: none;
        margin: 0px
    }

    .table th {
        font-size: 13px
    }

    .table td {
        font-size: 12px
    }

    .table_edit_btn, .table_remove_btn {
        font-size: 13px
    }

    .table_wrap {
        white-space: normal
    }

    .upgrade_table_top >div {
        font-size: 22px
    }

    .account_table table td {
        font-size: 15px !important
    }

    .agency_edit_page_label {
        font-size: 13px;
        width: 120px
    }

    .agency_edit_page_item {
        margin-bottom: 10px;
        margin-left: 140px
    }

    .agency_edit_page_item .input_block, .agency_edit_page_item .textarea_block {
        max-width: 65%
    }

    .tree_block_in_line {
        float: left;
        margin-left: 2%;
        width: 49%
    }

    .tree_block_in_line.first {
        margin-left: 2%;
        clear: none
    }

    .tree_block_in_line.second {
        margin-left: 0px;
        clear: both
    }

    .compare_block table td {
        font-size: 13px
    }

    .compare_block_name {
        font-size: 16px
    }

    .compare_item {
        max-width: 140px;
        min-width: 140px
    }

    .dashbord_block_table .toggle {
        margin: 5px
    }
}

@media (max-width:976px) {
    .compare_item {
        max-width: 120px;
        min-width: 120px
    }
}

@media (max-width:768px) {
    .copyright {
        display: none
    }

    .footer_social {
        float: left;
        text-align: center;
        margin-top: 3px
    }

    .footer_body {
        font-size: 12px
    }

    input[type="text"], input[type='password'], textarea {
        width: 250px
    }

    .table_item .slect_block {
        max-width: 274px
    }

    .table_item .ui-slider {
        max-width: 274px
    }

    .ui-slider-items_text {
        max-width: 274px
    }

    .license_from {
        font-size: 13px
    }

    .table_label {
        font-size: 14px;
        padding-top: 8px
    }

    .error_form {
        width: 250px;
        margin-left: 29%
    }

    .table_label {
        width: 26%
    }

    .table_item {
        margin-left: 29%
    }

    .content_block {
        padding: 10px
    }

    h2 {
        font-size: 24px
    }

    h2 span {
        font-size: 18px
    }

    .girl_block {
        display: none
    }

    .main_page_form:after, .main_page_sign_form:after {
        display: none
    }

    .main_page_bottom_left:after {
        height: 1px;
        width: 90%;
        top: auto;
        top: 0px;
        left: 5%;
        border-left: none;
        border-bottom: 1px solid #5E6E7E;
        content: '';
        position: absolute;
        background: none repeat scroll 0 0 #1B2129
    }

    .main_page_bottom_left {
        float: none;
        width: 100%;
        position: relative;
        display: none
    }

    .main_page_sign_form {
        margin: 0 auto 10px;
        max-width: 350px;
        width: 100%;
        float: none
    }

    .main_page_bottom {
        position: relative
    }

    .main_page_content {
        padding-bottom: 20px
    }

    .main_page_bottom {
        margin-bottom: 55px;
        position: static
    }

    .main_page_content_left {
        width: 50%
    }

    label {
        font-size: 14px
    }

    .chzn-container-single .chzn-single span, input[type="text"], input[type="password"], textarea {
        font-size: 13px
    }

    .table_responsiv {
        border: none
    }

    .table_responsiv table {
        background: #none
    }

    .table_responsiv table .name_item {
        display: block;
        width: 40%;
        float: left;
        text-align: left;
        padding: 5px;
        font-weight: 700
    }

    .table_responsiv table  tr {
        background: none repeat scroll 0 0 #ECECEC !important;
        border: 2px solid #BDC3C7;
        border-radius: 5px 5px 5px 5px;
        display: block;
        margin-bottom: 10px;
        overflow: hidden
    }

    .table_responsiv table  tr  td:first-child {
        border-top: none
    }

    .table_responsiv table .value_item {
        display: block;
        margin-left: 49%;
        border-left: 1px solid #BDC3C7;
        padding: 5px;
        background: #F6F6F6
    }

    .table_responsiv table  tr:first-child {
        display: none
    }

    .table_responsiv table tr >td {
        display: block;
        padding: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-top: 1px solid #BDC3C7
    }

    .table_responsiv table .value_item:after {
        content: '';
        display: block;
        clear: both
    }

    .candidate_page_content_block {
        width: 100%;
        margin-right: 0px;
        float: none
    }

    .candidate_photo {
        display: inline-block;
        float: none;
        margin: 5px
    }

    .candidate_photo_block {
        text-align: center
    }

    .modal_window_body {
        padding: 10px 10px 10px
    }

    .content_block p, .content_block {
        margin: 10px 0px;
        font-size: 12px
    }

    .marketing_block p, .marketing_block {
        font-size: 13px
    }

    .formalities_title {
        font-size: 15px
    }

    .marketing_title {
        font-size: 17px
    }

    .formalities_bread_crumbs {
        font-size: 13px
    }

    .marketing_video_block {
        width: 400px;
        height: 250px;
        margin: 10px 0px
    }

    .sitemap {
        margin-left: 0%;
        width: 48%;
        margin-right: 2%;
        float: left;
        line-height: 1.5
    }

    .upgrade_table_top >div {
        font-size: 18px
    }

    .account_table table td {
        font-size: 13px !important
    }

    .account_table.table_body td {
        width: 130px
    }

    .upgrade_table_top >div {
        width: 144px
    }

    .upgrade_table_top >div.basic {
        width: 147px !important
    }

    .agency_edit_page_left {
        float: none;
        width: 100%;
        margin-bottom: 15px
    }

    .agency_edit_page_right {
        margin-left: 0px
    }

    .agency_edit_page_item {
        margin-bottom: 10px;
        margin-left: 160px
    }

    .agency_edit_page_label {
        font-size: 13px;
        width: 140px
    }

    .search_rezult_back {
        text-align: right;
        margin-bottom: 5px
    }

    .search_rezult_compare {
        text-align: right
    }

    .serach_big_filter {
        width: 210px
    }

    .search_rezult {
        margin-left: 250px
    }

    .filter_age_block {
        width: 55px
    }

    .serach_big_filter  .chzn-container .chzn-drop {
        width: 206px !important
    }

    .compare_block {
        overflow-x: auto
    }

    .main_mini_orange_btn {
        display: block
    }

    .main_mini_orange_btn.last {
        margin-bottom: 30px
    }

    .servants_edit_btn, .servants_remove_btn, .servants_unavailable_btn {
        text-align: center;
        margin: 3px 0px;
        font-size: 13px
    }

    .dashbord_block_table tr td:first-child {
        width: auto;
        text-align: center
    }

    .dashbord_block {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 400px;
        float: none
    }
}

@media (max-width:650px) {
    input[type="text"], input[type='password'], textarea {
        width: 200px
    }

    .table_item .slect_block {
        max-width: 224px
    }

    .table_item .ui-slider {
        max-width: 224px
    }

    .ui-slider-items_text {
        max-width: 224px
    }

    .table_label {
        font-size: 13px;
        padding-top: 8px;
        width: 22%
    }

    .table_item {
        margin-left: 25%
    }

    .error_form {
        width: 200px;
        margin-left: 25%;
        font-size: 13px
    }

    .map_block {
        height: 200px
    }

    .map_block iframe {
        height: 200px
    }

    .main_page_content_left {
        display: none
    }

    .main_page_item {
        float: none;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px
    }

    .main_page_item img {
        display: none
    }

    .main_page .logo {
        display: inline
    }

    .main_page_form {
        float: none;
        margin: 0 auto;
        max-width: 350px;
        width: auto
    }

    .main_page_item  p {
        display: none
    }

    .main_page_item p.title {
        display: block
    }

    .search_find_btn {
        margin: 10px
    }

    .phone_hide {
        display: none
    }

    .right_part_content {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        font-size: 12px
    }

    .left_part_content {
        margin-right: 0px;
        font-size: 12px
    }

    .content_map {
        display: none
    }

    .content_map_btn {
        display: block
    }

    .min_table_label {
        padding-top: 0px
    }

    .ui-slider-items_text {
        font-size: 11px
    }

    .last_servants_btn {
        display: block
    }

    .sitemap {
        margin-left: 0%;
        width: 100%;
        margin-right: 0%;
        float: none;
        line-height: 1.5
    }

    .upgrade_table_top >div {
        padding: 5px 0;
        font-size: 14px;
        width: 80px
    }

    .upgrade_table_top >div.basic {
        width: 83px !important
    }

    .upgrade_table_top {
        top: -46px
    }

    .account_table.table_body td {
        width: 66px
    }

    .account_table table td {
        font-size: 12px !important
    }

    .agency_edit_page_label {
        font-size: 13px;
        width: 120px
    }

    .agency_edit_page_item {
        margin-bottom: 10px;
        margin-left: 140px
    }

    .agency_edit_page_item .input_block, .agency_edit_page_item .textarea_block {
        max-width: 63%
    }

    .tree_block_in_line {
        float: none;
        margin-left: 0%;
        width: 100%
    }

    .tree_block_in_line.first {
        margin-left: 0px;
        clear: both
    }

    .tree_block_in_line.second {
        margin-left: 0px;
        clear: both
    }

    .serach_big_filter {
        display: none !important;
    }

    .search_rezult {
        margin-left: 0px
    }

    .compare_block table td {
        font-size: 12px
    }

    .compare_block_name {
        font-size: 14px
    }

    .compare_block_position_title {
        font-size: 13px !important;
        font-weight: 700;
        text-align: left !important
    }

    .compare_bold_text {
        font-size: 12px;
        font-weight: 500
    }

    .more_photos_btn {
        display: block
    }
}

@media (max-width:500px) {
    .btn {
        padding: 8px;
        margin: 0 5px
    }

    h2 {
        font-size: 20px
    }

    h2 span {
        font-size: 16px
    }
}

@media (max-width:480px) {
    .table_label {
        float: none;
        text-align: left;
        width: 100%
    }

    .table_item {
        margin-left: 0px
    }

    .error_form {
        width: 200px;
        margin: 10px auto 0px
    }

    .logo {
        float: none;
        width: 150px;
        margin: 0 auto;
        display: block !important
    }

    .main_header {
        margin-top: 3px
    }

    .main_menu {
        float: none;
        text-align: center
    }

    .footer_social {
        display: block;
        float: none;
        text-align: center
    }

    .footer_menu {
        float: none;
        text-align: center
    }

    .footer_menu li {
        display: inline-block;
        float: none;
        margin-bottom: 5px
    }

    .main_header {
        padding: 0 10px 10px
    }

    .main_page_form {
        padding: 15px 10px
    }

    footer {
        height: auto
    }

    .table_item .ui-slider, .ui-slider-items_text {
        max-width: 100%
    }

    .search_find_btn {
        margin: 10px 0px
    }

    .clear_text, .save_text {
        margin: 0 5px
    }

    input[type="text"], input[type='password'], textarea {
        width: 91%
    }

    .table_item .slect_block {
        max-width: none
    }

    .table_item .btn {
        margin: 3px 0px
    }

    .add_edit_photo_block {
        text-align: center
    }

    .month {
        max-width: none;
        width: 100%;
        margin-left: 0px !important
    }

    .yaer {
        max-width: none;
        width: 91% !important;
        margin-left: 0px !important
    }

    .agency_edit_page_label {
        font-size: 13px;
        width: 100%;
        float: none;
        text-align: left
    }

    .agency_edit_page_item {
        margin-bottom: 10px;
        margin-left: 0px
    }

    .agency_edit_page_item .input_block, .agency_edit_page_item .textarea_block {
        max-width: 100%
    }

    .agency_edit_page_item .btn {
        margin: 5px 0px
    }
}

.checkbox, .radio {
    margin-bottom: 7px;
    padding-left: 23px;
    position: relative;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden
}

.checkbox:hover, .radio:hover {
    color: #f2725c
}

.checkbox input, .radio input {
    outline: none !important;
    opacity: 0;
    filter: alpha(opacity = 0);
    zoom: 1
}

.radio.checked .icon {
    background-position: -60px -30px;
    opacity: 1;
    display: block\9
}

.checkbox.checked .icon {
    background-position: -59px -29px;
    opacity: 1;
    display: block\9
}

.checkbox.checked .icon-to-fade, .radio.checked .icon-to-fade {
    opacity: 0;
    display: none\9
}

.checkbox.disabled, .radio.disabled {
    color: #d7dddd;
    cursor: default
}

.checkbox.disabled .icon, .radio.disabled .icon {
    opacity: 0;
    display: none\9
}

.checkbox.disabled .icon-to-fade, .radio.disabled .icon-to-fade {
    background-position: -30px -60px;
    opacity: 1;
    display: block\9
}

.checkbox.disabled.checked .icon, .radio.disabled.checked .icon {
    background-position: 0 -90px;
    opacity: 1;
    display: block\9
}

.checkbox.disabled.checked .icon-to-fade, .radio.disabled.checked .icon-to-fade {
    opacity: 0;
    display: none\9
}

.checkbox .icon, .checkbox .icon-to-fade {
    background: url("../images/checkbox.png") -88px 0 no-repeat;
    display: block;
    height: 22px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0px;
    width: 22px;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-backface-visibility: hidden
}

.radio .icon, .radio .icon-to-fade {
    background: url("../images/checkbox.png") -90px 0 no-repeat;
    display: block;
    height: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0px;
    width: 20px;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    -webkit-backface-visibility: hidden
}

.checkbox .icon, .radio .icon {
    opacity: 0;
    top: 0;
    z-index: 2;
    display: none\9
}

.radio .icon, .radio .icon-to-fade {
    background-image: url("../images/radio.png")
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:3 / 2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:2) {
    .checkbox .icon {
        background-image: url("../images/checkbox-2x.png");
        background-size: 110px 110px
    }

    .radio .icon {
        background-image: url("../images/radio-2x.png");
        background-size: 110px 110px
    }
}

.toggle {
    background-color: #1ba99e;
    border-radius: 60px;
    color: white;
    height: 29px;
    margin: 2px 12px 0 0;
    overflow: hidden;
    *zoom: 1;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden
}

.toggle:before, .toggle:after {
    display: table;
    content: ""
}

.toggle:after {
    clear: both
}

.toggle.toggle-off {
    background-color: #bdc3c7
}

.toggle.toggle-off .toggle-radio {
    background-image: url("../images/icon-off.png");
    background-position: 0 0;
    color: white;
    left: 0;
    margin-left: 0.5px;
    margin-right: -13px;
    z-index: 1
}

.toggle.toggle-off .toggle-radio:first-child {
    left: -120%
}

.toggle label.toggle-radio {
    background: url("../images/icon-on.png") right top no-repeat;
    color: #fff;
    display: block;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    height: 21px;
    left: 120%;
    margin-left: -13px;
    padding: 5px 32px 3px;
    position: relative;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 2;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden
}

.toggle label.toggle-radio:first-child {
    margin-bottom: -29px;
    left: 0
}

.toggle input {
    display: none;
    position: absolute;
    outline: none !important;
    display: block\9;
    opacity: 0.01;
    filter: alpha(opacity = 1);
    zoom: 1
}

.toggle.toggle-icon {
    border-radius: 6px 7px 7px 6px
}

.toggle.toggle-icon.toggle-off {
    border-radius: 7px 6px 6px 7px
}

.toggle.toggle-icon.toggle-off .toggle-radio {
    background-image: url("../images/block-off.png");
    background-position: 0 0
}

.toggle.toggle-icon .toggle-radio {
    background-image: url("../images/block-on.png");
    background-position: 62px 0;
    border-radius: 6px;
    min-width: 27px;
    text-align: right
}

.toggle.toggle-icon .toggle-radio:first-child {
    text-align: left
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:3 / 2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:2) {
    .toggle.toggle-off .toggle-radio {
        background-image: url("../images/toggle/icon-off-2x.png");
        background-size: 30px 29px
    }

    .toggle .toggle-radio {
        background-image: url("../images/toggle/icon-on-2x.png");
        background-size: 30px 29px
    }
}

.progress, .ui-slider {
    background: #ececec;
    border-radius: 32px;
    height: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.progress .bar, .ui-slider .bar {
    background: #1abc9c;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.progress .bar-success, .ui-slider .bar-success {
    background-color: #2ecc71;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.progress .bar-warning, .ui-slider .bar-warning {
    background-color: #f1c40f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.progress .bar-danger, .ui-slider .bar-danger {
    background-color: #e74c3c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.progress .bar-info, .ui-slider .bar-info {
    background-color: #3498db;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.ui-slider {
    margin-bottom: 0px;
    position: relative;
    top: 12px;
    cursor: pointer
}

.ui-slider-handle {
    background-color: #1ba99e;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    margin-left: -9px;
    position: absolute;
    top: -3px;
    width: 18px;
    z-index: 2;
    -webkit-transition: background 0.25s;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    transition: background 0.25s;
    -webkit-backface-visibility: hidden
}

.ui-slider-handle[style*='100'] {
    margin-left: -15px
}

.ui-slider-handle:hover, .ui-slider-handle:focus {
    background-color: #2fe2bf;
    outline: none
}

.ui-slider-handle:active {
    background-color: #16a085
}

.ui-slider-range {
    background-color: #bdc3c7;
    border-radius: 30px 0 0 30px;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1
}

.ui-slider-segment {
    background-color: #bdc3c7;
    border-radius: 50%;
    float: left;
    height: 6px;
    margin: 3px -6px 0 33%;
    width: 6px
}

.search_rezult_body {
    overflow: hidden;
    width: 100%
}

.two_block_in_line.first {
    clear: both
}

.two_block_in_line .one_item_block {
    min-height: 160px
}

.search_big_map_filter {
    margin: 0 auto 15px
}

.search_big_map_filter.toggle.toggle-off .toggle-radio {
    background: url("../images/icon-on.png") 0 0 no-repeat
}

.search_big_map_filter.toggle.toggle-off {
    background-color: #1ba99e
}

.loader {
    text-align: center;
    margin-top: 100px
}

.google_map_block img {
    max-width: none
}

#search-form .license_block {
    width: auto;
    float: left;
    margin-left: 0px
}

#search-form .license_block.table_label {
    margin-left: 10px
}

@media (max-width:768px) {
    #search-form .license_block.table_label {
        clear: both;
        margin-left: 32%
    }
}

@media (max-width:650px) {
    #search-form .license_block.table_label {
        margin-left: 25%
    }
}

@media (max-width:480px) {
    #search-form .license_block.table_label {
        margin-left: 0
    }
}

.chzn-container {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100% !important;
    zoom: 1;
    *display: inline
}

.chzn-container .chzn-drop {
    background-color: #FBFBFB;
    border: 2px solid #BDC3C7;
    border-radius: 5px 5px 5px 5px;
    left: 0;
    margin-top: 1px;
    min-height: 20px;
    padding: 5px 0;
    position: absolute;
    top: 29px;
    z-index: 1010
}

.chzn-container-single .chzn-single {
    background-color: #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #bdc3c7;
    font-size: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 10px;
    color: #34495e;
    text-decoration: none
}

.chzn-container-single .chzn-default {
    color: #999
}

.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 12px;
    font-size: 1px
}

.chzn-container-single .chzn-single abbr:hover {
    background-position: -42px -10px
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: -42px -10px
}

.chzn-container-single .chzn-single div {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 20px
}

.chzn-container-single .chzn-single div b {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 7px solid #bdc3c7;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    margin-top: 14px
}

.chzn-container-single.chzn-container-active .chzn-single div b {
    border-top: 7px solid #1BA99E
}

.chzn-container-single .chzn-search {
    padding: 3px 4px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 1010;
    display: none
}

.chzn-container-single .chzn-search input {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em
}

.chzn-container-single .chzn-drop {
}

.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px
}

.chzn-container-multi .chzn-choices {
    background-color: #fbfbfb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #bdc3c7;
    font-size: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    line-height: 34px;
    color: #34495e;
    padding: 0 30px 0 0;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    min-height: 34px
}

.chzn-container-multi .chzn-choices:after {
    display: block;
    width: 0px;
    height: 0px;
    border-top: 7px solid #bdc3c7;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
    margin-top: 0px;
    position: absolute;
    top: 14px;
    right: 10px;
    content: ''
}

.chzn-container-active .chzn-choices:after {
    border-top: 7px solid #1BA99E
}

.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none
}

.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.chzn-container-multi .chzn-choices .search-field .default {
    color: #999;
    width: auto !important
}

.chzn-container-multi .chzn-choices .search-choice {
    background-color: #34495E;
    border-radius: 3px 3px 3px 3px;
    color: #FFF;
    cursor: default;
    font-size: 14px;
    line-height: 14px;
    margin: 4px 0 3px 5px;
    padding: 6px 20px 6px 5px;
    position: relative
}

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4f4f4', endColorstr = '#eee', GradientType = 0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
    border: 1px solid #ccc;
    padding-right: 5px
}

.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 13px;
    height: 13px;
    font-size: 1px;
    background: url('../images/multi_delete.png') no-repeat center center
}

.chzn-container-multi .chzn-choices .search-choice:hover {
    background: #1ba99e
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
}

.chzn-container .chzn-results {
    max-height: 240px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0
}

.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    padding: 7px 10px;
    margin: 0;
    list-style: none
}

.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item
}

.chzn-container .chzn-results .highlighted, .chzn-container .chzn-results .result-selected {
    background-color: #1BA99E;
    color: #fff;
    font-weight: 500
}

.chzn-container .chzn-results li em {
    background: #feffde;
    font-style: normal
}

.chzn-container .chzn-results .highlighted em {
    background: transparent
}

.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item
}

.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold
}

.chzn-container .chzn-results .group-option {
    padding-left: 15px
}

.chzn-container-multi .chzn-drop .result-selected {
    display: none
}

.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1
}

.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px
}

.chzn-container .chzn-results-scroll-down {
    bottom: 0
}

.chzn-container .chzn-results-scroll-down span {
}

.chzn-container .chzn-results-scroll-up span {
}

.chzn-container-active .chzn-single {
    border: 2px solid #1BA99E
}

.chzn-container-active .chzn-single-with-drop {
}

.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none
}

.chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 2px
}

.chzn-container-active .chzn-choices {
    border: 2px solid #1BA99E
}

.chzn-container-active .chzn-choices .search-field input {
    color: #111 !important
}

.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important
}

.chzn-disabled .chzn-single {
    cursor: default
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default
}

.chzn-rtl {
    text-align: right
}

.chzn-rtl .chzn-single {
    padding: 0 8px 0 0;
    overflow: visible
}

.chzn-rtl .chzn-single span {
    margin-left: 26px;
    margin-right: 0;
    direction: rtl
}

.chzn-rtl .chzn-single div {
    left: 3px;
    right: auto
}

.chzn-rtl .chzn-single abbr {
    left: 26px;
    right: auto
}

.chzn-rtl .chzn-choices .search-field input {
    direction: rtl
}

.chzn-rtl .chzn-choices li {
    float: right
}

.chzn-rtl .chzn-choices .search-choice {
    padding: 3px 5px 3px 19px;
    margin: 3px 5px 3px 0
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    left: 4px;
    right: auto
}

.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: none
}

.chzn-rtl .chzn-search input {
    padding: 4px 5px 4px 20px;
    direction: rtl
}

.chzn-container-single.chzn-rtl .chzn-single div b {
    background-position: 6px 2px
}

.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144 dpi) {
    .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
    }
}

.slect_block select {
    width: 100%
}

.chzn-container b {
}
/**************************************denisFront.css*********************************************************/
.ierror {
    border-color: #F2725C !important
}

.progressBar {
    background-color: #4FD0C9
}

.result_autocomplete {
}

.result_autocomplete_dialog .autocomplete .selected {
    color: #4FD0C9;
    cursor: pointer
}

.result_autocomplete_dialog .autocomplete {
    background: none repeat scroll 0 0 #F6F6F6;
    border-bottom: 2px solid #BDC3C7;
    border-left: 2px solid #BDC3C7;
    border-right: 2px solid #BDC3C7;
    border-radius: 0px 0px 8px 8px;
    color: #34495E;
    font-size: 13px;
    padding: 5px 10px;
    text-align: left;
    width: 90px;
    margin-top: 0px
}

.myMap img, .map_block img {
    max-width: none !important
}

.add_edit_photo_img img, .noDefaultImage img {
    height: auto !important;
    width: auto !important;
    max-width: none;
    max-height: none
}

.viewErrorsLeft .error_form {
    margin-left: 0px !important
}

.candidate_photo_block_new {
    width: 198px;
    height: 200px;
    margin: 0 auto 10px;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: #fff
}

.add_edit_photo_block {
    max-width: 350px
}

.relevant_experience_block .country {
    margin-top: 0px
}
.hide{
    display: none!important;

}

.pre_avatar_block{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.avatar_img_in{
    display:inline-block;
    vertical-align: middle;
    margin-left: -2px;
    max-height:100%;
}



.agency_photo_block_new
{
    width: 200px;
    height: 200px;
    overflow: hidden;
    text-align:center;
    background-color: transparent!important;
    display:block;
    text-align:center;
    vertical-align:middle;
    position:relative;
}
.agency_photo_block_new img
{
    max-width:198px;
    max-height:198px;
    display:inline-block;
    vertical-align: middle;
    margin-left: -4px;
    /*max-height:100%;*/
}

/******************************************************************************/