.main-top-compensate {
    margin-top: -40px;
}


.textfield {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 10px 11px;
    height: 43px;
    width: 100%;
    box-sizing: border-box;
}

.textfield.error {
    border-color: #f00!important;
}



/**** MODAL ****/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: RGBA(0,0,0, 0.7);
    display: none;
}

.modal-backdrop.placemark {
    background-color: RGBA(0,0,0, 0.3);
}

.modal-backdrop .modal {
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
    width: 425px;
    height: 660px;
    background: #fff;
    font-family: 'PT Sans';
}

.modal-backdrop.placemark .modal {
    height: 275px;
}

.modal-backdrop .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -23px;
    right: -31px;
    text-align: center;
    font-size: 27px;
    color: #aaa;
    cursor: pointer;
    font-family: sans-serif;

}

.modal-backdrop.placemark .close {
    color: #eee;
}
.modal-backdrop .close:hover {
    color: #fff;
}
.modal-backdrop .modal-header {
    width: 100%;
    height: 80px;
    background-color: #0044a9;
    color: #fff;
    padding: 30px 30px 0;
    box-sizing: border-box;
}
.modal-backdrop .modal-title {
    font-size: 26px;
    margin-top: 3px;
    display: inline-block;
    font-weight: bold;
}
.modal-backdrop .icon-phone {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url(images/phone-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: top;
    border-radius: 50%;
    border: 1px solid #80a2d4;
    float: right;
    margin-top: -5px;

}

.modal-backdrop .modal-content {
    padding: 30px;

}

.modal-action {
    margin-top: 40px;
}

.modal-action:first-child {
    margin-top: 0;
}

.modal-backdrop .form {
    font-size: 14px;
}

.modal-backdrop .form-label {
    display: block;
    color: #444;
    font-weight: bold;
    margin-bottom: 3px;
}
.modal-backdrop.placemark .form-label {
    font-size: 16px;
}

.modal-backdrop.placemark .city-name {
    font-size: 16px;
    display: block;
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal-backdrop .form .input {
    height: 36px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.modal-backdrop .form .input.error {
    border: 1px solid red;
}

.modal-backdrop .form .modal-select-time {
    background: #fff;
}

.modal-backdrop .form .modal-input-textarea {
    height: 130px;
    padding: 5px;
    resize: none;
    margin-bottom: 20px;
}

.modal-backdrop .send-modal-butt,
.modal-backdrop .send-modal-butt-placemark,
.modal-backdrop .ajax-result .thx{
    height: 60px;
    border: 1px solid #0044a9;
    color: #0044a9;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.modal-backdrop .send-modal-butt:hover,
.modal-backdrop .send-modal-butt-placemark:hover,
.modal-backdrop .ajax-result .thx:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #0044a9;
}

.modal-backdrop .ajax-result .thx {
    margin-top: 35px;
}

.modal-backdrop .ajax-result {
    width: 100%;
    height: 100%;
    text-align: left;
    background: #fff;
    position: absolute;
    top: 0;
    padding: 30px;
    left: 0;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    display: none;
    box-sizing: border-box;
}


#modal-mail .modal {
    height: 510px;
}

.modal-backdrop .icon-mail {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-image: url(images/mail-modal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    vertical-align: top;
    border-radius: 50%;
    border: 1px solid #80a2d4;
    float: right;
    margin-top: -5px;

}






.ibanner {
    position: relative;
    padding: 120px 0 140px;
    background-color: #666;
    color: #fff;
    text-align: center;
}

.ibanner .textfield {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255,255,255,0.11);
}

.ibanner .textfield::placeholder {
    color: #fff;
}

.ibanner .textfield::-webkit-input-placeholder {
    color: #fff;
}

.ibanner .textfield:-ms-input-placeholder {
    color: #fff;
}

.ibanner__inner {
    position: relative;
    z-index: 1;
}

.ibanner__title {
    font-family: 'PT Sans';
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    margin-top: 60px;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
}

.ibanner__title:first-child {
    margin-top: 0;
}

.ibanner__summary {
    font-family: 'PT Sans';
    font-size: 30px;
    line-height: 1.33;
    margin-top: 45px;
}

.ibanner__summary:first-child {
    margin-top: 0;
}

.ibanner__form {
    position: relative;
    margin-top: 40px;
    font-size: 0;
    letter-spacing: 0;
}

.ibanner__form:first-child {
    margin-top: 0;
}

.ibanner__form-inner {
    margin-right: -20px;
    margin-bottom: -10px;
}

.ibanner__form-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 215px;
}

.ibanner__form .attach-file {
    margin-top: 14px;
}


.ibanner__form .ajax-result .thx{
    display: block;
    height: 60px;
    border: 1px solid #0044a9;
    color: #0044a9;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.ibanner__form .ajax-result .thx:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #0044a9;
}

.ibanner__form .ajax-result .thx {
    margin-top: 35px;
}

.ibanner__form .ajax-result {
    width: 100%;
    height: 100%;
    text-align: left;
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    padding: 30px;
    left: 0;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    display: none;
    box-sizing: border-box;
    text-align: center;
}



.ibanner__action {
    margin-top: 60px;
}

.ibanner__action:first-child {
    margin-top: 0;
}

.ibanner .attach-file {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.5);
    font-size: 18px;
}

.ibanner .attach-file .icon-clip {
    width: 12px;
    height: 14px;
}


.ibanner__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: center center no-repeat;
    background-size: cover;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    z-index: 0;
}

.ibanner__bg.img-to-bg > img {
    display: none;
}

.ibanner__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    content: '';
    z-index: 1;
}

.ibanner__bg--opacity-75:before {
    background-color: rgba(0,0,0,0.75);
}

.ibanner__bg--opacity-0:before {
    opacity: 0;
}

.ibanner__bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.touchevents .ibanner__bg video {
    display: none;
}

.ibanner__bg--video-fw video {
    width: 100%;
    height: auto;
}





.ibanner--life {
    padding: 75px 0 70px;
    text-align: left;
}

