/* CSS Reset */

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

strong,
b {}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
    position: relative;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

img {
    border: 0;
    vertical-align: top;
}


/* End CSS Reset */



.wrap {
    height: 100%;
    width: 100%;
}

.wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.el {
    display: inline-block;
    vertical-align: middle;
}

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

.clearfix:after {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right
}


html {
    height: 100%;
    font-size: 14px;
    color: #202020;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 1rem;
    background: #ffffff;
    width: 100%;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    color: #1b5180;
    text-transform: uppercase;
}

h4 {
    line-height: 16px;
    margin: 30px 0 15px;
}

h1 {
    font-size: 26px;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    text-transform: none;
    margin: 30px 0 15px;
}

p {
    margin: 0px 0px 10px 0px;
}

.overall {
    margin: 0 auto;
    position: relative;
    width: 1140px;
}

header {
    position: relative;
    z-index: 1000;
    background: url('/templates/img/smoke.png') no-repeat top center transparent;
}

header .overall {
    display: table;
}

header .overall>div {
    display: table-cell;
    vertical-align: middle;
}

.content a {
    color: #306a90;
}

.content a:hover {
    text-decoration: none;
}

.contactsTop {
    display: table;
    height: 135px;
    /*width: 680px;*/
    padding: 0 0 0 40px;
}

.contactsTop >div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.logo {
    margin: 15px 0;
    border: 0;
    display: block;
}

.phones {
    font-size: 18px;
    line-height: 27px;
}

.ya-share2__item_service_whatsapp .ya-share2__badge,
.ya-share2__item_service_skype .ya-share2__badge {
    background-color: transparent !important;
    padding-top: 5px;
    padding-left: 5px;
}

.icon_phone,
.icon_whatsApp,
.icon_skype,
.ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_skype .ya-share2__icon {
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('/templates/img/sprite.png') !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    text-decoration: none;
    margin: 4px 0;
}

.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    margin: 4px 0 !important;
}
.icon_phone {    
    background-position: -604px -25px;
    top: 4px;
    position: relative;

}
.icon_whatsApp,
.ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon {
    background-position: -500px -24px !important;
    top: -2px !important;
    position: relative;
}

.icon_skype,
.ya-share2__container_size_m .ya-share2__item_service_skype .ya-share2__icon {
    background-position: -526px -24px !important;
}
.icon_inst {    
    background-image: url('/templates/img/icon_inst.png');
    top: 4px;
    position: relative;
    text-indent: -9999px;
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    text-decoration: none;
    margin: 4px 0;
    top: -3px;
}

.contactsTop >div.messenger {
    padding: 0 20px 0 10px;
}

.contactsTop >div.encounter {
    padding: 0 0 0 20px;
    position: relative;
}

.contactsTop >div.lang {
    padding: 0 0 0 70px;
}

