@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic");
/* normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
/* 1 */
    -ms-text-size-adjust: 100%;
/* 2 */
    -webkit-text-size-adjust: 100%;
/* 2 */
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
/* 1 */
    display: block;
}

figure {
    margin: 1em 40px;
}

.anchor_top {
  position: absolute;
  top: -130px;
  left: 0;
  width: 0;
  height: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
/* 1 */
    height: 0;
/* 1 */
    overflow: visible;
/* 2 */
}

pre {
    font-family: monospace, monospace;
/* 1 */
    font-size: 1em;
/* 2 */
}

a {
    background-color: transparent;
/* 1 */
    -webkit-text-decoration-skip: objects;
/* 2 */
}

abbr[title] {
    border-bottom: none;
/* 1 */
    text-decoration: underline;
/* 2 */
    text-decoration: underline dotted;
/* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
/* 1 */
    font-size: 1em;
/* 2 */
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

.topInfo__title:after {
    content: '';
    display: block;
    margin: 25px auto 0;
    width: 200px;
    height: 1px;
    background: #dbb13b;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
/* 1 */
    overflow: visible;
}

button,
select {
/* 1 */
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
/* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/* 1 */
    color: inherit;
/* 2 */
    display: table;
/* 1 */
    max-width: 100%;
/* 1 */
    padding: 0;
/* 3 */
    white-space: normal;
/* 1 */
}

progress {
    display: inline-block;
/* 1 */
    vertical-align: baseline;
/* 2 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/* 1 */
    padding: 0;
/* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
/* 1 */
    outline-offset: -2px;
/* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
/* 1 */
    font: inherit;
/* 2 */
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    min-width: 320px;
    padding-top: 117px;
}
.ctnkey{
    position: relative;
}
.container, .ctnkey {
    min-width: 320px;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: ' ';
    display: table;
}

.container:after {
    clear: both;
}
/* header */
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 117px;
    background: #fff;
    z-index: 10;
    text-align: center;
}

.headerInfo {
    text-align: right;
    padding-top: 10px;
    position: relative;
}

.headerInfo__phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #5d5b5b;
    padding-left: 25px;
    background: url("../img/phone.png") left center no-repeat;
    text-decoration: none;
    font-weight: 300;
}

.headerInfo__phone:hover {
    text-decoration: underline;
}

.headerInfoLang {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    width: 100%;
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: -9px;
}
.logokey {
    position: absolute;
    left: 43px;
    width: 36px;
    top: 24px;
}


.b-share-small-wrap {
    word-spacing: 10px;
}

.b-share-small-wrap a {
    color: #001489;
}

.b-share-small-wrap svg {
    width: 1.7em; 
    height: 1.7em;
}

@media (max-width: 767px) {
    .b-share-small-wrap svg {
    width: 1em; 
    height: 1em;
    }
    .b-share-small-wrap {
    word-spacing: 5px;
    }    
}


.headerInfoLang a {
    font-size: 14px;
    color: #5d5b5b;
    text-decoration: none;
    font-weight: 300;
    margin-left: 10px;
	white-space: nowrap;
}

.headerInfoLang a:hover {
    text-decoration: underline;
}

.headerInfoLang a.active {
    font-weight: 500;
    color: #001489;
}

.headerInfoLang a.active:hover {
    text-decoration: none;
}

.logo {
    display: inline-block;
    vertical-align: top;
    margin-top: -30px;
    margin-bottom: -5px;
}

.logo img {
    display: block;
}

.menu {
    position: relative;
    margin: 26px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0px;
}

.menu li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 7px;
    margin: 0 40px;
}

.menu li a {
    font-size: 16px;
    color: #101c89;
    font-weight: 300;
    text-decoration: none;
}

.menu li a:hover {
    color: #5f6dec;
}

.menu li.active > a {
    font-weight: 500;
}

.menu li.active .menuInner {
    display: block;
}

.menuInner {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background: #e5ebf6;
    padding: 10px 0;
    display: none;
}

.menuInner li {
    padding-bottom: 0px;
    border-right: 1px solid #464645;
    padding-right: 10px;
    margin: 0px;
    margin-right: 10px;
}

