@font-face {
    font-family: 'Crete Round';
    src: url('../fonts/creteround-regular.eot');
    src: url('../fonts/creteround-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/creteround-regular.woff2') format('woff2'),
    url('../fonts/creteround-regular.woff') format('woff'),
    url('../fonts/creteround-regular.ttf') format('truetype'),
    url('../fonts/creteround-regular.svg#creteroundregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/catamaran-regular.eot');
    src: url('../fonts/catamaran-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/catamaran-regular.woff2') format('woff2'),
    url('../fonts/catamaran-regular.woff') format('woff'),
    url('../fonts/catamaran-regular.ttf') format('truetype'),
    url('../fonts/catamaran-regular.svg#catamaranregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/catamaran-bold.eot');
    src: url('../fonts/catamaran-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/catamaran-bold.woff2') format('woff2'),
    url('../fonts/catamaran-bold.woff') format('woff'),
    url('../fonts/catamaran-bold.ttf') format('truetype'),
    url('../fonts/catamaran-bold.svg#catamaranbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

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

body {
    line-height: 1.35;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

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

body {
    height: 100%;
    font-family: 'Catamaran', 'Arial';
    font-size: 20px;
    color: #334f5b;
    background-image: url(../pictures/background.png);
}

a {
    color: #02ae9f;
    text-decoration: none;
    border-bottom: 1px solid #02ae9f;
    transition: 0.3s;
}

a:hover {
    color: #809daa;
    border-bottom: 1px solid #809daa;
}

::-moz-focus-inner {
    border: 0;
}

::-moz-selection {
    background: #02ae9f;
    color: #ffffff;
}

::selection {
    background: #02ae9f;
    color: #ffffff;
}

h1, h2 {
    font-family: 'Crete Round';
    font-size: 38px;
    color: #02ae9f;
}

h3 {
    font-size: 26px;
    color: #809daa;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    color: #809daa;
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.font-weight-bold {
    font-weight: bold;
}

sup {
    font-size: 12px;
    vertical-align: super;
}

.clear {
    clear: both;
    width: 100%;
    padding: 0 !important;
}

.clear40 {
    clear: both;
    width: 100%;
    height: 40px;
    padding: 0 !important;
}

/* Loader */
.loader {
    z-index: 1001;
    position: fixed;
    width: 100%;
    height: 100%;
}

.loader div {
    position: relative;
    float: right;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #334f5b;
    -webkit-animation: bye 2s ease forwards;
    animation: bye 2s ease forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.bye {
    width: 0%;
}

@-webkit-keyframes bye {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

.loader div img {
    position: absolute;
    top: calc(50% - 42px);
    left: 50%;
    width: 300px;
    height: 85px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-animation: bye-img 2s ease forwards;
    animation: bye-img 2s ease forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.bye-img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

@-webkit-keyframes bye-img {
    from {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    to {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

@media only screen and (max-width: 480px) {
    .loader div img {
        top: calc(50% - 28px);
        width: 200px;
        height: 57px;
    }
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    /*height: 100%;*/
    background: #ffffff;
}

/* Header */
.header {
    box-sizing: border-box;
    height: 125px;
    padding-top: 30px;
    text-align: center;
    background: #f5f7f9;
    border-bottom: 1px solid #e8ecee;
}

.header a {
    border: 0;
}

.header img {
    width: 199px;
    height: 61px;
}

/* Nav */
#nav {
    box-sizing: border-box;
    top: 0;
    width: 100%;
    max-width: 1280px;
    height: 60px;
    text-align: center;
    background: #f5f7f9;
    transition: 0.3s;
}

#nav li {
    display: inline-block;
    margin-right: 40px;
    margin-top: 13px;
}

#nav li:last-child {
    margin-right: 0;
    margin-left: 5px;
}

#nav li a {
    color: #809daa;
    border: 0;
}

#nav li a:hover {
    color: #02ae9f;
}

#nav li .current {
    color: #b7c9d1 !important;
    cursor: default;
}

#nav.smaller {
    z-index: 1000;
    position: fixed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#nav.smaller:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.nav-break {
    display: none;
    width: 100%;
    max-width: 1280px;
    height: 60px;
    background: #f5f7f9;
}

.nav-break.smaller {
    display: inherit;
}

.open-nav {
    display: none !important;
}

.search input[type=submit] {
    display: none;
}

.search input[type=text] {
    box-sizing: border-box;
    width: 110px;
    margin-top: -4px;
    padding: 0 15px 0 0;
    font-family: 'Catamaran';
    font-size: 20px;
    color: #b7c9d1;
    border: 0;
    border-bottom: 1px solid #d3dbdf;
    background: none;
    background-image: url(../pictures/search.svg);
    background-size: 13px 14px;
    background-position: right bottom 7px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: 0.3s;
}

.search input[type=text]:focus {
    transform: translate(0, -5px);
    color: #809daa;
}

.search input::-webkit-input-placeholder {
    color: #b7c9d1;
}

.search input:-moz-placeholder {
    color: #b7c9d1;
    opacity: 1;
}

.search input::-moz-placeholder {
    color: #b7c9d1;
    opacity: 1;
}

.search input:-ms-input-placeholder {
    color: #b7c9d1;
}

.search input::-ms-input-placeholder {
    color: #b7c9d1;
}

.search input::placeholder {
    color: #b7c9d1;
}

#responsive-nav {
    display: none;
    z-index: 999;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    top: 185px;
    text-align: center;
    background: rgba(51, 79, 91, 0.8);
}

#responsive-nav.smaller {
    position: fixed;
    top: 60px;
}

#responsive-nav a {
    color: #809daa;
    border: 0;
}