.ibanner--life .ibanner__title {
    float: left;
    width: 280px;
    margin-top: -7px;
    font-size: 48px;
    line-height: 1.083;
}

.ibanner--life .ibanner__summary {
    margin-left: 310px;
    margin-top: 0;
    max-width: 750px;
    font-size: 24px;
    line-height: 1.33;
}




.ibanner--social {
    padding: 50px 0 45px;
    text-align: left;
}

.ibanner--social .scontainer {
    max-width: 870px;
}

.ibanner--social .ibanner__grid {
    display: table;
    width: 100%;
}

.ibanner--social .ibanner__col {
    display: table-cell;
    vertical-align: top;
}

.ibanner--social .ibanner__col--social {
    width: 1%;
    padding-left: 40px;
    padding-top: 10px;
    white-space: nowrap;
}




.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.btn--ibanner {
    font-family: 'PT Sans';
    font-size: 26px;
    font-weight: 400;
    background-color: rgba(255,255,255,0.11);
    border-color: #fff;
    padding: 16px 65px 18px;
    color: #fff;
    text-decoration: none;
}

.btn--ibanner:hover {
    background-color: #fff;
    color: #242424;
}

.btn--ibanner-medium {
    font-size: 22px;
    padding: 11px 45px 13px;
}

.btn--ibanner-small {
    font-size: 18px;
    padding: 7px 30px 9px;
    height: 43px;
}



.ibanner--thinner {
    padding-top: 65px;
    padding-bottom: 80px;
}

.ibanner--thinner .ibanner__action {
    margin-top: 40px;
}

.ibanner--thinner .ibanner__action:first-child {
    margin-top: 0;
}



.scontainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}


.section {
    padding: 65px 0 75px;
}

.section--white {
    background-color: #fff;
}

.section h2,
.section .h2 {
    font-family: 'PT Sans';
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    padding: 0;
    color: #0044a9;
    text-align: center;
    margin-top: 40px;
}

.section h2:first-child,
.section .h2:first-child {
    margin-top: 0;
}

.section h3,
.section .h3 {
    font-family: 'PT Sans';
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 40px;
}

.section h3:first-child,
.section .h3:first-child {
    margin-top: 0;
}

.stext {
    font-family: 'PT Sans';
    font-size: 18px;
    line-height: 1.35;
    color: #242424;
}

.stext p {
    margin: 25px 0 0;
}

.stext p:first-child {
    margin-top: 0;
}



.itgbs {
    margin-top: 45px;
    margin-left: -20px;
    margin-right: -20px;
}

.itgbs:after {
    clear: both;
    display: table;
    content: '';
}

.itgbs:first-child {
    margin-top: 0;
}

.itgbs__inner {
    float: left;
    width: 100%;
    margin: -15px 0;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.itgb {
    display: inline-block;
    vertical-align: top;
    width: 166px;
    max-width: 166px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #242424;
    text-align: center;
}

.itgb__icon {
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    line-height: 76px;
    text-align: center;
}

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

.itgb__icon:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #0044a8;
    border-radius: 50%;
    content: '';
}

.itgb__icon:first-child {
    margin-top: 0;
}

.itgb__title {
    margin-top: 10px;
}

.itgb__title:first-child {
    margin-top: 0;
}