.contactsTop >div.lang a,
.contactsTop >div.lang span {
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

.contactsTop >div.lang a {
    text-decoration: none;
    color: #1b5180;
}

.contactsTop >div.lang a:hover {
    text-decoration: underline;
}

.contactsTop >div.lang span {
    color: rgba(20, 75, 124, 0.4);
}

.encounter:before {
    content: "";
    text-indent: -9999px;
    position: absolute;
    background-color: #949494;
    width: 1px;
    height: 76px;
    top: 50%;
    left: 0;
    margin-top: -38px;
}

.address,
.mail {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0 10px 35px;
}

.address:before,
.mail:before {
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.address,
.inst {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0 10px 35px;
}

.inst:before {
    background-image: url('/templates/img/icon_inst_or.png');
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.address {}

.mail {}

.address:before {
    background-position: -552px 0;
}

.mail:before {
    background-position: -578px 0;
}

.mail a {
    color: #202020;
    text-decoration: none;
}

.mail a:hover {
    color: #144b7c;
    text-decoration: underline;
}

.inst {}

.inst a {
    color: #202020;
    text-decoration: none;
}

.inst a:hover {
    color: #144b7c;
    text-decoration: underline;
}
.mainSlider {
    /*margin-top: -210px;*/
    overflow: hidden;
}

.mainSlider .flexslider {
    height: 340px;
    position: relative;
    cursor:pointer;
}

.mainSlider .flexslider .slides > li {
    height: 340px;
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: top center;
}

.mainSlider .flexslider .flex-direction-nav a {
    display: block;
    width: 29px;
    height: 55px;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: -9999px;
    opacity: 0.8;
}

.mainSlider .flexslider .flex-direction-nav {
    width: 1140px;
    margin: auto;
    position: absolute;
    top: calc(23% + 85px);
    left: 50%;
    margin-left: -570px;
}

.mainSlider .flexslider .flex-direction-nav a:before {
    display: none;
}

.mainSlider .flexslider .flex-direction-nav .flex-prev {
    background-position: -396px 0;
    left: 0;
}

.mainSlider .flexslider .flex-direction-nav .flex-next {
    background-position: -428px 0;
    right: 0;
}

.nav {
    height: 75px;
    background-color: #144b7c;
    position: relative;
    z-index: 1000;
}

#main_menu.hor {
    display: table;
    margin: 0;
    width: 100%;
    height: 75px;
    border-collapse: collapse;
}

#main_menu.hor li {
    position: relative;
}

#main_menu.hor li a {
    display: block;
    text-decoration: none;
}

#main_menu.hor li:hover > a {
    text-decoration: underline;
}

#main_menu.hor li.lev0 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
}

#main_menu.hor li.lev0:hover {}

#main_menu.hor li.lev0:first-child {}

#main_menu.hor li.lev0:first-child:hover {}

#main_menu.hor li.lev0:last-child {}

#main_menu.hor li.lev0:last-child:hover {}

#main_menu.hor li.lev0 > a {}

#main_menu.hor li.act,
#main_menu.hor li:hover {}

#main_menu.hor li:hover > a {}

#main_menu.hor .show_drop {
    background: #144b7c none repeat scroll 0 0;
    display: none;
    left: 0;
    margin: 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 6000;
    border-bottom: 3px solid #d6b363;
}

#main_menu.hor .show_drop .show_drop {
    left: 100%;
    top: 0;
}

#main_menu.hor li:hover > .show_drop {
    display: block;
}

#main_menu.hor .show_drop li:first-child {
    border: 0 none;
    padding-top: 10px;
}

#main_menu.hor .show_drop li:last-child {
    padding-bottom: 10px;
}

#main_menu.hor .show_drop li:last-child a {
    border: 0;
}

#main_menu.hor .show_drop li {
    display: block;
    text-align: left;
    padding: 0 15px;
}

#main_menu.hor .show_drop li a {
    color: #ffffff;
    font-weight: 300;
    display: block;
    border-style: dashed;
    font-size: 18px;
    border-width: 0 0 1px;
    border-color: rgba(214, 179, 99, 0.51);
    padding: 10px;
    text-decoration: none;
}

#main_menu.hor .show_drop li a:hover {
    color: #d6b363;
}

#main_menu.hor li.lev0 > a {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    height: 45px;
    line-height: 75px;
    padding: 0;
    font-weight: 400;
    text-decoration: none;
}

#main_menu.hor .show_drop li:hover {
    background-color: rgba(17, 61, 101, 0.62);
}

#main_menu.hor .show_drop li:last-shild a {
    border: 0;
}

#main_menu.hor li.lev0 > a:hover {}

#main_menu.hor > li.lev0:first-child > a {}

#main_menu.hor > li.lev0:last-child > a {}

#main_menu.hor li.lev0 > a::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

#main_menu.hor li.lev0 > a > span {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 0px;
    vertical-align: middle;
}

#main_menu.hor li.lev0:hover > a {}

#main_menu.hor li.lev0:last-child {}

#main_menu.hor li.lev0 > a:hover,
#main_menu .lev0.act a,
#main_menu.hor li.lev0.act > a {}

#main_menu.hor li.lev0 {
    position: relative;
}

