/* --- Форма --- */
.application div {

    overflow: hidden;
}
input, textarea {
    padding: 10px 15px;
    width: 424px;
    border: 2px solid #2c5874;
    background:  rgba(44, 88, 116, 0.6);
    color: #fff;
    text-align: left;
    font: italic 18px/28px 'gotham_proregular';
    margin-bottom: 30px;
    border-radius: 5px;
}
textarea {width: 410px;}
input:focus, textarea:focus {border-color: #2f9ad5; color: #fff;}

input[type="submit"]{
    background: no-repeat scroll 31px 18px #2f9ad5;
    border: 3px solid #2f9ad5;
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font: 18px/20px "gotham_pro_medium";
    margin: 40px auto 20px;
    padding: 20px 10px 20px 66px;
    text-align: left;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out 0s;
    white-space: nowrap;
    width: 375px;
}
input[type="submit"]:hover {
    background: no-repeat 31px 18px transparent;
    border: 3px solid #2f9ad5;
    color: #0C2635 !important;
}
#popup input[type="submit"] {
    width: 280px;
    margin-top: 10px;
    background-image: none;
    text-align: center;
    padding: 20px;
}
#popup .send-success p {color: #000 !important;}
.main-anchor{
    display: block;
    margin: 20px auto;
    padding: 22px 0 22px 70px;
    text-align: left;
    font: 18px/20px 'gotham_pro_medium';
    color: #fff !important;
    white-space: nowrap;
    text-transform:uppercase;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out 0s;
    border-radius: 50px;
}

.main-anchor.blue {
    background: url("../img/flag.png") no-repeat scroll 35px 18px #2f9ad5;
    border: 3px solid #2f9ad5;
    width: 200px;
}
.main-anchor.blue:hover {
    background: url("../img/flag.png") no-repeat 35px 18px transparent;
    border: 3px solid #fff;
}
.main-anchor.transparent {
    background: url("../img/papirus.png") no-repeat 27px 17px transparent;
    border: 3px solid #fff;
    width: 270px;
}
.main-anchor.transparent:hover {
    background: url("../img/papirus.png") no-repeat 27px 17px transparent;
    border: 3px solid #2f9ad5;
}
.main-anchor.decan {
    background-color: #2f9ad5;
    text-align: center;
    border: 3px solid #2f9ad5;
    width: 290px;
    padding: 22px;
    background-image: none;
}
.main-anchor.decan:hover, #popup input[type="submit"]:hover {
    border: 3px solid #2f9ad5;
    color: #2f9ad5 !important;
    background: transparent;
}

#fakultet .content > .main-anchor.blue:hover,
#preimushestva .content > .main-anchor.blue:hover{
    background: url("../img/flag-b.png") no-repeat 55px 15px transparent;
    border: 3px solid #2f9ad5;
    color: #2f9ad5 !important;
}
#partner .main-anchor.blue:hover,
#fakultet .content > .main-anchor.blue:hover,
#preimushestva .content > .main-anchor.blue:hover {
    background: url("../img/flag-b.png") no-repeat 35px 18px transparent;
    border: 3px solid #2f9ad5;
    color: #2f9ad5 !important;
}

/* Header */
.codrops-header {
    padding: 3em 190px 4em;
    letter-spacing: -1px;
}

.codrops-header h1 {
    font-weight: 800;
    font-size: 4em;
    line-height: 1;
    margin-bottom: 0;
}

.codrops-header h1 span {
    display: block;
    font-size: 50%;
    font-weight: 400;
    padding: 0.325em 0 0.5em 0;
    color: #c3c8cd;
}

/* Top Navigation Style */
.codrops-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.25em;
    text-align: center;
}

.codrops-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #dbdbdb;
    content: '';
    -webkit-transform: rotate3d(0,0,1,22.5deg);
    transform: rotate3d(0,0,1,22.5deg);
}

.codrops-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

.codrops-icon span {
    display: none;
}

.codrops-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon--drop:before {  content: "\e001"; }
.codrops-icon--prev:before {  content: "\e004"; }