#responsive-nav li {
    list-style-type: none;
    margin-top: 15px;
}

#responsive-nav li:first-child {
    margin-top: 25px;
}

#responsive-nav li:last-child {
    margin-bottom: 25px;
}

#responsive-nav li .current {
    color: #b7c9d1 !important;
    cursor: default;
}

#responsive-nav li a {
    color: #ffffff;
}

#responsive-nav li a:hover {
    color: #02ae9f;
}

@media only screen and (min-width: 1024px) {
    #responsive-nav {
        display: none !important;
    }
}

@media only screen and (max-width: 1024px) {
    .main-nav {
        display: none !important;
    }

    .search-nav {
        float: right;
        padding-right: 60px;
    }

    .open-nav {
        display: inline-block !important;
        margin-top: 18px !important;
        float: left;
        padding-left: 60px;
    }

    #nav-button {
        cursor: pointer;
    }

    #nav-button span {
        width: 35px;
        height: 4px;
        background-color: #7d9da9;
        display: block;
        margin-bottom: 6px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #nav-button:hover span {
        background-color: #61818d;
    }

    #nav-button.run span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    #nav-button.run span:nth-child(2) {
        opacity: 0;
    }

    #nav-button.run span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}

@media only screen and (max-width: 480px) {
    .search-nav {
        padding-right: 30px;
    }

    .open-nav {
        padding-left: 30px;
    }
}

/* Small Nav */
#small-nav {
    box-sizing: border-box;
    top: 60px;
    width: 100%;
    max-width: 1280px;
    height: 60px;
    text-align: center;
    background: #e7ecf1;
    transition: 0.3s;
}

#small-nav li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 15px;
    font-size: 18px;
}

#small-nav li:first-child, #small-nav li:last-child {
    margin-right: 0;
}

#small-nav li a {
    color: #809daa;
    border: 0;
}

#small-nav li a:hover {
    color: #02ae9f;
}

#small-nav .current a {
    color: #b7c9d1 !important;
    cursor: default;
}

#small-nav.smaller {
    z-index: 1000;
    position: fixed;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#small-nav.smaller:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.small-nav-break {
    display: none;
    width: 100%;
    max-width: 1280px;
    height: 120px;
    background: #f5f7f9;
}

.small-nav-break.smaller {
    display: inherit;
}