.mainSlider .flexslider .slides > li {
    position: relative;
}

.flex-caption {
    display: inline-block;
    background-color: rgba(32, 32, 32, 0.8);
    color: #d6b363;
    font-size: 34px;
    position: absolute;
    bottom: calc(45% - 40px);
    left: calc(50% - 500px);
    padding: 40px;
	cursor: pointer;
}

.flex-caption span {
    color: #d6b363;
}

.mainBlock {
    margin-top: 65px;
}

.leftBlocks {
    width: 300px;
}

.rightBlocks {
    width: 780px;
	text-align: justify;
}

.one_infoBLock {
    position: relative;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 290px;
    margin: 0 0 50px 0;
}

.one_infoBLock img {
    width: 100%;
}

.one_infoBLock .more {
    position: absolute;
    display: block;
    background-color: #d6b363;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 31px;
    text-decoration: none;
    width: 240px;
    height: 100px;
    bottom: 10px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3 ease;
}

.one_infoBLock .more:hover {
    background-color: #1b5080;
}

.one_infoBLock .more.base {
    line-height: 100px;
}

.one_infoBLock .more strong {
    font-weight: 600;
    font-size: 20px;
}

.one_blockService {
    width: 320px;
    min-height: 85px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    position: relative;
    padding: 100px 20px 40px;
    display: block;
    text-decoration: none;
    color: #202020;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3 ease;
    float: left;
    margin: 0 15px 40px;
}

.one_blockService:after,
.one_blockService:before {
    content: "";
    display: block;
    height: 2px;
    width: calc(50% - 55px);
    background-color: #d6b363;
    position: absolute;
    top: 83px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3 ease;
}

.one_blockService:before {
    left: 20px;
}

.one_blockService:after {
    right: 20px;
}

.one_blockService:hover {
    background-color: #1b5180;
    color: #ffffff;
}

.one_blockService:hover:after,
.one_blockService:hover:before {
    background-color: #ffffff;
}

.icon_blockService {
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    top: 20px;
    left: calc(50% - 32px);
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.one_blockService .text {}

.Singapore_companies .icon_blockService {
    background-position: 0 0;
}

.one_blockService.Singapore_companies:hover .icon_blockService {
    background-position: 0 -65px;
}

.second_passport .icon_blockService {
    background-position: -68px 0;
}

.one_blockService.second_passport:hover .icon_blockService {
    background-position: -68px -65px;
}

.immigration .icon_blockService {
    background-position: -132px 0;
}

.one_blockService.immigration:hover .icon_blockService {
    background-position: -132px -65px;
}

.abroad .icon_blockService {
    background-position: -198px 0;
}

.one_blockService.abroad:hover .icon_blockService {
    background-position: -198px -65px;
}

.registration .icon_blockService {
    background-position: -264px 0;
}

.one_blockService.registration:hover .icon_blockService {
    background-position: -264px -65px;
}

.bank_account .icon_blockService {
    background-position: -330px 0;
}

.one_blockService.bank_account:hover .icon_blockService {
    background-position: -330px -65px;
}

.titleService {
    margin: 0 0 20px;
    font-size: 24px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    line-height: 24px;
}

.titleService strong {
    font-weight: 700;
}

.Singapore_companies .titleService {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.Singapore_companies .titleService strong {
    font-size: 18px;
    display: block;
}

.small20 {
    font-size: 20px;
}

.goldFrame {
    border: 3px solid #d6b363;
    width: 750px;
    margin: 20px auto 40px;
    padding: 30px 30px 20px;
    box-sizing: border-box;
    position: relative;
}

.blueBtn {
    background-color: #1b5080;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0;
    display: inline-block;
    padding: 10px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3 ease;
}

.blueBtn:hover {
    background-color: #d6b363;
}

.jobs .blueBtn,
.partners .blueBtn {
    margin: 5px 0 0;
}

.goldFrameIcon {
    font-family: 'Lobster', cursive;
    font-size: 20px;
    line-height: 24px;
    color: #1b5080;
    position: absolute;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.jobs .goldFrameIcon {
    display: block;
    left: -13px;
    top: -30px;
    width: 64px;
    height: 63px;
    background-position: -132px -250px;
    background-color: #ffffff;
    border: 10px solid #ffffff;
    /* box-sizing: border-box; */
    padding: 38px 20px 60px 48px;
    line-height: 16px;
    text-align: center;
}

.jobs.goldFrame {
    padding: 30px 30px 20px 150px;
    min-height: 185px;
}

.partners .goldFrameIcon {
    display: block;
    right: -24px;
    top: -25px;
    width: 125px;
    height: 187px;
    background-position: -300px -210px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #ffffff;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    line-height: 16px;
    text-align: center;
    border-width: 5px 0 0 5px;
}

.partners.goldFrame {
    padding: 30px 150px 20px 30px;
    min-height: 185px;
}

.font16 {
    font-size: 16px;
}

.block_Feedback {
    background-color: #edf1f5;
    border-color: #d2dde6;
    border-style: solid;
    border-width: 2px 0;
    padding: 100px 0 50px;
    position: relative;
}

.fieldForm {
    background-color: #ffffff;
    border-color: #d2dde6;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    box-sizing: border-box;
}

#mainform {
    text-align: center;
}

#mainform > div.name,
#mainform > div.numberPhone,
#mainform > div.numberEmail,
#mainform > div.good,
#mainform > div.bad {
    display: inline-block;
    width: 32%;
    position: relative;
}

#mainform > div.numberPhone {
    margin: 0 18px;
}