/* Related demos */
.content--related {
    text-align: center;
    color: #D8DADB;
    font-weight: bold;
}
.media-item {
    display: inline-block;
    padding: 1em;
    vertical-align: top;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.media-item__img {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
    opacity: 1;
}
.media-item__title {
    font-size: 0.75em;
    margin: 0;
    padding: 0.5em;
}
@media screen and (max-width: 50em) {
    .codrops-header {
        padding: 3em 10% 4em;
    }
}
@media screen and (max-width: 40em) {
    .codrops-header h1 {
        font-size: 2.8em;
    }
}
/* политика конф. */
#terms p {line-height: 24px;}
/**/

input.valid{ background: rgba(44, 88, 116, 0.6) url(../img/ok.png) no-repeat 423px 16px ;}
input.error{ background: rgba(44, 88, 116, 0.6) url(../img/warning.png) no-repeat 423px 16px ; }
textarea.valid { background: rgba(44, 88, 116, 0.6) url(../img/ok.png) no-repeat 415px 16px ;}
textarea.error { background: rgba(44, 88, 116, 0.6) url(../img/warning.png) no-repeat 415px 16px ; }

#popup input.valid, #popup input.error { background-position: 415px center;}

span.error{
    display: none !important;
}

.wrap-select select {
    background: none;
    border: 0 none;
    border-radius: 0;
    height: 45px;
    padding: 5px 10px;
    width: 480px;
    color: #93A0AE;
    font: italic 18px/28px "gotham_proregular";
}
.wrap-select select option {
    background: #345075;
    color: #fff;
    border: none;
    padding: 5px 10px;
}
.wrap-select {
    background: url("../img/down_arrow_select.png") no-repeat scroll 420px 20px rgba(44, 88, 116, 0.6);
    border: 2px solid #2c5874;
    height: 45px;
    margin-top: 0 !important;
    overflow: hidden;
    border-radius: 5px;
    width: 454px;
}

/* Слайдер */
.slides {
    position: relative;
    z-index: 1;
}
/***************************/
[class^="fa"],[class*=" fa"]{
    text-decoration: none !important;
    color: #00bb80;
    font-family:FontAwesome;
    font-size: 150px !important;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    -webkit-font-smoothing:antialiased;
    display:inline;
    width:auto;
    height:auto;
    line-height:normal;
    vertical-align:baseline;
    background-image:none;
    background-position:0 0;
    background-repeat:repeat;
    margin-top:0}.fawhite,.nav-pills>.active>a>[class^="fa"],.nav-pills>.active>a>[class*=" fa"],.nav-list>.active>a>[class^="fa"],.nav-list>.active>a>[class*=" fa"],.navbar-inverse .nav>.active>a>[class^="fa"],.navbar-inverse .nav>.active>a>[class*=" fa"],.dropdown-menu>li>a:hover>[class^="fa"],.dropdown-menu>li>a:hover>[class*=" fa"],.dropdown-menu>.active>a>[class^="fa"],.dropdown-menu>.active>a>[class*=" fa"],.dropdown-submenu:hover>a>[class^="fa"],.dropdown-submenu:hover>a>[class*=" fa"]{background-image:none}[class^="fa"]:before,[class*=" fa"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="fa"],a [class*=" fa"]{display:inline-block}.falarge:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="fa"],.nav [class^="fa"],.btn [class*=" fa"],.nav [class*=" fa"]{display:inline}.btn [class^="fa"].falarge,.nav [class^="fa"].falarge,.btn [class*=" fa"].falarge,.nav [class*=" fa"].falarge{line-height:.9em}.btn [class^="fa"].faspin,.nav [class^="fa"].faspin,.btn [class*=" fa"].faspin,.nav [class*=" fa"].faspin{display:inline-block}.nav-tabs [class^="fa"],.nav-pills [class^="fa"],.nav-tabs [class*=" fa"],.nav-pills [class*=" fa"],.nav-tabs [class^="fa"].falarge,.nav-pills [class^="fa"].falarge,.nav-tabs [class*=" fa"].falarge,.nav-pills [class*=" fa"].falarge{line-height:.9em}li [class^="fa"],.nav li [class^="fa"],li [class*=" fa"],.nav li [class*=" fa"]{display:inline-block;width:1.25em;text-align:center}li [class^="fa"].falarge,.nav li [class^="fa"].falarge,li [class*=" fa"].falarge,.nav li [class*=" fa"].falarge{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="fa"],ul.icons li [class*=" fa"]{width:.75em}.famuted{color:#eee}.faborder{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fa2x{font-size:2em}.fa2x.faborder{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fa3x{font-size:3em}.fa3x.faborder{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.fa4x{font-size:4em}.fa4x.faborder{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="fa"].pull-left,[class*=" fa"].pull-left{margin-right:.3em}[class^="fa"].pull-right,[class*=" fa"].pull-right{margin-left:.3em}.btn [class^="fa"].pull-left.fa2x,.btn [class*=" fa"].pull-left.fa2x,.btn [class^="fa"].pull-right.fa2x,.btn [class*=" fa"].pull-right.fa2x{margin-top:.18em}.btn [class^="fa"].faspin.falarge,.btn [class*=" fa"].faspin.falarge{line-height:.8em}.btn.btn-small [class^="fa"].pull-left.fa2x,.btn.btn-small [class*=" fa"].pull-left.fa2x,.btn.btn-small [class^="fa"].pull-right.fa2x,.btn.btn-small [class*=" fa"].pull-right.fa2x{margin-top:.25em}.btn.btn-large [class^="fa"],.btn.btn-large [class*=" fa"]{margin-top:0}.btn.btn-large [class^="fa"].pull-left.fa2x,.btn.btn-large [class*=" fa"].pull-left.fa2x,.btn.btn-large [class^="fa"].pull-right.fa2x,.btn.btn-large [class*=" fa"].pull-right.fa2x{margin-top:.05em}.btn.btn-large [class^="fa"].pull-left.fa2x,.btn.btn-large [class*=" fa"].pull-left.fa2x{margin-right:.2em}.btn.btn-large [class^="fa"].pull-right.fa2x,.btn.btn-large [class*=" fa"].pull-right.fa2x{margin-left:.2em}.faspin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.faspin{height:.9em}.btn .faspin{height:auto}.faspin.falarge{height:1.25em}.btn .faspin.falarge{height:.75em}}.faglass:before{content:"\f000"}.famusic:before{content:"\f001"}.fasearch:before{content:"\f002"}.faenvelope:before{content:"\f003"}.faheart:before{content:"\f004"}.fastar:before{content:"\f005"}.fastar-empty:before{content:"\f006"}.fauser:before{content:"\f007"}.fafilm:before{content:"\f008"}.fath-large:before{content:"\f009"}.fath:before{content:"\f00a"}.fath-list:before{content:"\f00b"}.faok:before{content:"\f00c"}.faremove:before{content:"\f00d"}.fazoom-in:before{content:"\f00e"}.fazoom-out:before{content:"\f010"}.faoff:before{content:"\f011"}.fasignal:before{content:"\f012"}.facog:before{content:"\f013"}.fatrash:before{content:"\f014"}.fahome:before{content:"\f015"}.fafile:before{content:"\f016"}.fatime:before{content:"\f017"}.faroad:before{content:"\f018"}.fadownload-alt:before{content:"\f019"}.fadownload:before{content:"\f01a"}.faupload:before{content:"\f01b"}.fainbox:before{content:"\f01c"}.faplay-circle:before{content:"\f01d"}.farepeat:before{content:"\f01e"}.farefresh:before{content:"\f021"}.falist-alt:before{content:"\f022"}.falock:before{content:"\f023"}.faflag:before{content:"\f024"}.faheadphones:before{content:"\f025"}.favolume-off:before{content:"\f026"}.favolume-down:before{content:"\f027"}.favolume-up:before{content:"\f028"}.faqrcode:before{content:"\f029"}.fabarcode:before{content:"\f02a"}.fatag:before{content:"\f02b"}.fatags:before{content:"\f02c"}.fabook:before{content:"\f02d"}.fabookmark:before{content:"\f02e"}.faprint:before{content:"\f02f"}.facamera:before{content:"\f030"}.fafont:before{content:"\f031"}.fabold:before{content:"\f032"}.faitalic:before{content:"\f033"}.fatext-height:before{content:"\f034"}.fatext-width:before{content:"\f035"}.faalign-left:before{content:"\f036"}.faalign-center:before{content:"\f037"}.faalign-right:before{content:"\f038"}.faalign-justify:before{content:"\f039"}.falist:before{content:"\f03a"}.faindent-left:before{content:"\f03b"}.faindent-right:before{content:"\f03c"}.fafacetime-video:before{content:"\f03d"}.fapicture:before{content:"\f03e"}.fapencil:before{content:"\f040"}.famap-marker:before{content:"\f041"}.faadjust:before{content:"\f042"}.fatint:before{content:"\f043"}.faedit:before{content:"\f044"}.fashare:before{content:"\f045"}.facheck:before{content:"\f046"}.famove:before{content:"\f047"}.fastep-backward:before{content:"\f048"}.fafast-backward:before{content:"\f049"}.fabackward:before{content:"\f04a"}.faplay:before{content:"\f04b"}.fapause:before{content:"\f04c"}.fastop:before{content:"\f04d"}.faforward:before{content:"\f04e"}.fafast-forward:before{content:"\f050"}.fastep-forward:before{content:"\f051"}.faeject:before{content:"\f052"}.fachevron-left:before{content:"\f053"}.fachevron-right:before{content:"\f054"}.faplus-sign:before{content:"\f055"}.faminus-sign:before{content:"\f056"}.faremove-sign:before{content:"\f057"}.faok-sign:before{content:"\f058"}.faquestion-sign:before{content:"\f059"}.fainfo-sign:before{content:"\f05a"}.fascreenshot:before{content:"\f05b"}.faremove-circle:before{content:"\f05c"}.faok-circle:before{content:"\f05d"}.faban-circle:before{content:"\f05e"}.faarrow-left:before{content:"\f060"}.faarrow-right:before{content:"\f061"}.faarrow-up:before{content:"\f062"}.faarrow-down:before{content:"\f063"}.fashare-alt:before{content:"\f064"}.faresize-full:before{content:"\f065"}.faresize-small:before{content:"\f066"}.faplus:before{content:"\f067"}.faminus:before{content:"\f068"}.faasterisk:before{content:"\f069"}.faexclamation-sign:before{content:"\f06a"}.fagift:before{content:"\f06b"}.faleaf:before{content:"\f06c"}.fafire:before{content:"\f06d"}.faeye-open:before{content:"\f06e"}.faeye-close:before{content:"\f070"}.fawarning-sign:before{content:"\f071"}.faplane:before{content:"\f072"}.facalendar:before{content:"\f073"}.farandom:before{content:"\f074"}.facomment:before{content:"\f075"}.famagnet:before{content:"\f076"}.fachevron-up:before{content:"\f077"}.fachevron-down:before{content:"\f078"}.faretweet:before{content:"\f079"}.fashopping-cart:before{content:"\f07a"}.fafolder-close:before{content:"\f07b"}.fafolder-open:before{content:"\f07c"}.faresize-vertical:before{content:"\f07d"}.faresize-horizontal:before{content:"\f07e"}.fabar-chart:before{content:"\f080"}.fatwitter-sign:before{content:"\f081"}.fafacebook-sign:before{content:"\f082"}.facamera-retro:before{content:"\f083"}.fakey:before{content:"\f084"}.facogs:before{content:"\f085"}.facomments:before{content:"\f086"}.fathumbs-up:before{content:"\f087"}.fathumbs-down:before{content:"\f088"}.fastar-half:before{content:"\f089"}.faheart-empty:before{content:"\f08a"}.fasignout:before{content:"\f08b"}.falinkedin-sign:before{content:"\f08c"}.fapushpin:before{content:"\f08d"}.faexternal-link:before{content:"\f08e"}.fasignin:before{content:"\f090"}.fatrophy:before{content:"\f091"}.fagithub-sign:before{content:"\f092"}.faupload-alt:before{content:"\f093"}.falemon:before{content:"\f094"}.faphone:before{content:"\f095"}.facheck-empty:before{content:"\f096"}.fabookmark-empty:before{content:"\f097"}.faphone-sign:before{content:"\f098"}.fatwitter:before{content:"\f099"}.fafacebook:before{content:"\f09a"}.fagithub:before{content:"\f09b"}.faunlock:before{content:"\f09c"}.facredit-card:before{content:"\f09d"}.farss:before{content:"\f09e"}.fahdd:before{content:"\f0a0"}.fabullhorn:before{content:"\f0a1"}.fabell:before{content:"\f0a2"}.facertificate:before{content:"\f0a3"}.fahand-right:before{content:"\f0a4"}.fahand-left:before{content:"\f0a5"}.fahand-up:before{content:"\f0a6"}.fahand-down:before{content:"\f0a7"}.facircle-arrow-left:before{content:"\f0a8"}.facircle-arrow-right:before{content:"\f0a9"}.facircle-arrow-up:before{content:"\f0aa"}.facircle-arrow-down:before{content:"\f0ab"}.faglobe:before{content:"\f0ac"}.fawrench:before{content:"\f0ad"}.fatasks:before{content:"\f0ae"}.fafilter:before{content:"\f0b0"}.fabriefcase:before{content:"\f0b1"}.fafullscreen:before{content:"\f0b2"}.fagroup:before{content:"\f0c0"}.falink:before{content:"\f0c1"}.facloud:before{content:"\f0c2"}.fabeaker:before{content:"\f0c3"}.facut:before{content:"\f0c4"}.facopy:before{content:"\f0c5"}.fapaper-clip:before{content:"\f0c6"}.fasave:before{content:"\f0c7"}.fasign-blank:before{content:"\f0c8"}.fareorder:before{content:"\f0c9"}.falist-ul:before{content:"\f0ca"}.falist-ol:before{content:"\f0cb"}.fastrikethrough:before{content:"\f0cc"}.faunderline:before{content:"\f0cd"}.fatable:before{content:"\f0ce"}.famagic:before{content:"\f0d0"}.fatruck:before{content:"\f0d1"}.fapinterest:before{content:"\f0d2"}.fapinterest-sign:before{content:"\f0d3"}.fagoogle-plus-sign:before{content:"\f0d4"}.fagoogle-plus:before{content:"\f0d5"}.famoney:before{content:"\f0d6"}.facaret-down:before{content:"\f0d7"}.facaret-up:before{content:"\f0d8"}.facaret-left:before{content:"\f0d9"}.facaret-right:before{content:"\f0da"}.facolumns:before{content:"\f0db"}.fasort:before{content:"\f0dc"}.fasort-down:before{content:"\f0dd"}.fasort-up:before{content:"\f0de"}.faenvelope-alt:before{content:"\f0e0"}.falinkedin:before{content:"\f0e1"}.faundo:before{content:"\f0e2"}.falegal:before{content:"\f0e3"}.fadashboard:before{content:"\f0e4"}.facomment-alt:before{content:"\f0e5"}.facomments-alt:before{content:"\f0e6"}.fabolt:before{content:"\f0e7"}.fasitemap:before{content:"\f0e8"}.faumbrella:before{content:"\f0e9"}.fapaste:before{content:"\f0ea"}.falightbulb:before{content:"\f0eb"}.faexchange:before{content:"\f0ec"}.facloud-download:before{content:"\f0ed"}.facloud-upload:before{content:"\f0ee"}.fauser-md:before{content:"\f0f0"}.fastethoscope:before{content:"\f0f1"}.fasuitcase:before{content:"\f0f2"}.fabell-alt:before{content:"\f0f3"}.facoffee:before{content:"\f0f4"}.fafood:before{content:"\f0f5"}.fafile-alt:before{content:"\f0f6"}.fabuilding:before{content:"\f0f7"}.fahospital:before{content:"\f0f8"}.faambulance:before{content:"\f0f9"}.famedkit:before{content:"\f0fa"}.fafighter-jet:before{content:"\f0fb"}.fabeer:before{content:"\f0fc"}.fah-sign:before{content:"\f0fd"}.faplus-sign-alt:before{content:"\f0fe"}.fadouble-angle-left:before{content:"\f100"}.fadouble-angle-right:before{content:"\f101"}.fadouble-angle-up:before{content:"\f102"}.fadouble-angle-down:before{content:"\f103"}.faangle-left:before{content:"\f104"}.faangle-right:before{content:"\f105"}.faangle-up:before{content:"\f106"}.faangle-down:before{content:"\f107"}.fadesktop:before{content:"\f108"}.falaptop:before{content:"\f109"}.fatablet:before{content:"\f10a"}.famobile-phone:before{content:"\f10b"}.facircle-blank:before{content:"\f10c"}.faquote-left:before{content:"\f10d"}.faquote-right:before{content:"\f10e"}.faspinner:before{content:"\f110"}.facircle:before{content:"\f111"}.fareply:before{content:"\f112"}.fagithub-alt:before{content:"\f113"}.fafolder-close-alt:before{content:"\f114"}.fafolder-open-alt:before{content:"\f115"}
[class^="fa"]:hover,[class*=" fa"]:hover {color:#fff;}

.slides .slidesjs-container .slaidbg-1 { background: url("../img/icon-one.png") no-repeat center top; }
.slides .slidesjs-container .slaidbg-2 { background: url("../img/icon-two.png") no-repeat center top; }
.slides .slidesjs-container .slaidbg-3 { background: url("../img/icon-three.png") no-repeat center top; }
.slides .slidesjs-container .slaidbg-4 { background: url("../img/icon-four.png") no-repeat center top; }
.slides .slidesjs-container .slaidbg-5 { background: url("../img/icon-five.png") no-repeat center top; }
.slides .slidesjs-container .slaidbg-6 { background: url("../img/icon-six.png") no-repeat center top; }

.slides .slidesjs-container .slaidbg-7 { background: url("../img/icon-seven.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-8 { background: url("../img/icon-eight.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-9 { background: url("../img/icon-nine.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-10 { background: url("../img/icon-ten.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-11 { background: url("../img/icon-eleven.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-12 { background: url("../img/icon-twelve.png") no-repeat center center; }


.slides .slidesjs-previous {
    float: left;
}
.slides .slidesjs-next {
    float: left;
    right: 0;
}
.slidesjs-pagination {
    margin: auto;
    width: 280px;
}
.slidesjs-pagination li {
    float: left;
    margin: 0 5px;
}
.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    float: left;
    overflow: hidden;
    transition: all 0.0s ease 0s;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}
.navbar {
    overflow: hidden
}
/************* Slaider 1  **************/
#slides1 .slidesjs-container .slidesjs-slide {
    margin: 0 auto;
    padding: 50px 0;
}
#slides1 .slidesjs-container .slidesjs-control section {
    display: block;
    width: 800px;
    margin: 0 auto;
}
#slides1 .slidesjs-navigation {
    position: absolute;
    top: 80px;
    z-index: 11;
}

#slides1 .slidesjs-container .slidesjs-slide p {
    text-align: left;
}
.slidesjs-control .slaidbg-5 ul {
    display: block;
    left: -30px;
    overflow: hidden;
    position: absolute;
    width: 1000px;
    height: 230px;
}
#slides1 .slidesjs-container ul li {
    color: #565656;
    float: left;
    padding: 0;
    text-align: center;
    width: 180px;
    margin: 0 10px;
}
#slides1 .slidesjs-container ul li > i {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    display: block;
}
#slides1 .slidesjs-container ul li > span b {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    display: block;
}
#slides1 .slidesjs-container ul li > span {
    font-size: 12px;
    display: block;
    line-height: 8px;
}
/* картинки уходящие вверх */
.tps-section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    height: 315px;
    -webkit-perspective: 10em;
    -moz-perspective: 10em;
    -ms-perspective: 10em;
    -o-perspective: 10em;
    perspective: 10em;
    -webkit-perspective-origin: center bottom;
    -moz-perspective-origin: center bottom;
    -ms-perspective-origin: center bottom;
    -o-perspective-origin: center bottom;
    perspective-origin: center bottom;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tps-wrapper {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.tps-main {
    overflow: hidden;
    background: #fff;
    margin-top: -50px;
}
.tps-section .tps-wrapper h4 {
    height: 100%;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
}
.tps-section .tps-wrapper h4 small {
    padding-top: 50px;
    position: absolute;
    text-transform: none;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    box-sizing: border-box;
    color: #000;
    font: 22px/25px 'gotham_proregular';
}
.tps-section:nth-child(1) .tps-wrapper { background:  url(../img/pr-icon1.png) no-repeat top center; }
.tps-section:nth-child(2) .tps-wrapper { background:  url(../img/pr-icon2.png) no-repeat top center; }
.tps-section:nth-child(3) .tps-wrapper { background:  url(../img/pr-icon3.png) no-repeat top center; }
.tps-section:nth-child(4) .tps-wrapper { background:  url(../img/pr-icon4.png) no-repeat top center; }
.tps-section:nth-child(5) .tps-wrapper { background:  url(../img/pr-icon5.png) no-repeat top center; }
.tps-section:nth-child(6) .tps-wrapper { background:  url(../img/pr-icon6.png) no-repeat top center; }
.tps-section:nth-child(7) .tps-wrapper { background:  url(../img/pr-icon7.png) no-repeat top center; }
.tps-section:nth-child(8) .tps-wrapper { background:  url(../img/pr-icon8.png) no-repeat top center; }
/* Accordion */
.smk_accordion {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}
.smk_accordion .accordion_in {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 10px;
    background: #d0e2ea;
}
.smk_accordion .accordion_in .acc_head {
    position: relative;
    display: block;
    padding: 20px !important;
    font: 24px/30px 'gotham_pro_medium';
    cursor: pointer;
    color: #09162c;
}
.smk_accordion .accordion_in.acc_active .acc_head {
    background: #09162c;
    color: #fff;
}
.smk_accordion .accordion_in .acc_head b {
    font: 24px/30px 'gotham_pro_medium';
}
.smk_accordion .accordion_in .acc_head:hover {
    background: #1a8cc1;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    height: 40px;
    margin-top: -15px;
    position: absolute;
    right: 10px;
    top: 42%;
    width: 40px;
    background: url('../img/accord-on.png') no-repeat center;
    border-radius: 56px;
}
.smk_accordion .accordion_in .acc_content {
    padding: 3px 10px;
    background: #ffffff;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
    display: block;
    padding: 20px;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
    background: url('../img/accord-off.png') no-repeat center;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 20px;

}
/* END Accordion */

/* Выдвижные блоки */
.cbp-so-scroller {
    overflow: hidden;
    height: 585px;
    margin-top: 10px;
    width: 960px;
}
.cbp-so-section {
    margin-bottom: 25px;
}
/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
    content: " ";
    display: table;
}
.cbp-so-section:after {
    clear: both;
}
/* Text styling */
.cbp-so-section p {
    color: #b4c3d1;
    font-size: 16px;
    line-height: 20px;
}
.cbp-so-section h6 {
    margin: 30px 0;
}
/* Sides */
.cbp-so-side {
    float: left;
    margin: 0;
    overflow: hidden;
    background: none repeat scroll 0 0 rgba(9, 21, 42, 0.6);
    height: 100px;
    padding: 35px;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}
