a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
    border: 0;
    margin: 0;
    padding: 0;
}

html,body {
    height: 100%
}

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

b,strong {
    font-weight: bold
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

li {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,td,caption {
    font-weight: normal;
    vertical-align: top
}

q {
    quotes: none
}

q:before,q:after {
    content: '';
    content: none
}

sub,sup,small {
    font-size: 75%
}

sub,sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

svg {
    overflow: hidden
}

button::-moz-focus-inner,input::-moz-focus-inner {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif
}

body {
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background: #FFF
}

h1,h2,h3,h4 {
    font-weight: bold;
    margin: 20px 0 10px
}

h1 {
    font-size: 20px;
    margin-top: 0
}

h2 {
    font-size: 16px
}

h1,h2 {
    line-height: 1.29
}

h3 {
    font-size: 14px
}

h4,h5 {
    font-size: 13px
}

img.left {
    margin: 5px 20px 10px 0
}

img.right {
    margin: 5px 0 10px 20px
}

table {
    padding: 0
}

table th {
    font-weight: bold;
    text-align: left;
    vertical-align: top
}

.table {
    margin-bottom: 10px
}

.table td,.table th {
    padding: 5px 10px
}

.table td {
    border-bottom: solid 1px #DDD
}

.table-compact td,.table-compact th {
    padding-right: 10px
}

.table-long {
    width: 100%
}

.table thead td,.table thead th,.table-compact thead td,.table-compact thead th {
    border-bottom: solid 2px #DDD
}

.table tfoot td,.table tfoot th,.table-compact tfoot td,.table-compact tfoot th {
    border-top: solid 2px #DDD
}

p,dl {
    margin-bottom: 10px
}

ul,ol {
    margin: 0 0 10px 25px
}

ul ul,ul ol,ol ol,ol ul {
    margin-bottom: 0
}

ul {
    list-style: disc
}

ul ul {
    list-style: circle
}

ol {
    list-style: decimal
}

ul.unstyled {
    margin: 0
}

ul.unstyled,ul.unstyled ul {
    list-style: none
}

ul.unbreak,ul.unbreak li {
    display: block
}

ul.unbreak li {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%
}

ul.list li {
    margin-bottom: 5px
}

ul.inline {
    display: block
}

ul.inline li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    *display: inline
}

ul.inline li a {
    white-space: nowrap;
    display: inline-block
}

a {
    text-decoration: none
}

a:visited {
    color: #00698b
}

a,a.blue,.blue a {
    border-color: #b5cfee;
    color: #0077d3
}

a.underline,.underline a {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

a:hover,a:hover .black,a.selected {
    color: #ff6700 !important;
    border-color: #ff6700 !important
}

.dotted,.dotted a,a.dotted {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: pointer
}

.black a,a.black {
    border-color: #b2b2b2
}

.black,.black a,a.black {
    color: #333
}

.gray a,a.gray {
    border-color: lightgrey
}

.gray,.gray a,a.gray,.gray td {
    color: gray
}

.red a,a.red {
    border-color: red
}

.red,.red a,a.red,.red td {
    color: red
}

button,input,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: normal
}

select {
    border: 1px solid #ccc;
    padding: 3px 4px
}

select[multiple] {
    height: inherit
}

input[type="file"] {
    padding: initial;
    border: initial;
    line-height: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type="text"],input[type="number"],input[type="search"],input[type="email"],input[type="tel"],textarea,select {
    border: solid 1px #CCC;
    -webkit-box-shadow: 0 1px 3px #EEE inset;
    -moz-box-shadow: 0 1px 3px #EEE inset;
    box-shadow: 0 1px 3px #EEE inset;
    padding: 4px
}

input[type="text"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="email"]:focus,input[type="tel"]:focus,textarea:focus,select:focus {
    outline: 0;
}

.btn {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0;
    line-height: 18px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    *display: inline;
    *zoom:1;*background-color: #e6e6e6;
    *border: 0;
    *margin-left: .3em
}

.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
    color: #333;
    background-color: #e6e6e6
}

small,.small,.small input,.small button {
    font-size: 11px
}

.small input,.small button {
    line-height: 13px;
    padding: 2px
}

.small .btn {
    padding: 2px 8px
}

.wrap,.content {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    *width: 1200px
}

.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.centercol {
    float: left;
    width: 100%
}

.leftcol,.rightcol {
    width: 240px;
    position: relative
}

.leftcol {
    float: left;
    margin-left: -265px;
    left: -100%
}

.rightcol {
    float: right;
    margin-right: -265px
}

.threecols {
    padding: 0 265px;
    position: relative
}

.twocols {
    padding: 0 25px 0 265px
}

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

.hidden {
    display: none !important
}

.visible {
    display: block
}

.visible-inline-block {
    display: inline-block
}

.visible-xs,.visible-sm,.visible-xs-inline-block,.visible-sm-inline-block {
    display: none !important
}

#page,#footer {
    min-width: 768px;
}

#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px
}

#footer,#clear {
    height: 50px;
    margin-top: 49px
}

#footer {
    border-top: solid 1px #ebebeb;
    line-height: 50px
}

#footer .leftcol img {
    opacity: .5
}

#footer .leftcol img:hover {
    opacity: 1
}

#footer .leftcol .body {
    margin-left: 20px
}