.vmap {
    position: relative;
    width: 895px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.vmap:first-child {
    margin-top: 0;
}

.vmap__bg {
    padding-bottom: 57.542%;
    background: url('images/career/map.png') center center no-repeat;
    background-size: contain;
}

.vmap__popover {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    margin-top: -62px;
    margin-left: -32px;
    font-family: 'PT Sans';
    font-size: 28px;
    line-height: 1.2;
    padding: 1px 25px 4px;
    color: #0044a9;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #0044a9;
    border-radius: 100px;
    white-space: nowrap;
    transition: all 0.2s;
}

.vmap__popover:before {
    position: absolute;
    top: 100%;
    left: 22px;
    margin-left: -2px;
    border-style: solid;
    border-width: 19px 9px 0 9px;
    border-color: #0044a9 transparent transparent transparent;
    content: '';
    transition: all 0.2s;
}

.vmap__popover:after {
    position: absolute;
    top: 100%;
    left: 22px;
    margin-top: -1px;
    border-style: solid;
    border-width: 16px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    content: '';
    transition: all 0.2s;
}

.vmap__popover-count {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: -20px;
    background-color: #0044a9;
    color: #fff;
    transition: all 0.2s;
}

.vmap__popover:hover,
.vmap__popover.active {
    color: #fff;
    background-color: #0044a9;
    border-color: #fff;
    box-shadow: 0 7px 50px rgba(0,68,169,0.07);
}

.vmap__popover:hover:before,
.vmap__popover.active:before {
    border-top-color: #fff;
}

.vmap__popover:hover:after,
.vmap__popover.active:after {
    border-top-color: #0044a9;
}

.vmap__popover:hover .vmap__popover-count {
    background-color: #fff;
    color: #0044a9;
}



/*

Expansible content

 */
.expand-it-container {
    overflow: hidden;
    max-height: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.expand-it-container.overflow-visible {
    overflow: visible;
    max-height: 99999px !important;
}

.expand-it-container.active {
    max-height: 99999px;
    pointer-events: auto;
    will-change: max-height;
}




.expcs {
    border-bottom: 1px solid #0044a9;
    margin-top: 30px;
}

.expcs:empty {
    border-bottom: none;
}

.expcs:first-child {
    margin-top: 0;
}

.expc {
    border-top: 1px solid #0044a9;
    padding: 23px 20px;
}

.expc__title {
    position: relative;
    display: block;
    font-family: 'PT Sans';
    font-size: 22px;
    line-height: 1.25;
    color: #4d4d4d;
    text-decoration: none;
    transition: all 0.2s;
}

.expc__title:after {
    position: absolute;
    right: -20px;
    top: -23px;
    left: -20px;
    bottom: -23px;
    content: '';
}

.expc__title:before {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 16px;
    height: 9px;
    background: url('images/icon-chevron-down.png') center center no-repeat;
    background-size: contain;
    transition: all 0.2s;
    content: '';
}

.expc.active .expc__title {
    font-size: 30px;
    will-change: font-size;
}

.expc.active .expc__title:before {
    transform: translateY(10px) scaleY(-1);
}

.expc__title a {
    color: #4d4d4d;
    text-decoration: none;
}


.vsection {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.2857;
}

.vsection:first-child {
    margin-top: 0;
}

.vsection__title {
    position: relative;
    margin-top: 20px;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #0044a9;
    white-space: nowrap;
    overflow: hidden;
}

.vsection__title:first-child {
    margin-top: 0;
}

.vsection__title-line {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
    margin-left: 15px;

}

.vsection__title-line:before {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border: 1px solid #0044a9;
    border-radius: 50%;
    content: '';
}

.vsection__title-line:after {
    display: inline-block;
    vertical-align: middle;
    width: 3000px;
    border-top: 1px solid #0044a9;
    content: '';
}

.vsection__content {
    margin-top: 15px;
}

.vsection__content:first-child {
    margin-top: 0;
}

.expc__content-inner {
    padding: 25px 20px;
    margin: 0 -20px;
}



.vsection__content ul {
    list-style: none;
    margin: 15px 0 0;
}

.vsection__content ul:first-child {
    margin-top: 0;
}

.vsection__content ul li {
    position: relative;
    text-indent: -20px;
    margin: 10px 0 0;
    padding: 0 0 0 30px;
}

.vsection__content ul li:first-child {
    margin-top: 0;
}

.vsection__content ul li * {
    text-indent: 0;
}

.vsection__content ul li:before {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 15px;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0044a9;
    text-indent: 0;
    content: "";
}


.vaction {
    margin: 35px 0 0;
}

.vaction:first-child {
    margin-top: 0;
}


.btn--outline {
    padding: 6px 25px;
    font-family: 'PT Sans';
    font-size: 16px;
    color: #0044a9;
    text-decoration: none;
    border-color: #0044a9;
}

.btn--outline:hover {
    color: #fff;
    background-color: #0044a9;
}



.uprofile {
    margin: 35px 0 0;
    font-size: 16px;
    line-height: 1.3125;
}

.uprofile:first-child {
    margin-top: 0;
}

.uprofile__inner {
    display: table;
    width: 100%;
}

.uprofile__sidebar {
    display: table-cell;
    vertical-align: top;
    width: 270px;
    padding-right: 20px;
    text-align: center;
}

.uprofile__sidebar-inner {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
}

.uprofile__sidebar-content {
    margin: 5px 0 0;
}

.uprofile__title:first-child {
    margin-top: 0;
}

.uprofile__image {
    position: relative;
    max-width: 210px;
    min-height: 168px;
    margin-left: auto;
    margin-right: auto;
}

.uprofile__image:before {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 0 7px 55px 3px rgba(0,0,0,0.07);
    backface-visibility: hidden;
    content: '';
    z-index: -1;
}

.uprofile__image-crop {
    position: relative;
    overflow: hidden;
}

.uprofile__image-crop:before {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-bottom: 1px solid #0044a9;
    content: '';
}

.uprofile__image-inner {
    margin: 0 auto -42px;
    width: 210px;
    height: 210px;
    line-height: 210px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.uprofile__image-inner img {
    display: inline-block;
    vertical-align: middle;
}

.uprofile__content {
    display: table-cell;
    vertical-align: top;
}

.uprofile__title {
    margin: 5px auto 0;
    line-height: 1.125;
    max-width: 160px;
}

.uprofile__title:first-child {
    margin-top: 0;
}

.uprofile__summary {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.2857;
    color: #999;
}

.uprofile__summary--em {
    margin-top: 10px;
}

.uprofile__summary:first-child {
    margin-top: 0;
}

.uprofile__quote {
    position: relative;
    margin: 35px 150px 0 0;
    padding: 20px 25px;
    min-height: 205px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 7px 50px rgba(0,0,0,0.07);
}

.uprofile__quote:first-child {
    margin-top: 0;
}

.uprofile__quote:before {
    position: absolute;
    top: 75px;
    right: 100%;
    margin-right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fff transparent transparent;
    content: '';
}

.uprofile__quote p {
    margin: 20px 0 0;
}

.uprofile__quote p:first-child {
    margin-top: 0;
}





.gtgbs {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.gtgbs:after {
    clear: both;
    display: table;
    content: '';
}

.gtgbs:first-child {
    margin-top: 0;
}

.gtgbs__inner {
    float: left;
    width: 100%;
    margin: -15px 0;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.gtgb {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 15px;
    box-sizing: border-box;
    font-family: 'PT Sans';
}

.gtgb__inner {
    position: relative;
    display: block;
    cursor: default;
}

a.gtgb__inner {
    cursor: pointer;
}

.gtgb__inner a {
    color: #fff;
}

.gtgb__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.gtgb__image {
    position: relative;
    margin-top: 20px;
    background: #444 center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 67.5676%;
}

.gtgb__image:first-child {
    margin-top: 0;
}

.gtgb__image img {
    display: none;
}

.gtgb__image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    content: '';
    transition: all 0.2s, visibility 0.2s;
}

.gtgb__inner:hover .gtgb__image:before,
.gtgb__inner.focused .gtgb__image:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s, visibility 0s 0.2s;
}

.gtgb__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    font-size: 14px;
    transition: all 0.2s, visibility 0.2s;
}

.gtgb__inner:hover .gtgb__overlay,
.gtgb__inner.focused .gtgb__overlay {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s, visibility 0s 0.2s;
}

.gtgb__title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}

.gtgb__title:first-child {
    margin-top: 0;
}

.gtgb__action {
    display: none;
}

.gtgb__action:first-child {
    margin-top: 0;
}

.gtgb__moverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    background-color: rgba(0,68,169,0.8);
    box-shadow: 0 7px 50px rgba(0,68,169,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s, visibility 0s 0.2s;
}

.gtgb__inner:hover .gtgb__moverlay,
.gtgb__inner.focused .gtgb__moverlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.gtgb__moverlay-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.gtgb__moverlay-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 10px;
}