@media only screen and (max-width: 1280px) {
    #small-nav {
        display: none;
    }

    .small-nav-break {
        height: 60px;
    }
}

/* Content */
.content {
    padding: 0 0 235px 0;
}

@media only screen and (max-width: 1024px) {
    .content {
        padding: 0 0 62px;
    }
}

/* Slider */
.slider {
    float: left;
    position: relative;
    width: 100%;
    height: 580px;
    margin-bottom: 60px;
    border-top: 1px solid #e8ecee;
    background: #f5f7f9;
}

.gallery {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.slider-left {
    float: left;
    display: table;
    width: 50%;
    height: 580px;
}

.slider-left div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 60px;
    text-align: right;
}

.slider-left div img {
    display: inline;
    max-width: 100%;
}

.info-slider {
    font-size: 20px !important;
}

.slider-right {
    float: left;
    display: table;
    width: 50%;
    height: 580px;
    font-size: 26px;
}

.slider-right div {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px 0 30px;
}

.slider-right h1, .slider-right h2 {
    margin-bottom: 20px;
}

.slider-button {
    float: left;
    box-sizing: border-box;
    width: 135px;
    height: 45px;
    margin-top: 30px;
    padding-top: 11px;
    font-family: 'Crete Round';
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    background: #02ae9f;
    border: 0;
    cursor: pointer;
    transition: 0.3s;
}

.slider-button:hover {
    color: #ffffff;
    background: #41c2b7;
    border: 0;
}

.news-slide, .news-slide h1, .news-slide h2 {
    color: #ffffff;
}

.slider-right span {
    display: block;
    margin-top: 20px;
    font-size: 20px;
}

.slider {
    background-color: white;
}

@media only screen and (max-width: 864px) {
    .slider {
        height: auto;
    }

    .gallery {
        height: auto;
    }

    .slider-left {
        display: none;
    }

    .slider-left div {
        padding: 40px 60px 20px 60px;
        text-align: center;
    }

    .slider-left div img {
        max-height: 275px;
    }

    .slider-right {
        width: 100%;
        height: auto;
    }

    .slider-right div {
        padding: 30px 60px 80px 60px;
        background: rgba(255, 255, 255, 0.75);
    }

    .slick-slide {
        background-image: none !important;
        background-color: white;
        height: 300px;
    }
}

@media only screen and (max-width: 720px) {
    .slider-left {
        width: 100%;
        height: 300px;
    }

    .slider-left div img {
        max-height: 240px;
    }

    .slider-right {
        font-size: 20px;
    }

    .slider-right div {
        padding: 30px 60px 60px 60px;
    }

    .first-section {
        display: none;
    }

    .select-country-tabs {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .slider-left div {
        padding: 30px 30px 20px 30px;
    }

    .slider-right div {
        padding: 30px 30px 60px 30px;
    }
}

/* Heading */
.heading {
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 0 60px 0 60px;
    text-align: center;
}

.heading-inner-top {
    margin-top: 60px;
}

.sub-heading-inner-top {
    margin-top: 30px;
}

.sub-heading-inner-top p {
    margin: 0 30px 0 30px;
}

@media only screen and (max-width: 480px) {
    .heading {
        padding: 0 30px 0 30px;
    }
}

.horizontal-blocks {
    float: left;
    width: 100%;
}

/* Small */
#small-left-area {
    float: left;
    width: 30px;
    height: 240px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-left.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.3s;
    transform: translate(5px, 0);
}

#small-left-area:hover {
    transform: translate(10px, 0);
}

#small-right-area {
    float: right;
    width: 30px;
    height: 240px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-right.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: left center;
    transition: 0.3s;
    transform: translate(-5px, 0);
}

#small-right-area:hover {
    transform: translate(-10px, 0);
}

#small-center-area {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 60px);
    padding: 40px 0 60px 0;
    overflow: hidden;
    white-space: nowrap;
}

.small-block-item {
    display: inline-block;
    box-sizing: border-box;
    width: 250px;
    height: 240px;
    margin: 0 23px 0 30px;
    vertical-align: middle;
    text-align: center;
    white-space: normal;
    color: #334f5b;
    border: 0 !important;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: 0.6s;
}