.fieldForm {
    width: 100%;
}

textarea.fieldForm {
    height: 195px;
    padding: 10px 10px 10px 55px;
}

input.fieldForm {
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 45px;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
}

.BigBtn {
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    background-color: #d6b363;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3 ease;
}

textarea.fieldForm::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

textarea.fieldForm::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

textarea.fieldForm:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

textarea.fieldForm:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

textarea.fieldForm:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea.fieldForm:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea.fieldForm:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea.fieldForm:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.BigBtn:hover {
    background-color: #1b5080;
}

input.fieldForm::-webkit-input-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.fieldForm::-moz-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.fieldForm:-moz-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.fieldForm:-ms-input-placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input.fieldForm:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.fieldForm:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.fieldForm:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input.fieldForm:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

#mainform > div.name:before,
#mainform > div.numberPhone:before,
#mainform > div.numberEmail:before {
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    display: block;
    width: 26px;
    height: 24px;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 2;
    margin-top: -12px;
}

#mainform > div.name:before {
    background-position: -552px -65px;
}

#mainform > div.numberPhone:before {
    background-position: -604px -65px;
}

#mainform > div.numberEmail:before {
    background-position: -578px -65px;
}

.thank {
    display: none;
    text-align: center;
}

.titleFB {
    font-weight: 800;
    font-size: 30px;
    color: #1b5080;
    text-align: center;
    margin: 15px 0 45px;
}

.titleFB:after,
.titleFB:before {
    content: "";
    display: block;
    height: 2px;
    width: calc(50% - 55px);
    background-color: #1b5080;
    position: absolute;
    top: -40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3 ease;
}

.titleFB:before {
    left: 20px;
}

.titleFB:after {
    right: 20px;
}

.icon_FB {
    text-indent: -9999px;
    display: block;
    width: 45px;
    height: 34px;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -630px -0px;
    position: absolute;
    left: calc(50% - 19px);
    top: -72px;
}

.sloganFooter {
    width: 430px;
    height: 80px;
    text-indent: -9999px;
    display: inline-block;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0px -425px;
    margin: 60px 20px 20px;
    float: left;
}

.sloganFooterEn {
    width: 430px;
    height: 80px;
    text-indent: -9999px;
    display: inline-block;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -472px -425px;
    margin: 60px 20px 20px;
    float: left;
}

.logoFooter {
    display: inline-block;
    float: left;
    margin: 60px 20px 20px;
}