.gtgb__moverlay-title:first-child {
    margin-top: 0;
}

.gtgb__moverlay-summary {
    line-height: 1.15;
    margin-top: 10px;
}

.gtgb__moverlay-summary:first-child {
    margin-top: 0;
}

.gtgb__moverlay-action {
    margin-top: 20px;
}

.gtgb__moverlay-summary:first-child {
    margin-top: 0;
}



.btn--moverlay {
    padding: 6px 30px;
    font-family: 'PT Sans';
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}

.btn--moverlay:hover {
    background-color: #fff;
    color: #0044a9;
}




.sstories {
    margin-top: 40px;
}

.sstories:first-child {
    margin-top: 0;
}

.sstory {
    margin-top: 30px;
    padding: 0 10px;
}

.sstory:first-child {
    margin-top: 0;
}

.sstory__title {
    font-family: 'PT Sans';
    font-size: 22px;
    line-height: 1.45;
    color: #4d4d4d;
    margin-top: 20px;
    padding-left: 20px;
}

.sstory__title:first-child {
    margin-top: 0;
}

.sstory__title p {
    margin: 0;
}

.sstory__title:first-child {
    margin-top: 0;
}

.sstory__content {
    margin-top: 30px;
}

.sstory__title:first-child {
    margin-top: 0;
}

.sstory .uprofile__quote {
    margin-right: 60px;
}



.circle-separator {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 40px;
}

.circle-separator:first-child {
    margin-top: 0;
}

.circle-separator:before {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border: 1px solid #0044a9;
    border-radius: 50%;
    content: '';
}

.circle-separator:after {
    display: inline-block;
    vertical-align: middle;
    width: 3000px;
    border-top: 1px solid #0044a9;
    content: '';
}




/*

Pager

 */

.pager {
    font-size: 0;
    background-color: #f1f1f1;
    color: #696969;
    padding: 4px;
    margin: 40px 0 0;
    text-align: left;
}

.pager:first-child {
    margin-top: 0;
}

.pager__inner {
    margin-right: -4px;
    margin-left: -4px;
    margin-bottom: -8px;
}

.pager__inner:after {
    clear: both;
    display: table;
    content: '';
}

.pager__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-family: 'PT Sans';
    font-size: 20px;
    padding: 0 5px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    color: #696969;
    margin: 0 4px 8px;
    text-align: center;
    cursor: default;
    transition: all 0.2s;
}

.pager__item:hover, .pager__item.active, .pager__item.current {
    background-color: #3384c0;
    color: #fff;
}

.pager__item.active, .pager__item.current {
    cursor: default;
    pointer-events: none;
}

.pager__item a {
    text-decoration: none;
}

.pager__item--nav {
    font-size: 0;
    background-color: transparent!important;
}

.pager__item--nav:before,
.pager__item--nav:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -14px;
    width: 27px;
    height: 17px;
    background: url('images/bg-pager-arrows.png') -9999px 0 no-repeat;
    background-size: 64px auto;
    content: '';
    transition: all 0.2s;
}

.pager__item--nav:before {
    transition: all 0.2s, visibility 0.2s;
}

.pager__item--nav:hover:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s, visibility 0s 0.2s;
}

.pager__item--nav:after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s, visibility 0s 0.2s;
}

.pager__item--nav:hover:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.pager__item--prev:before {
    background-position: 0 0;
}

.pager__item--prev:after {
    background-position: 0 100%;
}

.pager__item--next {
    float: right;
    margin-bottom: 0;
}

.pager__item--next:before {
    background-position: 100% 0;
}

.pager__item--next:after {
    background-position: 100% 100%;
}

a.pager__item {
    text-decoration: none;
    cursor: pointer;
}






.social-btns {
    margin-top: 30px;
    margin-right: -35px;
    margin-bottom: -35px;
    font-size: 0;
}

.social-btns:first-child {
    margin-top: 0;
}

.social-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    margin-bottom: 35px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 0;
    text-decoration: none;
    transition: all 0.2s;
}

.social-btn:hover {
    background-color: #fff;
}

.social-btn:before,
.social-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    background: url('images/social-icons.png') -9999px 0 no-repeat;
    background-size: 85px auto;
    content: '';
    transition: all 0.2s;
}

.social-btn:before {
    transition: all 0.2s, visibility 0.2s;
}

.social-btn:hover:before {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s, visibility 0s 0.2s;
}

.social-btn:after {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s, visibility 0s 0.2s;
}

.social-btn:hover:after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.social-btn--facebook:before {
    background-position: 12px 3px;
}

.social-btn--facebook:after {
    background-position: 12px -57px;
}

.social-btn--vkontakte:before {
    background-position: -49px 4px;
}

.social-btn--vkontakte:after {
    background-position: -49px -56px;
}



/*

Sliders

 */
.swiper-slider {
    position: relative;
    margin-top: 40px;
}

.swiper-slider:first-child {
    margin-top: 0;
}