.small-block-item img {
    height: 90px;
    margin-top: 40px;
    margin-bottom: 10px;
}

.small-block-item p {
    padding-left: 30px;
    padding-right: 30px;
}

.small-block-item:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

a.small-block-item:hover {
    color: #02ae9f;
}

@media only screen and (max-width: 720px) {
    #small-left-area {
        display: none;
    }

    #small-right-area {
        display: none;
    }

    .small-center-area {
        width: 100%;
        height: auto;
        overflow: visible;
        text-align: center;
    }

    .small-block-item {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .small-block-item:last-child {
        margin: 0 auto;
        margin-bottom: 0;
    }
}

/* Two Text */
.two-text-blocks {
    float: left;
    padding: 30px 0 0 0;
    text-align: justify;
}

.two-text-blocks div:first-child {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 30px 0 60px;
}

.two-text-blocks div:last-child {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 60px 0 30px;
}

@media only screen and (max-width: 720px) {
    .two-text-blocks div:first-child {
        width: 100%;
        padding: 0 60px 30px 60px;
    }

    .two-text-blocks div:last-child {
        width: 100%;
        padding: 0 60px 0 60px;
    }
}

@media only screen and (max-width: 480px) {
    .two-text-blocks div:first-child {
        width: 100%;
        padding: 0 30px 30px 30px;
    }

    .two-text-blocks div:last-child {
        width: 100%;
        padding: 0 30px 0 30px;
    }
}

/* Four Blocks */
.four-blocks {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 37px 60px 30px;
}

.four-blocks-after-text {
    padding-top: 0;
}

.four-blocks:after {
    content: "";
    width: 250px;
    margin: 0 23px 0 30px;
}

.four-blocks div {
    box-sizing: border-box;
    width: 250px;
    height: 280px;
    margin: 40px 23px 0 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    transition: 0.6s;
}

.four-blocks div img {
    height: 150px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.four-blocks div p {
    padding-left: 30px;
    padding-right: 30px;
}

.four-blocks div:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.error-input {
    border: 1px solid #eb7b7d !important;
}

@media only screen and (max-width: 720px) {
    .four-blocks {
        display: block;
        float: left;
        box-sizing: border-box;
        width: 100%;
    }

    .four-blocks:after {
        display: none;
    }

    .four-blocks div {
        margin: 0 auto;
        margin-top: 40px;
    }
}

/* News */
.news-blocks {
    float: left;
    width: 100%;
}

#news-left-area {
    float: left;
    width: 30px;
    height: 300px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-left.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: right center;
    transition: 0.3s;
    transform: translate(5px, 0);
}

#news-left-area:hover {
    transform: translate(10px, 0);
}

#news-right-area {
    float: right;
    width: 30px;
    height: 300px;
    margin-top: 40px;
    cursor: pointer;
    background-image: url(../pictures/arrow-right.svg);
    background-size: 18px 34px;
    background-repeat: no-repeat;
    background-position: left center;
    transition: 0.3s;
    transform: translate(-5px, 0);
}

#news-right-area:hover {
    transform: translate(-10px, 0);
}

#news-center-area {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 60px);
    padding: 40px 0 60px 0;
    overflow: hidden;
    white-space: nowrap;
}

.news-block-item {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 250px;
    height: 300px;
    margin: 0 23px 0 30px;
    vertical-align: middle;
    white-space: normal;
    color: #ffffff;
    border: 0 !important;
    transition: 0.3s;
}

.news-block-item:hover {
    color: #02ae9f;
}

.news-block-item img {
    height: 300px !important;
}

.news-block-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px 20px 20px;
    background: rgba(51, 79, 91, 0.6);
}

.news-block-item.related-resource p {
    top: 0;
}

.news-block-item p span {
    font-size: 16px;
    color: #ced9de;
}

.news-block-item:hover {
    transform: translate(0, -10px);
}

