.wrapper{overflow-y:hidden;}
.btn {
    display: inline-block;
    vertical-align: baseline;
    padding: 20px 30px;
    border-color: transparent;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.btn--brdr {
    padding: 10px 30px;
    min-width: 120px;
    font-weight: 500;
    font-size: 16px;
}
.btn--brdr-b {
    background: 0 0;
    color: #5abbff;
    border: 1px solid #5abbff;
}
.btn--brdr-b:hover {
    background-color: #5abbff;
    color: #fff;
}
.btn--brdr-w {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
}
.btn--brdr-w:hover {
    background-color: #fff;
    color: #032343;
}
.btn--blue {
    min-width: 270px;
    background-color: #5abbff;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.btn--dark-b {
    min-width: 160px;
    background-color: #2a24aa;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
@media screen and (max-width: 520px) {
    .btn--dark-b {
        min-width: 100px;
        padding: 20px 20px;
    }
}
.btn--dark-b:hover {
    background-color: #5abbff;
}
.btn--white {
    min-width: 270px;
    background-color: #fff;
    font-weight: 600;
    font-size: 18px;
    color: #5abbff;
}
.btn--rounded {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.btn--sm {
    padding: 5px 23px;
    width: auto;
    min-width: 1px;
    font-weight: 400;
}
.btn--full {
    min-width: 250px;
    padding: 15px 42px;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    text-transform: none;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.btn-group {
    display: block;
}
.btn-group--r {
    text-align: right;
}
.btn-group--c {
    text-align: center;
}
.btn-group .btn:not(:last-child) {
    margin-right: 30px;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #ff4500;
}
body input:required:valid,
body textarea:required:valid {
    color: #000;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    outline-offset: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #000;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
    outline-offset: -4px;
}
input[type="color"]:required:-moz-placeholder:after,
input[type="color"]:required:-ms-input-placeholder:after,
input[type="color"]:required::-moz-placeholder:after,
input[type="color"]:required::-webkit-input-placeholder:after,
input[type="date"]:required:-moz-placeholder:after,
input[type="date"]:required:-ms-input-placeholder:after,
input[type="date"]:required::-moz-placeholder:after,
input[type="date"]:required::-webkit-input-placeholder:after,
input[type="datetime-local"]:required:-moz-placeholder:after,
input[type="datetime-local"]:required:-ms-input-placeholder:after,
input[type="datetime-local"]:required::-moz-placeholder:after,
input[type="datetime-local"]:required::-webkit-input-placeholder:after,
input[type="datetime"]:required:-moz-placeholder:after,
input[type="datetime"]:required:-ms-input-placeholder:after,
input[type="datetime"]:required::-moz-placeholder:after,
input[type="datetime"]:required::-webkit-input-placeholder:after,
input[type="email"]:required:-moz-placeholder:after,
input[type="email"]:required:-ms-input-placeholder:after,
input[type="email"]:required::-moz-placeholder:after,
input[type="email"]:required::-webkit-input-placeholder:after,
input[type="month"]:required:-moz-placeholder:after,
input[type="month"]:required:-ms-input-placeholder:after,
input[type="month"]:required::-moz-placeholder:after,
input[type="month"]:required::-webkit-input-placeholder:after,
input[type="number"]:required:-moz-placeholder:after,
input[type="number"]:required:-ms-input-placeholder:after,
input[type="number"]:required::-moz-placeholder:after,
input[type="number"]:required::-webkit-input-placeholder:after,
input[type="password"]:required:-moz-placeholder:after,
input[type="password"]:required:-ms-input-placeholder:after,
input[type="password"]:required::-moz-placeholder:after,
input[type="password"]:required::-webkit-input-placeholder:after,
input[type="range"]:required:-moz-placeholder:after,
input[type="range"]:required:-ms-input-placeholder:after,
input[type="range"]:required::-moz-placeholder:after,
input[type="range"]:required::-webkit-input-placeholder:after,
input[type="search"]:required:-moz-placeholder:after,
input[type="search"]:required:-ms-input-placeholder:after,
input[type="search"]:required::-moz-placeholder:after,
input[type="search"]:required::-webkit-input-placeholder:after,
input[type="tel"]:required:-moz-placeholder:after,
input[type="tel"]:required:-ms-input-placeholder:after,
input[type="tel"]:required::-moz-placeholder:after,
input[type="tel"]:required::-webkit-input-placeholder:after,
input[type="text"]:required:-moz-placeholder:after,
input[type="text"]:required:-ms-input-placeholder:after,
input[type="text"]:required::-moz-placeholder:after,
input[type="text"]:required::-webkit-input-placeholder:after,
input[type="time"]:required:-moz-placeholder:after,
input[type="time"]:required:-ms-input-placeholder:after,
input[type="time"]:required::-moz-placeholder:after,
input[type="time"]:required::-webkit-input-placeholder:after,
input[type="url"]:required:-moz-placeholder:after,
input[type="url"]:required:-ms-input-placeholder:after,
input[type="url"]:required::-moz-placeholder:after,
input[type="url"]:required::-webkit-input-placeholder:after,
input[type="week"]:required:-moz-placeholder:after,
input[type="week"]:required:-ms-input-placeholder:after,
input[type="week"]:required::-moz-placeholder:after,
input[type="week"]:required::-webkit-input-placeholder:after,
textarea:required:-moz-placeholder:after,
textarea:required:-ms-input-placeholder:after,
textarea:required::-moz-placeholder:after,
textarea:required::-webkit-input-placeholder:after {
    color: red;
    content: " *";
}
.input-contacts {
    color: #b6b6b6;
    padding-left: 29px;
}
.input-contacts::-webkit-input-placeholder {
    color: #b6b6b6;
}
.input-contacts::-moz-placeholder {
    color: #b6b6b6;
}
.input-contacts::-ms-input-placeholder {
    color: #b6b6b6;
}
.input-contacts::placeholder {
    color: #b6b6b6;
}
input[type="search"] {
    width: 100%;
    padding: 9px 35px 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 400;
}
input[type="search"]::-webkit-search-decoration {
    display: none;
}
.search {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.search .btn--search {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    padding: 0 5px;
    border: none;
    color: rgba(255, 255, 255, 0.7);
}
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 100%;
    resize: vertical;
    min-height: 141px;
    color: #fff;
}
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
}
.form__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 640px;
    margin: 0 auto 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form__box > div {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .form__box > div {
        width: 48%;
    }
}
.form__box .form-full {
    width: 100%;
}
.form__box .btn--group {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
select {
    width: 100%;
    max-width: 100%;
    height: 55px;
    padding: 16px 25px 12px 15px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #3e4148;
    font-size: 18px;
    line-height: 23px;
}
.form__select {
    position: relative;
}
.form__select:before {
    display: block;
    position: absolute;
    right: 20px;
    top: 52%;
    content: "\e80b";
    font-family: font-og;
    font-size: 1.4em;
    color: #000;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2;
}
.form__label {
    position: relative;
    display: block;
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    -webkit-transition: 0.333s ease top, 0.333s ease opacity;
    -o-transition: 0.333s ease top, 0.333s ease opacity;
    transition: 0.333s ease top, 0.333s ease opacity;
}
.form__label textarea {
    height: 92px;
}
.form__label span {
    display: block;
    margin-bottom: 7px;
}
.form__label--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__label-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    margin-right: 10px;
}
.form__label-desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 61px;
    margin-bottom: 0;
    margin-left: 10px;
}
.form__control {
    width: 100%;
    max-width: 100%;
    padding: 16px 16px 12px 15px;
    border: 1px solid #939393;
    font-size: 16px;
    line-height: 23px;
}
.form__control:focus {
    border: 1px solid #f7bb77;
    outline-color: transparent;
}
.form__control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form__control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form__control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form__control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.form__control.error {
    border-color: red;
}
.form-group,
.form-row {
    margin: 10px 0 30px;
}
.form-group label,
.form-row label {
    display: block;
    margin: 0;
    padding: 10px 0 5px;
    color: #85929f;
    font-size: 14px;
    line-height: 18px;
    opacity: 1;
    -webkit-transition: 0.333s ease top, 0.333s ease opacity;
    -o-transition: 0.333s ease top, 0.333s ease opacity;
    transition: 0.333s ease top, 0.333s ease opacity;
}
.wpcf7-form-control-wrap {
    display: inline-block;
    width: auto;
}
.wpcf7-form-control-wrap.Message {
    width: 100%;
}
.consult-form .form__label--row .wpcf7-form-control-wrap {
    width: 81px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 61px;
    -ms-flex: 0 0 61px;
    flex: 0 0 61px;
}
.consult-form .form__label--row .wpcf7-form-control-wrap .form__control {
    padding: 16px 7px;
    text-align: center;
}
.consult-form .form__label--row span {
    margin-bottom: 0;
}
.screen-reader-response {
    display: none;
    margin-bottom: 15px;
    padding: 20px 30px;
    border-left: 3px solid #f16e32;
    background-color: #f7bb77;
    font-size: 13px;
    color: #000;
}
.wpcf7-display-none {
    display: none;
}
.wpcf7-response-output {
    padding: 20px 30px;
    border-left: 3px solid #5abbff;
    background-color: #f2f2f2;
    font-size: 13px;
    color: #000;
}
.wpcf7-validation-errors {
    padding: 20px 30px;
    border-left: 3px solid #8b0000;
    background-color: #f16e32;
    font-size: 13px;
    color: #fff;
}
.wpcf7-mail-sent-ok {
    border-color: green;
    background-color: #f7bb77;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: 0.8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 5;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 4;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
}
.mfp-container {
    padding: 0;
}
.search-popup {
    max-width: 100%;
    background-color: #fff;
    padding: 35px 30px;
    text-align: left;
    margin: 0 auto;
    padding-top: 90px;
    position: relative;
    overflow-y: scroll;
}
@media screen and (min-width: 768px) {
    .search-popup {
        padding-top: 192px;
    }
}
.search-popup .h2 {
    color: #1a2254;
    font-family: Lato, sans-serif;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}
.search-popup__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
}
.search-popup__item:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 992px) {
    .search-popup__item {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.search-popup__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
    .search-popup__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 30px;
    }
}
.search-popup__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 47%;
    margin-bottom: 30px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (min-width: 992px) {
    .search-popup__thumb {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 300px;
        -ms-flex: 1 0 300px;
        flex: 1 0 300px;
        width: 280px;
        margin-bottom: 0;
    }
}
.search-popup__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a2254;
}
.search-popup__meta {
    margin-bottom: 10px;
    color: #b0b0b0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.search-popup__text {
    color: #828282;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.search-popup .form__control {
    display: block;
    margin-bottom: 10px;
}
.search-popup .btn {
    width: 100%;
}
.search-popup .popup-modal-dismiss {
    position: absolute;
    right: 7px;
    top: 77px;
    display: block;
    width: 30px;
    height: 30px;
}
.search-popup .popup-modal-dismiss svg path {
    fill: #5abbff;
}
@media screen and (min-width: 768px) {
    .search-popup .popup-modal-dismiss {
        top: 7px;
    }
}
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-no-margins img.mfp-img {
    padding: 0;
}
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-no-margins .mfp-container {
    padding: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.top-block {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.top-block .h1 {
    margin: 2em auto 3em;
    max-width: 870px;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.23;
    text-align: center;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .top-block .h1 {
        font-size: 35px;
    }
}
.top-block .breadcrumbs a,
.top-block .breadcrumbs span {
    color: #fff;
}
.top-block .breadcrumbs .breadcrumb_last {
    border-bottom-color: #fff;
}
.home-main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 650px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-main .cn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-main,
.home-s2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    min-height: 650px;
    padding-bottom: 80px;
}
.home__title {
    position: relative;
    margin-bottom: 55px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.home__title:before {
    content: attr(data-overlay);
    position: absolute;
    font-size: 15vw;
    width: 100vw;
    font-weight: 700;
    text-transform: uppercase;
    bottom: 0;
    left: -15px;
    opacity: 0.05;
    z-index: 0;
}
@media screen and (min-width: 768px) {
    .home__title:before {
        left: -100px;
    }
}
@media screen and (min-width: 1050px) {
    .home__title:before {
        font-size: 13vw;
    }
}
@media screen and (min-width: 1500px) {
    .home__title:before {
        left: -150px;
    }
}
.home-s {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (min-width: 992px) {
    .home-s {
        min-height: 100vh;
    }
}
.home-s .slick-dots {
    position: absolute;
    left: 45%;
    bottom: 4.8%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media screen and (min-width: 992px) {
    .home-s .slick-dots {
        bottom: 7.8%;
    }
}
.home-s .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
}
.home-s .slick-dots li:not(:last-child) {
    margin-right: 10px;
}
.home-s .slick-dots li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    .home-s .slick-dots li a {
        font-size: 1.2rem;
    }
}
.home-s .slick-dots li a:focus,
.home-s .slick-dots li a:hover {
    color: #fff;
}
.home-s .slick-dots li.slick-active {
    border-bottom: 2px solid #fff;
}
.home-s .slick-dots li.slick-active a {
    color: #fff;
}
.home-main {
    position: relative;
}
.home-main:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    opacity: 0.98;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 4, 4, 0.6)), color-stop(50%, rgba(4, 4, 4, 0.3)), to(rgba(4, 4, 4, 0)));
    background-image: -webkit-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: -o-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: linear-gradient(to left, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
}
.home-main .cn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-main .h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}
@media screen and (min-width: 992px) {
    .home-main .h1 {
        max-width: 75%;
    }
}
.home-main .btn-group {
    width: 100%;
}
.home-main-links {
    position: absolute;
    bottom: 3vh;
    right: 5vw;
    text-align: right;
}
.home-main-links .link {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.home-main-links .link:not(:last-child) {
    margin-right: 3vw;
}
.home-main-links .link:hover {
    text-decoration: underline;
}
.home-about-us {
    position: relative;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: auto;
}
@media screen and (min-width: 992px) {
    .home-about-us {
        min-height: 100vh;
    }
}
.home-about-us-back {
    position: relative;
    height: 40vh;
    min-height: 350px;
    max-width: 100%;
    width: 100%;
}
.home-about-us-back .slick-list,
.home-about-us-back .slick-track {
    height: 100%;
}
.home-about-us-back .item-back {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-about-us-back .item-back:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    opacity: 0.98;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 4, 4, 0.6)), color-stop(50%, rgba(4, 4, 4, 0.3)), to(rgba(4, 4, 4, 0)));
    background-image: -webkit-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: -o-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: linear-gradient(to left, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
}
@media screen and (min-width: 992px) {
    .home-about-us-back {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }
}
.home-about-us-front {
    max-width: 100%;
    height: auto;
}
.home-about-us-front .item-front {
    overflow-x: hidden;
}
.home-about-us-front .item-front-inner {
    max-width: 100%;
    position: relative;
    padding: 10vw 0 120px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .home-about-us-front .item-front-inner {
        margin: 15vh 0 0;
        width: 60%;
        padding-top: 0;
        padding-bottom: 40px;
    }
}
.home-about-us-front .item-front-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: -500px;
    bottom: 0;
    display: block;
    height: 100%;
    width: 1000%;
    background-color: #0f9cff;
    z-index: -1;
}
@media screen and (min-width: 992px) {
    .home-about-us-front .item-front-inner:before {
        right: 0;
    }
}
.home-about-us-wrap {
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 30px;
}
.home-about-us-wrap .count {
    font-family: Montserrat, sans-serif;
    font-size: 70px;
    font-weight: 600;
}
.home-about-us-wrap .desc,
.home-about-us-wrap p {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    height: 3em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-about-us .home__title {
    margin-top: 40px;
    margin-bottom: 10px;
}
.home-about-us .home__title:before {
    width: 100vw;
    word-break: inherit;
    font-size: 15vw;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}
.home-services {
    position: relative;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: auto;
    background-color: #0f9cff;
}
@media screen and (min-width: 992px) {
    .home-services {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        min-height: 100vh;
    }
}
.home-services-back {
    position: relative;
    height: 55vh;
    min-height: 550px;
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .home-services-back {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.home-services-back .slick-list,
.home-services-back .slick-track {
    height: 100%;
}
.home-services-back .item-back {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (min-width: 992px) {
    .home-services-back .item-back {
        background-position: center;
    }
}
.home-services-back .item-back:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    opacity: 0.98;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 4, 4, 0.6)), color-stop(50%, rgba(4, 4, 4, 0.3)), to(rgba(4, 4, 4, 0)));
    background-image: -webkit-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: -o-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: linear-gradient(to left, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
}
@media screen and (min-width: 992px) {
    .home-services-back {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 50%;
    }
}
.home-services-front {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 992px) {
    .home-services-front {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: 100%;
    }
}
.home-services-front .item-front {
    overflow-x: hidden;
}
.home-services-front .item-front-inner {
    max-width: 100%;
    position: relative;
    padding: 10vw 0 120px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .home-services-front .item-front-inner {
        margin: 17vh 0 0;
        width: 50%;
        height: 100%;
        padding-top: 0;
        padding-right: 60px;
        padding-bottom: 40px;
    }
}
.home-services-front .item-front-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: -500px;
    bottom: 0;
    display: block;
    height: 100%;
    width: 1000%;
    background-color: #0f9cff;
    z-index: -1;
}
@media screen and (min-width: 992px) {
    .home-services-front .item-front-inner:before {
        right: 0;
    }
}
.home-services-wrap {
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 30px;
}
.home-services-wrap .desc,
.home-services-wrap p {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    height: 6em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-services .slick-dots {
    position: absolute;
    left: 45%;
    bottom: 4.8%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
@media screen and (min-width: 992px) {
    .home-services .slick-dots {
        left: 40%;
    }
}
.home-services .home__title:before {
    font-size: 15vw;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}
.home-credentials {
    position: relative;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: auto;
}
@media screen and (min-width: 992px) {
    .home-credentials {
        min-height: 100vh;
    }
}
.home-credentials-back {
    position: relative;
    height: 40vh;
    min-height: 350px;
    max-width: 100%;
    width: 100%;
}
.home-credentials-back .slick-list,
.home-credentials-back .slick-track {
    height: 100%;
}
.home-credentials-back .item-back {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-credentials-back .item-back:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    opacity: 0.98;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 4, 4, 0.6)), color-stop(50%, rgba(4, 4, 4, 0.3)), to(rgba(4, 4, 4, 0)));
    background-image: -webkit-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: -o-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: linear-gradient(to left, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
}
@media screen and (min-width: 992px) {
    .home-credentials-back {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }
}
.home-credentials-front {
    max-width: 100%;
    height: auto;
}
.home-credentials-front .item-front {
    overflow-x: hidden;
}
.home-credentials-front .item-front-inner {
    max-width: 100%;
    position: relative;
    padding: 10vw 0 120px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .home-credentials-front .item-front-inner {
        margin: 15vh 0 0;
        width: 60%;
        padding-top: 0;
        padding-bottom: 40px;
    }
}
.home-credentials-front .item-front-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: -500px;
    bottom: 0;
    display: block;
    height: 100%;
    width: 1000%;
    background-color: #0f9cff;
    z-index: -1;
}
@media screen and (min-width: 992px) {
    .home-credentials-front .item-front-inner:before {
        right: 0;
    }
}
.home-credentials-wrap {
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 30px;
}
.home-credentials-wrap .desc,
.home-credentials-wrap p {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    height: 6em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-credentials .home__title {
    margin-top: 40px;
    margin-bottom: 10px;
}
.home-credentials .home__title:before {
    width: 100vw;
    word-break: inherit;
    font-size: 15vw;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}
.home-team {
    padding: 50px 0;
}
@media screen and (min-width: 992px) {
    .home-team {
        padding: 0;
    }
}
.home-team-slider {
    max-width: 100%;
    padding-right: 5%;
    margin-left: -15px;
}
.home-team .slide-item {
    margin: 15px;
    border: 1px solid #f1f1f1;
    padding-bottom: 30px;
}
.home-team__thumb {
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-team__name {
    padding: 20px 10px;
    color: #1a2254;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.home-team__desc {
    height: 6em;
    padding: 0 10px;
    color: #717171;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-team .slick-dots {
    position: absolute;
    right: 7%;
    top: -9.8%;
    margin: 0;
    height: 25px;
    padding: 0;
    list-style-type: none;
    text-align: right;
    z-index: 1;
}
.home-team .slick-dots li a {
    color: #d0d0d0;
    cursor: pointer;
}
.home-team .slick-dots li a:hover {
    color: #2a24aa;
    border-bottom-color: #2a24aa;
}
.home-team .slick-dots li.slick-active {
    border-bottom: 2px solid #2a24aa;
}
.home-team .slick-dots li.slick-active a {
    font-weight: 700;
    color: #2a24aa;
}
.home-team .home__title:before {
    font-size: 15vw;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}
.home-team .btn-group {
    margin-top: 30px;
}
.home-blog {
    position: relative;
    color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: auto;
}
@media screen and (min-width: 992px) {
    .home-blog {
        min-height: 100vh;
    }
}
.home-blog-back {
    position: relative;
    height: 40vh;
    min-height: 350px;
    max-width: 100%;
    width: 100%;
}
.home-blog-back .slick-list,
.home-blog-back .slick-track {
    height: 100%;
}
.home-blog-back .item-back {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.home-blog-back .item-back .home-blog-post {
    margin-bottom: 7vh;
}
.home-blog-back .item-back .home-blog-post .content {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    height: 3em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-blog-back .item-back:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    opacity: 0.98;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 4, 4, 0.6)), color-stop(50%, rgba(4, 4, 4, 0.3)), to(rgba(4, 4, 4, 0)));
    background-image: -webkit-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: -o-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: linear-gradient(to left, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
}
@media screen and (min-width: 992px) {
    .home-blog-back {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }
}
.home-blog-front {
    max-width: 100%;
    height: auto;
}
.home-blog-front .item-front {
    overflow-x: hidden;
}
.home-blog-front .item-front-inner {
    max-width: 100%;
    position: relative;
    padding: 10vw 0 120px;
    width: 100%;
}
@media screen and (min-width: 992px) {
    .home-blog-front .item-front-inner {
        margin: 15vh 0 0;
        width: 60%;
        padding-top: 0;
        padding-bottom: 40px;
    }
}
.home-blog-front .item-front-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: -500px;
    bottom: 0;
    display: block;
    height: 100%;
    width: 1000%;
    background-color: #0f9cff;
    z-index: -1;
}
@media screen and (min-width: 992px) {
    .home-blog-front .item-front-inner:before {
        right: 0;
    }
}
.home-blog-wrap {
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 30px;
}
.home-blog-wrap .desc,
.home-blog-wrap p {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5em;
    height: 4.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-blog .home__title {
    margin-top: 40px;
    margin-bottom: 10px;
}
.home-blog .home__title:before {
    width: 100vw;
    word-break: inherit;
    font-size: 15vw;
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
}
.home-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5vw;
    color: #fff;
}
.home-contact:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20%;
    opacity: 0.98;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 4, 4, 0.6)), color-stop(50%, rgba(4, 4, 4, 0.3)), to(rgba(4, 4, 4, 0)));
    background-image: -webkit-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: -o-linear-gradient(right, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
    background-image: linear-gradient(to left, rgba(4, 4, 4, 0.6) 0, rgba(4, 4, 4, 0.3) 50%, rgba(4, 4, 4, 0) 100%);
}
.home-contact .home__title {
    position: relative;
}
.home-contact .home__title:before {
    -webkit-transform: translate(0, 30%);
    -ms-transform: translate(0, 30%);
    transform: translate(0, 30%);
    opacity: 0.2;
    line-height: 11vw;
    bottom: 27px;
}
.home-contact-info {
    max-width: 200px;
}
.home-contact a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.home-contact a i {
    margin-right: 15px;
}
.home-contact a:hover {
    text-decoration: underline;
}
.animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}
.activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0f9cff;
    z-index: 1001;
}
.loader span {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: -webkit-calc(50% - 30px);
    top: calc(50% - 30px);
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    border-right-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.not-found {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    padding: 30px 25px;
    text-align: center;
    color: #0f9cff;
}
.not-found h1 {
    font-size: 20vw;
    line-height: 0.9;
    margin: 0;
}
.not-found p {
    font-size: 20px;
    margin: 0;
}
.not-found .btn {
    margin: 30px auto 0;
    max-width: 300px;
}
.header-top {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 434px;
    padding-bottom: 53px;
}
@media screen and (max-width: 425px) {
    .header-top {
        background-position: left;
    }
}
@media screen and (max-width: 768px) {
    .header-top {
        padding-top: 64px;
    }
}
.header-top .h1 {
    max-width: 820px;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    line-height: 54.15px;
}
@media screen and (max-width: 992px) {
    .header-top .h1 {
        font-size: 40px;
    }
}
.header-top .h1--w-m {
    margin-bottom: 0;
}
.header-top-description {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.header-top-description--width-sm {
    margin-bottom: 0;
    max-width: 450px;
}
.back-btn {
    opacity: 0.4;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .back-btn {
        display: none;
    }
}
.back-btn--relative {
    position: relative;
    color: #fff;
    top: 44px;
}
.back-btn--relative:before {
    content: url(../img/icons/back-btn-icon.png);
    margin-right: 22px;
}
.back-btn:hover {
    opacity: 1;
}
.header-top-tag {
    text-align: center;
    max-width: 436px;
    position: absolute;
    top: 20px;
    right: 0;
    margin-left: auto;
    background-color: #0f9cff;
    padding: 13px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .header-top-tag {
        top: 80px;
    }
}
@media screen and (max-width: 430px) {
    .header-top-tag {
        top: 64px;
    }
}
.services-empty-msg {
    width: 100%;
    margin-top: 35px;
    font-size: 22px;
    text-align: center;
}
.page-services-content {
    padding-bottom: 35px;
}
.page-services {
    background-color: #fafafa;
    padding-bottom: 35px;
}
.page-services .col-4--fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.page-services .col-4--fixed .item {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .page-services .col-4--fixed .item {
        width: -webkit-calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
    }
}
.page-services .cn {
    margin-top: 38px;
}
.page-services .item {
    display: block;
    background-color: #fff;
    margin: 32px 10px 0 10px;
    padding: 0;
}
.page-services .item-header__back {
    padding-top: 40%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.page-services .item-header__title {
    position: relative;
    bottom: -10px;
    min-height: 55px;
    padding-bottom: 13px;
    padding-left: 17px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
.page-services .item-header__title:after {
    content: url(../img/icons/arrow-point-to-right.png);
    margin-left: 15px;
}
.page-services .item-content {
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    overflow-y: hidden;
}
.page-services .item-content .col-4 {
    margin: 5px;
}
.page-services .item ul {
    max-height: 143px;
}
.page-services .item ul li:before {
    content: url(../img/icons/services-icon.png);
    vertical-align: center;
    padding-right: 21px;
    position: relative;
    bottom: 3px;
}
.page-services .item ul li:last-child {
    padding-bottom: 0;
}
.page-services .item .show-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #bfb8b8;
    font-size: 12px;
    font-weight: 400;
    line-height: 18.01px;
    bottom: -3px;
    position: relative;
}
.page-services .item .show-all:hover {
    color: #717171;
}
.page-services .item .show-all:after {
    content: url(../img/icons/arrow-point-to-bottom.png);
    width: 6px;
    height: 4px;
    margin-left: 9px;
    position: relative;
    bottom: 2px;
}
.page-services .item-overlay {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #fff), color-stop(62%, rgba(255, 255, 255, 0.56)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #fff 10%, rgba(255, 255, 255, 0.56) 62%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #fff 10%, rgba(255, 255, 255, 0.56) 62%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #fff 10%, rgba(255, 255, 255, 0.56) 62%, rgba(255, 255, 255, 0) 100%);
}
#showAll {
    margin-bottom: 0;
}
.item-content {
    display: block;
}
.item-content--padding {
    padding-top: 23px;
}
.item-content ul {
    padding-left: 17px;
}
.item-content li {
    padding-bottom: 13px;
    list-style-type: none;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.item-content li p {
    margin-bottom: 0;
}
.item-content li i {
    content: url(../img/icons/services-icon.png);
    height: 4px;
    background-position: center;
    padding-right: 21px;
}
.services-content {
    padding-top: 57px;
    padding-bottom: 102px;
    background-color: #fafafa;
    height: 100%;
}
.services-content--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    .services-content--wrap {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.page-content {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 992px) {
    .page-content {
        width: 100%;
    }
}
.page-content h2 {
    margin-top: 0;
    max-width: 633px;
    color: #4e4e4e;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
}
@media screen and (max-width: 992px) {
    .page-content h2 {
        font-size: 16px;
    }
}
.page-content h4 {
    margin-bottom: 0;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.page-content hr {
    height: 2px;
    background-color: #1a2254;
    opacity: 0.2;
    width: 100%;
    border: none;
}
.page-content img {
    padding-top: 48px;
    padding-bottom: 28px;
    width: 100%;
}
.page-content ul {
    padding-left: 0;
}
.page-content li {
    padding-bottom: 10px;
    list-style-type: none;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.page-content li:before {
    content: url(../img/icons/services-icon.png);
    position: relative;
    bottom: 4px;
    background-position: center;
    padding-right: 21px;
}
.page-content p {
    max-width: 678px;
    padding-top: 20px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.page-content .credentials-checkmark {
    margin-top: 65px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0f9cff;
    padding: 25px 55px;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .page-content .credentials-checkmark {
        padding: 25px 25px;
    }
}
@media screen and (max-width: 968px) {
    .page-content .credentials-checkmark {
        padding: 25px 35px;
    }
}
@media screen and (max-width: 768px) {
    .page-content .credentials-checkmark {
        padding: 25px 35px;
    }
}
@media screen and (max-width: 520px) {
    .page-content .credentials-checkmark {
        padding: 25px 25px;
    }
}
@media screen and (max-width: 320px) {
    .page-content .credentials-checkmark {
        margin-top: 30px;
        padding: 15px 15px;
    }
}
.page-content .credentials-checkmark--icon {
    content: url(../img/icons/check-mark.png);
    height: 43px;
    width: 43px;
}
.page-content .credentials-checkmark p {
    padding-top: 0;
    margin-bottom: 0;
    max-width: 420px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
@media screen and (max-width: 1199px) {
    .page-content .credentials-checkmark p {
        max-width: 350px;
    }
}
@media screen and (max-width: 968px) {
    .page-content .credentials-checkmark p {
        max-width: 400px;
    }
}
@media screen and (max-width: 768px) {
    .page-content .credentials-checkmark p {
        max-width: 350px;
    }
}
@media screen and (max-width: 520px) {
    .page-content .credentials-checkmark p {
        max-width: 270px;
    }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
    .page-content .credentials-checkmark p {
        font-size: 12px;
        max-width: 200px;
    }
}
.page-content-share--title p {
    color: #032343;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
}
.aside-content {
    margin-left: 30px;
    width: 35%;
}
@media screen and (max-width: 992px) {
    .aside-content {
        width: 100%;
        margin-left: 0;
    }
}
.aside-content--media-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 992px) {
    .aside-content--media-flex {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media screen and (max-width: 768px) {
    .aside-content--media-flex {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.aside-content--media-flex > a {
    margin-top: 32px;
}
@media screen and (max-width: 992px) {
    .aside-content--media-flex > a {
        width: 33%;
        margin-right: 10px;
    }
    .aside-content--media-flex > a:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .aside-content--media-flex > a {
        width: 100%;
        margin-right: 0;
    }
}
.aside-content--title {
    margin-top: 0;
    color: #1a2254;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}
@media screen and (max-width: 992px) {
    .aside-content--title {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 0;
    }
}
.aside-item {
    position: relative;
    padding-bottom: 45%;
    padding-top: 19px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 992px) {
    .aside-item {
        padding-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .aside-item {
        padding-bottom: 30%;
    }
}
.aside-item--title {
    margin: 0;
    max-width: 266px;
    background-color: #0f9cff;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
@media screen and (max-width: 992px) {
    .aside-item--title {
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .aside-item--title {
        padding: 11px 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 500px) {
    .aside-item--title {
        font-size: 12px;
        padding: 11px 15px;
        margin-right: 5px;
    }
}
.aside-item--title > p {
    margin-bottom: 0;
}
.aside-item--date {
    position: relative;
    top: 70px;
    margin: 0;
    max-width: 266px;
    padding: 32px 20px 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
    .aside-item--date {
        top: 50px;
    }
}
@media screen and (max-width: 992px) {
    .aside-item--date {
        top: 10px;
        font-size: 10px;
        padding-left: 5px;
    }
}
@media screen and (max-width: 768px) {
    .aside-item--date {
        position: relative;
        top: 70px;
        padding-left: 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .aside-item--date {
        top: 35px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 320px) {
    .aside-item--date {
        top: 35px;
        padding-left: 10px;
    }
}
.aside-item--description {
    position: absolute;
    bottom: 26px;
    padding-left: 20px;
    max-width: 301px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
@media screen and (max-width: 1200px) {
    .aside-item--description {
        font-size: 14px;
    }
}
@media screen and (max-width: 992px) {
    .aside-item--description {
        font-size: 12px;
        padding-left: 20px;
        line-height: 14px;
        max-width: 175px;
    }
}
@media screen and (max-width: 768px) {
    .aside-item--description {
        position: absolute;
        bottom: 26px;
        font-size: 16px;
        line-height: 20px;
        padding-left: 10px;
        max-width: 320px;
    }
}
@media screen and (max-width: 500px) {
    .aside-item--description {
        font-size: 12px;
        padding-left: 10px;
        bottom: 13px;
    }
}
.contacts-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fafafa;
    height: 100%;
    overflow: hidden;
}
@media screen and (min-width: 992px) {
    .contacts-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contacts-content .cn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
@media screen and (min-width: 992px) {
    .contacts-content .cn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (min-width: 992px) {
    .contacts-content .cn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.contacts-content-info {
    position: relative;
    width: 100%;
    margin-right: auto;
    background-color: #fafafa;
}
@media screen and (min-width: 992px) {
    .contacts-content-info {
        width: 50%;
    }
}
.contacts-content-map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    z-index: 2;
}
@media screen and (min-width: 992px) {
    .contacts-content-map {
        position: absolute !important;
        top: 0;
        right: 0;
        margin-left: auto;
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.info-title {
    margin-top: 49px;
    color: #032343;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
@media screen and (max-width: 520px) {
    .info-title {
        margin-top: 30px;
    }
}
.info-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
}
.info-contacts a {
    width: 100%;
    margin-bottom: 10px;
    color: #7e7e7e;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.info-contacts a:hover {
    color: #5abbff;
}
.info-contacts i {
    color: #5abbff;
    margin-right: 15px;
}
.info-form {
    margin-right: 30px;
}
@media screen and (max-width: 991px) {
    .info-form {
        margin-right: 0;
    }
}
.info-form--mail,
.info-form--name {
    width: 100%;
    margin-top: 7px;
    padding: 26px 29px 27px 29px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 26.2px;
}
@media screen and (max-width: 768px) {
    .info-form--mail,
    .info-form--name {
        padding: 18px 29px 18px 29px;
    }
}
@media screen and (max-width: 520px) {
    .info-form--mail,
    .info-form--name {
        padding: 16px 29px 16px 29px;
    }
}
.info-form--mail::-webkit-input-placeholder,
.info-form--name::-webkit-input-placeholder {
    color: #b6b6b6;
}
.info-form--mail::-moz-placeholder,
.info-form--name::-moz-placeholder {
    color: #b6b6b6;
}
.info-form--mail::-ms-input-placeholder,
.info-form--name::-ms-input-placeholder {
    color: #b6b6b6;
}
.info-form--mail::placeholder,
.info-form--name::placeholder {
    color: #b6b6b6;
}
.info-form--message {
    width: 100%;
    padding: 23px 29px 85px 29px;
    margin-bottom: 27px;
    margin-top: 7px;
    background-color: #fff;
    color: #000;
    resize: none;
}
.info-form--message::-webkit-input-placeholder {
    color: #b6b6b6;
}
.info-form--message::-moz-placeholder {
    color: #b6b6b6;
}
.info-form--message::-ms-input-placeholder {
    color: #b6b6b6;
}
.info-form--message::placeholder {
    color: #b6b6b6;
}
.info-form .btn {
    float: right;
    margin-right: 49px;
    margin-bottom: 38px;
}
@media screen and (max-width: 991px) {
    .info-form .btn {
        margin-right: 0;
    }
}
.blog-page {
    padding-top: 51px;
    background-color: #fafafa;
}
.blog-page .blog-items {
    display: block;
    margin: 38px -7px 0 -7px;
}
.blog-page .blog-items .grid-item .blog-box,
.blog-page .blog-items .grid-item--width2 .blog-box {
    margin: 0 7px 15px 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 1200px) {
    .blog-page .blog-items .grid-item .blog-box,
    .blog-page .blog-items .grid-item--width2 .blog-box {
        padding-left: 10px;
    }
}
@media screen and (max-width: 991px) {
    .blog-page .blog-items .grid-item .blog-box,
    .blog-page .blog-items .grid-item--width2 .blog-box {
        padding-left: 20px;
    }
}
@media screen and (max-width: 520px) {
    .blog-page .blog-items .grid-item .blog-box,
    .blog-page .blog-items .grid-item--width2 .blog-box {
        padding-left: 10px;
    }
}
.blog-page .blog-items .grid-item .blog-box--date,
.blog-page .blog-items .grid-item--width2 .blog-box--date {
    padding-top: 18vh;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.blog-page .blog-items .grid-item .blog-box--title,
.blog-page .blog-items .grid-item--width2 .blog-box--title {
    height: 58px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}
.blog-page .blog-items .grid-item .blog-box--title {
    max-width: 225px;
}
@media screen and (max-width: 1200px) {
    .blog-page .blog-items .grid-item .blog-box--title {
        font-size: 16px;
        max-width: 200px;
    }
}
@media screen and (max-width: 991px) {
    .blog-page .blog-items .grid-item .blog-box--title {
        max-width: 500px;
    }
}
@media screen and (max-width: 520px) {
    .blog-page .blog-items .grid-item .blog-box--title {
        max-width: 400px;
    }
}
.blog-page .blog-items .grid-item--width2 .blog-box--title {
    max-width: 570px;
}
@media screen and (max-width: 1200px) {
    .blog-page .blog-items .grid-item--width2 .blog-box--title {
        max-width: 500px;
    }
}
.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 64px;
}
.search-form .icon-search {
    position: absolute;
    top: 20px;
    left: 31px;
    font-size: 22px;
    color: #2a24aa;
}
@media screen and (max-width: 520px) {
    .search-form .icon-search {
        left: 15px;
    }
}
.search-form label {
    width: 100%;
    position: relative;
}
.search-form label input {
    width: 100%;
    padding: 20px 29px 20px 95px;
    background-color: #fff;
    color: #2a24aa;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
@media screen and (max-width: 520px) {
    .search-form label input {
        padding: 20px 29px 20px 60px;
    }
}
.grid-item,
.grid-sizer {
    width: 33.3%;
}
@media screen and (max-width: 991px) {
    .grid-item,
    .grid-sizer {
        width: 100%;
    }
}
.grid-item .blog-box--title,
.grid-sizer .blog-box--title {
    max-width: 235px;
}
.grid-item--width2 {
    width: 66.6%;
}
@media screen and (max-width: 991px) {
    .grid-item--width2 {
        width: 100%;
    }
}
.grid-item--width2 .blog-box--title {
    max-width: 569px;
}
.blog-content {
    padding-top: 57px;
    padding-bottom: 102px;
    background-color: #fafafa;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .blog-content {
        padding-bottom: 51px;
    }
}
.blog-content--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    .blog-content--wrap {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.blog-content--wrap .aside-item--date {
    padding-left: 20px;
}
@media screen and (max-width: 768px) {
    .blog-content--wrap .aside-item--date {
        padding-left: 10px;
    }
}
.like-content {
    padding-top: 84px;
    width: 100%;
}
@media screen and (max-width: 992px) {
    .like-content {
        padding-top: 42px;
        width: 100%;
        margin-left: 0;
    }
}
.like-content--media-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media screen and (max-width: 768px) {
    .like-content--media-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.like-content--media-flex > a {
    margin-top: 30px;
    width: 33%;
}
@media screen and (max-width: 1200px) {
    .like-content--media-flex > a .aside-item--date {
        top: 20px;
    }
}
@media screen and (max-width: 992px) {
    .like-content--media-flex > a .aside-item--date {
        top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .like-content--media-flex > a .aside-item--date {
        top: 80px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 500px) {
    .like-content--media-flex > a .aside-item--date {
        font-size: 12px;
        top: 40px;
    }
}
@media screen and (max-width: 320px) {
    .like-content--media-flex > a .aside-item--date {
        font-size: 12px;
        top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .like-content--media-flex > a .aside-item--description {
        line-height: 20px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 992px) {
    .like-content--media-flex > a {
        margin-right: 10px;
    }
    .like-content--media-flex > a:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .like-content--media-flex > a {
        margin-right: 0;
        width: 100%;
    }
}
.like-content--media-flex > a:not(:last-child) {
    margin-right: 10px;
}
.like-content--media-flex .aside-item--date {
    top: 50px;
}
@media screen and (max-width: 992px) {
    .like-content--media-flex .aside-item--date {
        padding-left: 20px;
    }
}
.like-content--title {
    margin-top: 0;
    color: #1a2254;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
}
@media screen and (max-width: 992px) {
    .like-content--title {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 0;
    }
}
.page-credentials {
    padding-top: 50px;
    background-color: #fafafa;
}
.page-credentials .cn {
    display: block;
}
@media screen and (min-width: 992px) {
    .page-credentials {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 767px) {
    .page-credentials {
        padding-top: 30px;
    }
}
.page-credentials .page-credentials-content {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
}
.page-credentials .page-credentials-content .aside-services {
    width: 35%;
    padding-right: 30px;
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content .aside-services {
        width: 100%;
        padding-right: 0;
    }
}
.page-credentials .page-credentials-content .aside-services h3 {
    margin-top: 0;
    color: #1a2254;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .page-credentials .page-credentials-content .aside-services h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content .aside-services h3 {
        display: none;
    }
}
.page-credentials .page-credentials-content ul {
    padding-left: 0;
    list-style-type: none;
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content ul {
        display: none;
    }
}
.page-credentials .page-credentials-content ul li {
    color: #1a2254;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    .page-credentials .page-credentials-content ul li {
        font-size: 13px;
    }
}
.page-credentials .page-credentials-content ul li a {
    text-decoration: none;
    display: block;
    padding: 22px 0;
    color: #1a2254;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-right: none;
}
@media screen and (max-width: 1199px) {
    .page-credentials .page-credentials-content ul li a {
        padding: 16px 0;
    }
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content ul li a {
        padding: 12px 0;
    }
}
.page-credentials .page-credentials-content ul li a:hover {
    color: #0f9cff;
}
.page-credentials .page-credentials-content .services-mobile {
    display: none;
    padding: 12px 33px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    background: url(../img/icons/play-button.png) 96% 50% #0f9cff no-repeat;
}
.page-credentials .page-credentials-content .services-mobile option {
    color: #5b5b5b;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content .services-mobile {
        display: block;
        margin-bottom: 40px;
    }
}
.page-credentials .page-credentials-content .credentials-main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 65%;
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content .credentials-main-content {
        width: 100%;
    }
}
.page-credentials .page-credentials-content .credentials-main-content .credentials-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (max-width: 525px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.page-credentials .page-credentials-content .credentials-main-content .credentials-items a {
    margin-bottom: 32px;
    width: -webkit-calc(100%/2 - 16px);
    width: calc(100% / 2 - 16px);
}
@media screen and (max-width: 991px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items a {
        width: -webkit-calc(100%/2 - 8px);
        width: calc(100% / 2 - 8px);
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 525px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items a {
        width: 98%;
    }
}
.page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item {
    max-width: 316px;
    padding-bottom: 55%;
}
@media screen and (max-width: 992px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item {
        padding-bottom: 60%;
    }
}
@media screen and (max-width: 525px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item {
        padding-bottom: 40%;
        margin: 0 auto;
    }
    
    
}
.page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item--categories {
    max-height: 46px;
    max-width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 18px 13px 18px;
    background-color: #0f9cff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item--categories {
        max-width: 240px;
        font-size: 11px;
        line-height: 16px;
    }
}
@media screen and (max-width: 992px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item--categories {
        position: absolute;
        top: 13px;
    }
}
.page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item--name {
    max-width: 268px;
    position: absolute;
    bottom: 26px;
    padding-left: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
@media screen and (max-width: 1200px) {
    .page-credentials .page-credentials-content .credentials-main-content .credentials-items a .aside-item--name {
        font-size: 13px;
        line-height: 17px;
        max-width: 228px;
    }
}
.select-form--padding {
    line-height: 20px;
}
.select-form select {
    padding: 14px 33px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    background: url(../img/icons/play-button.png) 96% 50% #0f9cff no-repeat;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    .select-form select {
        font-weight: 500;
    }
}
.select-form select option {
    color: #5b5b5b;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.block-none {
    margin-bottom: 5px;
}
.block-none a,
.block-none a:visited {
    color: #33739e;
    text-decoration: none;
    display: block;
}
a:hover {
    text-decoration: none;
}
.load-more {
    margin-top: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 992px) {
    .load-more {
        margin-top: 37px;
    }
}
#loadMore {
    margin-bottom: 71px;
    max-width: 223px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 75px;
    color: #0f9cff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    border: 2px solid #0f9cff;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    #loadMore {
        margin-bottom: 50px;
    }
}
#loadMore:hover {
    background-color: #fff;
}
.credentials-content {
    padding-top: 57px;
    padding-bottom: 102px;
    background-color: #fafafa;
    height: 100%;
}
@media screen and (max-width: 320px) {
    .credentials-content {
        padding-top: 30px;
        padding-bottom: 51px;
    }
}
.credentials-content--wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 992px) {
    .credentials-content--wrap {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
@media only screen and (max-width: 1050px) {
    .hidden-md {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .hidden-md-m {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
}
@media only screen and (min-width: 579px) {
    .hidden-mobile {
        display: none;
    }
    .header-top::before { height:0 !important;}
}
/*# sourceMappingURL=main.min.css.map */

.header-top::before {
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.7;
}
.header-top-description, .page-services .item-header__title {

    text-shadow: 2px 1px #000000b5;
}
.aside-item--description {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    background-color: #0f9cff;
    max-width: 100%;
}
.home-blog-post, .blog-content--wrap .aside-item--date{
    display:none;}