.cbp-so-side:after {
    clear: both;
}
.cbp-so-side-right {
    margin-left: 20px;
    text-align: left;
    width: 62%;
}
.cbp-so-side-left {
    text-align: right;
    width: 20%;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}
.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
@media screen and (max-width: 73.5em) {
    .cbp-so-scroller {
        font-size: 65%;
    }
}

@media screen and (max-width: 41.125em) {
    .cbp-so-side {
        float: none;
        width: 100%;
    }
}


/** Carousel **/
.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;

}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    box-sizing: border-box;
    margin: 0 20px;
    width: 195px !important;
}
.jcarousel li > div {

    background: url("../img/bg-shadow.png") repeat;
    position: relative;
    z-index: 1;
}
.jcarousel li > div > div {
    background: url("../img/blockquote.png") no-repeat scroll 30px 30px;
    padding: 80px 0 40px 0;
    height: 252px;
}
.jcarousel li > div blockquote {
    margin: 0 30px 10px 30px;
    font: 14px/16px 'gotham_prolight';
    color: #fff;
}
.jcarousel li > h6 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: -25px 0 0 30px;
}
.jcarousel li > h6 > img {
    display: block;
    margin: 0 10px 0 0;
    border-radius: 50px;
    border: 3px solid #fff;
}
.jcarousel li > h6 > img,
.jcarousel li > h6 > p {
    float: left;
}
.jcarousel li > h6 > p {
    width: 288px;
    color: #89d7ea;
    margin: 40px 0 0 0;
    text-transform: uppercase;
    font: 18px/ 20px'gotham_pro_medium';
}
.jcarousel li > h6 > p > small {
    font: 14px/16px 'gotham_prolight';
    color: #fff;
    text-transform: none;
}
/* Карусель №2 */
.jcarousel2 {
    margin: 0 0 55px 0;
}
.jcarousel2 > ul > li {
    border: 3px solid #2f9ad5;
    position: relative;
    width: 295px !important;
    z-index: 1;
    height: 520px !important;
    margin: 100px 15px 0 15px;
}
.jcarousel2 li img {
    display: block;
    position: relative;
    margin-top: -85px;
    z-index: 2;
}
.jcarousel2 > ul > li > ul {
    margin: 20px;
}
.jcarousel2 > ul > li > ul li {
    text-align: left;
    clear: both;
    font: 16px/18px 'gotham_prolight';
    padding: 0 0 0 10px;
    margin: 0 0 20px 0;
    color: #373737;
    width: 255px !important;
    background: url("../img/arr.jpg") no-repeat left 7px;
}
.jcarousel2 > ul > li h4 {
    font: 23px/26px 'gotham_probold' !important;
    margin: 30px 0 0 0 !important;
    padding: 0;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    border: 2px solid #2f9ad5;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
}
.jcarousel-pagination a.active {
    background: #2f9ad5;
    border: 2px solid #2f9ad5;
    opacity: 1;
}