.swiper-lazy-preloader {
    top: 50% !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    margin-top: -28px;
    margin-left: 0 !important;
    background: center center no-repeat;
    background-size: contain;
    height: 56px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    color: #4c4c4c;
    opacity: 1;
    z-index: 2;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.swiper-button-prev:before,
.swiper-button-next:before {
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    content: '';
}

.lt-ie9 .swiper-button-prev, .lt-ie9
.swiper-button-next {
    display: none;
}

.swiper-button-prev *,
.swiper-button-next * {
    vertical-align: -0.15em;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #d22893;
}

.swiper-button-prev {
    left: 0;
    background-image: url("../img/icon-chevron-left.svg");
}

.swiper-button-next {
    right: 0;
    background-image: url("../img/icon-chevron-right.svg");
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
}

.swiper-button-next.swiper-button-unneeded, .swiper-button-prev.swiper-button-unneeded {
    opacity: 0;
    pointer-events: none;
}

.swiper-slide img.swiper-lazy {
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.swiper-slide img.swiper-lazy-loaded {
    opacity: 1;
}




@media (min-width: 1024px) {
    .ftgbs .swiper-slider {
        position: static;
    }
    .ftgbs .swiper-container {
        position: static;
        overflow: visible;
    }
    .ftgbs .swiper-wrapper {
        position: static;
        display: block;
        width: auto;
        height: auto;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .ftgbs .swiper-slide {
        position: static;
        display: inline;
        width: auto;
        height: auto;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .ftgbs .swiper-slide-duplicate {
        display: none;
    }
    .ftgbs .swiper-button-prev,
    .ftgbs .swiper-button-next {
        display: none;
    }
}



.ftgbs {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
}

.ftgbs:after {
    clear: both;
    display: table;
    content: '';
}

.ftgbs:first-child {
    margin-top: 0;
}

.ftgbs__inner {
    float: left;
    width: 100%;
    margin: -10px 0;
    font-size: 0;
}

.ftgb {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}

.ftgb__inner {
    display: block;
    background-color: #fff;
    box-shadow: 0 7px 50px rgba(0,0,0,0.07);
}

.ftgb__image {
    position: relative;
    background: #444 center center no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 55.85%;
}

.ftgb__image img {
    display: none;
}

.ftgb__image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: all 0.2s;
}

.touchevents .ftgb__image:before {
    display: none;
}

a.ftgb__inner:hover .ftgb__image:before {
    background-color: rgba(0,0,0,0.6);
}

.ftgb__content {
    padding: 0 30px;
    line-height: 70px;
    min-height: 70px;
}

.ftgb__title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #585858;
}





.img-half-wrapper {
    margin-top: 50px;
    padding-bottom: 20px;
}

.img-half-wrapper:first-child {
    margin-top: 0;
}

.img-half-item:after {
    clear: both;
    display: table;
    content: '';
}

.img-left-half,
.img-right-half {
    width: 50%;
    box-shadow: 0 7px 50px rgba(0,0,0,0.07);
}

.img-left-half + *,
.img-right-half + * {
    margin-top: 0!important;
}

.img-left-half {
    float: left;
}

.img-right-half {
    float: right;
}

.img-left-half-text, .img-right-half-text {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 30px 20px;
}

.img-left-half-text {
    float: right;
}

.img-right-half-text {
    float: left;
}

.img-full-text {
    padding: 30px 30px 20px;
}



.icon-clip {
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url('images/icon-clip.png') center top no-repeat;
    background-size: 100% auto;
    content: '';
}

.icon-clip--white {
    background-position: center bottom;
}


.attach-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #00e;
    border-bottom: 1px dashed #00e;
}

.attach-file > input[type='file'] {
    opacity: 0;
    font-size: 220px;
    position: absolute;
    top: -20px;
    right: -10px;
    vertical-align: top;
    z-index: 3;
    cursor: pointer;
}




.fancybox-close {
    top: auto;
    bottom: 100%;
    right: auto;
    left: 100%;
    margin-left: 15px;
    width: 20px;
    height: 20px;
    background: url('images/icon-close.svg') center center no-repeat;
    background-size: contain;
    opacity: 0.8;
    transition: all 0.2s;
}

.fancybox-close:before {
    position: absolute;
    top: -15px;
    bottom: -15px;
    right: -15px;
    left: -15px;
    content: '';
}

.fancybox-close:hover {
    opacity: 1;
}

.fancybox-nav {
    width: 100px;
}

.fancybox-nav span {
    visibility: visible;
    left: 50%;
    right: auto;
    width: 23px;
    height: 44px;
    margin: -22px 0 0 -12px;
    background: center center no-repeat;
    background-size: contain;
    opacity: 0.8;
    transition: all 0.2s;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-prev {
    left: auto;
    right: 100%;
}

.fancybox-prev span {
    background-image: url('images/icon-chevron-left.svg');
}

.fancybox-next {
    right: auto;
    left: 100%;
}

.fancybox-next span {
    background-image: url('images/icon-chevron-right.svg');
}

.fancybox-wrap .fancybox-skin {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.fancybox-overlay {
    background: rgba(0,0,0,0.7);
}




.tcontacts {
    margin-top: 50px;
    margin-left: -6px;
    margin-right: -6px;
}

.tcontacts:after {
    clear: both;
    display: table;
    content: '';
}

.tcontacts__container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tcontacts__container:after {
    clear: both;
    display: table;
    content: '';
}

.tcontacts__inner {
    float: left;
    width: 100%;
    margin: -6px 0;
    font-size: 0;
    text-align: center;
}

.tcontact {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    font-family: 'PT Sans';
    font-size: 18px;
    line-height: 1.2;
}

.tcontact__inner {
    position: relative;
    display: block;
    color: #0044a9;
    text-decoration: none;
    border: 1px solid #0044a9;
    padding: 14px 30px;
    transition: all 0.2s;
}

.tcontact__inner:hover,
.tcontact.active .tcontact__inner {
    color: #fff;
    background-color: #0044a9;
}

.tcontact__inner:before,
.tcontact__inner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 50px;
    opacity: 0.09;
    background: url('images/icons-contact-types.png') -9999px -9999px no-repeat;
    transition: all 0.2s;
    content: '';
}

.tcontact__inner:after {
    opacity: 0;
}

.tcontact__inner:hover:before,
.tcontact.active .tcontact__inner:before {
    opacity: 0;
}

.tcontact__inner:hover:after,
.tcontact.active .tcontact__inner:after {
    opacity: 0.12;
}

.tcontact--stock .tcontact__inner:before {
    background-position: 1px 4px;
}

.tcontact--stock .tcontact__inner:after {
    background-position: 0 -52px;
}

.tcontact--office .tcontact__inner:before {
    background-position: -66px 6px;
}

.tcontact--office .tcontact__inner:after {
    background-position: -66px -50px;
}



.tab-panes {
    position: relative;
    margin-top: 25px;
}

.tab-panes:first-child {
    margin-top: 0;
}

.tab-pane {
    position: absolute;
    top: -9999px;
}

.tab-pane.active {
    position: relative;
    top: 0;
}

.tab-pane--smoothly {
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, z-index 0s 0.2s;
}

.tab-pane--smoothly.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}



.icontacts-wrapper {
    position: relative;
    margin-top: -35px;
}

.icontacts-wrapper:first-child {
    margin-top: 0;
}

.icontacts-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.icontacts-overlay > .scontainer{
    position: relative;
}

.icontacts-map-area {
    width: 100%;
    height: 520px;
    text-align: center;
    margin-top: 20px;
}

.icontacts-map-area:first-child {
    margin-top: 0;
}

.icontacts {
}

.icontacts__inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 520px;
}