@media only screen and (max-width: 720px) {
    #news-left-area {
        display: none;
    }

    #news-right-area {
        display: none;
    }

    #news-center-area {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .news-block-item {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .news-block-item:last-child {
        margin: 0 auto;
        margin-bottom: 0;
    }
}

/* Contacts */
.contacts {
    float: left;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 60px 60px 0;
}

.hello {
    float: left;
    width: 430px;
    height: 400px;
    text-align: center;
}

.hello img {
    max-height: 100%;
}

.contacts-container {
    padding: 2px 16px;
    text-align: center;
}

.contact-form-container {
    position: relative;
    box-sizing: border-box;
    width: auto;
    height: 100%;
    margin: 30px 100px 0 100px;
    padding: 60px 30px 60px 300px;
    text-align: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    transition: 0.6s;
}

.contact-form-container h1 {
    font-family: 'Catamaran';
    font-weight: bold;
    margin: 0 0 15px 0;
}

.contact-form-icon {
    height: 35px;
    width: 35px;
    float: left;
}

.input-container {
    margin: 30px 0 0 0;
    text-align: left;
}

.contact-form-sub-container {
    position: absolute;
    background: #02ae9f;
    height: 545px;
    width: 270px;
    left: -10%;
    top: 8.5%;
    color: #fff;
    padding: 30px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.contact-form-sub-container h1 {
    color: #fff;
}

.contact-form-sub-container h4 {
    color: #fff;
}

.contact-form-sub-container a {
    color: #fff;
}

.icon-wrapper {
}

.top-banner {
    width: 100%;
    height: auto;
    margin: 60px 0 30px 0;
}

.top-banner-disabled {
    display: none;
}

.map-box {
    position: relative;
    float: right;
    width: calc(100% - 430px);
    height: 400px;
}

#map {
    z-index: 998;
    width: 100%;
    height: 400px;
}

.info-box {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 230px;
    height: 400px;
    padding-left: 25px;
    padding-top: 130px;
    background: rgba(51, 79, 91, 0.8);
    color: #ffffff;
    pointer-events: none;
}

.info-box span {
    pointer-events: auto;
}

.info-box a {
    color: #ffffff;
    border-bottom: 0;
}

.info-box a:hover {
    color: #02ae9f;
}