#main_menuFooter.hor {
    display: table;
    margin: 0;
    width: 100%;
    height: 75px;
    border-collapse: collapse;
}

#main_menuFooter.hor li {
    position: relative;
}

#main_menuFooter.hor li a {
    display: block;
    text-decoration: none;
    color: #202020;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

#main_menuFooter.hor li:hover > a {
    text-decoration: none;
    color: #306a90;
}

#main_menuFooter.hor li.lev0 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px;
}

#main_menuFooter.hor li.lev0:first-child {
    padding: 0 20px 0 0;
}

#main_menuFooter.hor li.lev0:last-child {
    padding: 0 0px 0 20px;
}

.contactsFooter {
    text-align: right;
}

.phone_numbers {
    position: relative;
    font-size: 18px;
    border-left: 1px solid #306a90;
    line-height: 26px;
    padding: 0 0 0 15px;
}

.phone_numbers:after {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 25px;
    text-indent: -9999px;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    top: 50%;
    margin: -12px 0 0 -55px;
    background-position: -604px -25px;
}

.contactsFooter>div {
    display: inline-block;
    margin: 8px 0;
}

footer {
    background: url('/templates/img/bgFooter.png') repeat-x bottom 25px left #FFFFFE;
    padding: 0 0 150px;
    position: relative;
}

footer .right {
    width: 500px;
}

.addressF,
.mailF {
    position: relative;
    font-size: 16px;
}

.addressF:after,
.mailF:after {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 25px;
    text-indent: -9999px;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    top: 50%;
}

.addressF:after {
    background-position: -552px -25px;
    margin-top: -13px;
    left: -32px;
}

.mailF:after {
    background-position: -578px -25px;
    margin-top: -11px;
    left: -35px;
}

.mailF a {
    color: #202020;
    text-decoration: none;
    font-size: 16px;
}

.mailF a:hover,
.addressF a:hover {
    color: #1b5080;
}

.contactsContent {
    padding: 0 0 0 40px;
}

.contactsContent .ya-share2__list_direction_horizontal > .ya-share2__item:before {
    background: none;
}

.contactsContent .phone_numbers {
    display: inline-block;
}

.contactsContent>.clearfix>.left {
    display: inline-block;
}

.contactsContent .addressF,
.contactsContent .mailF {
    margin: 10px 0 10px 100px;
}

.contactsContent li.ya-share2__item {
    padding: 0 !important;
    /* display: inline-block !important; */
    float: left;
    margin: 10px 10px 10px 0 !important;
}

.contactsContent li.ya-share2__item.ya-share2__item_service_skype {
    top: -5px;
}

.contactsContent .messenger_footer.left {
    display: inline-block;
    width: auto;
    margin: 0 0 0 50px;
}

.contactsContent .addressF:after {
    left: -35px;
}
.messenger_footer .icon_phone,
.messenger_footer .icon_whatsApp,
.messenger_footer .icon_skype {
    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/templates/img/sprite.png');
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    margin: 4px 2px;
}

.messenger_footer .icon_whatsApp {
    background-position: -500px -25px;
    top: 0 !important;
}
.messenger_footer .icon_skype {
    background-position: -526px -25px;
}

.co {
    font-size: 14px;
    margin: 0 auto 0;
    text-align: center;
    position: relative;
    top: 120px;
}

.messenger_footer .icon_skype {
    background-position: -526px -25px;
}
.messenger_footer .icon_inst {
    text-indent: -9999px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/templates/img/icon_inst.png');
    background-repeat: no-repeat;
    background-color: transparent;
    text-decoration: none;
    margin: 4px 2px;
    top: 0 !important;
}

.co span {
    color: #306a90;
}

.ya-share2 {
    margin-top: -11px !important;
}

footer .ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block !important;
}

footer .ya-share2__container_size_m .ya-share2__item_service_whatsapp .ya-share2__icon {
    top: 0 !important;
    left: -5px;
}

footer .ya-share2__list {
    padding-left: 10px !important;
}

.contactsFooter>div.addressF {
    margin: 25px 0 8px;
}