.icontact {
    position: absolute;
    transform: translateY(-50%);
    width: 370px;
    padding: 20px 25px;
    font-family: 'PT Sans';
    font-size: 18px;
    line-height: 1.33;
    color: #242424;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 7px 55px 3px rgba(0,0,0,0.07);
}

.icontact.active {
    position: absolute;
    top: 50%;
}

.icontact a {
    color: #0044a9;
}

.icontact__section {
    margin-top: 30px;
}

.icontact__section:first-child {
    margin-top: 0;
}

.icontact__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}

.icontact__title:first-child {
    margin-top: 0;
}

.icontact__params {
    margin-top: 5px;
}

.icontact__params:first-child {
    margin-top: 0;
}

.icontact__param {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}

.icontact__param:first-child {
    margin-top: 0;
}

.icontact__param a {
    text-decoration: none;
}

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

.icontact__param:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background: left center no-repeat;
    content: '';
}

.icontact__param--address:before {
    background-image: url('images/icon-marker.png');
}

.icontact__param--phone {
    font-size: 22px;
}

.icontact__param--phone:before {
    background-image: url('images/icon-phone.png');
}

.icontact__param--mail:before {
    background-image: url('images/icon-mail.png');
}

.icontact__param--clock:before {
    background-image: url('images/icon-clock.png');
}

.icontact__print {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
}

.touchevents .icontact__print {
    display: none;
}

.icontact__print:first-child {
    margin-top: 0;
}






/*
Перекрывающие вспомогательные стили
*/

.color-active {
    color: #0044a9;
}





.only-for-notouch,
.only-for-touch,
.only-for-notouch-inline,
.only-for-touch-inline,
.only-for-notouch-inline-block,
.only-for-touch-inline-block {
    display: none !important;
}

.no-touchevents .only-for-notouch {
    display: block !important;
}

.no-touchevents .only-for-notouch-inline {
    display: inline !important;
}

.no-touchevents .only-for-notouch-inline-block {
    display: inline-block !important;
}

.touchevents .only-for-touch {
    display: block !important;
}

.touchevents .only-for-touch-inline {
    display: inline !important;
}

.touchevents .only-for-touch-inline-block {
    display: inline-block !important;
}

.tablet-show,
.tablet-show-inline-block,
.tablet-show-inline,
.tablet-show-table-row,
.tablet-show-table-cell {
    display: none !important;
}

@media (max-width: 1259px) {
    .tablet-hide {
        display: none !important;
    }
    .tablet-show {
        display: block !important;
    }
    .tablet-show-inline-block {
        display: inline-block !important;
    }
    .tablet-show-inline {
        display: inline !important;
    }
    .tablet-show-table-row {
        display: table-row !important;
    }
    .tablet-show-table-cell {
        display: table-cell !important;
    }
}

.tablet-small-show,
.tablet-small-show-inline-block,
.tablet-small-show-inline,
.tablet-small-show-table-row,
.tablet-small-show-table-cell {
    display: none !important;
}

@media (max-width: 1023px) {
    .tablet-small-hide {
        display: none !important;
    }
    .tablet-small-show {
        display: block !important;
    }
    .tablet-small-show-inline-block {
        display: inline-block !important;
    }
    .tablet-show-inline {
        display: inline !important;
    }
    .tablet-small-show-table-row {
        display: table-row !important;
    }
    .tablet-small-show-table-cell {
        display: table-cell !important;
    }
}

.mobile-show,
.mobile-show-inline-block,
.mobile-show-inline,
.mobile-show-table-cell {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
    .mobile-show {
        display: block !important;
    }
    .mobile-show-inline-block {
        display: inline-block !important;
    }
    .mobile-show-inline {
        display: inline !important;
    }
    .mobile-show-table-cell {
        display: table-cell !important;
    }
}

.mobile-small-show,
.mobile-small-show-inline-block,
.mobile-small-show-inline,
.mobile-small-show-table-cell {
    display: none !important;
}

@media (max-width: 479px) {
    .mobile-small-hide {
        display: none !important;
    }
    .mobile-small-show {
        display: block !important;
    }
    .mobile-small-show-inline-block {
        display: inline-block !important;
    }
    .mobile-small-show-inline {
        display: inline !important;
    }
    .mobile-small-show-table-cell {
        display: table-cell !important;
    }
}

.mobile-xsmall-show,
.mobile-xsmall-show-inline-block,
.mobile-xsmall-show-inline,
.mobile-xsmall-show-table-cell {
    display: none !important;
}

@media (max-width: 374px) {
    .mobile-xsmall-hide {
        display: none !important;
    }
    .mobile-xsmall-show {
        display: block !important;
    }
    .mobile-xsmall-show-inline-block {
        display: inline-block !important;
    }
    .mobile-xsmall-show-inline {
        display: inline !important;
    }
    .mobile-xsmall-show-table-cell {
        display: table-cell !important;
    }
}

.mobile-xxsmall-show,
.mobile-xxsmall-show-inline-block,
.mobile-xxsmall-show-inline,
.mobile-xxsmall-show-table-cell {
    display: none !important;
}