.menuInner li:last-child {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.menuInner li a {
    font-size: 13px;
    color: #464645;
    font-weight: 300;
}

.menuInner li a.active {
    color: #001489;
    font-weight: 500;
}

h1 {
    margin: 0 0 40px;
    font-size: 21px;
    color: #001489;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
/* footer */
footer {
    position: relative;
    background: #fff;
}

.footerTop {
    background: #394349;
    border-bottom: 5px solid #dbb13b;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footerTop:before,
.footerTop:after {
    content: ' ';
    display: table;
}

.footerTop:after {
    clear: both;
}

.footerMenu {
    float: left;
    width: 25%;
    margin-right: 5%;
}

.footerMenu__title {
    font-size: 17px;
    color: #f9faf8;
    padding-bottom: 30px;
    border-bottom: 1px solid #f9faf8;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footerMenuList {
    padding: 0px;
    margin: 0;
}

.footerMenuList li {
    display: block;
    margin-bottom: 25px;
}

.footerMenuList li a {
    font-size: 18px;
    color: #f9faf8;
    font-weight: 300;
    text-decoration: none;
}

.footerMenuList li a:hover {
    color: #dbb13b;
}

.footerInfo {
    float: right;
    text-align: center;
    width: 35%;
}

.footerLogo {
    width: 320px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.footerLogo img {
    max-width: 100%;
    display: block;
}

.footerSoc {
    margin-bottom: 40px;
}

.footerSoc a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
section#news {
    min-height: auto;
}
.footerSoc a:hover {
    opacity: 0.7;
}

.footerAdress {
    font-size: 16px;
    color: #f9faf8;
    line-height: 20px;
}

/* pagination */
.pagination {
    font-size: 16px;
    color: #464645;
    font-weight: 300;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}
.img100{width:100%;    margin: 35px 0;    text-align: center;}
.pagination a {
    color: #464645;
    text-decoration: none;
    margin: 0 5px;
}

.pagination a:hover {
    text-decoration: underline;
}

.pagination a.active {
    color: #001489;
    font-weight: 500;
}

.newsItem {
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.newsItem__category {
    font-size: 12px;
    color: #aaa;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newsItemContents:before,
.newsItemContents:after {
    content: ' ';
    display: table;
}

.newsItemContents:after {
    clear: both;
}

.newsItem__img {
    float: left;
    width: 199px;
    height: 112px;
    margin-right: 20px;
}

.newsItem__img img {
    width: 100%;
}

.newsItemInfo {
    float: left;
    width: -webkit-calc(100% - 220px);
    width: calc(100% - 220px);
}

.newsItemContent {
    margin-top: 20px;
}

.newsItemContent:before,
.newsItemContent:after {
    content: ' ';
    display: table;
}

.newsItemContent:after {
    clear: both;
}

.newsItem__title {
    font-size: 17px;
    color: #001489;
    font-weight: 300;
    text-decoration: none;
}

.newsItem__title:hover {
    text-decoration: underline;
}

.newsItem__date {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
    margin-right: 20px;
    line-height: 20px;
    float: left;
}

.footerAdress a {
    color: #f9faf8;
    text-decoration: none;
}

.footerAdress a:hover {
    text-decoration: underline;
}

.copir {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
    color: #5e5e5e;
    font-weight: 300;
    line-height: 20px;
}

.copir p {
    margin: 0;
}

.copiright {
    margin-top: 20px;
    font-weight: 500;
}
/* new */
.new {
    margin-bottom: 50px;
}

.new:before,
.new:after {
    content: ' ';
    display: table;
}

.new:after {
    clear: both;
}

.new__img {
    width: 600px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

.new__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.new-right {
    width: 100%;
}

.new__category {
    text-align: center;
    font-size: 14px;
    color: #001489;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.new__title {
    font-size: 25px;
    color: #464645;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.newInfo {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #101c89;
    padding-bottom: 10px;
}

.newInfo:before,
.newInfo:after {
    content: ' ';
    display: table;
}

.newInfo:after {
    clear: both;
}

.new__date {
    font-size: 15px;
    color: #aaa;
    font-weight: 300;
    float: left;
    text-align: left;
    width: 170px;
}

.new__soc {
    margin-top: -5px;
}

.new__soc a {
    text-decoration: none;
    margin: 0 2px;
}

.new__soc a:hover {
    opacity: 0.7;
}

.new__author {
    font-size: 15px;
    color: #001489;
    font-weight: 300;
    text-align: right;
    float: right;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newKey {
    margin-bottom: 20px;
    border-bottom: 1px solid #101c89;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.new__key-title {
    color: #101c89;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
}

.new__key-item {
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.new__key-item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #101c89;
}

.new__text {
    border-bottom: 1px solid #101c89;
    padding-bottom: 15px;
}

.new__text p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #464645;
    line-height: 17px;
    font-weight: 300;
}

.new__text p strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #001489;
}

.newRelated {
    margin-top: 10px;
}

.newRelated .newsItem:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.new__related-title {
    color: #001489;
    font-weight: bold;
    margin-bottom: 20px;
}

.newContacts {
    border-top: 1px solid #dfe0df;
    border-bottom: 1px solid #dfe0df;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.newContacts__title {
    font-size: 16px;
    color: #001489;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.newContacts__phone {
    font-size: 12px;
    color: #464645;
    text-decoration: none;
    font-weight: 300;
}

.newContacts__phone:hover {
    text-decoration: underline;
}

.newContacts__mail {
    font-size: 12px;
    color: #001489;
    padding-left: 21px;
    background: url("../img/contacts-mail.png") left center no-repeat;
    text-decoration: none;
    font-weight: 300;
    line-height: 25px;
}

.newContacts__mail:hover {
    text-decoration: underline;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    padding-right: 20px;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll > .scroll-element,
.scroll > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9;
}

.scroll > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll > .scroll-element .scroll-element_track {
    display: none;
}

.scroll > .scroll-element .scroll-bar {
    background-color: #c1c1c1;
    display: block;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scroll > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scroll > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scroll > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scroll > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scroll > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scroll > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

.scroll > .scroll-element.scroll-y .scroll-bar {
    left: -7px;
    min-height: 10px;
    width: 7px;
}

.scroll > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scroll > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.scroll > .scroll-element .scroll-bar:hover {
    opacity: 1;
    cursor: pointer;
}
/* main page */
html,
body {
    height: 100%;
}

.screen {
    min-height: 100%;
    position: relative;
}

.whiteBg {
    background: #fff;
    position: relative;
}

.greyBg {
    background: #fafbf9;
    padding: 50px 0 20px;
    position: relative;
}

.blueBg {
    background: #304b78;
    position: relative;
    padding: 50px 0;
}

.screenBg1 {
    min-height: 100%;
    background: url("../img/screenBg1.jpg") center 0px no-repeat fixed;
    background-size: cover;
    padding-top: 100vh;
    position: relative;
}

.screenBg2 {
    min-height: 100%;
    background: url("../img/screenBg2.jpg") center 70px no-repeat fixed;
    background-size: cover;
    padding-top: 100vh;
}

.screenBg3 {
    min-height: 100%;
    background: url("../img/screenBg3.jpg") center 70px no-repeat fixed;
    background-size: cover;
    padding-top: 100vh;
}

.screenBg4 {
    min-height: 100%;
    background: url("../img/screenBg4.jpg") center 70px no-repeat fixed;
    background-size: cover;
    padding-top: 100vh;
}

.screenBg5 {
    min-height: 100%;
    background: url("../img/screenBg5.jpg") center 90px no-repeat fixed;
    background-size: cover;
    padding-top: 100vh;
}

.topInfo {
    position: absolute;
    top: 20vh;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 950px;
    max-width: 100%;
    z-index: 0;
    text-align: center;
}

.topInfo__title {
    font-size: 25px;
    color: #101c89;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 90px;
}

.topInfo__text {
    font-size: 20px;
    color: #101c89;
    font-weight: 300;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 820px) {
 .topInfo .topInfo__title {
     margin-top: -80px;
     font-size: 20px;
}   
}

.newsBlock {
    padding: 65px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newsBlockItem {
    width: 320px;
    max-width: 32%;
}

.newsBlockItem__img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.newsBlockItem__img img {
    max-width: 100%;
}

.newsBlockItem__title {
    font-size: 20px;
    color: #273495;
    line-height: 24px;
    text-decoration: none;
}

.newsBlockItem__title:hover {
    text-decoration: underline;
}

.newsBlockItem__date {
    font-size: 12px;
    color: #797979;
    font-style: italic;
    margin: 10px 0;
}

.newsBlockItem__text {
    font-size: 14px;
    color: #797979;
    line-height: 20px;
}

.service {
    margin-bottom: 50px;
}

.service__title {
    font-size: 36px;
    font-weight: 300;
    color: #101c89;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
}
.newsBlock {
    padding-bottom: 95px;
}
.news__title {
    font-size: 36px;
    font-weight: 300;
    color: #101c89;
    text-transform: uppercase;
    text-align: center;
	margin-top: 50px;
}

.serviceContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.serviceItem {
    max-width: 32%;
    text-align: center;
    background: #fff;
    border: 1px solid #dadad9;
    padding-bottom: 20px;
    text-decoration: none;
}

.serviceItem__img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.serviceItem__img img {
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.serviceItem__category {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 0 15px;
}

.serviceItem__title {
    font-size: 15px;
    color: #273495;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    padding: 0 15px;
}

.serviceItem__title:after {
    content: '';
    display: block;
    margin: 5px auto;
    width: 95px;
    height: 1px;
    background: #273495;
}

.serviceItem__text {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 300;
    line-height: 18px;
    padding: 0 15px;
}

.serviceItem:hover .serviceItem__img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.taxPlan {
    text-align: center;
}


.taxPlan__title {
    font-size: 36px;
    color: #101c89;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.taxPlan__title:after {
    content: '';
    display: block;
    margin: 30px auto;
    width: 270px;
    height: 1px;
    background: #101c89;
}

.taxPlan__description {
    font-size: 18px;
    color: #5e5e5e;
    font-weight: 300;
    text-transform: uppercase;
    margin: 30px 0;
}

.taxPlan__text {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 300;
    line-height: 20px;
}

.svc__text {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: 300;
    line-height: 25px;
	text-indent: 20px;
	text-align: left;
}

.epigraph {
    font-size: 15px;
    color: #5e5e5e;
	font-style: italic;
    font-weight: 400;
    line-height: 25px;
	text-indent: 20px;
	text-align: right;
}

.taxPlan__text p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.taxPlan__text p strong {
    font-weight: 400;
}

.blockInfo {
    background: #fff;
    border: 1px solid #dadad9;
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    width: 400px;
}

.blockInfo:hover .blockInfo__title {
    text-decoration: underline;
}

.blockInfo__title {
    font-size: 18px;
    color: #273495;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.blockInfo__title:after {
    content: '';
    display: block;
    margin: 15px auto 10px;
    width: 100px;
    height: 1px;
    background: #101c89;
}

.blockInfo__text {
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 300;
    line-height: 20px;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form__title {
    font-size: 36px;
    color: #fafbf9;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.formItem {
    width: 48%;
    margin-bottom: 15px;
}

.formItem_full {
    width: 100%;
}

.formItem input,
.formItem textarea {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #cfcfcf;
    resize: none;
    outline: none;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #cfcfcf;
    font-weight: 300;
    font-style: italic;
/* Firefox 19+ */
/* Firefox 18- */
}

.formItem input::-webkit-input-placeholder,
.formItem textarea::-webkit-input-placeholder {
    color: #cfcfcf;
}

.formItem input::-moz-placeholder,
.formItem textarea::-moz-placeholder {
    color: #cfcfcf;
}

.formItem input:-moz-placeholder,
.formItem textarea:-moz-placeholder {
    color: #cfcfcf;
}

.formItem input:-ms-input-placeholder,
.formItem textarea:-ms-input-placeholder {
    color: #cfcfcf;
}

.formItem textarea {
    height: 120px;
    padding: 15px;
    line-height: 24px;
}

.formItem .jq-selectbox {
    width: 100%;
    border: none;
    background: none;
    border-bottom: 1px solid #cfcfcf;
    resize: none;
    outline: none;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 5 !important;
}

.formItem .jq-selectbox__select {
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #cfcfcf;
    font-weight: 300;
    font-style: italic;
}

.formItem .jq-selectbox__trigger {
    background: url("../img/arrow.png") center center no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.formItem .jq-selectbox__dropdown {
    background: #304b78;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    width: 100%;
    margin-top: 1px;
}

.formItem .jq-selectbox__dropdown ul {
    padding: 0px;
    margin: 0px;
}

.formItem .jq-selectbox__dropdown ul li {
    color: #fff;
    cursor: pointer;
    padding: 7px 15px;
    line-height: 120%;
}

.formItem .jq-selectbox__dropdown ul li:hover {
    background: rgba(250,251,249,0.7);
    color: #394349;
}

.formItem .jq-selectbox__dropdown ul li.sel {
    background: #fafbf9;
    color: #394349;
}

.formItem .jq-selectbox__dropdown ul li.disabled {
    color: #cfcfcf;
    background: none;
    cursor: default;
}

.formBtn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.formBtn button {
    width: 270px;
    height: 45px;
    background: #dbb13b;
    font-size: 24px;
    color: #f9faf8;
    text-transform: uppercase;
    box-shadow: rgba(2,27,62,0.13) 0 0 33px 2px;
    outline: none;
    border: none;
    cursor: pointer;
}

.formBtn button:hover {
    background: #304b78;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
/* about */
.about {
    background: #fafbf9;
}

.about .container {
    font-size: 0px;
}

.aboutImg {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    min-height: 580px;
    position: relative;
}

.aboutImg img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.aboutImgTeam {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    text-align: left;
    min-height: 520px;
    position: relative;
}

.aboutImgTeam img {
    position: absolute;
    bottom: 0px;
    left: -240px;
    right: 0px;
    margin: 0 auto;
}


.aboutImgVl {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    min-height: 400px;
    position: relative;
	margin-top: 80px;
}

.aboutImgVl img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}


.aboutContent {
    display: inline-block;
    vertical-align: bottom;
    width: 70%;
    padding: 60px 0 50px;
}

.aboutContentF {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    padding: 0px 15px 75px;
}

.about__title {
    margin-bottom: 25px;
    font-size: 21px;
    color: #001489;
    font-weight: 500;
    line-height: 25px;
}

.about__text {
    font-size: 17px;
    color: #001489;
    font-weight: 300;
    line-height: 22px;
}

.aboutInfo {
    padding-top: 60px;
}

.aboutInfo__description {
    text-align: center;
    font-size: 18px;
    color: #444;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}

.aboutInfo p {
    font-size: 16px;
    color: #444;
    line-height: 20px;
	font-weight: 300;
    margin-bottom: 30px;
    padding-left: 10px;
}

.aboutInfo p span {
    font-size: 16px;
    color: #001489;
    display: block;
    margin-bottom: 25px;
    font-weight: 400;
    padding-left: 10px;
    position: relative;
    margin-left: -10px;
}

.aboutInfo p span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #001489;
    border-radius: 50%;
    margin-top: -2px;
}

.aboutInfo p strong {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #444;
    line-height: 24px;
    font-weight: 400;
}

.newContacts_about {
    width: 500px;
    max-width: 100%;
    margin: 30px auto 30px;
}

.containerBg {
    background: #fafbf9;
    padding-top: 40px;
    margin-top: 45px;
}

.containerBgContacts {
    background: #fafbf9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contactsBg {
    background: url("../img/contactsBg.jpg") center 70px no-repeat fixed;
    background-size: cover;
    padding-top: 450px;
}

.form_contacts input,
.form_contacts textarea,
.form_contacts .formItem .jq-selectbox {
    border-bottom-color: #001489;
    color: #001489;
/* Firefox 19+ */
/* Firefox 18- */
}

.form_contacts input::-webkit-input-placeholder,
.form_contacts textarea::-webkit-input-placeholder,
.form_contacts .formItem .jq-selectbox::-webkit-input-placeholder {
    color: #001489;
}

.form_contacts input::-moz-placeholder,
.form_contacts textarea::-moz-placeholder,
.form_contacts .formItem .jq-selectbox::-moz-placeholder {
    color: #001489;
}

.form_contacts input:-moz-placeholder,
.form_contacts textarea:-moz-placeholder,
.form_contacts .formItem .jq-selectbox:-moz-placeholder {
    color: #001489;
}

.form_contacts input:-ms-input-placeholder,
.form_contacts textarea:-ms-input-placeholder,
.form_contacts .formItem .jq-selectbox:-ms-input-placeholder {
    color: #001489;
}

.form_contacts .formItem .jq-selectbox__select {
    color: #001489;
}

.contactsText {
    text-align: center;
    margin-top: 50px;
    font-size: 15px;
    color: #464645;
    font-weight: 300;
    line-height: 20px;
}

.servicesPage {
    background: #fafbf9;
    margin-bottom: 35px;
    margin-top: 30px;
}

.serviceBg {
   /*  background: url("../img/serviceBg.jpg") center 140px no-repeat fixed;
    background-size: cover;
    padding-top: 600px;*/
}

.serviceBg1 {
  /*  background: url("../img/serviceBg1.jpg") center 140px no-repeat fixed;
    background-size: cover;
    padding-top: 600px;*/
}

.serviceBg2 {
    /* background: url("../img/serviceBg2.jpg") center 140px no-repeat fixed;
    background-size: cover;
    padding-top: 600px;*/
}

.openarchBg {
    background: url("../img/openarchBg.jpg") center 140px no-repeat fixed;
    background-size: cover;
    padding-top: 600px;
}

.servicesPageContent {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
}

.servicesPageContent h2 {
    font-size: 16px;
    color: #001489;
    font-weight: 500;
    text-transform: uppercase;
}

.servicesPageContent h2.HGrey {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
}

.servicesPageContent h2.HGreyS {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
	text-align: center;
    text-transform: uppercase;
}

p.list {
    font-size: 16px;
    color: #464646;
    line-height: 20px;
    font-weight: 300;
}

p.list:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 4px;
    background: #001489;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 10px;
}

.service_inner .serviceContent {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.service_inner .serviceItem {
    margin-right: 1%;
    margin-left: 1%;
}

.gamb {
    display: none;
    position: absolute;
    top: 25px;
    left: 10px;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    background: #fff;
}

.gamb span {
    background: #00157e;
    display: block;
    height: 3px;
    margin-bottom: 5px;
}

@media (min-height: 900px) {
    .topInfo {
        margin-top: 100px;
    }
}

@media (max-width: 1199px) {
    .container, .ctnkey {
        width: 970px;
     
    }
.logokey {
    left: 0px;
}

    .screenBg1,
  .screenBg2,
  .screenBg3,
  .screenBg4,
  .screenBg5 {
        background-size: 1400px;
    }

    .screenBg1 {
        background-position: center top;
    }
}

@media (max-width: 991px) {
    .container, .ctnkey {
        width: 750px;
    }

    .new__date {
        width: 90px;
    }

    .new__soc {
        margin-top: 35px;
        width: 100%;
        clear: both;
    }
}

@media (max-width: 767px) {
    .container, .ctnkey {
        width: 100%;
    }
.logokey {
    display: none;
}

    .screenBg2,
  .screenBg3,
  .screenBg4,
  .screenBg5 {
        background-size: 770px;
        background-color: #fff;
        background-attachment: scroll;
        background-position: center top;
    }

    .gamb {
        display: block;
        -webkit-transition: left 0.35s linear;
        -o-transition: left 0.35s linear;
        transition: left 0.35s linear;
    }

    .gamb.active {
        left: 230px;
    }

    .menu {
        display: block;
        width: 230px;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background: #e5ebf6;
        padding: 10px;
        margin: 0px;
        overflow: auto;
        left: -230px;
        -webkit-transition: left 0.35s linear;
        -o-transition: left 0.35s linear;
        transition: left 0.35s linear;
    }

    .menu li {
        padding: 10px 0;
    }

    .menu.open {
        left: 0px;
    }

    .menuInner {
        display: block;
        position: static;
    }

    .menuInner li {
        width: 100%;
        margin: 0px;
        border: none;
    }

    .logo {
        background: url("../images/logm.svg") center center no-repeat;
        width: 150px;
        height: 55px;
        background-size: 100%;
        margin-top: -45px;
    }

    .logo img {
        display: none;
    }

    .headerInfo {
        width: 130px;
        float: right;
        padding-top: 26px;
    }

    body {
        padding-top: 90px;
    }

    header {
        height: 90px;
    }

    header .container, .ctnkey {
        padding-left: 10px;
        padding-right: 10px;
    }

    .topInfo {
        position: fixed !important;
        top: 250px;
    }

    .newsBlock {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .newsBlockItem {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .serviceContent {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .serviceItem {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .taxPlan__title,
  .service__title {
        font-size: 25px;
    }

    .footerMenu {
        width: 45%;
    }

    .footerInfo {
        width: 100%;
    }

    .new__img {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 30px;
    }

    .new-right {
        width: 100%;
        max-height: none;
    }

    .aboutImg {
        display: none;
    }

    .aboutContent {
        width: 100%;
        padding: 50px 0;
    }

    .servicesPage {
        margin-top: 0px;
    }

    .serviceBg {
        background-position: center 80px;
    }
}

@media (max-width: 479px) {
    .container, .ctnkey {
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
    }

    .headerInfo {
        width: 60px;
        padding-top: 15px;
    }

    .headerInfoLang {
        display: block;
        clear: both;
        margin-left: 0px;
    }

    .headerInfo__phone {
        width: 35px;
        height: 35px;
        overflow: hidden;
        font-size: 0px;
        display: block;
        float: right;
        background-position: center center;
        padding: 0px;
    }

    .logo {
        margin-top: -50px;
		width: 120px;
		height: 45px;
    }

    .screenBg2,
  .screenBg3,
  .screenBg4,
  .screenBg5 {
        background-size: 480px;
        background-color: #fff;
        padding-top: 250px;
    }

    .topInfo {
        top: 170px;
    }

    .newsItem__category {
        text-align: center;
    }

    .newsItem__img {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .newsItemInfo {
        width: 100%;
    }

    .footerMenu {
        width: 100%;
        margin-right: 0px;
    }
}


/* new style 16.07.2018 */
.headerInfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.headerInfo__search {
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.headerInfo__search input {
    font-size: 11px;
    height: 20px;
    padding: 0 5px;
    width: 100px;
    outline: none;
    border: 1px solid #101c89;
    border-radius: 3px;
}

.headerInfo__search input:focus {
    border-color: #001489;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,20,137,0.6);
}

.headerInfo__search button {
    background: none;
    border: none;
    width: 15px;
    height: 15px;
    outline: none;
    padding: 0;
    cursor: pointer;
    margin-left: 5px;
}

.headerInfo__search button svg {
    width: 100%;
    height: 100%;
}

.headerInfo__search button:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .headerInfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        padding-top:26px;
        margin-bottom: -15px;
    }

    .headerInfo__search {
        margin-right: 0;
        margin-top: 7px;
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .headerInfo {
        margin-bottom: 0;
    }

    .headerInfo__search {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.topInfo {
    top: 15vh;
}

@media (min-height: 900px) {
    .topInfo {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .topInfo {
        top: 200px !important;
    }
}

@media (max-width: 479px) {
    .topInfo {
        top: 170px !important;
    }
}

.screenBg1 {
    background: url("../img/screenBg1-2.jpg") right 70px no-repeat fixed;
}

@media (max-height: 800px) and (max-width: 1400px) {
    .screenBg1 {
        background: url("../img/screenBg2_400px.jpg") right 120px no-repeat fixed;
    }
}

@media (max-width: 767px) {
    .screenBg1 {
        background: url("../img/screenBg1-2.jpg") right 70px no-repeat fixed;
        background-position: center 0px;
    }
}

.screenBg1,
.screenBg2,
.screenBg3,
.screenBg4 {
    min-height: 50%;
    padding-top: 50vh;
}




/* new style 15.08.2018 */
.aboutImgVl {
padding-right: 50px;
}

.aboutImgVl img {
max-width: 100%;
position: relative;
margin: 0;
}

@media (max-width: 767px) {
.aboutImgTeam,
.aboutImgVl {
display: none;
}

.aboutContent {
width: 100%;
padding-bottom: 0px;
padding-top: 50px;
}

.servicesPageContent {
padding-top: 0px;
}

.container .container {
padding-left: 0px;
padding-right: 0px;
min-width: 300px;
}
}

/*@media (max-width: 479px) {
.headerInfo__search,
.headerInfoLang {
display: none;
}*/

@media (max-width: 479px) {
.headerInfo__search {
display: none;
}

.topInfo__title {
font-size: 22px;
}

.topInfo__text {
font-size: 16px;
line-height: 22px;
}

.headerInfo {
padding-top: 26px;
}

.logo {
margin-top: -38px;
width: 120px;
height: 45px;
}
}




/* new style 24.10.2018 */
.two-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.swimm-wrap {
    width: 320px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 50px;
    margin-top: 60px;
}

.swimm {
    padding-bottom: 10px;
    height: -webkit-calc(100% - 160px);
    height: calc(100% - 160px);
    max-height: 700px;
    overflow: auto;
}

.swimm .newsItem {
    margin-bottom: 20px;
}

.swimm .newsItem__img {
    float: none;
    width: 220px;
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
}

.swimm .newsItemInfo {
    float: none;
    width: 100%;
}

.swimm .newsItem__title {
    font-size: 15px;
}

.swimm .newsItemContent {
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}

.two-column .servicesPageContent {
    max-width: -webkit-calc(100% - 370px);
    max-width: calc(100% - 370px);
}
/* Desktop */
@media (max-width: 1199px) {
    .swimm-wrap {
        width: 220px;
        margin-left: 30px;
    }

    .two-column .servicesPageContent {
        max-width: -webkit-calc(100% - 250px);
        max-width: calc(100% - 250px);
    }
}
/* Phone */
@media (max-width: 767px) {
    .two-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .two-column .servicesPageContent {
        max-width: 100%;
        padding-top: 30px;
    }

    .swimm-wrap {
        margin-top: 0;
        margin-left: 0;
        width: auto;
        max-width: 100%;
    }
}


.containerBg--news { 
background: #fff; 
}

.containerBg--grey { 
background: #fafbf9; 
}










/* 
section.screen.screen1 .topInfo__title{
  font-family: "Kanit", sans-serif;;
  font-weight: 600;                 
  line-height: 1.2em;
  margin-top: 50px;              
}
section.screen.screen1 .topInfo__text{
   font-family: "Montserrat", sans-serif;;
  font-weight: 400;  
  line-height: 1.2em; 
  margin-top: 50px;                 
}
*/   
.gamb.active span:first-child {
    transform: rotate(45deg);
    margin-bottom: 0px;
}
.gamb.active span:last-child {
    transform: rotate(-45deg);
    margin-top: -10px;
}
.gamb.active span:nth-child(2) {
    opacity: 0;
    width: 0px;
}

.screen1 .screenBg1 {
    background: url(../images/alex.webp);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 98%;
    background-color: #f8fafb;
    min-height: 88vh;
}
.screen1 .topInfo {
    margin: 0px;
    max-width: 25vw;
    position: absolute!important;
    top: 42%!important;
    left: 78%;
    transform: translate(-50%, -50%);
    opacity: 1 !important;
}

.screen5 .screenBg5 {
    background: url(../images/screenBg1-1.webp);
    background-size: cover;
    background-position: 100% 100%;
    background-attachment: fixed;
    padding-top: 85vh;
    background-repeat: no-repeat;
    background-color: #f5f8f7;
}
.screenBg5 .Info {
    position: absolute;
    width: 100%;
    max-width: 840px;
    top: 30% !important;
    left: 41%;
    transform: translate(-50%, -50%);
}

section.screen.screen1 .screenBg1 .topInfo[style="position: fixed; top: 150px;"] {
    opacity: 0;transition-delay: 1s;
}

@media (max-height: 842px) {
.screenBg1 {
    min-height: 100%!important;
    height: calc(100vh - 220px);
}
}




@media (max-width: 1980px) and (min-width: 1538px) {
.screen5 .screenBg5{
    background-position: 100% 100%;
}
}
@media (max-width: 1538px) and (min-width: 1400px) {
.screen5 .screenBg5{
    background-position: 100% 100%;
}
}
@media (max-width: 1500px) {
.screen1 .screenBg1 {
    background-size: cover;
    background-position-x: calc(10vw + 100%);
}

}


@media (max-width: 1400px) and (min-width: 1281px) {
.screen5 .screenBg5{
    background-position: 100% 100%;
}
}

@media (max-width: 1350px) {
.screenBg5 .Info {
    max-width: 51vw;
    left: 35vw;
}
.screen1 .screenBg1 {
        background-position-x: calc(15vw + 100%);
    }


}

@media (max-width: 1240px) {
.screen1 .screenBg1 {
        background-position-x: calc(23vw + 100%);
        background-size: cover;  
}
.screen1 .topInfo {
    left: 80%;
}
}

@media (max-width: 1160px) {
.screen1 .screenBg1 {
    background-position-x: calc(30vw + 100%);
}
}

@media (max-width: 1100px) {
.screen1 .screenBg1 {
    background-position-x: calc(12vw + 100%);
            min-height: 60vw;
}
}

@media (max-width: 1035px) {
    .screenBg1 {
        background-position-x: 80%;
    }
.screenBg5 .Info {
    max-width: 51vw;
    left: 27vw;
}
}

@media (max-width: 850px) {
.screen5 .screenBg5 {
    background-position: center;
}
.screenBg5 .Info {
    max-width: 95%;
    left: 50%;
}
.screen1 .screenBg1 {
     min-height: 60vh;
 }
        .screen1 .topInfo {
            top: 45% !important;
            max-width: 37vw;
            left: 78%;
        }
}
@media (max-width: 820px) {
.screen1 .screenBg1 {
    background-position: 0% 100%!important;
    background: url(../images/about.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.topInfo .topInfo__title {
        font-size: 18px!important;
    }
}

@media (max-width: 767px) {
    header .logo {
        margin-top: -10px;
    }
section.screen.screen1 .screenBg1 .topInfo {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 45vw;
    left: 76vw;
    top: 210px!important;
}
.screen1 .screenBg1 {
                background-position: 0% 100% !important;
                background: url(../images/about-tr.webp);
                background-repeat: no-repeat;
                background-size: 250px;
            }



.screenBg1 {
    background-position-x: 39%;
}

}
@media (max-width: 479px) {
    header .logo {
        margin-top: -20px;
    }
section.screen.screen1 .screenBg1 .topInfo{
   top: -130px !important;
        max-width: 55vw;
        left: 73vw;
}

.screen5 .screenBg5 {
        background-attachment: local;
        padding-top: inherit;
        height: 100vh;
        background-position: center;
    }
.screenBg5 .Info {
    position: relative;
    top: 20px!important;
    transform: none;
    left: auto;
}


}


.logo--text {
    margin-top: -5px;
    margin-bottom: 0;
    text-decoration: none;
}
.logo__text {
    font-family: Arial, sans-serif;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -0.8px;
    line-height: 1;
    color: #101c89;
    white-space: nowrap;
    display: inline-block;
}
.logo--text img { display: none; }

.menu li { margin: 0 40px; }
.menu li a {
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
}
@media (max-width: 1199px) {
    .menu li { margin: 0 20px; }
}
@media (max-width: 991px) {
    .menu li { margin: 0 12px; }
    .menu li a { letter-spacing: 0; }
}

.philBlock { position: relative; }
.philBlock--white { background: #fff; padding: 70px 0 50px; }
.philBlock--grey  { background: #fafbf9; padding: 50px 0 70px; }

.phil__inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 10px;
}
.phil__title {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 300;
    color: #101c89;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 30px;
    line-height: 1.25;
}
.phil__title:after {
    content: '';
    display: block;
    margin: 25px auto 0;
    width: 200px;
    height: 1px;
    background: #dbb13b;
}
.phil__text p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1.7;
    text-align: left;
    margin: 0 0 18px;
}
.phil__text p:last-child { margin-bottom: 0; }

.discoverMore {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: #9a7720;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 35px;
    transition: color .25s, letter-spacing .25s;
}
.discoverMore:hover { color: #7d5e16; letter-spacing: 2.5px; }
.discoverMore--center { display: block; text-align: center; }

.screenPortfolio {
    min-height: 0;
    height: 70vh;
    max-height: 760px;
    position: relative;
    overflow: hidden;
}
.screenBgPortfolio {
    position: absolute;
    inset: 0;
    background: #b9854e url("../img/portfolio.jpg") right center no-repeat fixed;
    background-size: cover;
}
@media (max-width: 767px) {
    .screenPortfolio { height: 48vh; }
    .screenBgPortfolio {
        background-attachment: scroll;
        background-position: 78% center;
    }
}

.screen2 .screenBgLicht,
.screen4 .screenBg4 {
    height: 62vh;
    min-height: 0;
    padding-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.screen2 .screenBgLicht {
    background-image: url("../img/licht.jpg");
    background-attachment: fixed;
}

.screen2, .screen4 { min-height: 0; }

@media (max-width: 767px) {
    .screen2 .screenBgLicht,
    .screen4 .screenBg4 { height: 40vh; background-attachment: scroll; }
}

.taxPlan__text.scrollText {
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
    padding: 10px 4px;
}
.taxPlan__text.scrollText p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 0 16px;
}
.taxPlan__title:after {
    background: #dbb13b;
    width: 200px;
    margin: 25px auto 0;
}

.greyBg.sectionPanel {
    padding: 70px 0 80px;
    scroll-margin-top: 104px;
}
@media (max-width: 767px) {
    .greyBg.sectionPanel { scroll-margin-top: 86px; padding: 45px 0 55px; }
}

.arch__title {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 400;
    color: #101c89;
    text-transform: none;
    text-align: center;
    margin: 0 0 26px;
    line-height: 1.3;
}
.arch__text p {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #1b2a6b;
    line-height: 1.6;
    text-align: center;
    text-transform: none;
    margin: 0 0 12px;
}

.footerNav {
    float: left;     text-align: center;
    width: 55%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footerNav li { display: block; margin-bottom: 22px; }
.footerNav a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #f9faf8;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}
.footerNav a:hover { color: #dbb13b; }

.footerInfo--new { width: 40%; }
.footerBrand {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 22px;
}
.footerContacts { color: #f9faf8; }
.footerContacts__title {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c9a44a;
    margin-bottom: 16px;
}
.footerSocNew { margin-bottom: 18px; }
.footerSocNew a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #f9faf8;
    transition: color .2s, transform .2s;
}
.footerSocNew a:hover { color: #dbb13b; transform: translateY(-2px); }
.footerSocNew svg { width: 26px; height: 26px; display: block; fill: currentColor; }
.footerContacts__line {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: #f9faf8;
    margin: 2px 0;
}
.footerContacts__line a { color: #f9faf8; text-decoration: none; }
.footerContacts__line a:hover { color: #dbb13b; text-decoration: underline; }

.disclaimer {
    border-top: 1px solid rgba(94,94,94,0.4);
    margin-top: 10px;
    padding-top: 25px;
}
.disclaimer__title {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5e5e5e;
    margin-bottom: 14px;
}
.disclaimer p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7;
    color: #6a6a6a;
    text-align: justify;
    margin: 0 0 10px;
}

.phil__figure {
    margin: 35px 0;
    text-align: center;
}
.phil__figure img {
    width: 100%;
    height: auto;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    border-radius: 2px;
}

@media (max-width: 767px) {
.topInfo__title:after {
    width: auto;
}
    .logo.logo--text {
        background: none;
        width: auto;
        height: auto;
        margin-top: -4px;
    }
    .logo--text .logo__text { font-size: 24px; }

    .menu li { width: 100%; margin: 0; }
    .menu li a {
        display: block;
        font-size: 15px;
        letter-spacing: 0.3px;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .footerTop .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }
    .footerNav, .footerInfo--new { float: none; width: 100% !important; max-width: 100%; }
    .footerNav { margin-bottom: 35px; }
    .footerInfo--new { text-align: center; }
    .footerSocNew { text-align: center; }
    .phil__title, .arch__title { font-size: 26px; }
    .phil__text p, .taxPlan__text.scrollText p, .arch__text p { font-size: 16px; }
    .footerBrand { font-size: 22px; }
    .disclaimer p { text-align: left; }
}
@media (max-width: 479px) {
    .phil__title, .arch__title { font-size: 22px; }
    .footerNav a { font-size: 16px; }

    .formItem { width: 100%; }
}

#home, #philosophy, #liechtenstein, #private-banking, #news, #architecture, #contacts {
    scroll-margin-top: 104px;
}
@media (max-width: 767px) {
    #home, #philosophy, #liechtenstein, #private-banking, #news, #architecture, #contacts {
        scroll-margin-top: 86px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .screenBg1, .screenBg2, .screenBg3, .screenBg4,
    .screen5 .screenBg5, .screenBgLicht, .screenBgPortfolio {
        background-attachment: scroll !important;
    }
}

.screenBgPortfolio {
    top: 0; right: 0; bottom: 0; left: 0;
}

.phil__inner h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #101c89;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin: 44px 0 16px;
}
.phil__inner h2:first-of-type { margin-top: 28px; }

.arch__title:after {
    content: '';
    display: block;
    margin: 22px auto 0;
    width: 200px;
    height: 1px;
    background: #dbb13b;
}

.footerNav { width: 50%; }
.footerInfo--new { width: 45%; }
.footerBrand { font-size: 28px; letter-spacing: 1.5px; }
.footerSocNew a { margin: 0 13px; }

.disclaimer p { text-align: left; }

.screen2 .screenBgLicht { background-position: center 28%; }
.screen4 .screenBg4 { background-position: center 68%; }
@media (max-width: 767px) {
    .screen2 .screenBgLicht { background-position: center 28%; }
    .screen4 .screenBg4 { background-position: center 70%; }
}

.footerNav li:last-child { margin-bottom: 0; }

@media (min-width: 768px) {
    .footerTop .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .footerTop .container:before,
    .footerTop .container:after { content: none; display: none; }

    .footerNav { float: none; max-width: 30%; margin: 0; }
    .footerInfo--new {
        float: none;
        max-width: 30%;
        text-align: center;
    }
}


@media (max-width: 420px) {
 .topInfo .topInfo__title {
     margin-top: -30px;
     font-size: 20px;
}   



}


@media (max-width: 400px) {
section.screen.screen1 .screenBg1 .topInfo {
    top: -53vw !important;
}



}