/* Слайдер */
.slides {
    position: relative;
}
/***************************/
[class^="fa"],[class*=" fa"]{
    text-decoration: none !important;
    color: #2f9ad5;
    font-family:FontAwesome;
    font-size: 150px !important;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    -webkit-font-smoothing:antialiased;
    display:inline;
    width:auto;
    height:auto;
    line-height:normal;
    vertical-align:baseline;
    background-image:none;
    background-position:0 0;
    background-repeat:repeat;
    margin-top:0}.fawhite,.nav-pills>.active>a>[class^="fa"],.nav-pills>.active>a>[class*=" fa"],.nav-list>.active>a>[class^="fa"],.nav-list>.active>a>[class*=" fa"],.navbar-inverse .nav>.active>a>[class^="fa"],.navbar-inverse .nav>.active>a>[class*=" fa"],.dropdown-menu>li>a:hover>[class^="fa"],.dropdown-menu>li>a:hover>[class*=" fa"],.dropdown-menu>.active>a>[class^="fa"],.dropdown-menu>.active>a>[class*=" fa"],.dropdown-submenu:hover>a>[class^="fa"],.dropdown-submenu:hover>a>[class*=" fa"]{background-image:none}[class^="fa"]:before,[class*=" fa"]:before{text-decoration:inherit;display:inline-block;speak:none}a [class^="fa"],a [class*=" fa"]{display:inline-block}.falarge:before{vertical-align:-10%;font-size:1.3333333333333333em}.btn [class^="fa"],.nav [class^="fa"],.btn [class*=" fa"],.nav [class*=" fa"]{display:inline}.btn [class^="fa"].falarge,.nav [class^="fa"].falarge,.btn [class*=" fa"].falarge,.nav [class*=" fa"].falarge{line-height:.9em}.btn [class^="fa"].faspin,.nav [class^="fa"].faspin,.btn [class*=" fa"].faspin,.nav [class*=" fa"].faspin{display:inline-block}.nav-tabs [class^="fa"],.nav-pills [class^="fa"],.nav-tabs [class*=" fa"],.nav-pills [class*=" fa"],.nav-tabs [class^="fa"].falarge,.nav-pills [class^="fa"].falarge,.nav-tabs [class*=" fa"].falarge,.nav-pills [class*=" fa"].falarge{line-height:.9em}li [class^="fa"],.nav li [class^="fa"],li [class*=" fa"],.nav li [class*=" fa"]{display:inline-block;width:1.25em;text-align:center}li [class^="fa"].falarge,.nav li [class^="fa"].falarge,li [class*=" fa"].falarge,.nav li [class*=" fa"].falarge{width:1.5625em}ul.icons{list-style-type:none;text-indent:-0.75em}ul.icons li [class^="fa"],ul.icons li [class*=" fa"]{width:.75em}.famuted{color:#eee}.faborder{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.fa2x{font-size:2em}.fa2x.faborder{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fa3x{font-size:3em}.fa3x.faborder{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.fa4x{font-size:4em}.fa4x.faborder{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.pull-right{float:right}.pull-left{float:left}[class^="fa"].pull-left,[class*=" fa"].pull-left{margin-right:.3em}[class^="fa"].pull-right,[class*=" fa"].pull-right{margin-left:.3em}.btn [class^="fa"].pull-left.fa2x,.btn [class*=" fa"].pull-left.fa2x,.btn [class^="fa"].pull-right.fa2x,.btn [class*=" fa"].pull-right.fa2x{margin-top:.18em}.btn [class^="fa"].faspin.falarge,.btn [class*=" fa"].faspin.falarge{line-height:.8em}.btn.btn-small [class^="fa"].pull-left.fa2x,.btn.btn-small [class*=" fa"].pull-left.fa2x,.btn.btn-small [class^="fa"].pull-right.fa2x,.btn.btn-small [class*=" fa"].pull-right.fa2x{margin-top:.25em}.btn.btn-large [class^="fa"],.btn.btn-large [class*=" fa"]{margin-top:0}.btn.btn-large [class^="fa"].pull-left.fa2x,.btn.btn-large [class*=" fa"].pull-left.fa2x,.btn.btn-large [class^="fa"].pull-right.fa2x,.btn.btn-large [class*=" fa"].pull-right.fa2x{margin-top:.05em}.btn.btn-large [class^="fa"].pull-left.fa2x,.btn.btn-large [class*=" fa"].pull-left.fa2x{margin-right:.2em}.btn.btn-large [class^="fa"].pull-right.fa2x,.btn.btn-large [class*=" fa"].pull-right.fa2x{margin-left:.2em}.faspin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}@-moz-document url-prefix(){.faspin{height:.9em}.btn .faspin{height:auto}.faspin.falarge{height:1.25em}.btn .faspin.falarge{height:.75em}}.faglass:before{content:"\f000"}.famusic:before{content:"\f001"}.fasearch:before{content:"\f002"}.faenvelope:before{content:"\f003"}.faheart:before{content:"\f004"}.fastar:before{content:"\f005"}.fastar-empty:before{content:"\f006"}.fauser:before{content:"\f007"}.fafilm:before{content:"\f008"}.fath-large:before{content:"\f009"}.fath:before{content:"\f00a"}.fath-list:before{content:"\f00b"}.faok:before{content:"\f00c"}.faremove:before{content:"\f00d"}.fazoom-in:before{content:"\f00e"}.fazoom-out:before{content:"\f010"}.faoff:before{content:"\f011"}.fasignal:before{content:"\f012"}.facog:before{content:"\f013"}.fatrash:before{content:"\f014"}.fahome:before{content:"\f015"}.fafile:before{content:"\f016"}.fatime:before{content:"\f017"}.faroad:before{content:"\f018"}.fadownload-alt:before{content:"\f019"}.fadownload:before{content:"\f01a"}.faupload:before{content:"\f01b"}.fainbox:before{content:"\f01c"}.faplay-circle:before{content:"\f01d"}.farepeat:before{content:"\f01e"}.farefresh:before{content:"\f021"}.falist-alt:before{content:"\f022"}.falock:before{content:"\f023"}.faflag:before{content:"\f024"}.faheadphones:before{content:"\f025"}.favolume-off:before{content:"\f026"}.favolume-down:before{content:"\f027"}.favolume-up:before{content:"\f028"}.faqrcode:before{content:"\f029"}.fabarcode:before{content:"\f02a"}.fatag:before{content:"\f02b"}.fatags:before{content:"\f02c"}.fabook:before{content:"\f02d"}.fabookmark:before{content:"\f02e"}.faprint:before{content:"\f02f"}.facamera:before{content:"\f030"}.fafont:before{content:"\f031"}.fabold:before{content:"\f032"}.faitalic:before{content:"\f033"}.fatext-height:before{content:"\f034"}.fatext-width:before{content:"\f035"}.faalign-left:before{content:"\f036"}.faalign-center:before{content:"\f037"}.faalign-right:before{content:"\f038"}.faalign-justify:before{content:"\f039"}.falist:before{content:"\f03a"}.faindent-left:before{content:"\f03b"}.faindent-right:before{content:"\f03c"}.fafacetime-video:before{content:"\f03d"}.fapicture:before{content:"\f03e"}.fapencil:before{content:"\f040"}.famap-marker:before{content:"\f041"}.faadjust:before{content:"\f042"}.fatint:before{content:"\f043"}.faedit:before{content:"\f044"}.fashare:before{content:"\f045"}.facheck:before{content:"\f046"}.famove:before{content:"\f047"}.fastep-backward:before{content:"\f048"}.fafast-backward:before{content:"\f049"}.fabackward:before{content:"\f04a"}.faplay:before{content:"\f04b"}.fapause:before{content:"\f04c"}.fastop:before{content:"\f04d"}.faforward:before{content:"\f04e"}.fafast-forward:before{content:"\f050"}.fastep-forward:before{content:"\f051"}.faeject:before{content:"\f052"}.fachevron-left:before{content:"\f053"}.fachevron-right:before{content:"\f054"}.faplus-sign:before{content:"\f055"}.faminus-sign:before{content:"\f056"}.faremove-sign:before{content:"\f057"}.faok-sign:before{content:"\f058"}.faquestion-sign:before{content:"\f059"}.fainfo-sign:before{content:"\f05a"}.fascreenshot:before{content:"\f05b"}.faremove-circle:before{content:"\f05c"}.faok-circle:before{content:"\f05d"}.faban-circle:before{content:"\f05e"}.faarrow-left:before{content:"\f060"}.faarrow-right:before{content:"\f061"}.faarrow-up:before{content:"\f062"}.faarrow-down:before{content:"\f063"}.fashare-alt:before{content:"\f064"}.faresize-full:before{content:"\f065"}.faresize-small:before{content:"\f066"}.faplus:before{content:"\f067"}.faminus:before{content:"\f068"}.faasterisk:before{content:"\f069"}.faexclamation-sign:before{content:"\f06a"}.fagift:before{content:"\f06b"}.faleaf:before{content:"\f06c"}.fafire:before{content:"\f06d"}.faeye-open:before{content:"\f06e"}.faeye-close:before{content:"\f070"}.fawarning-sign:before{content:"\f071"}.faplane:before{content:"\f072"}.facalendar:before{content:"\f073"}.farandom:before{content:"\f074"}.facomment:before{content:"\f075"}.famagnet:before{content:"\f076"}.fachevron-up:before{content:"\f077"}.fachevron-down:before{content:"\f078"}.faretweet:before{content:"\f079"}.fashopping-cart:before{content:"\f07a"}.fafolder-close:before{content:"\f07b"}.fafolder-open:before{content:"\f07c"}.faresize-vertical:before{content:"\f07d"}.faresize-horizontal:before{content:"\f07e"}.fabar-chart:before{content:"\f080"}.fatwitter-sign:before{content:"\f081"}.fafacebook-sign:before{content:"\f082"}.facamera-retro:before{content:"\f083"}.fakey:before{content:"\f084"}.facogs:before{content:"\f085"}.facomments:before{content:"\f086"}.fathumbs-up:before{content:"\f087"}.fathumbs-down:before{content:"\f088"}.fastar-half:before{content:"\f089"}.faheart-empty:before{content:"\f08a"}.fasignout:before{content:"\f08b"}.falinkedin-sign:before{content:"\f08c"}.fapushpin:before{content:"\f08d"}.faexternal-link:before{content:"\f08e"}.fasignin:before{content:"\f090"}.fatrophy:before{content:"\f091"}.fagithub-sign:before{content:"\f092"}.faupload-alt:before{content:"\f093"}.falemon:before{content:"\f094"}.faphone:before{content:"\f095"}.facheck-empty:before{content:"\f096"}.fabookmark-empty:before{content:"\f097"}.faphone-sign:before{content:"\f098"}.fatwitter:before{content:"\f099"}.fafacebook:before{content:"\f09a"}.fagithub:before{content:"\f09b"}.faunlock:before{content:"\f09c"}.facredit-card:before{content:"\f09d"}.farss:before{content:"\f09e"}.fahdd:before{content:"\f0a0"}.fabullhorn:before{content:"\f0a1"}.fabell:before{content:"\f0a2"}.facertificate:before{content:"\f0a3"}.fahand-right:before{content:"\f0a4"}.fahand-left:before{content:"\f0a5"}.fahand-up:before{content:"\f0a6"}.fahand-down:before{content:"\f0a7"}.facircle-arrow-left:before{content:"\f0a8"}.facircle-arrow-right:before{content:"\f0a9"}.facircle-arrow-up:before{content:"\f0aa"}.facircle-arrow-down:before{content:"\f0ab"}.faglobe:before{content:"\f0ac"}.fawrench:before{content:"\f0ad"}.fatasks:before{content:"\f0ae"}.fafilter:before{content:"\f0b0"}.fabriefcase:before{content:"\f0b1"}.fafullscreen:before{content:"\f0b2"}.fagroup:before{content:"\f0c0"}.falink:before{content:"\f0c1"}.facloud:before{content:"\f0c2"}.fabeaker:before{content:"\f0c3"}.facut:before{content:"\f0c4"}.facopy:before{content:"\f0c5"}.fapaper-clip:before{content:"\f0c6"}.fasave:before{content:"\f0c7"}.fasign-blank:before{content:"\f0c8"}.fareorder:before{content:"\f0c9"}.falist-ul:before{content:"\f0ca"}.falist-ol:before{content:"\f0cb"}.fastrikethrough:before{content:"\f0cc"}.faunderline:before{content:"\f0cd"}.fatable:before{content:"\f0ce"}.famagic:before{content:"\f0d0"}.fatruck:before{content:"\f0d1"}.fapinterest:before{content:"\f0d2"}.fapinterest-sign:before{content:"\f0d3"}.fagoogle-plus-sign:before{content:"\f0d4"}.fagoogle-plus:before{content:"\f0d5"}.famoney:before{content:"\f0d6"}.facaret-down:before{content:"\f0d7"}.facaret-up:before{content:"\f0d8"}.facaret-left:before{content:"\f0d9"}.facaret-right:before{content:"\f0da"}.facolumns:before{content:"\f0db"}.fasort:before{content:"\f0dc"}.fasort-down:before{content:"\f0dd"}.fasort-up:before{content:"\f0de"}.faenvelope-alt:before{content:"\f0e0"}.falinkedin:before{content:"\f0e1"}.faundo:before{content:"\f0e2"}.falegal:before{content:"\f0e3"}.fadashboard:before{content:"\f0e4"}.facomment-alt:before{content:"\f0e5"}.facomments-alt:before{content:"\f0e6"}.fabolt:before{content:"\f0e7"}.fasitemap:before{content:"\f0e8"}.faumbrella:before{content:"\f0e9"}.fapaste:before{content:"\f0ea"}.falightbulb:before{content:"\f0eb"}.faexchange:before{content:"\f0ec"}.facloud-download:before{content:"\f0ed"}.facloud-upload:before{content:"\f0ee"}.fauser-md:before{content:"\f0f0"}.fastethoscope:before{content:"\f0f1"}.fasuitcase:before{content:"\f0f2"}.fabell-alt:before{content:"\f0f3"}.facoffee:before{content:"\f0f4"}.fafood:before{content:"\f0f5"}.fafile-alt:before{content:"\f0f6"}.fabuilding:before{content:"\f0f7"}.fahospital:before{content:"\f0f8"}.faambulance:before{content:"\f0f9"}.famedkit:before{content:"\f0fa"}.fafighter-jet:before{content:"\f0fb"}.fabeer:before{content:"\f0fc"}.fah-sign:before{content:"\f0fd"}.faplus-sign-alt:before{content:"\f0fe"}.fadouble-angle-left:before{content:"\f100"}.fadouble-angle-right:before{content:"\f101"}.fadouble-angle-up:before{content:"\f102"}.fadouble-angle-down:before{content:"\f103"}.faangle-left:before{content:"\f104"}.faangle-right:before{content:"\f105"}.faangle-up:before{content:"\f106"}.faangle-down:before{content:"\f107"}.fadesktop:before{content:"\f108"}.falaptop:before{content:"\f109"}.fatablet:before{content:"\f10a"}.famobile-phone:before{content:"\f10b"}.facircle-blank:before{content:"\f10c"}.faquote-left:before{content:"\f10d"}.faquote-right:before{content:"\f10e"}.faspinner:before{content:"\f110"}.facircle:before{content:"\f111"}.fareply:before{content:"\f112"}.fagithub-alt:before{content:"\f113"}.fafolder-close-alt:before{content:"\f114"}.fafolder-open-alt:before{content:"\f115"}
[class^="fa"]:hover,[class*=" fa"]:hover {color:#373737;}

.slides .slidesjs-container .slaidbg-1 { background: url("../img/icon-one.png") no-repeat center 20px; }
.slides .slidesjs-container .slaidbg-2 { background: url("../img/icon-two.png") no-repeat center 20px; }
.slides .slidesjs-container .slaidbg-3 { background: url("../img/icon-three.png") no-repeat center 20px; }
.slides .slidesjs-container .slaidbg-4 { background: url("../img/icon-four.png") no-repeat center 20px; }
.slides .slidesjs-container .slaidbg-5 { background: url("../img/icon-five.png") no-repeat center 20px; }
.slides .slidesjs-container .slaidbg-6 { background: url("../img/icon-six.png") no-repeat center 20px; }

.slides .slidesjs-container .slaidbg-7 { background: url("../img/icon-seven.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-8 { background: url("../img/icon-eight.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-9 { background: url("../img/icon-nine.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-10 { background: url("../img/icon-ten.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-11 { background: url("../img/icon-eleven.png") no-repeat center center; }
.slides .slidesjs-container .slaidbg-12 { background: url("../img/icon-twelve.png") no-repeat center center; }


.slides .slidesjs-previous {
    float: left;
}
.slides .slidesjs-next {
    float: left;
    right: 0;
}
.slidesjs-pagination {
    margin: auto;
    width: 280px;
}
.slidesjs-pagination li {
    float: left;
    margin: 0 5px;
}
.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
    transition: all 0.0s ease 0s;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}
.navbar {
    overflow: hidden
}
/************* Slaider 1  **************/
#slides1 .slidesjs-container .slidesjs-slide {
    margin: 0 auto;
    padding: 50px 0;
}
#slides1 .slidesjs-container .slidesjs-control section {
    display: block;
    width: 800px;
    margin: 0 auto;
}
#slides1 .slidesjs-navigation {
    position: absolute;
    top: 80px;
    z-index: 11;
}
#slides1 .slidesjs-container .slidesjs-slide h4 {
    text-align: center;
    padding: 0 0 40px 0;
    font-size: 26px;
    line-height: 36px;
}
#slides1 .slidesjs-container .slidesjs-slide p {
    text-align: left;
}
.slidesjs-control .slaidbg-5 ul {
    display: block;
    left: -30px;
    overflow: hidden;
    position: absolute;
    width: 1000px;
    height: 230px;
}
#slides1 .slidesjs-container ul li {
    color: #565656;
    float: left;
    padding: 0;
    text-align: center;
    width: 180px;
    margin: 0 10px;
}
#slides1 .slidesjs-container ul li > i {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    display: block;
}
#slides1 .slidesjs-container ul li > span b {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    display: block;
}
#slides1 .slidesjs-container ul li > span {
    font-size: 12px;
    display: block;
    line-height: 8px;
}
/************* Slaider 2  **************/
#slides2 {height: 300px;}
#slides2 img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
#slides2 .slidesjs-container .slidesjs-slide {
    height: 350px;
    margin: 0 auto;
    padding: 0;
}
#slides2 .slidesjs-navigation {
    position: absolute;
    top: 30px;
    z-index: 11;
}