@media (max-width: 359px) {
    .mobile-xxsmall-hide {
        display: none !important;
    }
    .mobile-xxsmall-show {
        display: block !important;
    }
    .mobile-xxsmall-show-inline-block {
        display: inline-block !important;
    }
    .mobile-xxsmall-show-inline {
        display: inline !important;
    }
    .mobile-xxsmall-show-table-cell {
        display: table-cell !important;
    }
}



@media (max-width: 1023px) {

    .main-top-compensate {
        margin-top: 0;
    }

    .fancybox-close {
        right: auto;
        left: 50%;
        margin-left: -10px;
        margin-bottom: 15px;
    }

    .fancybox-prev {
        right: auto;
        left: 0;
        width: 15%;
        max-width: 50px;
    }

    .fancybox-next {
        right: 0;
        left: auto;
        width: 15%;
        max-width: 50px;
    }

    .fancybox-nav span {
        width: 15px;
        height: 33px;
        margin: -16px 0 0 -8px;
        opacity: 1;
    }



    .ibanner {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .ibanner--thinner {
        padding-top: 55px;
        padding-bottom: 65px;
    }

    .ibanner {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    .ibanner__title {
        font-size: 55px;
        margin-top: 60px;
    }

    .ibanner__summary {
        font-size: 24px;
        margin-top: 30px;
    }

    .ibanner__summary--mobile-larger {
        font-size: 28px;
    }

    .ibanner__action {
        margin-top: 45px;
    }

    .btn--ibanner {
        font-size: 20px;
        padding: 13px 50px;
        background-color: #fff;
        color: #242424;
    }

    .btn--ibanner:hover,
    .btn--ibanner:active {
        background-color: rgba(255,255,255,0.11);
        color: #fff;
    }

    .btn--ibanner-small {
        font-size: 18px;
        padding: 7px 30px 9px;
        height: 43px;
    }


    .ibanner--life .ibanner__title {
        font-size: 36px;
        float: none;
        width: auto;
    }

    .ibanner--life .ibanner__summary {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 480px;
        font-size: 18px;
        text-align: center;
    }


    .ibanner--social .scontainer {
        max-width: 600px;
    }

    .ibanner--social .ibanner__grid {
        display: block;
        text-align: center;
    }

    .ibanner--social .ibanner__col {
        display: block;
    }

    .ibanner--social .ibanner__col--social {
        width: auto;
        padding-left: 0;
        padding-top: 20px;
    }

    .ibanner--social .ibanner__summary {
        font-size: 28px;
    }



    .section h2,
    .section .h2 {
        font-size: 32px;
    }

    .section h3,
    .section .h3 {
        font-size: 28px;
        margin-top: 30px;
    }


    .section {
        padding-top: 55px;
        padding-bottom: 65px;
    }

    .itgbs {
        margin-top: 55px;
    }


    .vmap {
        text-align: center;
        margin-top: 40px;
        margin-right: -30px;
        margin-bottom: -20px;
    }

    .vmap__bg {
        padding-bottom: 0;
        background: none;
    }

    .vmap__popover {
        position: static;
        border-radius: 0;
        margin: 0 30px 20px 0;
        padding-left: 20px;
    }

    .vmap__popover:before,
    .vmap__popover:after {
        display: none;
    }

    .vmap__popover-count {
        border-radius: 0;
        margin-left: 10px;
    }



    .expc__title {
        font-size: 18px;
        padding-right: 70px;
    }

    .expc__title:before {
        right: -20px;
        top: -20px;
        width: 62px;
        height: 62px;
        background-color: rgba(255,255,255,0.5);
        background-size: auto;
        transition: none;
    }

    .expc.active .expc__title:before {
        transform: scaleY(-1);
    }

    .expc.active .expc__title {
        font-size: 18px;
    }

    .expc .uprofile {
        display: none;
    }

    .expc .uprofile + .vsection {
        margin-top: 0;
    }


    .gtgbs {
        margin-top: 40px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .gtgbs__inner {
        margin: -10px 0;
    }

    .gtgb {
        padding: 10px;
    }

    .gtgb__image {
        padding-bottom: 72%;
    }

    .gtgb__title {
        font-size: 18px;
    }

    .gtgb__inner a {
        text-decoration: none;
    }

    .gtgb__action {
        display: block;
    }

    .gtgb__overlay {
        padding: 10px 15px;
        text-align: center;
        opacity: 1!important;
        visibility: visible!important;
    }

    .gtgb__image:before {
        opacity: 1!important;
        visibility: visible!important;
    }

    .gtgb__moverlay {
        display: none;
    }

    .gtgb__link {
        display: block;
    }


    .sstories {
        margin-top: 35px;
    }

    .sstory {
        padding: 0;
    }

    .sstory__title {
        font-size: 20px;
        line-height: 1.2;
        max-width: 420px;
        padding-left: 0;
    }

    .sstory__title p {
        margin-top: 7px;
    }

    .circle-separator:before {
        width: 7px;
        height: 7px;
    }

    .uprofile__inner {
        display: block;
    }

    .uprofile__sidebar {
        display: block;
        position: relative;
        z-index: 1;
        float: left;
        width: 190px;
        margin: -5px 20px 20px 0;
        padding: 0;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 14px;
    }

    .uprofile__sidebar-content {
        background-color: #0044a9;
        color: #fff;
        margin: 0;
        padding: 10px 10px;
    }

    .uprofile__title {
        line-height: 1;
    }

    .uprofile__summary {
        color: #fff;
        margin-top: 3px;
        font-size: 12px;
    }

    .uprofile__image {
        min-height: 0;
    }

    .uprofile__image:before {
        display: none;
    }

    .uprofile__image-crop:before {
        display: none;
    }

    .uprofile__image-inner {
        margin: 0;
        width: auto;
        height: 150px;
        line-height: 150px;
        border-radius: 0;
    }

    .uprofile__image-inner img {
        vertical-align: top;
        margin-top: 10px;
    }

    .uprofile__content {
        display: block;
        font-family: Tahoma, Arial, sans-serif;
        line-height: 1.5;
    }

    .uprofile__quote {
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .uprofile__quote:before {
        display: none;
    }

    .sstory .uprofile__quote {
        margin-right: 0;
    }

    .ftgbs--as-slider {
        margin-top: 60px;
    }

    .swiper-slide .ftgb {
        width: 100%;
    }

    .swiper-slide .ftgb__inner {
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .ftgbs .swiper-slider {
        padding-left: 55px;
        padding-right: 55px;
    }

    .ftgbs .swiper-slider .swiper-button-prev,
    .ftgbs .swiper-slider .swiper-button-next {
        top: 10px;
        bottom: 10px;
        margin: 0;
        width: 55px;
        height: auto;
        background: rgba(255,255,255,0.5);
        border-radius: 0;
    }

    .ftgbs .swiper-slider .swiper-button-prev:before,
    .ftgbs .swiper-slider .swiper-button-next:before {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 12px;
        height: 21px;
        margin: -10px 0 0 -6px;
        background: url('images/icons-chevrons.png') 0 center no-repeat;
        background-size: auto 100%;
        content: '';
    }

    .ftgbs .swiper-slider .swiper-button-next:before {
        background-position: right center;
    }

    .ftgb__content {
        padding: 0 15px;
        line-height: 50px;
        min-height: 50px;
        text-align: center;
    }


    .img-half-wrapper {
        margin-top: 30px;
        margin-bottom: -20px;
    }

    .img-half-wrapper .ftgbs {
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .img-half-wrapper .ftgbs:first-child {
        margin-top: 0;
    }

    .img-left-half-text, .img-right-half-text {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    .img-left-half,
    .img-right-half {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .img-half-item {
        margin-top: 40px;
        margin-bottom: -20px;
    }

    .img-half-item:first-child {
        margin-top: 0;
    }

    .img-full-text {
        padding: 0;
        margin-top: 35px;
    }

    .img-full-text:first-child {
        margin-top: 0;
    }


    .tcontact__inner {
        padding: 12px 20px;
    }

    .tcontact__inner:before, .tcontact__inner:after {
        display: none;
    }

    .icontacts-overlay {
        position: relative;
    }

    .icontacts__inner {
        position: relative;
        height: auto;
    }

    .icontact {
        transform: none;
        width: auto;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .icontact.active {
        position: relative;
        top: 0;
    }

    .icontact__print {
        display: none;
    }

    .icontact__sections {
        margin-right: -30px;
        margin-bottom: -30px;
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
    }

    .icontact__section {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        max-width: 320px;
        padding-right: 30px;
        padding-bottom: 30px;
        font-size: 18px;
        margin: 0;
        text-align: left;
    }

    .icontacts-wrapper {
        margin-top: -20px;
    }

    .icontact__params {
        margin-top: 10px;
    }

    .icontacts-map {
        margin-top: 35px;
    }

    .icontacts-map:first-child {
        margin-top: 0;
    }

    .icontacts-map-area{
        height: 430px;
        height: 90vw;
        min-height: 280px;
        max-height: 430px;
    }
}



@media (max-width: 719px) {

    .ibanner {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .ibanner__title {
        font-size: 45px;
        margin-top: 50px;
    }

    .ibanner__summary {
        font-size: 20px;
    }

    .ibanner__summary--mobile-larger {
        font-size: 24px;
    }

    .ibanner__action {
        margin-top: 35px;
    }

    .section {
        padding-top: 45px;
        padding-bottom: 50px;
    }

    .itgbs {
        margin-top: 30px;
    }

    .gtgbs {
        margin-top: 30px;
    }

    .gtgb {
        width: 50%;
    }

    .vmap {
        margin-top: 30px;
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .vmap__popover {
        font-size: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 15px;
        margin: 0 10px 10px 0;
    }

    .vmap__popover-count {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .img-left-half,
    .img-right-half {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
        width: 100%;
        text-align: center;
    }

    .img-half-wrapper .ftgb {
        width: 50%;
    }

    .tcontact__inner {
        padding: 8px 10px;
    }

    .icontact__section {
        width: 100%;
    }

    .icontacts-wrapper {
        margin-top: 0;
    }

    .tcontacts {
        margin-top: 40px;
    }
}


@media (max-width: 479px) {

    .ibanner {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .ibanner__title {
        font-size: 35px;
    }

    .ibanner__summary {
        font-size: 18px;
    }

    .ibanner__summary--mobile-larger {
        font-size: 22px;
    }

    .btn--ibanner {
        font-size: 18px;
        padding: 11px 40px;
    }

    .btn--ibanner-small {
        font-size: 18px;
        padding: 7px 30px 9px;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .itgbs {
        margin-right: -10px;
        margin-left: -10px;
    }

    .itgb {
        width: 50%;
        max-width: 156px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .gtgb {
        width: 100%;
        max-width: 320px;
    }

    .expc {
        padding: 15px 0;
    }

    .expc__title:after {
        right: 0;
        top: -15px;
        left: 0;
        bottom: -15px;
    }

    .expc__title:before {
        right: 0;
        top: -9px;
        width: 40px;
        height: 40px;
    }


    .sstory__title {
        font-size: 18px;
    }

    .uprofile__sidebar {
        float: none;
        width: 190px;
        margin: 20px auto 0;
    }

    .uprofile__sidebar:first-child {
        margin-top: 0;
    }

    .uprofile__content {
        margin-top: 20px;
    }

    .uprofile__content:first-child {
        margin-top: 0;
    }


    .ibanner--social .ibanner__summary {
        font-size: 24px;
    }

    .ibanner--social .ibanner__col--social {
        padding-top: 25px;
    }

    .ftgbs .swiper-slider {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ftgbs .swiper-slider .swiper-button-prev,
    .ftgbs .swiper-slider .swiper-button-next {
        width: 30px;
    }

    .img-half-wrapper .ftgb {
        width: 100%;
    }

    .tcontacts {
        margin-top: 30px;
    }
}