@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src: url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

* {
    text-align: left;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    font-family: Raleway-Medium;
    color: #0B102D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    scrollbar-color: #007EC6 #f1f1f1;
    scrollbar-width: 15px;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #007EC6;
}

::-webkit-scrollbar-thumb:hover {
    background: #0B102D;
}

b, strong, sub, sup, font {
    color: inherit !important;
    font-family: inherit !important;
}

main.main_404 {
    padding: 200px 25px;
    text-align: center;
}

.main_404 .btn_a {
    margin-top: 25px;
}

main.main_404 * {
    text-align: center;
}

main.main_404 div {
    width: 100%;
}

main.main_privacy_policy {
    padding-bottom: 50px;
}

main.main_privacy_policy * {
    text-align: left !important;
}

main.main_privacy_policy p {
    margin-bottom: 10px;
}

.section_content h2, .section_content h3, .section_content h4 {
    margin-bottom: 25px;
    margin-top: 25px;
}

main {
    padding-top: 100px;
}

.width_100 {
    width: 100% !important;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
}

.width_100>ul {
    pointer-events: auto !important;
}

button:focus {
    outline: none;
    border: none;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

.overflow_x_hidden {
    overflow-x: hidden;
}

.opacity_0 {
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.opacity_1 {
    opacity: 1 !important;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
}

h1 {
    font-size: 32px;
    font-family: Raleway-ExtraBold;
    position: relative;
    display: table;
    margin: 25px 0;
}

.h1_bigger {
    font-size: 46px;
}

h1:before {
    content: '';
    position: absolute;
    transform: translate(-80%, -25%);
    -webkit-transform: translate(-80%, -25%);
    -moz-transform: translate(-80%, -25%);
    -ms-transform: translate(-80%, -25%);
    -o-transform: translate(-80%, -25%);
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left: solid #007EC6 9px;
    border-top: solid #007EC6 9px;
    border-bottom: solid #007EC6 9px;
    border-right: solid transparent 9px;
    background-color: transparent;
    vertical-align: middle;
}

h2 {
    font-family: Raleway-ExtraBold;
    font-size: 32px;
    margin-left: 0px;
    line-height: 32px;
    display: inline-block;
    position: relative;
}

h2:before {
    content: '';
    position: absolute;
    transform: translate(-80%, -25%);
    -webkit-transform: translate(-80%, -25%);
    -moz-transform: translate(-80%, -25%);
    -ms-transform: translate(-80%, -25%);
    -o-transform: translate(-80%, -25%);
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left: solid #007EC6 9px;
    border-top: solid #007EC6 9px;
    border-bottom: solid #007EC6 9px;
    border-right: solid transparent 9px;
    background-color: transparent;
    vertical-align: middle;
}

.h3_before {
    position: relative;
}

.h3_before:before {
    content: '';
    position: absolute;
    transform: translate(-80%, -25%);
    -webkit-transform: translate(-80%, -25%);
    -moz-transform: translate(-80%, -25%);
    -ms-transform: translate(-80%, -25%);
    -o-transform: translate(-80%, -25%);
    width: 25px;
    height: 25px;
    left: 0;
    top: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left: solid #007EC6 6px;
    border-top: solid #007EC6 6px;
    border-bottom: solid #007EC6 6px;
    border-right: solid transparent 6px;
    background-color: transparent;
    vertical-align: middle;
}

.no_before:before {
    content: none !important;
}

.before_desaturated:before {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .19;
}

.margin_50_0 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.foot_form_wrap h2 {
    font-family: Raleway-Bold;
    font-size: 21px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: -5px;
    display: inline-block;
}

.foot_form_wrap h2:before {
    content: '';
    position: static;
    display: inline-block;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    width: 25px;
    height: 25px;
    margin-top: -3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left: solid #007EC6 5px;
    border-top: solid #007EC6 5px;
    border-bottom: solid #007EC6 5px;
    border-right: solid transparent 5px;
    background-color: transparent;
    vertical-align: middle;
}

h4 {
    font-family: Raleway-Bold;
    font-size: 21px;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: -5px;
    display: inline-block;
}

h4:before {
    content: '';
    display: inline-block;
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    width: 25px;
    height: 25px;
    margin-top: -3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left: solid #007EC6 5px;
    border-top: solid #007EC6 5px;
    border-bottom: solid #007EC6 5px;
    border-right: solid transparent 5px;
    background-color: transparent;
    vertical-align: middle;
}

a {
    color: #007EC6;
    text-decoration: underline;
}

.btn_a_blue {
    color: #fff !important;
    display: inline-block;
    background: transparent linear-gradient(180deg, #007EC6 0%, #0098EF 100%) 0% 0% no-repeat;
    border: none;
    border-radius: 20px 0px;
    padding: 12px 42px;
    color: #fff;
    font-family: Raleway-Medium !important;
    font-size: 18px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.btn_a_blue:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.btn_a_black {
    display: inline-block;
    text-decoration: none;
    background-color: #000D26;
    border: none;
    border-radius: 20px 0px;
    padding: 12px 35px;
    color: #fff;
    font-family: Raleway-SemiBold;
    font-size: 18px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.btn_a_black:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.btn_a {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

.btn_a:before, .btn_a:after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all ease 0.8s;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    border-top: 1px solid #fff;
}

.btn_a:after {
    transition-delay: 0.2s;
}

.btn_a:hover:before, .btn_a:hover:after {
    left: 100%;
}

.btn_a_nobtn {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-family: Raleway-SemiBold;
    padding-right: 35px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.btn_a_nobtn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.btn_a_nobtn:after {
    content: '\00276F';
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: inherit;
    font-size: inherit;
    font-family: inherit;
}

.max_width_1530 {
    max-width: 1530px;
    margin: 0 auto;
}

.flex_space_betweeen {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.flex_space_betweeen_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* MENU */

.hamburger {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    background: transparent linear-gradient( 180deg, #007EC6 0%, #0098EF 100%) 0% 0% no-repeat;
    border: none;
    border-radius: 20px 0px;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.blok {
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.blok1 {
    width: 40%;
    opacity: 0;
    top: 25%;
    right: 15%;
}

.blok2 {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
}

.blok3 {
    width: 40%;
    opacity: 0;
    bottom: 25%;
    left: 15%;
}

.blok4 {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.blokk4 {
    transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}

.blokk2 {
    transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
}

.blokk {
    opacity: 1;
}

.blokk3 {
    opacity: 1;
}

.no_border_radius {
    border-radius: 0 !important;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.menu_logo {
    max-width: 300px;
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
    margin-right: 50px;
    /*margin-left: 85px; */
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.menu_logo img {
    vertical-align: middle;
    width: 100%;
}

/* MORE*/

#site-navigation>ul>li.hidden {
    display: none;
}

.more {
    cursor: default;
    float: right;
    text-decoration: none;
    position: relative;
}

.more>a {
    font-family: Raleway-Bold;
    color: #000D26 !important;
}

.more>a:hover {
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
}

.more a img {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 15px;
}

.more ul {
    height: auto !important;
    min-width: 100%;
}

.more ul li {
    text-align: left;
    display: block !important;
}

#site-navigation .more>ul {
    background-color: #fff;
    display: none;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 150%;
    left: 0;
}

.more:hover>ul {
    top: 80% !important;
    transition: top .5s ease-in-out;
    -webkit-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    -ms-transition: top .5s ease-in-out;
}

.more:hover ul {
    display: block !important;
    border-bottom-right-radius: 30px;
    background-color: #fff;
    height: auto;
    box-shadow: #3A455A28 0px 7px 45px;
}

/* END MORE MENU*/

/* PRIMARY MENU */

.menu_background {
    height: 100px;
    width: 100%;
    max-width: 1565px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0px 0px 50px 0px;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    position: relative;
}

.menu_background:before {
    content: '';
    height: 100%;
    width: 200%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50px;
    background-color: #fff;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    box-shadow: 0 3px 24px #00000011;
}

.menu_background:after {
    content: '';
    border-radius: 0px 0px 50px 0px;
    height: 100%;
    width: calc(100% - 50px);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50px;
    background-color: #fff;
    box-shadow: 0 3px 24px #00000011;
}

.primary-navigation {
    position: fixed;
    z-index: 99;
    height: 100px;
    width: 100%;
    top: 0;
    /* background-image: linear-gradient(to right, #fff 50%, transparent 0%); */
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.primary-navigation .set_max_width_set_margin, .primary-navigation .set_max_width {
    height: 100%;
}

.primary-navigation ul {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}

.primary-navigation ul li a {
    text-align: center;
}

.primary-menu-container li {
    font-size: 18px;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.primary-menu-container li a {
    text-decoration: none;
    margin-right: 40px;
    margin-left: 40px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.menu li a:hover {
    color: #007EC6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.menu-item a {
    position: relative;
    font-family: Raleway-Bold;
    color: #0B102D;
    display: inline-block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.menu-item a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.primary-menu-container {
    height: 100%;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

.primary-menu-container-mobile {
    clear: both;
    background-color: #fff;
    position: absolute;
    top: 100px;
    height: calc(100vh - 100px);
    width: 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.primary-menu-container-mobile ul {
    background-color: #fff;
    list-style: none;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 15px 0px 15px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.primary-menu-container-mobile>ul {
    padding-left: 25px;
    margin-bottom: 25px;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    height: 100%;
    padding-top: 50px;
}

.primary-menu-container-mobile ul::-webkit-scrollbar {
    display: none;
    width: 0 !important;
}

.primary-menu-container-mobile ul li {
    text-align: left;
    height: auto;
    /* padding-right: 15px; */
}

.primary-menu-container-mobile ul li a {
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 25px !important;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
}

.primary-navigation .current-menu-item>a {
    color: #007EC6;
    position: relative;
}

.primary-navigation .current-menu-parent>a {
    color: #007EC6;
    position: relative;
}

/* SUBMENU */

.submenu_arrow_down_wrap {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.submenu_arrow_down, .primary-menu-container-mobile .submenu_arrow_down {
    position: absolute;
    color: #151627;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    bottom: -2px;
    left: 10px;
}

.primary-menu-container .menu-item-has-children .sub-menu .submenu_arrow_down {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    bottom: 0px;
}

.primary-menu-container .more .menu-item-has-children .sub-menu .submenu_arrow_down {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    bottom: -2px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a {
    position: relative;
}

.primary-menu-container .menu-item-has-children .sub-menu {
    display: none;
    min-width: 100%;
    border-bottom-right-radius: 30px;
    background-color: #fff;
    height: auto;
    box-shadow: #3A455A28 0px 7px 45px;
    z-index: 2;
}

.primary-menu-container .more .menu-item-has-children .sub-menu {
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.primary-menu-container-mobile .menu-item-has-children .sub-menu {
    display: block;
}

.menu-item-has-children .sub-menu li, .more li {
    justify-content: left;
}

.primary-menu-container>ul>.menu-item-has-children:hover>.sub-menu {
    position: absolute;
    display: block;
    top: 80%;
}

.primary-menu-container>ul>li>.sub-menu .menu-item-has-children:hover .sub-menu {
    position: absolute;
    display: block;
    top: 0%;
    left: 100%;
}

.primary-menu-container>ul>.menu-item-has-children>.sub-menu li, .primary-menu-container .more ul li {
    height: auto;
    min-width: 100%;
    width: auto;
    padding: 15px 10px;
    padding-right: 30px;
}

.sub-menu li a, .more li a {
    margin: 0 !important;
    text-align: left;
}

/* STICKY */

/* 
.primary-navigation-sticky {
    height: 83px;
}

.primary-navigation-sticky .menu_logo {
    height: 83px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.primary-navigation-sticky .primary-menu-container-mobile {
    top: 83px;
    height: calc(100vh - 83px);
} */

/* MENU FLOAT RIGHT */

.menu_float_right {
    float: right;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    position: relative;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

.menu_float_right ul {
    list-style: none;
}

/* HERO */

.hero_wrap {
    width: 100%;
    background-color: #F9F9F9;
    height: 100vh;
    min-height: 800px;
    overflow: hidden;
    padding-top: 100px;
}

.hero {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.hero_left {
    position: relative;
    width: 40%;
    height: calc(100vh - 100px);
    min-height: 800px;
    z-index: 1;
}

.hero_left h1 {
    font-family: Raleway-ExtraBold;
    font-size: 46px;
    display: inline-block;
    line-height: 54px;
}

.hero_left h1:before {
    content: none;
}

.hero_left p {
    font-size: 20px;
    line-height: 32px;
    margin: 27px 0px;
}

.hero_left div {
    width: 440px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hero_right {
    position: relative;
    height: calc(100vh - 100px);
    min-height: 800px;
    width: 60%;
}

.hero_dotted_background {
    position: absolute;
    right: -10%;
    bottom: 0;
    width: 95%;
    height: 60%;
    background-image: radial-gradient(#B0BCCC 20%, transparent 20%);
    background-position: 0 0;
    background-size: 8px 8px;
    z-index: 0;
}

.left_dotted_background {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 50%;
    height: 60%;
    background-image: radial-gradient(#B0BCCC 20%, transparent 20%);
    background-position: 0 0;
    background-size: 8px 8px;
    z-index: -2;
}

.hero_sekce_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    height: 70%;
}

.hero_sekce_wrap a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
}

.hero_sekce_wrap a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hero_sekce_wrap span {
    position: absolute;
    width: 100%;
    padding: 0px 20px;
    left: 0;
    bottom: 40px;
    text-align: center;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 28px;
}

.bg_transition_overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40%;
    background-image: linear-gradient(to bottom, #ffffff00 0%, #4E5E668A 50%);
}

.hero_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero_sekce_leva {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 45%;
    border-radius: 100px 0px 0px 0px;
    margin-right: 15px;
}

.hero_sekce_prava {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 45%;
    border-radius: 0px 0px 100px 0px;
    margin-left: 15px;
}

.hero_sekce_prava a, .hero_sekce_leva a {
    display: block;
    height: 100%;
}

.uvod_odkaz_a {
    display: inline-block;
    font-family: Raleway-SemiBold;
    font-size: 18px;
    text-decoration: none;
    color: #090B2C;
    padding: 12px 0px;
    margin-left: 20px;
    vertical-align: top;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.uvod_odkaz_a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.uvod_odkaz_a img {
    vertical-align: middle;
    margin-left: 10px;
}

/* SLUŽBY */

.uvod_sluzby {
    position: relative;
}

.uvod_sluzby h2 {
    font-family: Raleway-Bold;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}

.uvod_sluzby_wrap {
    background-color: #F4F4F8;
    width: 100%;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

.uvod_sluzby_leva {
    padding: 42px 34px 145px 0px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.uvod_sluzby_prava {
    position: static;
    z-index: 0;
    padding: 42px 0px 145px 34px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.uvod_sluzby_prava_background {
    position: absolute;
    left: 50%;
    /* height: calc(100% - 42px); */
    top: 0;
    height: 100%;
    width: 200%;
    z-index: -1;
    background-color: #fff;
    border-radius: 50px 0px 0px 0px;
}

.uvod_sluzby_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.uvod_sluzba {
    width: 50%;
    min-height: 65px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.uvod_sluzba:nth-of-type(odd) {
    padding-right: 7px;
}

.uvod_sluzba:nth-of-type(even) {
    padding-left: 7px;
}

.uvod_sluzba div {
    margin-left: 20px;
}

.uvod_sluzba h4 {
    font-size: 18px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.uvod_sluzba h4:before {
    content: none;
}

.uvod_sluzba p {
    font-size: 16px;
    line-height: 24spx;
    margin-top: 7px;
}

.uvod_sluzba img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    vertical-align: middle;
}

.vsechny_sluzby_a {
    margin-top: 25px;
    /* display: inline-block; */
    font-family: Raleway-SemiBold;
    font-size: 18px;
    /* position: absolute;
    bottom: 130px; */
}

.vsechny_sluzby_a_prava {
    color: #0B102D;
}

.vsechny_sluzby_a_leva {
    color: #007EC6;
}

/* OBRÁZKY */

/* .obrazky {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.obrazky_wrap {
    width: calc(100%/3);
    margin: 5px;
}

.obrazky_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* O NÁS */

.o_nas {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 125px 0px;
}

.o_nas_left {
    width: 50%;
    /* padding-left: 35px; */
    padding-right: 35px;
}

.o_nas_left p {
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.o_nas_right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.o_nas_img {
    object-fit: cover;
    width: 50%;
    /* height: 243px; */
}

.o_nas_img:nth-child(1) {
    border-right: 7px solid #fff;
    border-bottom: 7px solid #fff;
    /* padding-right: 7px; 
 padding-bottom: 7px;  */
}

.o_nas_img:nth-child(2) {
    border-radius: 0px 50px 0px 0px;
    /* padding-left: 7px;
    padding-bottom: 7px;  */
    border-left: 7px solid #fff;
    border-bottom: 7px solid #fff;
}

.o_nas_img:nth-child(3) {
    border-radius: 0px 0px 0px 50px;
    /* padding-right: 7px;
    padding-top: 7px;  */
    border-right: 7px solid #fff;
    border-top: 7px solid #fff;
}

.o_nas_img:nth-child(4) {
    /* padding-left: 7px;
    padding-top: 7px;  */
    border-left: 7px solid #fff;
    border-top: 7px solid #fff;
}

/* FOOT */

#footer {
    overflow-x: hidden;
}

.foot_wrap {
    position: relative;
    min-height: 530px;
}

.foot_adresa {
    padding-top: 60px;
    padding-bottom: 10px;
    width: 50%;
}

.foot_wrap .position_relative {
    position: relative;
    min-height: 530px;
    height: 100%;
}

.kontakt_ul {
    list-style: none;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.kontakt_ul li {
    margin-bottom: 15px;
    line-height: 29px;
}

.kontakt_ul li, .kontakt_ul ul li * {
    font-family: OpenSans-Regular;
}

.kontakt_ul li strong {
    font-family: OpenSans-Bold;
}

.kontakt_ul li a {
    text-decoration: none;
}

.kontakt_ul li a {
    color: #090B2C;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.kontakt_ul li a:hover {
    color: #007EC6;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.kontakt_ul li img {
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.foot_text_wrap p {
    margin: 25px 0;
    line-height: 1.5em;
    font-family: OpenSans-Regular;
}

.foot_text_wrap p a {
    color: #090B2C;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.foot_text_wrap p a:hover {
    color: #090B2C;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.foot_left {
    background-color: #E0EBFA66;
    border-radius: 0px 50px 0px 0px;
    width: 53%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

.foot_dotted_background {
    position: absolute;
    /* right: 7.5%; */
    width: 63%;
    /* right: -5%; */
    height: 87%;
    bottom: 0;
    left: 45%;
    background-image: radial-gradient(#B0BCCC 20%, transparent 20%);
    background-position: 0 0;
    background-size: 8px 8px;
}

.foot_dotted_background_res {
    display: none;
}

/* FORM */

.foot_form_wrap {
    position: absolute;
    width: 45%;
    right: 0;
    top: 0;
    height: 100%;
}

.foot_form_wrap form {
    background-color: #fff;
    box-shadow: 0px 3px 50px #090B2C1C;
    border-radius: 0px 0px 50px 0px;
    padding: 30px;
    width: 85%;
    min-height: 105%;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0;
}

.foot_form_wrap form .form_field {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
}

.foot_form_wrap form .form_field_button {
    display: flex;
    flex-wrap: nowrap;
    text-align: right;
    justify-content: flex-end;
}

.form_field input, .form_field label, .form_field textarea {
    width: 100%;
}

.foot_form_wrap form .form_field_button input {
    width: auto;
}

.form_field label {
    margin: 8px 0px;
}

.foot_form_wrap form .form_field_checkbox {
    margin: 20px 0px;
}

.foot_form_wrap form .form_field_checkbox div {
    /* align-items: flex-start; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
}

.form_field input[type="text"], .form_field input[type="textarea"], .form_field input[type="email"], .form_field input[type="tel"] {
    height: 47px;
    border: 1px solid rgba(78, 94, 102, 0.3);
    padding: 14px 19px;
    font-family: Raleway-Regular;
    font-size: 16px;
}

.form_field textarea {
    border: 1px solid rgba(78, 94, 102, 0.3);
    padding: 14px 19px;
    height: 73px;
    font-family: Raleway-Regular;
    font-size: 16px;
    resize: none;
}

.form_field input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.form_field input:focus, .form_field textarea:Focus {
    outline: none;
    border: 1px solid #090B2C;
}

.ckeckbox_ou_label {
    margin: 0px 0px !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

.wpcf7-response-output {
    border: 0 !important;
    padding: 0 10px 0 0 !important;
    margin: 0 !important;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.kontakt_submit_wrap {
    position: relative;
    display: inline-block;
}

.kontakt_submit_wrap .ajax-loader {
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* COPYRIGHT */

.foot-copyright {
    background-color: #000D26;
    width: 100%;
    line-height: 75px;
    position: relative;
    z-index: 1;
}

.foot-copyright * {
    color: #fff;
    vertical-align: middle;
    font-family: OpenSans-Regular;
}

.foot_copyright_left {
    width: 53%;
    overflow: hidden;
}

.foot_copyright_left a {
    color: #ffffff55;
    text-decoration: none;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.foot_copyright_left a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.foot_copyright_left>* {
    margin: 0px 10px;
}

.yashica_logo_img {
    width: 77px;
}

/* KONTAKT */

.kontakt_wrap {
    display: flex;
    flex-wrap: wrap;
}

.kontakt_left {
    padding-bottom: 75px;
    padding-left: 10px;
    padding-right: 10px;
}

.kontakt_right {
    display: flex;
    align-items: center;
}

.kontakt_map_wrap {
    padding: 0 10px;
}

#map {
    width: 100%;
    height: 320px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}

.kontakt_form_wrap {
    top: 50px;
}

.kontakt_dotted_background {
    height: 100%;
    top: 75px;
    bottom: auto;
    right: 0;
    left: auto;
    width: 55%;
}

/* AMBULANCE */

.main_bg {
    background-color: #F9F9F9;
}

.main_custom {
    position: relative;
    overflow-x: hidden;
}

.main_custom h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.main_custom:before {
    position: absolute;
    top: 0;
    right: -1px;
    content: url('../img/bg_1.jpg');
    z-index: 0;
}

.main_o_nas.main_custom:before {
    opacity: .1;
}

.section_ambulance {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

.ambulance_content_wrap .wp-block-image figure img {
    border-bottom-right-radius: 50px;
}

.ambulance_content_wrap {
    margin-left: 10px;
    margin-right: 10px;
}

.ambulance_content_wrap h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ambulance_content_wrap h3 {
    margin-bottom: 5px;
    margin-top: 25px;
    text-align: left;
}

.ambulance_content_wrap h2:before {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .19;
}

.section_ambulance:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: calc(100% - (100% - 1660px) / 2);
    background-color: #fff;
    border-top-left-radius: 50px;
    z-index: -1;
}

.ambulance_content_wrap ul {
    list-style: none;
}

.ambulance_content_wrap ul li {
    line-height: 1.6em;
    font-size: 18px;
    font-family: Raleway-SemiBold;
    text-align: left;
    position: relative;
    padding-left: 1.5em;
}

.ambulance_content_wrap p {
    font-size: 18px;
    margin: 10px 0;
    text-align: left;
}

.ambulance_content_wrap ul li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    background-image: linear-gradient(to bottom, #007EC6 0%, #0098EF 100%);
    border-radius: 50%;
}

.cenik_wrap {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.cenik_wrap .cenik_container {
    padding: 17px;
}

.cenik_container_bg {
    background-color: #f9f9f9
}

.cenik_text {
    color: #007EC6;
    font-size: 18px;
    font-family: Raleway-Bold;
    text-align: left;
}

.cenik_cena {
    font-size: 18px;
    font-family: Raleway-Bold;
    padding-left: 10px;
    text-align: right;
    white-space: nowrap;
}

.section_banner {
    background-color: #fff;
}

.banner_wrap {
    display: flex;
    flex-wrap: wrap;
}

.banner_wrap:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--banner-bg) center center;
    background-size: cover;
    max-width: calc(100% - (100% - 1530px)/2);
    border-top-right-radius: 50px;
}

.banner_wrap_right:before {
    left: auto;
    right: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 50px;
}

.banner_empty_container {
    width: 50%;
    min-height: 150px;
}

.banner_text_wrap {
    background-color: #007EC6CF;
    border-top-right-radius: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
    width: 50%;
    position: relative;
    z-index: 2;
}

.banner_wrap_right .banner_text_wrap {
    border-top-right-radius: 0px;
    border-top-left-radius: 50px;
}

.banner_text_wrap .banner_text_maly {
    font-size: 24px;
    font-family: Raleway-Medium;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}

.banner_text_wrap .banner_text_velky {
    font-size: 41px;
    font-family: Raleway-ExtraBold;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.galerie_img_wrap {
    height: 310px;
    width: calc(100% / 3 - 8px);
    position: relative;
    margin: 4px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.galerie_img_wrap:before {
    position: absolute;
    content: url('../img/lupa.svg');
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0B102DA6;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    opacity: 0;
}

.galerie_img_wrap:hover:before {
    opacity: 1;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.galerie_img_wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.galerie_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px;
}

/* O NAS */

.o_nas_loga_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.o_nas_loga_wrap img {
    object-fit: contain;
    vertical-align: middle;
    height: 90px;
    width: 130px;
    margin: 10px;
}

.section_o_nas_banner {
    background-color: transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.o_nas_content_wrap {
    padding-bottom: 175px;
    z-index: 2;
    position: relative;
    max-width: 900px;
    margin-left: 10px;
    margin-right: 10px;
}

.o_nas_content_wrap p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.o_nas_loga_nadpis {
    font-family: Raleway-Bold;
    font-size: 18px;
}

.sestry_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 5px;
}

.sestry_contrainer {
    margin: 5px;
    width: calc( 100% / 3 - 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sestra_img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 50%;
}

.sestra_text_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sestra_jmeno {
    width: 100%;
    font-size: 24px;
    font-family: Raleway-ExtraBold;
    text-align: center;
    margin: 20px auto;
}

.sestra_text {
    width: 100%;
    font-size: 20px;
    font-family: Raleway-Bold;
    color: #007EC6;
    text-align: center;
    margin: 0px auto 10px auto;
}

.oddeleni_link {
    width: 100%;
    max-width: 490px;
    padding: 40px 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-family: Raleway-SemiBold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oddeleni_link:first-of-type {
    border-top-left-radius: 40px;
}

.oddeleni_link:last-of-type {
    border-bottom-right-radius: 40px;
    margin-bottom: 0;
}

.oddeleni_link:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .74;
    background-color: #4E5E66;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.oddeleni_link.active:before {
    background-color: #007EC6;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.oddeleni_link:hover:before {
    background-color: #007EC6;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.oddeleni_content {
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
}

.oddeleni_content>div {
    width: 100%;
}

.oddeleni_content_nadpis {
    margin-bottom: 50px;
}

.oddeleni_content p {
    line-height: 1.5em;
    margin-bottom: 25px;
    font-size: 18px;
    text-align: left;
}

.oddeleni_table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}

.oddeleni_table td {
    font-size: 18px;
    text-align: center;
    font-family: Raleway-SemiBold;
    padding: 15px;
}

.oddeleni_den {
    text-align: left !important;
    font-family: Raleway-Bold;
    color: #007EC6;
}

.oddeleni_jmeno {
    font-family: Raleway-Bold;
}

.oddeleni_table tr:nth-of-type(even) {
    background-color: #F9F9F9;
}

.oddeleni_tr_des td {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.oddeleni_tel {
    text-align: left;
}

.oddeleni_tel img {
    vertical-align: middle;
    object-fit: contain;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.oddeleni_tel a {
    text-decoration: none;
    color: #090B2C;
    font-family: OpenSans-Bold;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.oddeleni_tel a:hover {
    color: #007EC6;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.oddeleni_tel a:hover span {
    color: #007EC6;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.oddeleni_tel span {
    font-family: OpenSans-Regular;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.ordinacni_hodiny_wrap {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
    margin-top: 50px;
}

.ordinacni_hodiny_oddeleni_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 490px;
    position: relative;
}

.ordinacni_hodiny_content {
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 50px;
}

.lekarky_wrap {}

.lekarka_container {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

.lekarka_img_wrap {
    width: auto;
}

.lekarka_img_container {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-left: solid #DEE1E251 24px;
    border-top: solid #DEE1E251 24px;
    border-bottom: solid #DEE1E251 24px;
    border-right: solid transparent 24px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lekarka_img_container img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    border: 0;
}

.lekarka_content {
    width: 100%;
    padding: 0 25px;
}

.lekarka_content h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-family: Raleway-ExtraBold;
}

.lekarka_content h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-family: Raleway-Bold;
    color: #007EC6;
}

.bod_datum {
    opacity: .5;
    font-size: 18px;
    font-family: Raleway-Medium;
    text-align: right;
    white-space: nowrap;
    width: 120px;
}

.bod_text p {
    font-size: 18px;
    font-family: Raleway-Medium;
    margin: 0;
    text-align: left;
}

.bod_mark {
    margin: 20px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    border: solid #007EC6 4px;
    background-color: #fff;
    position: relative;
}

.td_bod_mark {
    position: relative;
}

.td_bod_mark:before {
    content: '';
    position: absolute;
    opacity: .17;
    background-color: #4E5E66;
    width: 2px;
    height: 30%;
    top: 0;
    left: calc(50% - 1px);
    z-index: -1;
}

.td_bod_mark:after {
    content: '';
    position: absolute;
    z-index: -1;
    opacity: .17;
    background-color: #4E5E66;
    width: 2px;
    height: 30%;
    bottom: 0;
    left: calc(50% - 1px);
}

.clenstvi_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.clenstvi_container {
    margin: 15px;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #DDE3EB;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% / 3 - 30px);
}

.clenstvi_container>div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.clenstvi_container>div img {
    object-fit: contain;
    width: 130px;
    height: 80px;
}

.clenstvi_container a {
    color: #0B102D;
    font-size: 16px;
    font-family: Raleway-Bold;
    text-align: center;
}

.clenstvi_container:first-of-type {
    border-top-left-radius: 22px;
}

.clenstvi_container:last-of-type {
    border-bottom-right-radius: 22px;
}

/* LOGA GALLERY */

.section_loga {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.loga_text p {
    text-align: center;
    font-size: 18px;
}

.loga_gallery {
    overflow-x: hidden;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 50px;
}

.loga_gallery img {
    width: 200px;
    height: 90px;
    object-fit: contain;
    vertical-align: middle;
}

.loga_gallery .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row !important;
}

.loga_gallery .swiper-slide {
    display: flex;
    align-items: center;
}

.swiper_button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    background-image: linear-gradient(to bottom, #007EC6, #0098EF);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}

.swiper_button.swiper-button-disabled {
    display: none;
}

.swiper_button:hover {
    transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
}

.swiper_button.prev {
    left: 0;
}

.swiper_button.next {
    right: 0;
}

/* DEFAULT */

#lightboxOverlay {
    max-width: 100% !important;
}

#lightbox .lb-caption {
    color: #151627;
    font-size: 20px;
    font-family: Raleway-Bold;
    z-index: 1;
    width: 20%;
    margin: 15px 0;
    text-align: left;
}

.lightbox .lb-image {
    border-width: 9px !important;
}

.lb-close-custom {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 45px;
    border-bottom-left-radius: 40px;
    background-color: #007EC6CF;
    outline: none;
    z-index: 11;
    cursor: pointer;
}

.lb-close-custom:before {
    content: url('../img/cross.svg');
    position: absolute;
    top: 10px;
    right: 10px;
}

.position_relative {
    position: relative;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
}

.width_50_r {
    width: 50%;
}

.flex_50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_50 .flex_container {
    width: 49%;
}

.flex_no_wrap {
    flex-wrap: nowrap;
}

@media only screen and (max-width: 1650px) {
    .padding_left_50_r {
        padding-left: 50px;
    }
    .padding_right_10_r {
        padding-right: 10px;
    }
    .margin_left_50_r {
        margin-left: 50px;
    }
    .section_ambulance h2 {
        margin-left: 50px;
    }
    .menu_logo {
        margin-left: 50px;
    }
    /* HERO */
    .hero_left div {
        padding-left: 50px;
    }
    .hero_sekce_wrap {
        padding-right: 10px;
    }
    .hero_dotted_background {
        right: 0%;
        width: 80%;
    }
    /* SLUŽBY */
    .uvod_sluzby_wrap {
        padding: 50px 10px 0px 50px;
    }
    /* O NÁS */
    .o_nas {
        padding: 125px 10px 125px 50px;
    }
    /* FOOT */
    .foot_adresa {
        /* padding-right: 10px; */
        padding-left: 50px;
    }
    /* FORM */
    .foot_form_wrap form {
        width: 95%;
        right: 10px;
    }
}

@media only screen and (max-width: 1280px) {
    .hero_sekce_wrap {
        height: 60%;
    }
    .hero_sekce_prava {
        width: 40%;
    }
    .hero_sekce_leva {
        width: 40%;
    }
    /* AMBULANCE */
    .galerie_img_wrap {
        height: 210px;
    }
    /* O NAS */
    .ordinacni_hodiny_oddeleni_wrap {
        max-width: 290px;
    }
    .oddeleni_link {
        max-width: 290px;
        padding: 20px 10px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    * {
        text-align: center;
    }
    .flex_space_betweeen {
        flex-wrap: wrap;
    }
    .flex_no_wrap {
        flex-wrap: nowrap;
    }
    /* MENU */
    .primary-menu-container-mobile .menu-item-kontakt {
        margin-top: 25px;
    }
    /* HERO */
    .hero_wrap {
        padding: 100px 10px 100px 10px;
        height: auto;
    }
    .hero {
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
    }
    .hero_left div * {
        text-align: center;
    }
    .hero_left {
        position: relative;
        width: 100%;
        height: auto;
        min-height: auto;
        padding-bottom: 50px;
    }
    .hero_right {
        width: 100%;
        position: relative;
        min-height: auto;
        height: auto;
    }
    .hero_left div {
        width: 100%;
        margin: 0 auto;
        position: static;
        transform: none;
        padding: 0;
        text-align: center;
    }
    .hero_dotted_background {
        right: 0%;
        bottom: -5%;
        width: 90%;
        height: 70%;
    }
    .hero_sekce_wrap {
        padding: 0;
        position: static;
        transform: none;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        height: 70vw;
        max-height: 580px;
    }
    .hero_sekce_leva {
        position: relative;
        width: 50%;
        margin-right: 10px;
    }
    .hero_sekce_prava {
        position: relative;
        width: 50%;
        margin-left: 10px;
    }
    .bg_transition_overlay {
        height: 50%;
    }
    /* SLUŽBY */
    .uvod_sluzby_wrap {
        padding: 50px 00px 0px 0px;
        width: 100%;
    }
    .uvod_sluzby_leva {
        padding: 42px 10px 135px 10px;
        width: 100%;
    }
    .uvod_sluzby_prava {
        padding: 42px 10px 135px 10px;
        width: 100%;
        background-color: #fff;
        border-radius: 50px 0px 0px 0px;
    }
    .uvod_sluzby_prava_background {
        display: none;
    }
    .uvod_sluzby_container {
        width: 100%;
    }
    .uvod_sluzba * {
        text-align: left;
    }
    /* O NÁS */
    .o_nas {
        flex-wrap: wrap;
        padding: 125px 10px;
    }
    .o_nas_left {
        width: 100%;
        padding-right: 0px;
    }
    .o_nas_right_wrap {
        width: 100%;
    }
    .o_nas_right {
        width: 100%;
        padding-top: 50px;
    }
    .o_nas_img {
        width: 50%;
    }
    /* FOOT */
    .foot_wrap {
        position: relative;
        height: auto;
    }
    .foot_wrap .position_relative {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        width: 100%;
        border-radius: 0px 50px 0px 0px;
        background-color: #E0EBFA66;
    }
    .foot_left {
        display: none;
    }
    .foot_dotted_background {
        display: none;
    }
    .foot_dotted_background_res {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(#B0BCCC 20%, transparent 20%);
        background-position: 0 0;
        background-size: 8px 8px;
    }
    .foot_adresa {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    /* FORM */
    .foot_form_wrap {
        position: relative;
        width: 100%;
        height: auto;
        /* order: -1; */
    }
    .foot_form_wrap form {
        width: 90%;
        max-width: 750px;
        /* height: 105%; */
        position: relative;
        margin: 0 auto;
        min-height: auto;
        transform: translateY(5%);
        z-index: 2;
        right: 0;
    }
    .foot_form_wrap form * {
        text-align: left;
    }
    .foot_form_wrap form h2 {
        text-align: center;
    }
    .form_field textarea {
        height: 146px;
    }
    .wpcf7-response-output {
        padding: 0 !important;
        margin-top: 20px !important;
    }
    /* FOOT COPYRIGHT */
    .foot-copyright {
        line-height: normal;
    }
    .foot_copyright_left {
        padding-top: 50px;
        width: 100%;
    }
    .foot_copyright_left>* {
        width: 100%;
        margin: 25px 10px;
    }
    /* KONTAKT */
    .kontakt_left {
        padding-bottom: 0px;
    }
    #map {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    /* AMBULANCE */
    .main_custom h1 {
        margin-left: auto;
        margin-right: auto;
    }
    .ambulance_content_wrap .wp-block-image figure {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 100%;
    }
    .ambulance_content_wrap .wp-block-image figure img {
        height: auto;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        max-height: 300px;
        border-bottom-right-radius: 30px;
    }
    .cenik_container_bg {
        background-color: unset;
    }
    .cenik_wrap .cenik_container:nth-of-type(even) {
        background-color: #F9F9F9;
    }
    .banner_text_wrap {
        width: 100%;
        justify-content: center;
        border-top-right-radius: 0;
    }
    .banner_empty_container {
        width: 100%;
    }
    /* O NAS */
    .section_o_nas_banner .banner_empty_container {
        order: -1;
    }
    .section_o_nas_banner {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .o_nas_content_wrap {
        padding-bottom: 50px;
    }
    .o_nas_loga_wrap {
        justify-content: center;
    }
    .ordinacni_hodiny_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .ordinacni_hodiny_oddeleni_wrap {
        margin-bottom: 35px;
    }
    .oddeleni_content {
        margin-left: 0;
    }
    .ordinacni_hodiny_content {
        padding-top: 25px;
    }
    .left_dotted_background {
        top: 10%;
        height: 50%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .lekarka_container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .lekarka_img_container img {
        width: 100px;
        height: 100px;
    }
    .lekarka_img_container {
        margin-bottom: 25px;
    }
    .lekarka_container {
        padding: 0 10px;
    }
    .lekarka_content {
        padding: 0 0;
    }
    /* LOGA FALLERY */
    .loga_gallery .swiper-slide {
        justify-content: center;
    }
    /* DEFAULT */
    h1 {
        margin-left: auto;
        margin-right: auto;
    }
    .width_50_r {
        width: 100%;
    }
    .flex_50 .flex_container {
        width: 100%;
    }
    .kontakt_map_wrap {
        margin-top: 150px;
        margin-bottom: 150px;
    }
}

@media only screen and (max-width: 768px) {
    h1, h2{
        font-size: 25px;
    }
    /* AMBULANCE */
    .galerie_img_wrap {
        height: 210px;
        width: calc(50% - 16px);
    }
    /* O NAS */
    .sestry_contrainer {
        width: calc( 50% - 10px);
    }
    .oddeleni_table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .oddeleni_den, .oddeleni_cas_1 {
        width: 50%;
        display: flex;
    }
    .oddeleni_cas_2, .oddeleni_jmeno {
        width: 100%;
        display: flex;
    }
    .oddeleni_cas_1, .oddeleni_cas_2, .oddeleni_jmeno {
        text-align: right;
        justify-content: flex-end;
    }
    .bod_datum {
        /* width: 100px;  */
        width: auto;
        font-size: 15px;
        white-space: normal;
    }
    .bod_text p {
        font-size: 15px;
    }
    .clenstvi_container {
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 540px) {
    .menu_logo {
        margin-left: 20px;
        margin-right: 20px;
    }
    .menu_logo img {
        max-width: 150px;
    }
    /* HERO */
    .hero_left h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .hero_right {
        position: relative;
    }
    .hero_dotted_background {
        height: 90%;
    }
    .hero_wrap {
        padding: 100px 10px 50px 10px;
    }
    .hero_sekce_leva {
        border-radius: 30px 0px 0px 0px;
    }
    .hero_sekce_prava {
        border-radius: 0px 0px 30px 0px;
    }
    .hero_sekce_wrap span {
        font-size: 20px;
        padding: 0 10px;
    }
    /* SLUŽBY */
    .uvod_sluzba {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .uvod_sluzba:nth-of-type(odd) {
        padding-right: 0px;
    }
    .uvod_sluzba:nth-of-type(even) {
        padding-left: 0px;
    }
    /* O NAS */
    .o_nas_img {
        width: 100%;
    }
    .o_nas_img:nth-child(1) {
        border-right: none;
        border-bottom: 7px solid #fff;
        border-radius: 0px 50px 0px 0px;
    }
    .o_nas_img:nth-child(2) {
        border-radius: 0;
        border-left: none;
        border-bottom: 7px solid #fff;
        border-top: 7px solid #fff;
    }
    .o_nas_img:nth-child(3) {
        border-radius: 0;
        border-right: none;
        border-top: 7px solid #fff;
        border-bottom: 7px solid #fff;
    }
    .o_nas_img:nth-child(4) {
        border-radius: 0px 0px 0px 50px;
        border-left: none;
        border-top: 7px solid #fff;
        border-bottom: 7px solid #fff;
    }
    .sestra_img {
        width: 100px;
        height: 100px;
    }
    .sestra_jmeno {
        font-size: 18px;
    }
    .sestra_text {
        font-size: 14px;
    }
    .oddeleni_link {
        font-size: 20px;
    }
    .clenstvi_container {
        width: calc(100% - 30px);
    }
    /* AMBULANCE */
    .galerie_img_wrap {
        height: 210px;
        width: calc(100% - 16px);
    }
}

@media only screen and (max-width: 420px) {
    .margin_left_50_r {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section_ambulance h2 {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
}