/* модальное окно */
#popup {
    padding: 50px 50px 25px 50px !important;
    width: 515px !important;
    border-radius: 0 !important;
    background: url("../img/bg-popup.jpg") repeat-x scroll 0 277px #feffff !important;
    box-shadow: none !important;
    	z-index: 20;
}
#popup a.close-modal {
    top: 10px !important;
    right: 10px !important;
}
#popup h3 {
    margin-bottom: 10px !important;
    color: #2f9ad5 !important;
    text-align: center;
    padding: 0;
    text-transform: none;
    font: 33px/38px 'gotham_probold';
}
#popup form div:nth-child(3) {
    margin-top: 35px;
}
#popup .citata-urkov {
    background: url("../img/Urkov2.jpg") no-repeat top left;
    padding: 40px 0 10px 195px;
}
#popup .citata-urkov p {
    color: #373737;
    font-size: 17px;
    line-height: 19px;
}
#popup .citata-urkov p span {
    display: block;
    float: right;
    margin: 17px 0;
}
#popup input[type=text], #popup textarea {
    border: 2px solid #cce6f3;
    background:  #cce6f3;
    color: #000;
    border-radius: 0;
    margin-bottom: 20px;
}
#popup textarea {width: 476px;}
#popup form {
    margin: 0;
    width: 510px;
}
#popup form input {
    width: 474px;
    color:#000;
}

#popup button {
    margin-top: 20px;
    padding: 5px 10px;
    width: 282px;
}
.modal {
    display: none;
    padding: 40px 2%;
    width: 40%;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px #000;
    z-index: 20 !important;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 42px;
    height: 42px;
    background: url('../img/close.png') no-repeat scroll;
    text-indent: -9999px;
}

/* модальное окно */
#terms {
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     margin: 0 auto;
     width: 40% !important;
 }
#terms div {
    overflow: auto;
    padding-left: 0;
    height: 400px;
}
#terms  h1 {
    margin: 0 0 10px 0 !important;
    padding: 0;
    color: #000 !important;
    text-align: center;
    text-transform: none;
    text-shadow: none;
    font-size: 30px;
    font-family: Arial !important;
    line-height: 23px;
}
#terms  h2 {
    margin: 10px 0 5px 0 !important;
    padding: 0;
    color: #000 !important;
    text-align: left;
    text-transform: none !important;
    font-size: 20px;
    line-height: 23px;
}
#terms  p {
    margin: 0 !important;
    padding: 0;
    color: #000 !important;
    text-align: left;
    text-transform: none;
    font-size: 16px;
    line-height: 23px;
}