#footer div.menu {
    margin-bottom: 15px
}

#footer div.menu a {
    display: inline-block;
    margin-right: 15px;
    white-space: nowrap;
    *display: inline
}

#header {
    height: 55px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA3CAIAAABCVLduAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADlJREFUeNq8w7cNwDAQBDDtP+/naPgKNe5NgGd3z19n5rO7saowM++IQHe/zQxV9RYRZGYkovcjwABh2qKRbrB2/gAAAABJRU5ErkJggg==) repeat-x
}

#header .left {
    margin-left: 20px
}

#header .right,#footer .right {
    margin-right: 20px
}

#header ul.inline li {
    margin: 0 0 0 10px
}

#header ul.menu {
    margin-top: 20px;
    line-height: 13px;
    overflow: hidden
}

#header ul.menu li {
    border-right: solid 1px #c1c5ca;
    padding-right: 6px;
    margin: 0 -6px 0 12px
}

#logo {
    margin: 7px 33px 0 0;
    background: url('//i.sakh.com/logos/2013/sakhcom.right.png') no-repeat top right;
    display: inline-block;
    *display: inline;
    width: 210px;
    height: 41px;
    vertical-align: baseline
}

#content {
    padding-top: 28px
}

#content .leftcol .section {
    padding-left: 20px
}

#sakhmenu,#sakhmenu li {
    display: block;
    position: relative
}

#sakhmenu {
    margin-bottom: 22px;
    background: #FFF
}

#sakhmenu li {
    background: url(data:image/gif;base64,R0lGODlhAwABAIAAAM/R1P///yH5BAAAAAAALAAAAAADAAEAAAICRFIAOw==) repeat-x left bottom;
    padding: 4px 0 6px 20px;
    margin: 0
}

#sakhmenu .black {
    font-size: 11px
}

#sakhmenu a.arr {
    background: url(data:image/gif;base64,R0lGODlhAwAFAIAAAP////96ACH5BAEAAAAALAAAAAADAAUAAAIFDBCWi1cAOw==) no-repeat 4px 6px;
    display: inline-block;
    padding-left: 11px;
    *display: inline;
    *zoom:1}

.fade {
    position: absolute;
    display: block;
    height: 18px;
    top: 0;
    right: 0;
    width: 14px;
    content: '';
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1)
}

.gray-section .body .fade {
    background: -moz-linear-gradient(left,rgba(248,248,248,0) 0,rgba(248,248,248,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(248,248,248,0)),color-stop(100%,rgba(248,248,248,1)));
    background: -webkit-linear-gradient(left,rgba(248,248,248,0) 0,rgba(248,248,248,1) 100%);
    background: -o-linear-gradient(left,rgba(248,248,248,0) 0,rgba(248,248,248,1) 100%);
    background: -ms-linear-gradient(left,rgba(248,248,248,0) 0,rgba(248,248,248,1) 100%);
    background: linear-gradient(to right,rgba(248,248,248,0) 0,rgba(248,248,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f8f8f8',endColorstr='#f8f8f8',GradientType=1)
}

#toTop {
    font-size: 18px;
    color: gray;
    line-height: 200%;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    position: fixed;
    width: 38px;
    z-index: 99;
    cursor: pointer;
    overflow: hidden
}

#toTop:hover {
    background: #f0f0f0;
    opacity: .9
}

@media(max-width: 1240px) {
    #toTop {
        width:2px;
        opacity: .5
    }

    #toTop:hover {
        width: 38px
    }
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 18px;
    height: 18px;
    vertical-align: baseline;
    margin-right: 3px;
    *display: inline;
    *zoom:1}

.underline .icon {
    position: absolute;
    margin-left: -21px
}

#header .icon {
    background-size: contain
}

.icon-menu {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAKklEQVR4Ae3TMRUAAAhCQfuX1g4+BoY7AjD9qQOwmb0OHICSlQxCUzLAAUfPrmAyBxxOAAAAAElFTkSuQmCC')
}

.icon-clear {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAsklEQVR4Ae2WsQrEIBAFH/iRUfN1yUnIRwoeuXKbc1CbsGM/g1ssK8dxXkxQ0aZedp0KTH+rqXYmdlU1XSRR1H6vKnbqn/dRN1HVJv7q7X95AutBIgE9INkE1/ME14NEBnpAtgmk5wmo54n5ejN1oOcJql8fWD8irq9mR03Xb4okwfUPKMH1NpGm6cGmHdXzBNfbRB7Sg007oJ+aOPv0JnGQw+vCh1dRWHk6HgpyHOe1fAE3Nwx9TaPILQAAAABJRU5ErkJggg==')
}

.gender_f {
    color: #c33
}

.sakhcom-bg {
    background: url('http://sakh.com/company/i/sun_300.gif') no-repeat right top
}

#topbanner {
    margin: 10px auto
}

#debug {
    z-index: 999;
    margin-left: 50px;
    padding: 10px;
    border: solid 1px #CCC;
    background: #fefefe
}

.button-menu {
    padding: 0;
    background: transparent;
    border: none;
}

button.button-menu::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
}
.square-picture {
    display: block;
    position: relative;
}
.square-picture::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.square-picture__wrap {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-position: center center;
}
.square-picture__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
