@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&subset=cyrillic');
@import "https://fonts.googleapis.com/css?family=Montserrat+Alternates:100,200,300,400,500,600,700,800,900";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&subset=cyrillic');
@font-face {
    font-family: "MyriadProRegular";
    src: url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"), url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"), url("../../toucans-main/fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 1.42;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.row:after,
.row:before {
    display: none !important;
}

body {
    margin: 0;
    font-size: 1.4rem;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/* Grouping content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    transition: all ease .2s;
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,

/* 1 */

menu {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
    display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

a,
a:hover,
a:focus {
    text-decoration: none;
}

[hidden] {
    display: none;
}

ul {
    margin: 0;
    list-style-type: none;
}

footer ul {
    padding: 0;
}

section.cookie {
    display: none;
}

.subtitle {
    font-size: 4.8rem;
    font-weight: 900;
    margin: 0;
}

.footer .copyright {
    color: #535353;
    font-size: 1.8rem;
}

.copyright,
.copyright-menu,
.copyright span a {
    font-family: 'Open Sans', Sans-Serif;
}

.footer {
    background: #282828;
    min-height: 680px;
    height: 680px;
    padding-top: 4em;
    margin-bottom: -4px;
}

.footer .copyright .copyright-menu>ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .copyright .copyright-menu>ul li a {
    padding-top: 0;
    padding-bottom: 0;
}

.footer .copyright .copyright-menu>ul li a:hover {
    color: #ffffff;
}

.footer .menu li:hover a,
.footer .menu li:focus a {
    background-color: transparent;
}

.copyright,
.copyright-menu {
    display: inline-block;
    text-align: center;
}

body.com_mcatalogue {
    height: auto;
}


/************************************************************************/


/*******New main menu****************************************************/


/************************************************************************/

.menu-bottom .menu-position .submenu-module>.moduletable>ul.menu>li>span.nav-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 4px;
    display: block;
    font-weight: 500;
    line-height: 1.1;
    padding: 0;
}

.menu-bottom>.container>.row>div.line_color .line-hover-title {
    display: flex;
    width: 100%;
    height: 26px;
    background: transparent;
    position: relative;
}

.menu-bottom>.container>.row>div.line_color.hover-title .line-hover-title {
    background: hsla(0, 0%, 100%, 0.28);
}

.menu-bottom .menu-position ul>li>ul {
    width: 140px;
    top: 100%;
    position: absolute;
    background: white;
    border: 1px solid #e3e5e7;
    z-index: 12;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: none;
    transition: all ease 0.2s;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.menu-bottom .menu-position ul>li>ul>li {
    display: block !important;
}

.menu-bottom .menu-position ul>li>ul>li a {
    color: #272727 !important;
    font-size: 12px !important;
}

.menu-bottom .menu-position ul>li:nth-child(2):hover ul,
.menu-bottom .menu-position ul>li>ul:hover {
    display: block;
}

.menu-bottom .menu-position.menu>ul.menu {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.menu-bottom .menu-position ul.menu {
    height: 100%;
}

.menu-bottom .menu-position ul.menu::before,
.menu-bottom .menu-position ul.menu::after {
    display: none;
}

.menu-bottom .menu-position ul.menu>li {
    display: inline-block;
    float: left;
    width: auto;
    position: static;
    height: 100%;
}

.nav-header {
    text-shadow: none;
    text-transform: capitalize;
}

.menu-bottom .menu-position>ul.menu>li>a {
    display: block;
    cursor: pointer;
    position: relative;
    color: hsla(0, 0%, 0%, 0.58);
    padding: 0px 15px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    z-index: 13;
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-top: 5px;
    /*border-bottom: 4px solid transparent;*/
}

.menu-bottom .menu-position>ul.menu>li>span {
    display: block;
    cursor: pointer;
    position: relative;
    color: hsla(0, 0%, 0%, 0.58);
    padding: 0px 15px;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    z-index: 13;
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding-top: 5px;
    /*border-bottom: 4px solid transparent;*/
}

.menu-bottom .menu-position>ul.menu>li>a::after,
.menu-bottom .menu-position>ul.menu>li>span::after {
    display: none;
}

.menu-bottom .menu-position>ul.menu>li>a:hover::after,
.menu-bottom .menu-position>ul.menu>li>span:hover::after {
    content: attr(title);
    position: absolute;
    top: -22px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    white-space: nowrap;
    left: 0;
}

.menu-bottom .menu-position>ul.menu>li>a.fa:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
}

.menu-bottom .menu-position>ul.menu>li.opened>a,
.menu-bottom .menu-position>ul.menu>li.opened>span {
    border-bottom: 4px solid #272727;
}

.menu-bottom .menu-position ul>li>ul:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.menu-bottom .menu-position ul.menu>li:hover>a,
.menu-bottom .menu-position ul.menu>li:focus>a,
.menu-bottom .menu-position .highlighted,
.menu-bottom .menu-position ul.menu>li a:hover,
.menu-bottom .menu-position ul.menu>li a:focus {
    background-color: transparent;
}

.menu-bottom .menu-position ul.menu>li:hover>a,
.menu-bottom .menu-position ul.menu>li.opened>a,
.menu-bottom .menu-position ul.menu>li:hover>span,
.menu-bottom .menu-position ul.menu>li.opened>span {
    color: #000000;
}

.menu-bottom .menu-position ul>li>ul:after {
    position: absolute;
    top: -6px;
    right: 50px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.menu-bottom .menu-position ul>li>ul>li {
    padding: 8px;
    text-align: left;
}

.menu-bottom .menu-position ul>li>ul>li a {
    padding: 0 !important;
    text-align: left;
}

.menu-bottom .menu-position ul>li>ul>li a:hover,
.menu-bottom .menu-position ul>li>ul>li a:focus {
    text-decoration: none;
}

.menu-bottom .menu-position ul>li>ul>li:hover,
.menu-bottom .menu-position ul>li>ul>li:focus {
    background-color: #f6f6f6;
}

.menu-top .icons-menu {
    height: auto;
}

.menu-top .icons-menu:before {
    content: "";
    display: block;
    clear: both;
}

.menu-top .second-part {
    min-width: 165px;
    height: 100%;
    display: inline-block;
}

.reg-log-position {
    text-align: right;
}

.reg-log-position>ul>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.logo>a>img {
    width: 12em;
}

.moduletable>ul>li>a>i.fas.fa-burn {
    color: #e63f52;
    font-size: 1.3em;
}

.menu-bottom .reg-log-position>ul>li {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    width: 82px;
    height: 70px;
    text-align: center;
    background-color: #ffffffde !important;
    margin-right: 1px;
}

.menu-bottom.authenticated .reg-log-position>ul>li:first-child {
    border-right: none;
}

.menu-bottom .reg-log-position>ul>li.parent {
    background: url(../../../images/dashboard.png) no-repeat center;
    background-color: #d4ecf8;
}

.secondary_header .services-menu {
    display: inline-block;
}

.secondary_header .services-menu ul>li {
    padding: 0 1.5rem;
    display: inline-block;
}

.secondary_header .services-menu ul>li:before {
    content: "•";
    position: absolute;
    left: -1px;
    top: 0;
    color: #8d8d8c;
}

body.com_jomoffers .secondary_header .services-menu ul>li:before {
    color: #e3e3e3;
}

.secondary_header .services-menu ul>li:first-child:before {
    content: "";
}

.secondary_header .services-menu ul>li a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #8d8d8c;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #8d8d8c;
}

body.com_jomoffers .secondary_header .services-menu ul>li a {
    color: #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.secondary_header .services-menu ul>li a:hover,
.secondary_header .services-menu ul>li a:focus {
    color: #8d8d8c;
    border-color: transparent;
    background-color: transparent !important;
}

body.com_jomoffers .secondary_header .services-menu ul>li a:hover,
body.com_jomoffers .secondary_header .services-menu ul>li a:focus {
    color: #e3e3e3;
}

.secondary_header .menu a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.secondary_header .logo {
    margin-right: 7%;
    display: inline-block;
    vertical-align: middle;
}

.secondary_header .reg-log-position>.menu {
    height: 80px;
}

section.component {
    background: transparent none repeat scroll 0 0;
    text-align: left;
    min-height: 60em;
}


/************************************************************************/


/*******Notofications****************************************************/


/************************************************************************/

.menu-top .second-part {
    height: auto;
    padding: 0 36px 0 0px;
    width: 100%;
}

.menu-top .logo {
    padding-top: 14px;
    padding-bottom: 14px;
}

.menu-top .second-part .notifications,
.menu-top .second-part .joms-notifications {
    height: 100%;
    background: transparent;
    margin-bottom: 0;
}

body.com_jomoffers.view-list_offers .menu-top .second-part .notifications {
    background: transparent;
    display: flex;
    justify-content: flex-end;
}

.com_mcatalogue.task-experts {
    height: auto;
}

.menu-top .second-part .joms-notifications {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    margin-top: 2.5em;
}

.img_background_component>header {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: 100% 0em;
}

.container.transparent {
    background: transparent;
}

.secondary_header {
    background: transparent;
    background-size: cover !important;
}

.second-part .joms-notifications a {
    display: inline-block;
    vertical-align: middle;
    width: 13%;
    height: 24px;
    float: left;
    outline: none;
}

.menu-top .first-part {
    display: block;
    text-align: right;
    width: 100%;
}

.menu-bottom {
    background-color: transparent;
    position: relative;
    height: 70px;
    z-index: 13;
}

.menu-bottom>.container>.row>div {
    position: static;
}

.reg-log-position li.parent>ul {
    display: none;
    z-index: 12;
    position: absolute;
    width: 165px;
    top: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    transition: all ease 0.2s;
    background: #d4ecf8;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1)
}

.reg-log-position li.parent>ul>li {
    background: #d4ecf8;
    width: 100%;
    height: auto;
    text-align: left;
    padding: 10px 10px 10px 10px;
}

.reg-log-position li.parent>ul>li>a {
    color: #000000 !important;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}

.reg-log-position li.parent>ul>li:hover,
.reg-log-position li.parent>ul>li:focus {
    background: #bed4df;
}

.reg-log-position li.parent>ul>li>a:hover,
.reg-log-position li.parent>ul>li>a:focus {
    text-decoration: none;
}

.reg-log-position li.parent:hover ul {
    display: block;
}

.second-part .notifications>.joms-notifications>a>span {
    position: relative;
    left: 7px;
    bottom: 32px;
    color: #ffffff;
    background-color: #e63f52;
    border-radius: 100%;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 1px 6px;
}

.second-part .notifications>.joms-notifications>a>span:empty {
    display: none;
}

.second-part .notifications>.joms-notifications>a:hover,
.second-part .notifications>.joms-notifications>a:focus {
    text-decoration: none !important;
}

.vm-module-3 .fieldacyterms .jq-checkbox__div {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    left: 4px;
    top: -14px;
}

.vm-module-3 .fieldacyterms .jq-checkbox.checkbox {
    background: #ffffff;
    display: inline-block;
}

.vm-module-3 .fieldacyterms .checked .jq-checkbox__div {
    border-bottom-color: rgb(102, 102, 102);
    border-bottom-style: solid !important;
    border-bottom-width: 2px;
    border-left-color: rgb(102, 102, 102);
    border-left-style: solid !important;
    border-left-width: 2px;
}

section.vm-module-3 .onefield.fieldacyterms input.checkbox {
    display: inline-block;
    position: relative;
}

.vm-module-3 .fieldacyterms label {
    font-weight: 400;
    font-family: 'Open Sans', Sans-Serif;
}

section.vm-module-3 {
    background-image: url("../../../images/block3.jpg");
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /*background-attachment: fixed;*/
    position: relative;
    text-align: center;
    padding: 80px 15px 179px;
    min-height: 670px;
}

section.vm-module-3 h3 {
    color: #ffffff;
    font-size: 44pt;
    margin-bottom: 50px;
    font-family: 'Yeseva One', cursive;
    margin-top: 10px;
    text-align: center;
}

section.vm-module-3>.acymailing_module {
    display: flex;
    flex-flow: column;
    align-items: center;
}

section.vm-module-3 .acyfield_email.acy_requiredField {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

section.vm-module-3 .acyfield_email.acy_requiredField>input {
    max-width: 60%;
}

.hotels-section>.container>h1 {
    text-align: center;
}

section.vm-module-3 .acymailing_introtext {
    color: #ffffff;
    font-size: 24pt;
    line-height: 1.1;
    letter-spacing: 4px;
    margin-bottom: 60px !important;
    letter-spacing: 3px;
    text-align: center;
}

section.vm-module-3 input[type="text"] {
    font-size: 16px;
    padding: 15px 20px;
    line-height: 26px;
    height: 60px;
    outline: none;
    border-radius: 0px;
    max-width: 380px;
    color: #888888;
    background-color: #ffffff;
    text-align: center;
    border: none;
    font-family: 'Montserrat', Sans-Serif;
}

section.vm-module-3 input[type="submit"] {
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: all .3s;
    font-size: 24px;
    border-radius: 30px;
    letter-spacing: 1px;
    min-width: initial;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    background-color: #ffa100;
    margin-top: 17px;
    border: none;
    width: 260px;
    height: 60px;
}

section.vm-module-3 .onefield.fieldacyterms input.checkbox {
    display: inline-block;
    position: relative;
    top: 2px;
}

section.vm-module-3 .onefield.fieldacyterms a {
    color: #ffffff;
}


/**********************************************************************************************************************/


/*************************************************************MEDIA****************************************************/


/**********************************************************************************************************************/

@media all and (max-width: 1199px) {
    .title {
        font-size: 5.5rem;
    }
    .search_mod_header>.moduletable>form {
        width: 100% !important;
    }
    .subtitle {
        font-size: 4rem;
    }
}

@media all and (max-width: 991px) {
    .menu-bottom.authenticated .reg-log-position {
        padding-left: 0;
    }
    .menu-bottom.authenticated .reg-log-position>ul>li {
        max-width: 80px;
    }
    .menu-bottom .reg-log-position>.nav.menu {
        width: 240px;
        display: inline-block;
    }
    section.vm-module-3 h3 {
        font-size: 32pt;
    }
    section.vm-module-3 .acymailing_introtext {
        font-size: 18pt;
    }
    .menu_icon {
        display: inline-block;
    }
    .secondary_header .menu.block li {
        float: none !important;
        display: block !important;
    }
    .menu-position.menu ul#withmodules {
        display: none;
    }
    .secondary_header .menu.block {
        text-align: center;
    }
    .block {
        display: block !important;
    }
    .secondary_header .menu-position {
        text-align: center;
        position: absolute;
        width: 80px;
        height: 80px;
        background-color: #0098B8;
        z-index: 9000;
        overflow: hidden;
        left: 0;
        top: 0;
    }
    .secondary_header .menu-position.block {
        width: 100%;
        position: fixed;
        height: 100vh;
        padding-top: 50px;
        overflow-y: scroll;
    }
    .menu-bottom .menu-position ul>li>ul {
        display: none !important;
    }
    .close {
        opacity: 0.8 !important;
    }
    .secondary_header .menu.block li:hover a,
    .secondary_header .menu.block li:focus a,
    .secondary_header .menu.block li:hover,
    .secondary_header .menu.block li:focus,
    .menu-bottom .menu-position ul.menu>li:hover>a,
    .menu-bottom .menu-position ul.menu>li:focus>a,
    .menu-bottom .menu-position .highlighted,
    .menu-bottom .menu-position ul.menu>li a:hover,
    .menu-bottom .menu-position ul.menu>li a:focus {
        background-color: transparent !important;
    }
    #toggle {
        float: right;
    }
    .close {
        position: absolute;
        right: 32px;
        top: 32px;
        width: 32px;
        height: 32px;
        cursor: pointer;
    }
    .close:hover {
        opacity: 1;
    }
    .close:before,
    .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 3px;
        background-color: #282828;
        ;
    }
    .close:before {
        transform: rotate(45deg);
    }
    .close:after {
        transform: rotate(-45deg);
    }
    .secondary_header .header_left {
        width: 99.9%;
        text-align: center;
    }
    .secondary_header .logo {
        margin-right: 0%;
    }
    .secondary_header .header_right {
        left: 70%;
        width: 30%;
    }
    .menu-top .first-part {
        margin-left: 0;
    }
    .menu-top .icons-menu {
        text-align: right;
        height: auto;
    }
    .menu-top .second-part {
        height: auto;
    }
    .menu-top .second-part .notifications {
        height: auto;
        background-color: transparent;
    }
    .menu-top .second-part .joms-notifications {
        width: 180px;
        padding: 10px 0;
        margin-top: 20px;
        background-color: transparent;
    }
}

@media all and (max-width: 767px) {
    .footer {
        padding: 3rem 0 2rem;
    }
    .footer .menu a {
        font-size: 1.4rem;
    }
    .footer .social a {
        font-size: 3rem;
        width: 8rem;
        height: 8rem;
        line-height: 8rem;
        margin: 3rem 1rem;
    }
    .copyright {
        margin-top: 10px;
    }
    .copyright-menu a,
    .footer .copyright {
        font-size: 14px;
    }
}

.top_service_menu {
    height: 45px;
}

.top_service_menu>div.col-5 {
    background: #ffffff;
}

.top_service_menu>div.col-7 {
    background: #e0dae2;
}

.topphrase.m-0 {
    font-size: 18px;
    line-height: 24px;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.services-menu>ul>li>a {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 12px !important;
}

.services-menu>ul>li>a:hover,
.services-menu>ul>li>a:focus,
.services-menu>ul>li>a:active {
    color: #fda50f;
    background: none !important;
}

.services-menu ul>li:before {
    content: "•";
    position: absolute;
    left: -1px;
    top: 1px;
    color: #000000;
}

.services-menu ul>li:first-child:before {
    content: "";
}

.line_color {
    background: #969a9bd9;
    height: 70px;
}

.reg-log-position>ul {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}

.moduletable>ul {
    padding: 0 !important;
}

.moduletable>ul>li:first-child>a {
    background: none !important;
}

.moduletable>ul>li:first-child>a>i {
    color: #ffffff;
}

#withmodules .submenu-withmodules {
    top: 70px !important;
}

.first-part>.guest-menu>ul>li>a {
    color: #ffffff;
}

.first-part>.guest-menu {
    margin-top: 3em;
    padding-right: 24px;
}

.menu-position.menu {
    height: 70px;
    display: flex;
    flex-flow: column;
}

.reg-log-position>ul>li>a>i {
    color: #363737;
    font-size: 1.4em;
}

.reg-log-position>ul>li:hover>a>i {
    color: #ffffff;
}

.reg-log-position>ul>li:hover>a>i {
    color: #ffa100 !important;
}

.joms-notifications>a>i.fas.fa-bell,
.joms-notifications>a>i.fas.fa-users,
.joms-notifications>a>i.fas.fa-envelope {
    font-size: 1.3em;
    color: #000;
}

.row_mod_menu {
    flex-basis: 20%;
}

.row_mod_menu h4 {
    font-size: 18px;
    line-height: 24px;
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.row_mod_menu>ul>li>a:hover,
.row_mod_menu>ul>li>a:focus,
.row_mod_menu>ul>li>a:active,
.row_mod_menu>ul>li>a.active,
.row_mod_menu>ul>li>a:link,
.row_mod_menu>ul>li>a:visited {
    color: #ffffff !important;
    background: none;
}

.row_mod_menu>ul {
    display: flex;
    flex-flow: column;
}

.row_mod_menu>ul>li>a {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 0 !important;
}

.line_one {
    flex-basis: 13%;
}

.line_one>div {
    height: 100%;
    display: flex;
}

.line_two {
    flex-basis: 50%;
}

.line_free {
    flex-basis: 20%;
}

.line_four {
    flex-basis: 10%;
}

.footer>.container {
    height: 100%;
}

.custom_text>div>p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

.custom_text {
    height: 100%;
    border-left: 2px solid #535353;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 2em;
}

.line_footer {
    width: 100%;
    border-bottom: 2px solid #535353;
    height: 71%;
}

.menu_footer {
    height: 78px;
    background: #3e3e3e;
    position: relative;
}

.menu_footer>.nav>li>a {
    padding: 27px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.menu_footer>.nav>li>a:hover,
.menu_footer>.nav>li>a:focus,
.menu_footer>.nav>li>a:active {
    color: #ffffff;
    background: none;
}

.menu_footer>.nav {
    display: flex;
    justify-content: space-between;
}

.menu_footer>.nav>li:nth-child(1)>a {
    padding-left: 0 !important;
}

.menu_footer::before {
    content: "";
    width: 54em;
    height: 78px;
    background: #3e3e3e;
    position: absolute;
    left: -54em;
}

.lan_mod {
    display: flex;
    justify-content: flex-end;
}

.lan_mod>.mod-languages {
    height: 78px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 85%;
}

.lan_mod>.mod-languages>ul>li>a {
    font-size: 14px;
    line-height: 24px;
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.lan_mod>.mod-languages>ul>li>a:hover {
    color: #ffa100;
}

.lan_mod>.mod-languages li {
    margin-left: 30px !important;
}

.date_link {
    display: flex;
}

.date_link>span {
    font-size: 18px;
    line-height: 30px;
    color: #545454;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.date_link>span>a {
    font-size: 18px;
    line-height: 30px;
    color: #545454;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.date_link>span>a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}

.copyright-menu>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.copyright-menu>ul>li:nth-child(1)>a {
    padding: 0 15px 0 0;
}

.copyright-menu>ul>li:nth-child(2)>a {
    padding: 0 0 0 15px;
}

.fa-facebook-f::before {
    content: "\f39e" !important;
}

i.icon-toucans {
    background: url("../../../images/toucan_icon_dark.png") no-repeat center;
    width: 32px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 0px;
    right: 8px;
    background-size: contain;
}

i.icon-toucans:hover,
i.icon-toucans:hover {
    background: url("../../../images/toucan_active.png") no-repeat center;
    width: 32px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: 0px;
    right: 8px;
    background-size: contain;
}

.fab.fa-twitter,
.fab.fa-facebook-f {
    font-size: 2.7em;
    color: #535353;
}

.fab.fa-twitter:hover,
.fab.fa-facebook-f:hover {
    color: #ffa100;
}

.social>div>p {
    display: flex;
    justify-content: flex-end;
}

.social>div>p>a:nth-child(2) {
    padding: 0 8em;
}

.line2_footer {
    border-bottom: 2px solid #535353;
    margin: 0 15px;
}

.list_header {
    font-size: 18px;
    line-height: 24px;
    color: #535353;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.item_li_footer>a {
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.item_li_footer>a:hover {
    color: #ffffff;
    text-decoration: none;
}

.menu_top {
    padding-top: 3.5em;
}

.copyright_text {
    font-size: 12px;
    line-height: 30px;
    color: #545454;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.copyright_text>a {
    font-size: 12px;
    line-height: 30px;
    color: #545454;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.copyright_text>a:hover {
    color: #545454;
    border-bottom: 1px solid #545454;
    text-decoration: none;
}

@media all and (max-width: 992px) {
    body {
        padding-right: 0px;
        padding-left: 0px;
    }
    .menu-bottom>.container {
        width: 100%;
        max-width: 100%;
    }
    .logo>a>img {
        width: 10em;
    }
}

.hotels-section__btn-show-more-block {
    margin-top: 40px;
}

.section__block-photo__info-tags {
    padding-right: 30px;
}

#top-listings .sort-by>label {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

#top-listings .filterbox>a {
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.toggleMap:link,
.toggleMap:valid,
.toggleMap:visited,
.toggleMap:hover {
    text-decoration: none;
    outline: none;
}

.col-4 #subcats {
    border-top: 1px solid #888888;
    padding-top: 20px;
}

.sub_btn_map .toggleMap {
    float: left;
}

.sub_btn_map .block-tag a:link,
.sub_btn_map .block-tag a:valid,
.sub_btn_map .block-tag a:visited,
.sub_btn_map .block-tag a:hover {
    text-decoration: none;
    color: #00415d;
}

.sub_btn_map .block-tag a {
    font-size: 14px;
    line-height: 22px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
}

#subcats .title {
    font-size: 14px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

#subcats .row-fluid a {
    font-size: 14px;
    line-height: 30px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.search_mod_header {
    margin-top: 164px;
    margin-bottom: 113px;
}

.search_mod_header>.moduletable {
    display: flex;
    justify-content: center;
}

.search_mod_header>.moduletable>form {
    height: 129px;
    display: flex;
    align-items: flex-end;
    background: #00000070;
    width: 88%;
    margin-bottom: 0;
    padding: 15px 30px 25px 30px;
    flex-flow: row nowrap;
}

.search_mod_header>.moduletable>form>.control-group>.controls>button {
    min-width: 262px;
    height: 59px;
    background-color: #ffa100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-radius: 0;
    text-shadow: none !important;
    border: none;
    margin-left: 15px;
}

.search_mod_header>.moduletable>form>div {
    margin-bottom: 0;
}

.search_mod_header>.moduletable>form>.typeahead-container {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.search_mod_header>.moduletable>form>.typeahead-container>.title_search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.search_mod_header>.moduletable>form>.typeahead-container>.title_search>p {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 5px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.search_mod_header>.moduletable>form>.typeahead-container>span>input {
    width: 100%;
    height: 59px;
    border-radius: 0;
    background-color: #ffffffe3;
    border: 2px solid #ffffffe3;
    font-size: 24px;
    line-height: 24px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 0;
}

.typeahead-list {
    box-shadow: 0px 5px 17.5px rgba(0, 0, 0, 0.75) !important;
}

.typeahead-list>.typeahead-group {
    border: 2px solid #fff !important;
    border-radius: 0;
}

.typeahead-list>.typeahead-group>a {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    height: 55px;
    display: flex;
    align-items: center;
    padding-left: 25px;
    background: #f5f5f5 !important;
}

.typeahead-list>li {
    border-bottom: 2px solid #fff !important;
    border-radius: 0;
}

.typeahead-list>li>a {
    height: 55px !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 25px !important;
    background: #ffffff;
}

.typeahead-list>li>a>span>.name {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #00415d !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
}

.typeahead-list>li>a>span>.catname {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #00415d !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600 !important;
}


/* ------------------------------------------------------------------------------- */

.video-about-me-block {
    width: 100%;
    display: flex;
    min-height: 170px;
}

.video-about-me-block>.video-about-me-block__left-text {
    flex-basis: 40%;
    background: #00add8;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 30px;
}

.video-about-me-block>.video-about-me-block__left-text>h3 {
    font-size: 36px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.video-about-me-block>.video-about-me-block__left-text>p {
    font-size: 18px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
}

.video-about-me-block>.video-about-me-block__right-video {
    flex-basis: 60%;
    background: url('../img/video_fon.jpg') no-repeat;
    background-size: cover;
    display: flex;
}

.no-video__add-video {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 70%;
    border-style: dashed;
    border-color: #fff;
    margin: 5px;
}

.transport-block__add-transport {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-style: dashed;
    border-color: #e1e1e1;
    margin: 60px 0;
    padding: 40px 0;
}

.no-video__add-video>p {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.transport-block__add-transport>p {
    font-size: 24px;
    line-height: 24px;
    color: #e1e1e1;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.no-video__add-video>.plus_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #ffffff73;
}

.transport-block__add-transport>.plus_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #e1e1e180;
    margin-top: 20px;
}

.photo-group-block__add-photo-block {
    padding: 60px 0;
}

.photo-group-block__add-photo-block>div>.add-top {
    display: flex;
}

.photo-group-block__add-photo-block>div>.add-top>.add-top__left {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 19%;
    border-style: dashed;
    border-color: #e1e1e1;
    padding: 40px 46px;
    height: 305px;
}

.add-top__right-text {
    width: 81%;
    padding-left: 30px;
}

.photo-group-block__add-photo-block>div>.add-top>.add-top__left>p {
    font-size: 24px;
    line-height: 24px;
    color: #e1e1e1;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.photo-group-block__add-photo-block>div>.add-top>.add-top__left>.plus_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #e1e1e180;
    margin-top: 20px;
}

.add-top__right-text>p {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.photo-group-block__add-photo-block>div>.add-top>.add-top__left>.plus_icon>a:hover {
    text-decoration: none;
}

.add-bottom {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-style: dashed;
    border-color: #e1e1e1;
    margin: 60px 0;
    padding: 40px 0;
}

.add-bottom>p {
    font-size: 24px;
    line-height: 24px;
    color: #e1e1e1;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.add-bottom>.plus_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #e1e1e180;
    margin-top: 20px;
}

.add-bottom>.plus_icon>a:hover {
    text-decoration: none;
}

.add-bottom>.plus_icon>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-bottom>.plus_icon>a>i {
    font-size: 30px;
    color: #ffffff;
}

.photo-group-block__add-photo-block>div>.add-top>.add-top__left>.plus_icon>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-group-block__add-photo-block>div>.add-top>.add-top__left>.plus_icon>a>i {
    font-size: 30px;
    color: #ffffff;
}

.no-video__add-video>.plus_icon>a:hover,
.transport-block__add-transport>.plus_icon>a:hover {
    text-decoration: none;
}

.no-video__add-video>.plus_icon>a,
.transport-block__add-transport>.plus_icon>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-video__add-video>.plus_icon>a>i,
.transport-block__add-transport>.plus_icon>a>i {
    font-size: 30px;
    color: #ffffff;
}

.left-text__block {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: #ffa100;
    width: 100%;
    padding: 75px 60px 75px 60px;
    min-height: 290px;
    border-radius: 300px 0px 0px 300px;
    position: relative;
}

.left-text__block::before {
    content: '';
    position: absolute;
    width: 66px;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    ;
}

.left-text__block>h5 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: left;
}

.left-text__block>a {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: underline;
}

.component-block__page-user__value-lan-and-country {
    min-height: 275px;
    background: #ffa100;
}

.component-block__page-user__value-lan-and-country>.container {
    min-height: 275px;
}

.value-lan-and-country__content {
    display: flex;
    justify-content: center;
    min-height: 275px;
}

.value-lan-and-country__content>.content__group-country {
    margin-right: 60px;
}

.value-lan-and-country__content>.content__lan-country {
    margin-left: 60px;
}

.value-lan-and-country__content>.content__group-country,
.value-lan-and-country__content>.content__lan-country {
    padding-top: 40px;
}

.value-lan-and-country__content>.content__group-country>ul {
    padding: 0;
}

.value-lan-and-country__content>.content__group-country>h4 {
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
}

.value-lan-and-country__content>.content__group-country>ul {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}

.value-lan-and-country__content>.content__group-country>ul>li>a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
}

.value-lan-and-country__content>.content__lan-country>ul {
    padding: 0;
}

.value-lan-and-country__content>.content__lan-country>h4 {
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}

.value-lan-and-country__content>.content__lan-country>ul {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.value-lan-and-country__content>.content__lan-country>ul>li>a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.content__group-circle-block {
    display: flex;
}

.content__group-circle-block>.content__group-circle-value:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 50%;
    width: 279px;
    height: 280px;
    background: #ffffff5c;
    padding-left: 35px;
    margin-right: -60px;
}

.content__group-circle-block>.content__group-circle-value:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 50%;
    width: 279px;
    height: 280px;
    background: #ffffff5c;
    padding-right: 35px;
    margin-left: -60px;
}

.content__group-circle-block>.content__group-circle-value:first-child>span {
    font-size: 120px;
    line-height: 48px;
    color: #004b71;
    font-family: "Open Sans";
    font-weight: 700;
}

.content__group-circle-block>.content__group-circle-value:last-child>span {
    font-size: 120px;
    line-height: 48px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
}

.transport-block__info {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.transport-block__info>.title-block {
    font-size: 36px;
    line-height: 48px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.transport-block__info>.sub-title {
    font-size: 18px;
    line-height: 36px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
}

.transport-block__info>.info__text {
    font-size: 16px;
    line-height: 30px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.component-block__page-user__reasons-pick-me {
    background: url('../img/fon-block.jpg') no-repeat;
    background-size: cover;
    min-height: 460px;
    display: flex;
    justify-content: center;
    padding-top: 135px;
}

.component-block__page-user__reasons-pick-me>.left-text>h3 {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.component-block__page-user__reasons-pick-me>.left-text {
    display: flex;
    margin-right: 100px;
    flex-flow: column;
}

.component-block__page-user__reasons-pick-me>.left-text>p {
    font-size: 30px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
}

.component-block__page-user__reasons-pick-me>.right-list ul>li {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.component-block__page-user__reasons-pick-me>.right-list ul>li>i {
    margin-right: 10px;
}

.section-featured {
    padding: 60px 0
}

.section-featured__title-section {
    width: 100%;
}

.section-featured__title-section>h3 {
    font-size: 24px;
    line-height: 36px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.section-featured__item-block {
    width: 100%;
}

.btn-showmore {
    width: 202px;
    height: 60px;
    background-color: #00415d;
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-showmore:hover {
    text-decoration: none;
    color: #ffffff;
}

.card-img {
    background: url("../img/img-card-1.png") no-repeat center;
    background-size: cover;
    height: 10em;
    display: flex;
    justify-content: flex-end;
}

.label_img-right>i {
    margin-right: 5px;
    color: #ffffff;
}

.label_img-left {
    position: relative;
}

.card-price {
    width: 100%;
    display: flex;
    background: #ffa100 !important;
    padding: 9px 0 4px 0;
    min-height: 37px;
}

.card-info__complexity-info.row.no-gutters,
.card-info__languages-tour.row.no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex-wrap: nowrap;
}

.card-price__value {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding-left: 1em;
}

.card-price__text {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-right: 1em;
}

.section-featured__item-block>div>.card {
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 2em;
}

.card-info__location>a {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    min-height: 36px;
}

.card-info__complexity-info__text>p,
.card-info__languages-tour__text>p {
    font-size: 12px;
    line-height: 14px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0.3em;
}

.card-info__complexity-info__value>p,
.card-info__languages-tour__value>p {
    font-size: 12px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0.3em;
}

.card-info__complexity-info {
    display: flex;
}

.card-info__languages-tour {
    display: flex;
}

.card-info {
    display: flex;
    flex-flow: column;
}

.card-info__min-max-person {
    display: flex;
}

.card-info__min-person,
.card-info__max-person {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.card-user__avatar {
    background: url('../img/card-user-ava.png') no-repeat center;
    background-size: cover;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin-right: 1em;
}

.card-user__info-rew__top-devider {
    border-top: 2px solid #ebebeb;
    width: 5em;
}

.card-info {
    padding: 0.5em 1em 0 1em;
}

.card-user {
    padding: 1em 1em 0.5em 1em;
    display: flex;
}

.card-user__info-rew__name>span {
    font-size: 12px;
    color: #3f97b5;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.card-user__info-rew__rew>span {
    font-size: 12px;
    color: #3f97b5;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.card-info__min-person__value,
.card-info__max-person__value {
    font-size: 12px;
    line-height: 30px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.card-info__min-person__text,
.card-info__max-person__text {
    font-size: 12px;
    color: #e0dae2;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.card-info__min-max-person__icon-arrow {
    display: flex;
    align-items: center;
    margin: 0 1em;
}

.card_item {
    margin-bottom: 30px;
}

.hotels-section {
    padding: 4em 0;
    background: #f5f5f5;
}

.hotels-section__title {
    width: 100%;
    margin-bottom: 4em;
}

.hotels-section__title>h2 {
    font-size: 60px;
    line-height: 66px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.hotels-section__btn-show-more-block__btn {
    font-size: 24px;
    line-height: 24px;
    color: #282828;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #ffa100;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotels-section__btn-show-more-bloc {
    margin-top: 4em;
}

.hotels-section__btn-show-more-block__btn:hover {
    color: #282828;
    text-decoration: none;
}

.section-featured__sorting-section {
    display: flex;
}

.section-featured__sorting-section>ul {
    display: flex;
    padding: 0;
    flex-flow: row wrap;
}

.section-featured__sorting-section>ul>li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.section-featured__sorting-section>ul>li>a:hover {
    text-decoration: none;
}

.section-featured__sorting-section>ul>li>a {
    border: 2px solid #00415d;
    height: 40px;
    width: max-content;
    background: none;
    font-size: 14px;
    color: #00415d;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.section-featured__sorting-section>ul>li>a.active {
    border: 2px solid #ffa100;
    font-size: 14px;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}


/* Style System Message */

#system-message-container #system-message {
    margin: 0 15px 15px 15px;
}

#system-message-container .alert {
    padding: 20px;
    background-color: #f0dc7e;
    border-color: #f0dc7e;
}

#system-message-container .alert.alert-success {
    background-color: #63AC44;
    border-color: #63AC44;
}

#system-message-container .alert.alert-error {
    background-color: #fe4a5d;
    border-color: #fe4a5d;
}

#system-message-container .alert.alert-info {
    background-color: #0087d0;
    border-color: #0087d0;
}

#system-message-container .alert.alert-warning {
    background-color: #f0dc7e;
    border-color: #f0dc7e;
}

#system-message-container .alert.alert-message {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    padding: 20px;
}

#system-message-container .alert h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

#system-message-container .alert-message {
    margin: 10px 0;
    padding: 0px;
    border-left: 0px solid #eee;
    font-size: 14px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

#system-message-container .alert.alert-message .alert-message,
#system-message-container .alert.alert-message h4 {
    color: #468847;
}

#system-message-container .alert-warning .alert-message,
#system-message-container .alert-warning h4 {
    color: #ff001b;
}

#system-message-container .alert-info .alert-message,
#system-message-container .alert-error .alert-message,
#system-message-container .alert-success .alert-message,
#system-message-container .alert-info h4,
#system-message-container .alert-error h4,
#system-message-container .alert-success h4 {
    color: #fff;
}

#system-message-container .close {
    padding: 0 8px;
    border-radius: 2px;
    opacity: 1;
    top: -10px;
    right: -14px;
    color: #fff;
}

#system-message-container .alert-message .close {
    color: #468847;
}


/* Style System Message */

@media (min-width: 768px) and (max-width: 991px) {
    .popular-themes-section__right-block-shorter {
        margin-left: -300px !important;
    }
    .footer {
        height: auto;
    }
    .footer>.container>div>.row.line_free div {
        width: 100%;
        flex: 0 0 100%;
        max-width: 1000%;
    }
    .footer>.container>div>.line_two .row_mod_menu {
        flex-basis: 50%;
    }
    .footer>.container>div>.line_four>div:first-child {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .footer>.container>div>.line_four>div:first-child .terms_ser {
        text-align: left;
    }
    .footer>.container>div>.line_four .line2_footer {
        display: none;
    }
    .footer>.container>div>.line_four>div:last-child {
        margin-top: 10px;
    }
    .footer>.container>div>.line_four .social>div>p {
        position: absolute;
        right: 0;
        border-top: 2px solid #535353;
        padding: 15px 5px 0 10px;
    }
    .footer>.container>div>.line_four .social>div {
        min-height: 60px;
        min-width: 350px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .menu_footer>.nav>li>a {
        padding: 27px 10px !important;
        font-size: 13px;
    }
    .footer>.container>div>.line_four .line2_footer {
        display: none;
    }
    .menu-bottom .menu-position #withmodules>li {
        margin-right: 25px;
    }
}

@media (min-width: 1199px) and (max-width: 1366px) {
    .footer>.container>div>.line_four .line2_footer {
        display: none;
    }
    .menu-bottom .menu-position #withmodules>li {
        margin-right: 44px;
    }
}

.copyright_text {
    padding: 5px 0 15px 0;
    font-size: 12px;
    line-height: 15px;
    color: #545454;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.copyright_text>a {
    font-size: 12px;
    color: #545454;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-decoration: none;
}


/* --------------------------------------------------------------------------------------------------- */


/* Style Error 404 page */

body,
html {
    width: 100%;
    height: 100%;
}

.container-error {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
}

.container-error .error-img {
    width: 40%;
    height: 100%;
}

.container-error .error-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.container-error .text-error {
    width: 60%;
}

.text-error {
    display: flex;
    flex-flow: column;
    padding-top: 170px;
    padding-left: 50px;
}

.text-error .error-type {
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
}

.text-error .error-type p {
    font-size: 72px;
    line-height: 56px;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.text-error .error-type p:nth-child(2) {
    font-size: 50px;
    line-height: 36px;
}

.text-error .error-title {
    display: flex;
    flex-flow: column;
}

.text-error .error-title>p:nth-child(1) {
    font-size: 30px;
    line-height: 42px;
    color: #0d0c10;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.text-error .error-title>p:nth-child(2) {
    font-size: 24px;
    line-height: 42px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.text-error .error-title {
    margin-bottom: 20px;
}

.btn-error>a:link,
.btn-error>a:valid,
.btn-error>a:visited,
.btn-error>a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-error>a {
    display: table;
    font-size: 24px;
    line-height: 59px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 59px;
    background-color: #ffa100;
    padding: 0 40px;
}

@media all and (max-width: 1200px) {
    .container-error {
        display: flex;
        flex-flow: column-reverse;
        height: 100%;
        align-items: center;
    }
    .text-error {
        display: flex;
        flex-flow: column;
        padding-top: 10%;
        padding-left: 0;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
    .container-error .error-img {
        width: 260px;
    }
}

.container-error-mob {
    height: 100%;
    align-items: center;
    padding: 0 15px;
    overflow: scroll;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
}

.container-error-mob .error-img-mob {
    width: 100%;
    padding: 0 31% 0 20%;
    flex-basis: 45%;
}

.container-error-mob .error-img-mob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
}

.container-error-mob .text-error-mob {
    padding-top: 45px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    flex-basis: 55%;
}

.text-error-mob {
    display: flex;
    flex-flow: column;
}

.text-error-mob .error-type-mob {
    display: flex;
    flex-flow: column;
    margin-bottom: 15px;
    text-align: center;
}

.text-error-mob .error-type-mob p {
    font-size: 14em;
    line-height: 0.7em;
    color: #ffa100;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.text-error-mob .error-type-mob p:nth-child(2) {
    font-size: 10em;
    line-height: 1em;
}

.text-error-mob .error-title-mob {
    display: flex;
    flex-flow: column;
    text-align: center;
}

.text-error-mob .error-title-mob>p:nth-child(1) {
    font-size: 44px;
    line-height: 62px;
    color: #0d0c10;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.text-error-mob .error-title-mob>p:nth-child(2) {
    font-size: 34px;
    line-height: 84px;
    color: #888888;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.text-error-mob .error-title-mob {
    margin-bottom: 10px;
}

.btn-error-mob>a:link,
.btn-error-mob>a:valid,
.btn-error-mob>a:visited,
.btn-error-mob>a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-error-mob>a {
    display: table;
    font-size: 64px;
    line-height: 116px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 116px;
    background-color: #ffa100;
    padding: 0 40px;
    box-shadow: 0px 2px 2.5px rgba(0, 0, 0, 0.25);
    width: 100%;
}


/* END Style Error 404 page */


/* ---------------------------------------------------------------------------- */


/* Style Career Pages     */

.career-cat {
    display: flex;
    flex-flow: row wrap;
}

.career-cat>div {
    width: 33.3333%;
    padding: 0 30px 30px 0;
}

.career-cat>div>.cat-block-item {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    height: 175px;
}

.cat-block-item .page-header {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    display: flex;
    flex-flow: column;
    padding: 0;
}

.cat-block-item .page-header a:link,
.cat-block-item .page-header a:valid,
.cat-block-item .page-header a:visited,
.cat-block-item .page-header a:hover {
    text-decoration: none;
}

.cat-block-item .page-header a {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    flex-grow: 1;
    padding: 15px;
    text-align: left;
}

.cat-block-item .page-header>span {
    display: flex !important;
    align-items: center;
    height: 60px;
    padding: 0 15px;
    border-radius: 0;
    background: none;
    border-top: 1px solid #888888;
    font-size: 14px;
    line-height: 18px;
    color: #00afab;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
}

.cat-block-item .page-header>span>span {
    font-weight: 400;
    margin: 0 5px;
}

.cat-block-item .page-header>span>i {
    margin-top: 3px;
}

.img-career-block {
    position: relative;
    width: 100%;
    height: 668px;
    margin-bottom: 35px;
    padding-top: 25px;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.img-career-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-career-block p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    color: #00ffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0 0 30px 0;
}

.img-career-block p:nth-child(3) {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 67%;
}

.text-block-career {
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.career-title .page-header h2 {
    font-size: 60px !important;
    line-height: 60px !important;
    color: #191919 !important;
    font-weight: 800 !important;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 20px auto 30px auto !important;
}

.career-section>p {
    font-size: 24px;
    line-height: 18px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.depart-item {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
    margin-bottom: 30px;
}

.depart-item>a {
    font-size: 24px;
    line-height: 36px;
    color: #00afab;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.depart-item>.cat-item {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.depart-item>.cat-item>span {
    font-weight: 600;
}

.depart-item>.date-item {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.depart-item>.desc-item {
    font-size: 14px;
    line-height: 30px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.depart-item .action_block {
    display: flex;
    align-items: center;
}

.depart-item .action_block a:link,
.depart-item .action_block a:valid,
.depart-item .action_block a:visited,
.depart-item .action_block a:hover {
    text-decoration: none;
}

.depart-item .action_block a:nth-child(1) {
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    height: 50px;
    background-color: #00afab;
    display: table;
    padding: 0 15px;
    border: 0;
    margin-right: 10px;
}

.depart-item .action_block a:nth-child(2) {
    font-size: 14px;
    line-height: 50px;
    color: #00afab;
    font-weight: 400;
    font-family: "Open Sans";
    height: 50px;
    background-color: #ffffff;
    border: 1px solid #00afab;
    display: table;
    padding: 0 15px;
}

.dep-module-cat {
    text-align: left;
}

.career-sub-title {
    font-size: 60px;
    line-height: 60px;
    color: #191919;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 0px 0 30px 0;
    display: block;
}

.career-sub-title-go-back a {
    font-size: 14px;
    line-height: 18px;
    color: #00afab;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.career-sub-title-go-back a i {
    margin-right: 10px;
}

.dep-module-cat>h3 {
    font-size: 18px;
    line-height: 18px;
    color: #888888;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 25px 40px;
}

.dep-module-cat .categories-module a:link,
.dep-module-cat .categories-module a:valid,
.dep-module-cat .categories-module a:visited,
.dep-module-cat .categories-module a:hover {
    text-decoration: none;
}

.dep-module-cat .categories-module a {
    font-size: 14px;
    line-height: 20px;
    color: #191919;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.dep-module-cat .categories-module p {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.dep-module-cat .categories-module p span {
    font-weight: 400;
}

.page-header {
    padding-bottom: 0 !important;
    margin: 0 !important;
    border-bottom: 0 !important;
}

.careerPages {
    background: #282828;
}

.careerPages .menu-position>ul.menu>li>a,
.careerPages .menu-position>ul.menu>li>span {
    color: hsla(0, 0%, 100%, 0.58);
}

.careerPages .menu-position>ul.menu>li>a>i,
.careerPages .menu-position>ul.menu>li>span::before {
    color: hsla(0, 0%, 100%, 0.58) !important;
}

.careerPages .reg-log-position>ul>li {
    background-color: #ffffff14 !important;
}

.careerPages .line_color {
    background: #282828;
}

.careerPages .reg-log-position>ul>li a>i {
    color: #525252;
}

.careerPages .menu-position>ul.menu>li>a:hover::after {
    color: #ffff;
}

.careerPages .menu-position ul.menu>li:hover>a,
.careerPages .menu-position ul.menu>li.opened>a,
.careerPages .menu-position ul.menu>li:hover>span,
.careerPages .menu-position ul.menu>li.opened>span {
    color: #ffff;
}

.menu-bottom .menu-position>ul.menu>li>a:hover::after,
.menu-bottom .menu-position>ul.menu>li>span:hover::after {
    color: #ffff;
}

.careerPages .hover-title .menu-position .line-hover-title::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.28);
    top: 0;
    left: -49.9%;
}

.career-articles {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 15px 30px;
}

.career-template {
    padding-top: 50px;
}

.career-articles .page-header h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 36px;
    color: #00afab;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.career-articles .article-info .category-name {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}

.career-articles .article-info .category-name a {
    font-weight: 600;
    color: #888888;
}

.career-articles .article-info .published {
    font-size: 14px;
    line-height: 36px;
    color: #888888;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.career-articles .full-text-career {
    font-size: 14px;
    line-height: 30px;
    color: #191919;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.career-articles .full-text-career ul {
    padding-left: 0;
}

.career-articles {
    margin-bottom: 50px;
}

.career-articles .bottom-text {
    color: #888888;
}

.career-articles .btn-reg>a,
.career-articles .btn-reg>a,
.career-articles .btn-reg>a,
.career-articles .btn-reg>a {
    text-decoration: none;
    color: #ffffff;
}

.career-articles .btn-reg>a {
    height: 50px;
    background-color: #00afab;
    display: table;
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    margin: 40px 0;
}

.title-page-art h2 {
    font-size: 60px;
    line-height: 60px;
    color: #191919;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
}

.career-template .nav-tabs {
    border-bottom: none;
}

.no-art-cat {
    position: relative;
    height: 496px;
}

.no-art-cat img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-art-img p {
    position: relative;
    z-index: 1;
}

.no-art-img p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    color: #00ffff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
}

.no-art-img p:nth-child(3) {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.subheading-category.career-sub-title-vacancies {
    margin-bottom: 35px;
    display: block;
}


/* END Style Career Pages     */