@media only screen and (max-width: 1280px) {
    .contacts-container h4 {
        padding: 2px 16px;
        text-align: center;
        font-size: 16px;
    }

    .contacts-container p {
        padding: 2px 16px;
        text-align: center;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .contacts {
        padding-left: 60px;
        padding-right: 60px;
    }

    .hello {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .hello img {
        max-width: 100%;
        height: auto;
    }

    .map-box {
        float: left;
        width: 100%;
        height: 400px;
    }

    .contacts-container h4 {
        padding: 2px 16px;
        text-align: center;
        font-size: 16px;
    }

    .contacts-container p {
        padding: 2px 16px;
        text-align: center;
        font-size: 13px;
    }
}

@media only screen and (max-width: 900px) {
    .contacts-container h4 {
        padding: 2px 16px;
        text-align: center;
        font-size: 16px;
    }

    .contacts-container p {
        padding: 2px 16px;
        text-align: center;
        font-size: 13px;
    }

    .contact-form-sub-container {
        display: none;
    }

    .contact-form-container {
        position: relative;
        box-sizing: border-box;
        width: auto;
        height: 100%;
        margin: 0 30px 0 30px;
        padding: 30px 30px 30px 30px;
        text-align: left;
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        transition: 0.6s;
    }
}

@media only screen and (max-width: 720px) {
    .map-box {
        height: auto;
    }

    .contacts-container h4 {
        padding: 2px 16px;
        text-align: center;
        font-size: 16px;
    }

    .contacts-container p {
        padding: 2px 16px;
        text-align: center;
        font-size: 13px;
    }

    .info-box {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .contacts {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Footer */
.footer {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    height: 235px;
    margin: -235px auto 0;
    padding: 40px 60px 0 60px;
    background: #f5f7f9;
    position: relative;
    font-size: 16px;
    color: #809daa;
}

.footer a {
    color: #b7c9d1;
    border-bottom: 1px solid #b7c9d1;
}

.footer a:hover {
    color: #02ae9f;
    border-bottom: 1px solid #02ae9f;
}

.footer div {
    float: left;
    height: 155px;
    line-height: 1.65;
}

.footer div:nth-child(1) {
    box-sizing: border-box;
    width: 20%;
    border-right: 1px solid #e8ecee;
}

.footer div:nth-child(2) {
    box-sizing: border-box;
    width: 24%;
    border-right: 1px solid #e8ecee;
    text-align: center;
}

.footer div:nth-child(3) {
    box-sizing: border-box;
    width: 38%;
    border-right: 1px solid #e8ecee;
    text-align: center;
}

.footer div:nth-child(4) {
    position: relative;
    float: right;
    box-sizing: border-box;
    width: 18%;
}

.footer div:nth-child(4) a {
    border: 0;
}

#footer-nav {
    display: inline-block;
    text-align: left;
}

#footer-nav li .current {
    color: #809daa !important;
    border-bottom: 1px solid #809daa;
    cursor: default;
}

.footer-search input[type=submit] {
    display: none;
}

.footer-search input[type=text] {
    box-sizing: border-box;
    width: 266px;
    height: 30px;
    margin-top: 10px;
    padding: 0 15px 0 0;
    font-family: 'Catamaran';
    font-size: 16px;
    color: #b7c9d1;
    border: 0;
    border-bottom: 1px solid #d3dbdf;
    background: none;
    background-image: url(../pictures/search.svg);
    background-size: 13px 14px;
    background-position: right bottom 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: 0.3s;
}

.footer-search input[type=text]:focus {
    transform: translate(0, -5px);
    color: #809daa;
}

.footer-search input::-webkit-input-placeholder {
    color: #b7c9d1;
}

.footer-search input:-moz-placeholder {
    color: #b7c9d1;
    opacity: 1;
}

.footer-search input::-moz-placeholder {
    color: #b7c9d1;
    opacity: 1;
}

.footer-search input:-ms-input-placeholder {
    color: #b7c9d1;
}

.footer-search input::-ms-input-placeholder {
    color: #b7c9d1;
}

.footer-search input::placeholder {
    color: #b7c9d1;
}

.footer-subscribe input[type=text] {
    box-sizing: border-box;
    width: 160px;
    height: 30px;
    margin-right: 10px;
    padding: 0 15px 0 0;
    font-family: 'Catamaran';
    font-size: 16px;
    color: #b7c9d1;
    border: 0;
    border-bottom: 1px solid #d3dbdf;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: 0.3s;
}

.footer-subscribe input[type=text]:focus {
    transform: translate(0, -5px);
    color: #809daa;
}

.footer-subscribe input::-webkit-input-placeholder {
    color: #b7c9d1;
}

.footer-subscribe input:-moz-placeholder {
    color: #b7c9d1;
    opacity: 1;
}

.footer-subscribe input::-moz-placeholder {
    color: #b7c9d1;
    opacity: 1;
}

.footer-subscribe input:-ms-input-placeholder {
    color: #b7c9d1;
}

.footer-subscribe input::-ms-input-placeholder {
    color: #b7c9d1;
}

.footer-subscribe input::placeholder {
    color: #b7c9d1;
}

.footer-subscribe input[type=submit] {
    box-sizing: border-box;
    width: 92px;
    height: 30px;
    font-family: 'Crete Round';
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    background: #02ae9f;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: 0.3s;
}

.footer-subscribe input[type=submit]:hover {
    background: #41c2b7;
}

.footer-social {
    float: right;
    text-align: left;
    font-weight: bold;
}

.footer-social span {
    display: block;
}

.footer-social img {
    width: 28px;
    height: 28px;
    margin-top: 15px;
    transition: 0.3s;
}

.footer-social a {
    margin-right: 15px;
}

.footer-social a:last-child {
    margin-right: 0;
}

.footer-social img:hover {
    transform: translate(0, -5px);
}

.brandworks {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22px;
    height: 22px;
    transition: 0.3s;
}

.brandworks:hover {
    transform: translate(0, -5px);
}

@media only screen and (max-width: 1024px) {
    .footer {
        height: 62px;
        margin: -62px auto 0;
        padding: 20px 60px 0 60px;
    }

    .footer div:nth-child(2), .footer div:nth-child(3), footer div:nth-child(1) span, footer div:nth-child(4) span, .footer-social {
        display: none;
    }

    .footer div:nth-child(1), .footer div:nth-child(4) {
        width: auto;
        height: auto;
        border: 0;
        line-height: 1.1;
    }

    .brandworks {
        position: relative;
    }
}

@media only screen and (max-width: 480px) {
    .footer {
        padding: 20px 30px 0 30px;
    }
}

/*

TABS

*/

.sidekicks-container {
    float: left;
    box-sizing: border-box;
    width: calc(100% - 120px);
    margin: 60px 0px 60px 60px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    transition: 0.6s;
}

.sidekicks-container .select-country-tabs {
    padding: 0px;
    text-align: left;
}

.tabs-nav {
    list-style: none;
    width: 100%;
    height: 70px;
    text-align: center;
    margin: 30px 0 30px 0;
}

.tabs-nav li:first-child a {
    border-right: 0;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

.tabs-nav .tab-active a {
    display: inline-block;
    border-bottom: 3px solid #02ae9f;
    padding: 0 0 8px 0;
    width: 100%;
    font-family: 'Catamaran';
    font-size: 20px;
    font-weight: bold;
    color: #02ae9f;
    background: transparent;
}

.tabs-nav a:hover {
    display: inline-block;
    border-bottom: 3px solid #02ae9f;
    padding: 0 0 8px 0;
    width: 100%;
    font-family: 'Catamaran';
    font-size: 20px;
    font-weight: bold;
    color: #02ae9f;
    background: transparent;
}

.tabs-nav a {
    display: inline-block;
    border-bottom: 3px solid #b7c9d1;
    padding: 0 0 8px 0;
    width: 100%;
    font-family: 'Catamaran';
    font-weight: bold;
    font-size: 20px;
    color: #b7c9d1;
    background: transparent;
    text-align: center;
    margin: 0 50px 0 0;
}

.tabs-nav li {
    overflow: hidden;
    text-align: center;
    display: inline-block;
}

.tabs-stage {
    text-align: left;
    padding: 0 50px 30px 50px;
}

.tabs-stage img {
    width: 50%;
    height: auto;
    margin: 0 0 30px 0;
}

.tabs-stage p {
    margin: 0 0 30px 0;
}

/*
    TABS END
*/

/*
   GRID OPTIONS
*/

.team-grid {
    padding: 60px 30px 30px 30px;
}

.team-grid > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-gap: 1rem;
}

.team-grid > ul > li {
    border-radius: .5rem;
    margin: 0 20px;
}

.team-grid > ul > li > figure {
    max-height: 220px;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    position: relative;
}

.team-grid > ul > li > figure > img {
    width: 100%;
}

.team-grid > ul > li > figure > figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
}

.team-grid > ul > li > figure > figcaption > h3 {
    color: white;
    padding: .75rem;
    font-size: 1.25rem;
}

.team-grid > ul > li > p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem .75rem;
    color: #666666;
}

.team-grid > ul > li > a {
    padding: .5rem 1rem;
    margin: .5rem;
}

.grid-container {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 10px;
    padding: 10px 0 10px 0;
    margin: 50px 0 50px 0;
}

.grid-container h4 {
    margin: auto auto 6px 0;
}

.icon-item {
    height: 35px;
    margin: auto auto auto 0;
}

/*
   GRID OPTIONS END
*/

.country-selector {
    display: none;
}

@media only screen and (max-width: 720px) {
    .country-selector {
        display: inline-block;
    }
}