::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 10px;
    background:white;
    border-left: 0 solid white;
    border-right: 0  solid white;
}
::-webkit-scrollbar-thumb {
    background: #83aebe;
    /*background: #bbb;*/
    width: 0;
    height: 25%;
}
::-webkit-scrollbar:horizontal {
    height: 10px;
}


* {
    box-sizing: border-box
}

*:before,*:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff;
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #00afdf;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.d-flex {
	display: flex;
}

.d-none {
	display: none!important;
}

video {
	max-width: 84vw;
}

.justify-content-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.text-center {
	text-align: center;
}

.img-responsive {
    display: block;
    max-height: 160px;
    width: auto
}

.typography .img-responsive {
    display: block;
    height: auto;
    width: 100%;
    max-height: none;
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-left,.media-right,.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container p {
	font-family: 'Helvetica', sans-serif;
    font-weight:500;
    line-height: 1.3;
    margin-bottom:10px;
}

.container ul {
    font-weight:600;
    line-height: 1.3;
    margin-bottom:10px;
}

.main-cont p {text-align:justify}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%;
        margin-bottom: 20px;
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 0%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display:block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display:block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display:inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display:block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display:none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display:none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 30%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    top: 30%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.fade {
    background: #22222288;
    top: 0;
}
.my-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: initial;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border: 1px solid #000;
    background: #fff;
    position: relative
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #fff;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    border-bottom: none
}

.selectric-focus .selectric {
    border-color: #464b60
}

.selectric-hover .selectric {
    border-color: #5b627e
}

.selectric-hover .selectric .button {
    color: #e6e6e6
}

.selectric-hover .selectric .button:after {
    border-top-color: #e6e6e6
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #5b627e
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #5b627e;
    z-index: -1;
    box-shadow: 0 0 10px -6px
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul,.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444
}

.selectric-items li:hover {
    background: #D5D5D5;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

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

html {
    line-height: 1
}

ol,ul {
    list-style: none
}

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

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,blockquote {
    quotes: none
}

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

a img {
    border: none
}

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

html {
    box-sizing: border-box
}

*,*:before,*:after {
    box-sizing: inherit
}

header,footer,section,aside,nav,article,main {
    display: block
}

body:not(.user-is-tabbing) button:focus,body:not(.user-is-tabbing) input:focus,body:not(.user-is-tabbing) select:focus,body:not(.user-is-tabbing) textarea:focus,body:not(.user-is-tabbing) a:focus {
    outline: none
}

body.user-is-tabbing *:focus {
    outline: 2px solid #7AACFE !important;
    outline: 5px auto -webkit-focus-ring-color !important
}

.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 480px) and (max-width: 768px) and (max-width: 768px) {
    .container {
        max-width:748px
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .col-ms-1 {
        float:left;
        width: 8.33333%
    }

    .col-ms-push-1 {
        left: 8.33333%
    }

    .col-ms-pull-1 {
        right: 8.33333%
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%
    }

    .col-ms-2 {
        float: left;
        width: 16.66667%
    }

    .col-ms-push-2 {
        left: 16.66667%
    }

    .col-ms-pull-2 {
        right: 16.66667%
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%
    }

    .col-ms-3 {
        float: left;
        width: 25%
    }

    .col-ms-push-3 {
        left: 25%
    }

    .col-ms-pull-3 {
        right: 25%
    }

    .col-ms-offset-3 {
        margin-left: 25%
    }

    .col-ms-4 {
        float: left;
        width: 33.33333%
    }

    .col-ms-push-4 {
        left: 33.33333%
    }

    .col-ms-pull-4 {
        right: 33.33333%
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%
    }

    .col-ms-5 {
        float: left;
        width: 41.66667%
    }

    .col-ms-push-5 {
        left: 41.66667%
    }

    .col-ms-pull-5 {
        right: 41.66667%
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%
    }

    .col-ms-6 {
        float: left;
        width: 50%
    }

    .col-ms-push-6 {
        left: 50%
    }

    .col-ms-pull-6 {
        right: 50%
    }

    .col-ms-offset-6 {
        margin-left: 50%
    }

    .col-ms-7 {
        float: left;
        width: 58.33333%
    }

    .col-ms-push-7 {
        left: 58.33333%
    }

    .col-ms-pull-7 {
        right: 58.33333%
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%
    }

    .col-ms-8 {
        float: left;
        width: 66.66667%
    }

    .col-ms-push-8 {
        left: 66.66667%
    }

    .col-ms-pull-8 {
        right: 66.66667%
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%
    }

    .col-ms-9 {
        float: left;
        width: 75%
    }

    .col-ms-push-9 {
        left: 75%
    }

    .col-ms-pull-9 {
        right: 75%
    }

    .col-ms-offset-9 {
        margin-left: 75%
    }

    .col-ms-10 {
        float: left;
        width: 83.33333%
    }

    .col-ms-push-10 {
        left: 83.33333%
    }

    .col-ms-pull-10 {
        right: 83.33333%
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%
    }

    .col-ms-12 {
        width: 100%
    }
}

.valign-m {
    vertical-align: middle
}

.nowrap {
    white-space: nowrap
}

body {
    background: #fff
}

html,body {
    overflow-x: hidden;
    height: auto
}

html.overflow,body.overflow {
    overflow: hidden;
    height: 100%
}

.secondary {
    margin-top: 4em
}

@media (min-width: 992px) {
    .secondary {
        margin-top:0
    }
}

@media (min-width: 1200px) {
    .secondary {
        padding-left:4em;
        margin-top: -6em
    }
}

@media (min-width: 1200px) {
    .secondary-ext {
        margin-top:-5em;
        position: relative
    }
    .courses-ext {
        margin-top:2em;
    }
}

@media (max-width: 767px) {
    .menu-collapse {
        z-index:1010
    }
}

.menu-icon-label {
    z-index: 1015
}

.modal-backdrop {
    z-index: 1030
}

.modal {
    z-index: 1040
}

.modal-dialog {
    z-index: 1050
}

.submenu {
    z-index: 900
}

.page-title {
    z-index: 1
}

.page-title-wrapper:after {
    z-index: 0
}

.crumbs {
    z-index: 1
}

.secondary-ext {
    z-index: 10
}

.widget-menu {
    z-index: 10
}

.gallery-item-hover {
    z-index: 5
}

.cookie-modal {
    z-index: 9999
}

.widget-person-header-content {
    z-index: 5
}

.widget-person-image:after {
    z-index: 1
}

.banner-bg {
    z-index: 1
}

.banner-footer,.banner-title {
    z-index: 5
}

.box-title {
    z-index: 5
}

.box-countdown {
    z-index: 5
}

.box-capacity {
    z-index: 5
}

.box-header:after {
    z-index: 0
}

.box-header-btn {
    z-index: 10
}

.main-header {
    padding-top: .5em;
    padding-bottom: .5em
}

@media (min-width: 768px) {
    .main-header {
        padding-top:0.81em;
        padding-bottom: 0em
    }
}

.main-footer {
    font-size: 1.4rem;
    background-color: #83aebe;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    /*background: initial;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;*/
}

.main-footer a {
	color: #fff;
	font-weight: 600;
}

@media (min-width: 768px) {
    .main-footer {
        padding: 1.2em 0 0 0;
    }
}

.main-footer-created {
    display: inline-block
}

@media (max-width: 767px) {
    .main-footer-created {
        margin-top:.5em
    }
}

.main-footer-created img {
    transition: all .3s ease;
    opacity: .5;
    display: inline-block;
    margin-left: 0.7em
}

@media (min-width: 992px) {
    .main-footer-created>a:hover img {
        opacity:1
    }
}

html {
    font-size: 10px
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #272f52
}

body,input,select,textarea {
    font-family: 'Helvetica', sans-serif
}

.wf-active body,.wf-active input,.wf-active select,.wf-active textarea {
    font-family: "Montserrat",sans-serif
}

strong,.strong {
    font-weight: 700;
    color: #000;
}

em,i,.italic {
    font-style: italic
}

a {
    transition: all .3s ease;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

a:hover,a:focus {
    color: #00AFDF;
}

@media (min-width: 992px) {
    a:hover,a:focus {
        text-decoration:none
    }
}

h1,.alfa,h2,.beta,h3,.gamma,h4,.delta,h5,.epsilon,h6,.zeta {
    font-family: 'Helvetica', sans-serif;
    margin: 1.5em 0 .5em 0;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: 1.25em
}

.wf-active h1,.wf-active .alfa,.wf-active h2,.wf-active .beta,.wf-active h3,.wf-active .gamma,.wf-active h4,.wf-active .delta,.wf-active h5,.wf-active .epsilon,.wf-active h6,.wf-active .zeta {
    font-family: "Montserrat",sans-serif;
}

h1,.alfa {
    font-size: 24px;
    font-size: 2.4rem
}

@media (min-width: 768px) {
    h1,.alfa {
        font-size:48px;
        font-size: 4.8rem
    }
}

h2,.beta {
    font-size: 24px;
    font-size: 2.2rem
}

@media (min-width: 768px) {
    h2,.beta {
        font-size:36px;
        font-size: 2.9rem
    }
}

h3,.gamma {
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    h3,.gamma {
        font-size:24px;
        font-size: 2.4rem
    }
}

h4,.delta {
    font-size: 16px;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    h4,.delta {
        font-size:16px;
        font-size: 1.6rem
    }
}

h5,.epsilon {
    font-size: 14px;
    font-size: 1.4rem
}

@media (min-width: 768px) {
    h5,.epsilon {
        font-size:16px;
        font-size: 1.6rem
    }
}

h6,.zeta {
    font-size: 14px;
    font-size: 1.4rem
}

.typography p,.typography li {
    font-weight: 400;
    line-height: 1.63em;
    color: #333;
}

.typography p,.typography ul,.typography ol,.typography table,.typography fieldset,.typography blockquote,.typography iframe {
    margin-bottom: 2em
}

.typography h2,.typography h3,.typography h4,.typography h5,.typography h6 {
    margin-bottom: 1em
}

.typography ul,.typography ol {
    margin-left: 0
}

.typography ul li,.typography ol li {
    color: #333;
    list-style: none;
    position: relative;
    padding-left: 2em;
    text-align: left;
    font-family: 'Helvetica', sans-serif;
}

.typography ul .list-item:before {
    content: "";
    background: url("../img/bg-list.svg") center no-repeat;
    background-size: 0.75em 0.81em;
    width: 0.75em;
    height: 0.81em;
    position: absolute;
    left: 0;
    top: 0.31em
}

.typography ol {
    counter-reset: olist
}

.typography ol .list-item {
    counter-increment: olist
}

.typography ol .list-item+.typography ol .list-item {
    margin-top: .5em
}

.typography ol .list-item:before {
    font-size: 12px;
    font-size: 1.2rem;
    content: counter(olist);
    position: absolute;
    left: 0;
    top: 0.19em;
    width: 1.56em;
    height: 1.56em;
    line-height: 1.4em;
    text-align: center;
    color: #83aebe;
    font-weight: 700;
    border: 2px solid #83aebe;
    border-radius: 50%
}

.typography .lead {
    font-size: 24px;
    line-height: 1.42em;
    font-weight: 300 important;
    color: #000
}

.typography strong,.typography .strong {
    color: #000
}

.typography small,.typography .small {
    font-size: 14px;
    font-size: 1.4rem
}

.typography-ext p,.typography-ext ul,.typography-ext ol,.typography-ext table,.typography-ext fieldset,.typography-ext blockquote,.typography-ext iframe {
    margin-bottom: 1em
}

.typography-ext h2,.typography-ext h3,.typography-ext h4,.typography-ext h5,.typography-ext h6 {
    margin-bottom: .5em
}

sup {
    font-size: 65%;
    position: relative;
    top: -.5em;
    left: .2em
}

.form-input,.form-textarea {
    transition: all .3s ease;
    border-radius: 4px;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 1em 1.43em;
    color: #000;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(25,37,89,0.2);
    -webkit-appearance: none;
    line-height: 1.57em
}

@media (min-width: 768px) {
    .form-input,.form-textarea {
        font-size:14px;
        font-size: 1.4rem
    }
}

.form-input:focus,.form-textarea:focus {
    border-color: #000
}

.form-textarea {
    height: 90px;
    line-height: 1.5em
}

.form-textarea-sm {
    height: 10rem
}

.form-label {
    display: block;
    margin: 0 0 10px;
    font-weight: 700;
    color: #000
}

.form-label span {
    display: inline-block;
    margin-left: .5rem;
    color: red
}

.form-label-alt {
    font-size: 14px;
    font-size: 1.4rem
}

.form-line,.form-group {
    margin-bottom: 30px
}

.form-group {
    width: 100%;
    margin: 0;
}

input[type="checkbox"],input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.form-check input[type="checkbox"],.form-check input[type=radio] {
	position: relative;
    z-index: 111;
    left: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 15px;
    width: 15px;
    margin: 0px;
    padding: 0px;
    border: 0;
    margin-right: 5px;
    margin-top: 2px;
}

input[type="checkbox"]:hover {
    curson: pointer
}

input[type=checkbox]+span,input[type=radio]+span {
    display: inline-block;
    width: 17px;
    height: 17px;
    /*background-image: url("../images/forms.svg");*/
    background-size: 408px 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0
}

input[type=radio]+span {
    background-position: -209px 0
}

input[type="checkbox"]:checked+span {
    background-position: -52px 0
}

input[type="radio"]:checked+span {
    background-position: -261px 0
}

.checkbox,.radio {
    padding: 13px 0
}

.checkbox label,.radio label {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    line-height: 1.3em
}

.checkbox label+label,.radio label+label {
    margin-left: 30px
}

.radio-sm {
    padding: 0
}

.radio-sm label {
    font-size: 14px;
    font-size: 1.4rem
}

.form-error {
    border-color: red
}

.error-message,.form-error-msg {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
    margin-top: 0.63em;
    color: red
}

.form-fieldset {
    margin-bottom: 5rem
}

.btn {
    transition: all .3s ease;
    border-radius: 4px;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0;
    padding: 1.3em 1.5em;
    border: 2px solid #b4c79c;
    background: #b4c79c;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none;
    line-height: 1em
}

@media (min-width: 480px) {
    .btn {
        padding:1.3em 2.31em
    }
}

.btn,.btn:visited,.btn:active,.btn:focus {
    color: #fff
}

.btn:hover {
    text-decoration: none;
    color: #fff
}

@media (min-width: 992px) {
    .btn:hover {
        border-color: #6d943d;
        background-color:  #6d943d;
        cursor: pointer
    }
}

.btn:disabled:hover {
    cursor: not-allowed
}

.btn .icon,.btn .icon-ext {
    fill: #fff
}

.btn-responsive {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center
}

.btn-simple {
    background-color: #fff;
    border-color: #83aebe;
}

.btn-simple,.btn-simple:visited,.btn-simple:active,.btn-simple:focus {
    color: #83aebe;
}

.btn-simple:hover {
    color: #fff!important;
}

@media (min-width: 992px) {
    .btn-simple:hover {
        background-color: #6d943d;
        text-decoration: none;
        cursor: pointer;
        color: #fff!important;
        border-color:  #6d943d;
    }

    .btn-simple:hover .icon,.btn-simple:hover .icon-ext {
        fill: #fff
    }
}

.btn-simple .icon,.btn-simple .icon-ext {
    fill: #83aebe
}

.btn-simple-ext .icon,.btn-simple-ext .icon-ext {
    fill: #83aebe
}

.btn-simple-inverse {
    background-color: transparent
}

.btn-simple-inverse,.btn-simple-inverse:visited,.btn-simple-inverse:active,.btn-simple-inverse:focus {
    color: #83aebe;
}

.btn-simple-inverse .icon,.btn-simple-inverse .icon-ext {
    fill: #fff
}

.btn-simple-inverse-alt {
    border-color: #fff
}

.btn-small {
    padding: .8em 1.92em
}

.btn-text {
    animation: all .1s linear;
    opacity: 1
}

.btn-loading {
    position: relative
}

.btn-loading.is-active .btn-loading-icon {
    display: block;
    opacity: 1;
    animation: loading 1s linear infinite
}

.btn-loading.is-active .btn-text {
    opacity: 0
}

.btn-loading-icon {
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2em;
    height: 2em;
    will-change: auto;
    opacity: 0;
    fill: #fff;
    display: none
}

.btn-simple .btn-loading-icon {
    fill: #83aebe
}

.btn-simple:hover .btn-loading-icon {
    fill: #fff
}

@keyframes loading {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@media (min-width: 768px) {
    .menu {
        position:relative
    }
}

.menu-logo {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .menu-logo {
        float:left
    }
}

.menu-logo img,.menu-logo a {
    display: block
}

.menu-logo img {
    height: 3.13em;
    width: auto
}

@media (min-width: 768px) {
    .menu-logo img {
        height:3.5em
    }
}

@media (min-width: 1200px) {
    .menu-logo img {
        height:auto
    }
}

@media (max-width: 767px) {
    .menu-item-group {
        padding:50px 0
    }
    
    a:hover, a:focus {
    color: #000;
    text-decoration: none;
    }
}

@media (min-width: 768px) {
    .menu-item {
        float:left
    }
}

@media (max-width: 767px) {
    .menu-item {
        margin:0 30px
    }
}

@media (max-width: 767px) {
    .menu-item+.menu-item {
        border-top:1px solid rgba(255,255,255,0.2)
    }
}

@media (min-width: 768px) {
    .menu-item+.menu-item {
        margin-left:1.5em
    }
}

@media (min-width: 992px) {
    .menu-item+.menu-item {
        margin-left:2.19em
    }
}

.menu-item.is-active>a {
    color: #83aebe
}

.menu-link {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 15px 0;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .menu-link {
        font-size:14px;
        font-size: 1.4rem;
        color: #000;
        font-weight: 700;
        padding: 0;
        text-transform: none
    }
}

@media (min-width: 992px) {
    .menu-link {
        font-size: 16px;
        font-size: 1.5rem
    }
}

.menu-link:hover,.menu-link:focus {
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {
    .menu-link:hover,.menu-link:focus {
        color:#83aebe;
    }
}

@media (max-width: 767px) {
    .menu-collapse {
        transform:translateX(-103%);
        transition: all 230ms ease-out;
        will-change: transform;
        position: absolute;
        height: 100%;
        background: rgb(131, 174, 190);
        left: 0;
        right: 0;
        top: 0;
        overflow: scroll
    }
}

@media (min-width: 768px) {
    .menu-collapse {
        /*margin-top:1.5em;*/
        padding-top: 1.5em;
        border-top: 1px solid rgba(25,37,89,0.1)
    }
}

@media (min-width: 1200px) {
    .menu-collapse {
        /*float:right;
        margin-top: 3.69em;*/
        border: 0;
        padding: 0
    }
}

.menu-collapse.is-active {
    transform: translateX(0)
}

.menu-icon-label {
    transition: cubic-bezier(0.3, 0.01, 0.165, 0.99) .4s;
    transform: rotate(0);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0.63em;
    right: 0;
    background: none;
    border: 0
}

.menu-icon-label:hover {
    cursor: pointer
}

.menu-icon-label.is-active {
    transform: rotate(90deg)
}

.menu-icon-label.is-active .menu-icon {
    background-color: #fff
}

.menu-icon-label.is-active .menu-icon-top .menu-icon {
    transform: rotate(45deg)
}

.menu-icon-label.is-active .menu-icon-bottom .menu-icon {
    transform: rotate(-45deg);
    top: 20px
}

.menu-icon {
    width: 20px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 14px
}

.menu-icon-top .menu-icon {
    -moz-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -o-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s;
    -webkit-transition-delay: .1s;
    transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    top: 20px
}

.menu-icon-bottom .menu-icon {
    -moz-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -o-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s;
    -webkit-transition-delay: .1s;
    transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) .25s .1s;
    top: 26px
}

.menu-icon-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    height: 100%
}

.menu-secondary {
    top: 1em;
    position: absolute;
    right: 0
}

@media (min-width: 1200px) {
    .menu-secondary {
        /*top:0*/
        top: 1.5em;
    }
}

.menu-secondary-item {
    float: left
}

.menu-secondary-item a {
    color: #111;
}

.menu-collapse-new p {
	color: #111;
	font-weight: 300 !important;
}

.menu-secondary-item+.menu-secondary-item {
    margin-left: 1.64em
}

.menu-secondary-link {
    font-size: 14px;
    font-size: 1.4rem;
    /*color: rgba(25,37,89,0.5);*/
    font-weight: 400;
    line-height: 2.71em
}

.hr {
    width: 100%;
    margin: 1.56em 0;
    height: 1px
}

.hr-lg {
    margin: 2.5em 0
}

.hr-sm {
    margin: 0.94em 0
}

.hr-xs {
    margin: 0.63em 0
}

.hr-xss {
    margin: 0.22em 0
}

.hr-line {
    margin: 30px 0;
    height: 1px;
    background: rgba(25,37,89,0.1)
}

@media (min-width: 768px) {
    .hr-line {
        margin:60px 0
    }
}

@media (min-width: 992px) {
    .hr-line-lg {
        margin-top:10rem;
        margin-bottom: 10rem
    }
}

.hr-line-ext {
    margin: 30px 0
}

.hr-line-invert {
    background-color: rgba(255,255,255,0.1)
}

.img {
    display: block
}

.img-center {
    margin: 0 auto
}

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

@media (max-width: 767px) {
    .txt-xs-c {
        text-align:center
    }
}

@media (max-width: 767px) {
    .txt-xs-l {
        text-align:left
    }
}

@media (max-width: 767px) {
    .txt-xs-r {
        text-align:right
    }
}

@media (min-width: 768px) {
    .txt-sm-l {
        text-align:left
    }
}

@media (min-width: 768px) {
    .txt-sm-r {
        text-align:right
    }
}

@media (min-width: 768px) {
    .txt-sm-c {
        text-align:center
    }
}

@media (min-width: 992px) {
    .txt-md-l {
        text-align:left
    }
}

@media (min-width: 992px) {
    .txt-md-r {
        text-align:right
    }
}

@media (min-width: 992px) {
    .txt-md-c {
        text-align:center
    }
}

@media (min-width: 1200px) {
    .txt-lg-r {
        text-align:right
    }
}

@media (min-width: 1200px) {
    .txt-lg-l {
        text-align:left
    }
}

@media (min-width: 1200px) {
    .txt-lg-c {
        text-align:center
    }
}

.txt-r {
    text-align: right !important
}

.txt-c {
    text-align: center !important
}

.txt-l {
    text-align: left !important
}

.txt-up {
    text-transform: uppercase !important
}

.txt-down {
    text-transform: lowercase !important
}

.margin-0 {
    margin: 0 !important
}

.margin-xs-0 {
    margin: 0 !important
}

@media (min-width: 768px) {
    .margin-sm-0 {
        margin:0 !important
    }
}

@media (min-width: 992px) {
    .margin-md-0 {
        margin:0 !important
    }
}

@media (min-width: 1200px) {
    .margin-lg-0 {
        margin:0 !important
    }
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-xs-0 {
    margin-top: 0 !important
}

@media (min-width: 768px) {
    .margin-top-sm-0 {
        margin-top:0 !important
    }
}

@media (min-width: 992px) {
    .margin-top-md-0 {
        margin-top:0 !important
    }
}

@media (min-width: 1200px) {
    .margin-top-lg-0 {
        margin-top:0 !important
    }
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-right-xs-0 {
    margin-right: 0 !important
}

@media (min-width: 768px) {
    .margin-right-sm-0 {
        margin-right:0 !important
    }
}

@media (min-width: 992px) {
    .margin-right-md-0 {
        margin-right:0 !important
    }
}

@media (min-width: 1200px) {
    .margin-right-lg-0 {
        margin-right:0 !important
    }
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-xs-0 {
    margin-bottom: 0 !important
}

@media (min-width: 768px) {
    .margin-bottom-sm-0 {
        margin-bottom:0 !important
    }
}

@media (min-width: 992px) {
    .margin-bottom-md-0 {
        margin-bottom:0 !important
    }
}

@media (min-width: 1200px) {
    .margin-bottom-lg-0 {
        margin-bottom:0 !important
    }
}

.margin-left-0 {
    margin-left: 0 !important
}

.margin-left-xs-0 {
    margin-left: 0 !important
}

@media (min-width: 768px) {
    .margin-left-sm-0 {
        margin-left:0 !important
    }
}

@media (min-width: 992px) {
    .margin-left-md-0 {
        margin-left:0 !important
    }
}

@media (min-width: 1200px) {
    .margin-left-lg-0 {
        margin-left:0 !important
    }
}

.padding-0 {
    padding: 0 !important
}

.padding-xs-0 {
    padding: 0 !important
}

@media (min-width: 768px) {
    .padding-sm-0 {
        padding:0 !important
    }
}

@media (min-width: 992px) {
    .padding-md-0 {
        padding:0 !important
    }
}

@media (min-width: 1200px) {
    .padding-lg-0 {
        padding:0 !important
    }
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-top-xs-0 {
    padding-top: 0 !important
}

@media (min-width: 768px) {
    .padding-top-sm-0 {
        padding-top:0 !important
    }
}

@media (min-width: 992px) {
    .padding-top-md-0 {
        padding-top:0 !important
    }
}

@media (min-width: 1200px) {
    .padding-top-lg-0 {
        padding-top:0 !important
    }
}

.padding-right-0 {
    padding-right: 0 !important
}

.padding-right-xs-0 {
    padding-right: 0 !important
}

@media (min-width: 768px) {
    .padding-right-sm-0 {
        padding-right:0 !important
    }
}

@media (min-width: 992px) {
    .padding-right-md-0 {
        padding-right:0 !important
    }
}

@media (min-width: 1200px) {
    .padding-right-lg-0 {
        padding-right:0 !important
    }
}

.padding-bottom-0 {
    padding-bottom: 0 !important
}

.padding-bottom-xs-0 {
    padding-bottom: 0 !important
}

@media (min-width: 768px) {
    .padding-bottom-sm-0 {
        padding-bottom:0 !important
    }
}

@media (min-width: 992px) {
    .padding-bottom-md-0 {
        padding-bottom:0 !important
    }
}

@media (min-width: 1200px) {
    .padding-bottom-lg-0 {
        padding-bottom:0 !important
    }
}

.padding-left-0 {
    padding-left: 0 !important
}

.padding-left-xs-0 {
    padding-left: 0 !important
}

@media (min-width: 768px) {
    .padding-left-sm-0 {
        padding-left:0 !important
    }
}

@media (min-width: 992px) {
    .padding-left-md-0 {
        padding-left:0 !important
    }
}

@media (min-width: 1200px) {
    .padding-left-lg-0 {
        padding-left:0 !important
    }
}

.media,.media-right,.media-left,.media-body {
    overflow: inherit
}

.group:after {
    display: table;
    clear: both;
    content: ""
}

.subfooter {
    font-size: 14px;
    font-size: 1.4rem;
    /*background-color: #bfd9e9;*/
    padding: 2em 0
}

@media (min-width: 768px) {
    .subfooter {
        padding:6.07em 0 2.86em 0
    }
}

.subfooter-list>li {
    line-height: 1.86em;
    color: #83aebe;
}

.subfooter-social {
    margin-bottom: 1em
}

@media (min-width: 1200px) {
    .subfooter-social {
        float:left
    }
}

@media (min-width: 1200px) {
    .subfooter-calendar {
        float:right
    }
}

@media (max-width: 992px) {
    .form-group {
        margin-bottom: 10px;
    }
    
    .typography.my-typography {
        margin-bottom: 0 !important;
    }
    
    .director-text {
        padding-top: 0 !important;
        align-items: center;
        text-align: center !important;
        padding-bottom: 50px;
    }
    
    
}

.link-inverse {
    color: #fff
}

.link-inverse:hover,.link-inverse:focus {
    color: #fff
}

@media (min-width: 992px) {
    .link-inverse:hover,.link-inverse:focus {
        text-decoration:none
    }
}

.link-inverse .icon {
    fill: #fff
}

.social {
    border-radius: .33em;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 3.5em;
    text-align: center;
    border: 2px solid #b4c79c;
    color: #b4c79c;
    background: #fff;
    background: inherit;
}

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

@media (min-width: 992px) {
    .social:hover {
        border-color:#b4c79c;
        background: #b4c79c;
    }
}

.social+.social {
    margin-left: 0.5em
}

.social .icon {
    height: 1em;
    width: 2em;
    fill: #fff
}

.social-ext {
    border-color: rgba(25,37,89,0.1)
}

@media (min-width: 992px) {
    .social-facebook:hover {
        border-color:#3b5998
    }
}

.social-facebook .icon {
    fill: #3b5998
}

@media (min-width: 992px) {
    .social-instagram:hover {
        border-color:#e1316c
    }
}

.social-instagram .icon {
    fill: #e1316c
}

@media (min-width: 992px) {
    .social-google-plus:hover {
        border-color:#dd4b39
    }
}

.social-google-plus .icon {
    fill: #dd4b39
}

@media (min-width: 992px) {
    .social-youtube:hover {
        border-color:#ce1312
    }
}

.social-youtube .icon {
    fill: #ce1312
}

.section-secondary {
    background-color: #f4fbff;
    /*border-top: 2px solid #83aebe;*/
}

.section-bg {
    padding-bottom: 2em;
    padding-top: 2em;
    border-bottom: 1px solid rgba(25,37,89,0.1);
    border-top: 1px solid rgba(25,37,89,0.1)
}

@media (min-width: 768px) {
    .section-bg {
        background-position:bottom right;
        background-repeat: no-repeat;
        padding-bottom: 5em;
        padding-top: 5em
    }
}

.section-bg.no-border {
    border-top: 0;
    border-bottom: 0
}

.section-bg-ext {
    border-bottom: 0;
    background-size: 100% auto
}

@media (min-width: 768px) {
    .section-gym {
        background-image:url("../img/bg-cinka.jpg")
    }
}

@media (min-width: 768px) {
    .section-restaurant {
        background-image:url("../img/bg-restaurant.jpg")
    }
}

@media (min-width: 768px) {
    .section-hall {
        background-image:url("../img/bg-ice.jpg")
    }
}

@media (min-width: 768px) {
    .section-hall-three {
        background-image:url("../img/bg-skate.jpg")
    }
}

@media (min-width: 768px) {
    .section-gym-two {
        background-image:url("../img/bg-dancing.jpg")
    }
}

@media (min-width: 768px) {
    .section-hall-two {
        position:relative
    }

    .section-hall-two:after {
        position: absolute;
        width: 100%;
        top: 0;
        height: 35em;
        /*background: url("../img/bg-hall.png") center -10% no-repeat;*/
        background-size: cover;
        content: "";
        z-index: -1;
    }
}

@media (min-width: 768px) {
    .section-wellness {
       /* background-image:url("../images/bg-flower.jpg")*/
    }
}

.section-more {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block
}

@media (min-width: 768px) {
    .section-more {
        margin-top:.5em
    }
}

.section-banners {
    margin-top: 1.88em
}

.widget {
    margin-bottom: 3.13em;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 35px 0 rgb(154 154 154 / 27%)
}

.widget-ext {
    box-shadow: 0 0 20px rgba(25,37,91,0.3)
}

a.widget {
    display: block;
    text-decoration: none;
    color: #000
}

.widget-title {
    padding: 0 0 20px 0;
    font-size: 24px;
    margin-bottom: 20px!important;
    line-height: 16px;
    border-bottom: 1px solid rgba(25,37,89,0.1);
    color: #333;
}

.widget-title-ext {
    padding-top: 1.25em;
    padding-bottom: 1.25em
}

.widget-content {
    padding: 2.5em
}

.widget-content-ext {
    padding-top: 1.5em
}

.widget-footer {
    border-top: 1px solid rgba(25,37,89,0.1);
    padding: 2.5em
}

.widget-contact {
    margin-top: 30px;
    background: #fff;
    border-top: 2px solid #83aebe;
    border-top: 1px solid rgba(25,37,89,0.1);
    border-bottom: 1px solid rgba(25,37,89,0.1);
    /*box-shadow: 0 0px 10px 10px #b3c5dd;
    background: rgba( 6, 65, 144, 0.30 );
	background-image: url(../img/pattern/pattern2-grey.jpg);
	background-position: center;*/
}

@media (min-width: 768px) {
    .widget-contact {
        margin-top:5em
    }
}

.widget-contact-item {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1.5em;
    color: #83aebe;
    line-height: 1.33em
}

@media (min-width: 768px) {
    .widget-contact-item {
        padding:1.5em
    }
}

@media (min-width: 992px) {
    .widget-contact-item {
        font-size:24px;
        font-size: 2rem;
    	padding: 1.5em 1.5em .5em 1.5em;
    	text-align: center;
    }
}

.widget-contact-item .icon {
    fill: #fff;
    width: 1.1em;
    height: 1.1em
}

@media (min-width: 768px) {
    .widget-contact-item-ext {
        border-left:1px solid rgba(255,255,255,0.2)
    }
}

@media (max-width: 767px) {
    .widget-contact-item-ext {
        padding-top:0
    }
}

.widget-menu {
    will-change: auto
}

@media (min-width: 1200px) {
    .widget-menu.is-fixed:not(.is-static) {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        animation: menu_animation .5s ease-in-out
    }

    .widget-menu.is-fixed:not(.is-static) .widget-title,.widget-menu.is-fixed:not(.is-static) .hr {
        display: none
    }

    .widget-menu.is-fixed:not(.is-static) .widget-content {
        overflow: hidden;
        padding: 1.25em 2.5em
    }

    .widget-menu.is-fixed:not(.is-static) .widget-content>ul {
        float: left
    }

    .widget-menu.is-fixed:not(.is-static) .widget-menu-item {
        float: left;
        margin-right: 1.88em;
        margin-top: .2em
    }

    .widget-menu.is-fixed:not(.is-static) .btn {
        float: right;
        width: auto;
        padding: .8em 1.92em;
        margin-left: 1em;
        height: 2.92em
    }
}

.widget-menu-link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.29em;
    text-transform: uppercase;
    display: block
}

.widget-menu-link.is-active {
    text-decoration: none;
    color: #000
}

.widget-person-header {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    line-height: 1.86em
}

.widget-person-name {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: .5em
}

.widget-person-image {
    position: relative
}

.widget-person-image>img {
    filter: grayscale(100%)
}

.widget-person-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-225deg, #00acde 0%,#000 100%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: .85
}

.widget-person-header-content {
    left: 1em;
    bottom: 1em;
    position: absolute;
    color: #fff
}

@media (min-width: 992px) {
    .widget-person-header-content {
        left:2.5em;
        bottom: 2.5em
    }
}

.widget-person-description {
    padding: 1em
}

@media (min-width: 992px) {
    .widget-person-description {
        padding:2.5em
    }
}

.widget-download-meta {
    font-size: 14px;
    font-size: 1.4rem
}

.widget-download-meals {
    /*background-image: url("../images/ico_listok_jedalny.svg");*/
    background-position: 95% 140%;
    background-repeat: no-repeat
}

.widget-download-drinks {
    /*background-image: url("../images/ico_listok_napojovy.svg");*/
    background-position: 95% 140%;
    background-repeat: no-repeat
}

.widget-demo {
    margin-top: 30px;
    padding: 30px;
    /*background: #fff url("../img/bg-texture.svg") left bottom no-repeat;*/
    background-size: 250% auto;
    border-radius: 10px;
    max-width: 450px;
    margin-left: 80px;
}

@media (min-width: 768px) {
    .widget-demo {
	    padding: 2.5em;
	    margin-top: 8em;
	    margin-bottom: 8em;
    }
}

@keyframes menu_animation {
    0% {
        transform: translate(0, -20px);
        opacity: 0
    }

    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.page-title-wrapper {
    padding: 2em 0;
    background-color: #000;
    margin-bottom: 2em;
    position: relative
}

@media (min-width: 768px) {
    .page-title-wrapper {
        background:#000 url("../img/bg-page.jpg") center no-repeat;
        background-size: cover;
        margin-bottom: 3.44em;
        padding: 3em 0
    }
}

@media (min-width: 1200px) {
    .page-title-wrapper {
        padding:8.13em 0 5em 0
    }
}

.page-title-wrapper:after {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/bg-texture-two.svg") center no-repeat;
    content: "";
    display: block;
	background-color: #83aebe26;*/
}

@media (min-width: 768px) {
    .page-title-wrapper-two {
        background-image:url("../img/bg-page-wellness.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-three {
        background-image:url("../img/bg-page-hockey.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-four {
        background-image:none;
		padding:0;
		height: auto;
    	margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-five {
        background-image:url("../img/bg-page-gym-two.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-six {
        background-image:url("../images/bg-page-hockey-two.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-seven {
        background-image:url("../images/bg-page-hockey-three.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-eight {
        background-image:url("../images/bg-page-hockey-four.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-nine {
        background-image:url("../images/bg-page-hockey-five.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-ten {
        background-image:url("../images/bg-page-kongres.jpg")
    }
}

@media (min-width: 768px) {
    .page-title-wrapper-eleven {
        background-image:url("../images/bg-page-restaurant.jpg")
    }
}

.page-title {
    color: #000;
    margin: 0;
    position: relative;
    font-size: 26px;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .page-title {
        /*max-width:70%;
        margin-left: auto;
        margin-right: auto;*/
        margin: 0;
	    width: 100%;
	    max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .page-title {
        font-size: 24px;
    }
    .crumbs-item {
    	font-size: .85rem!important;
    }
}

.icon {
    transition: all .1s ease;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 15px;
    height: 15px
}

.icon-ext {
    transition: all .1s ease;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: auto;
    height: auto
}

.icon,.icon-ext {
    fill: #000
}

.icon-left {
    margin-right: 0.63em
}

.icon-right {
    margin-left: 0.63em
}

.gallery {
    margin-top: 4em
}

.gallery-item {
    margin-bottom: 30px
}

.gallery-item img,.gallery-item a {
    display: block
}

.gallery-item img {
    width: 100%;
    height: auto
}

.gallery-item a {
    position: relative
}

@media (min-width: 992px) {
    .gallery-item a:hover .gallery-item-hover {
        filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1
    }
}

.gallery-item-icon {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #fff;
    width: 2em;
    height: 2em
}

.gallery-item-hover {
    transition: all .3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background: #000;
    background: rgba(25,37,89,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.table {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    border-collapse: collapse
}

.table caption {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px
}

.table thead th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.29em 1.43em;
    background: #000;
    color: #fff;
    line-height: 1.21em
}

.table tbody td,.table tbody th {
    padding: 1.1em 1.43em;
    line-height: 1.5em
}

.table tbody th {
    background-color: #83aebe;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.table-bordered tbody td {
    border-bottom: 1px solid rgba(25,37,89,0.1)
}

.table-bordered tbody tr:last-child td {
    border-bottom: 0
}

.table-striped tbody tr {
    background: #000
}

.table-striped tbody tr:nth-child(even) {
    background: #19255b
}

.table-condensed tbody td {
    padding: 0.86em 0
}

.table-condensed thead th {
    padding: 5px
}

@media (max-width: 767px) {
    .table-responsive {
        width:100%;
        overflow: scroll
    }
}

.color-blue {
    color: #83aebe !important;
    fill: #83aebe !important
}

.color-blue-dark {
    color: #000 !important;
    fill: #000 !important
}

.article {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px
}

.article-ext {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(25,37,89,0.1)
}

.article-title {
    text-transform: none;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 0.63em
}

.article-date {
    border: 1px solid rgba(25,37,89,0.1);
    margin-bottom: 1em
}

@media (min-width: 768px) {
    .article-date {
        margin-bottom:0
    }
}

.article-date a {
    display: block
}

.article-date-day {
    font-size: 30px;
    font-size: 3rem;
    color: #000;
    font-weight: 300 !important;
    text-align: center;
    padding: 0.43em 0
}

.article-date-month {
    color: rgba(25,37,89,0.5);
    line-height: 1.57em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.71em;
    background-color: rgba(25,37,89,0.1);
    margin-bottom: -1px
}

.article-pic {
    display: block
}

@media (max-width: 767px) {
    .article-pic {
        margin-bottom:1em
    }
}

.article-category {
    font-size: 11px;
    font-size: 1.1rem;
    color: #19255b;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 0.5em 0.91em;
    background-color: rgba(25,37,89,0.1);
    border-radius: 3px;
    display: inline-block;
    margin-left: 1.27em
}

.search-btn {
    padding-left: 1em;
    padding-right: 1em
}

.search-btn .search-btn-icon {
    fill: #83aebe
}

.crumbs {
    display: inline-block;
    margin-top: 1.25em;
    position: relative
}

.crumbs-item {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    float: left
}

.crumbs-item:last-child {
    background-color: #83aebe;
    padding: 0.4em 1.36em 0.3em 1.36em;
    border-radius: 5px;
    line-height: 1.18em;
    border: 2px solid #83aebe;;
    position: relative;
    text-transform: uppercase
}

.crumbs-item:last-child:after {
    position: absolute;
    content: "";
    right: -1em;
    top: 0;
    bottom: 0;
    width: 1em;
    background: url("../images/bg-crumbs-active.svg") right center no-repeat
}

.crumbs-item+.crumbs-item {
    margin-left: 1.5em
}

.crumbs-item>a {
    color: #83aebe;
    line-height: 1.18em;
    text-transform: uppercase;
    display: block;
    padding: 0.4em 1.36em 0.3em 1.36em;
    border: 2px solid #83aebe;
    border-width: 2px 0 2px 2px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

.crumbs-item>a:after {
    position: absolute;
    content: "";
    right: -.72em;
    top: 0;
    bottom: 0;
    width: 1em;
   background: url("../img/icons/bg-crumbs-item.svg") right center no-repeat;
}

.crumbs-item>a:hover {
    color: #00afdf;
}

.banner {
    position: relative;
    height: 15em;
    overflow: hidden;
    padding: 2.5em;
    margin-bottom: 30px;
    background-color: #000;
}

.virtualnyij-tur {
	transition: all .3s ease;
    border-radius: 4px;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0;
    padding: 1.3em 1.5em;
    border: 2px solid #83aebe;
    background: #83aebe;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none;
    line-height: 1em;
    color: #fff;

    margin-bottom: 20px;
}

.virtualnyij-tur:hover, .virtualnyij-tur:focus {
	background: #00afdf;
    border-color: #00afdf;
    color: #ffffff;
}

.virtualnyij-tur i {
	margin-left: 10px;
    transform: scale(1.5) translateY(-1px);
}




@media (min-width: 768px) {
    .banner-ext {
        height:20em
    }
}

.banner-bg {
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0
}

.banner-bg.loaded {
    opacity: 1
}

.banner-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.33em;
    text-transform: uppercase;
    position: relative
}

@media (min-width: 768px) {
    .banner-title-ext {
        font-size:36px;
        font-size: 3.6rem
    }
}

.banner-footer {
    bottom: 1.5em;
    left: 1.5em;
    right: 1.5em;
    position: absolute
}

@media (min-width: 992px) {
    .banner-footer {
        bottom:2.5em;
        left: 2.5em;
        right: 2.5em
    }
}

.banner-text {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.57em
}

.banner-text .strong {
    color: #fff
}

@media (min-width: 1200px) {
    .banner-grid-group {
        margin-top:-3%
    }
}

.banner-grid {
    border: 1px solid rgba(25,37,89,0.1);
    border-width: 0 1px 1px 0;
    height: 9em;
    padding: 1em;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
	text-align:center;
	background-color: #fff;
}

.banner-grid .fa {
    color: #83aebe;
}

@media (min-width: 480px) {
    .banner-grid {
        padding:1.88em
    }
}

@media (min-width: 768px) {
    .banner-grid {
        width:50%;
        height: 9em
    }
}

@media (min-width: 992px) {
    .banner-grid {
        padding:1.5em 1em;
        width: 25%
    }
}

@media (min-width: 1200px) {
    .banner-grid {
        padding:1.3em 1.88em
    }
}

.banner-grid:hover {
    text-decoration: none
}

@media (min-width: 992px) {
    /*.banner-grid:hover {
        background-color:#000;
        color: #83aebe
    }

    .banner-grid:hover .banner-grid-title {
        color: #fff
    }*/
}

.banner-grid:nth-child(2n) {
    border-width: 0 0 1px 0
}

@media (min-width: 768px) {
    .banner-grid:nth-child(2n) {
        border-width:0 1px 1px 0
    }
}

@media (min-width: 768px) {
    .banner-grid:nth-child(3n) {
        border-width:0 0 1px 0
    }
}

@media (min-width: 992px) {
    .banner-grid:nth-child(3n) {
        border-width:0 1px 1px 0
    }
}

@media (min-width: 992px) {
    .banner-grid:nth-child(n+6) {
        border-bottom:0
    }
}

@media (min-width: 768px) {
    .banner-grid:nth-child(10) {
        border-bottom:0
    }
}

.banner-grid-title {
    transition: all .3s ease;
    margin-top: 1em;
    color: #000
}

@media (max-width: 767px) {
    .banner-grid-title {
        font-size:13px;
        font-size: 1.3rem
    }
}

.pagination {
    text-align: center;
    margin: 60px 0 0 0
}

.pagination li {
    font-size: 24px;
    font-size: 2.4rem;
    display: none
}

@media (min-width: 768px) {
    .pagination li {
        display:inline-block
    }
}

.pagination li a:not(.btn) {
    display: inline-block;
    padding: 0.6em 1.04em;
    text-decoration: underline
}

.pagination li a:not(.btn):hover {
    color: #83aebe
}

.pagination .current {
    padding: 0.6em 1.04em;
    color: #19255b
}

li.pagination-prev,li.pagination-next {
    display: block;
    float: left
}

li.pagination-prev>a,li.pagination-next>a {
    border-color: rgba(25,37,89,0.1);
    padding: 1.25em;
    width: 4.62em;
    display: block
}

li.pagination-prev>a .icon,li.pagination-next>a .icon {
    fill: #000;
    margin-top: 0
}

li.pagination-next {
    float: right
}

.share {
    border-top: 1px solid rgba(25,37,89,0.1);
    margin-top: 2.5em;
    padding-top: 2.5em
}

.carousel>div:not(:first-child) {
    opacity: 0
}

.border-left-md {
    border-left: 3px solid #83aebe
}

.price {
    font-size: 24px;
    font-size: 2.4rem
}

.newsletter {
    border-top: 1px solid rgba(25,37,89,0.1);
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin-top: 30px;
    margin-bottom: -30px
}

@media (min-width: 768px) {
    .newsletter {
        margin-top:5em;
        margin-bottom: -5em
    }
}

.newsletter-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 3.13em;
    padding-right: 3.5em;
    border-right: 0
}

@media (min-width: 768px) {
    .newsletter-input {
        height:3.57em
    }
}

.newsletter-input-wrapper {
    position: relative
}

.newsletter-input-wrapper:after {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.15em;
    width: 0.88em;
    height: 0.89em;
    /*background: url("../images/envelope.svg") center no-repeat;*/
    background-size: 0.88em 0.89em
}

.newsletter-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 3.85em
}

.newsletter-title {
    font-weight: 400;
    text-transform: none;
    margin: 0 0 1em 0
}

@media (min-width: 992px) {
    .newsletter-title {
        margin:0.42em 0 0 0
    }
}

.newsletter-msg {
    line-height: 1.5em
}

@media (min-width: 992px) {
    .newsletter-msg {
        margin-top:.9em
    }
}

.map {
    height: 18.75em
}

@media (min-width: 992px) {
    .map {
        height:37.5em
    }
}

.map-popup {
    padding: 1em 11.88em 1em 1em;
    /*background: url("../images/logo.svg") 100% center no-repeat;*/
    background-size: 6.81em 3.19em
}

.map-popup-title {
    text-transform: none
}

.map-streetview-wrapper {
    position: relative;
    height: 60vh
}

.map-streetview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.intro {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 33.22%
}

@media (min-width: 1200px) {
    .intro {
        margin-bottom:0
    }
}

.intro .carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.intro-title {
    color: #fff;
    margin-bottom: .5em;
    text-shadow: 0 0 20px #3e3e3e;
}

.intro-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    color: rgba(255,255,255,1);
    font-weight: 600;
    line-height: 1.42em;
    text-shadow: 0 0 20px #121b42;
}

.intro-content {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .intro-content {
        padding-top:6%
    }
}

@incude bp(medium) {
    .intro-content {
        padding-bottom: 25%
    }
}

@media (min-width: 1500px) {
    .intro-content {
        padding-top:10%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    filter: brightness(0.8);
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/* @font-face {
    font-family: "slick";
    src: url('../fonts/slick.eot?1573718954');
    src: url('../fonts/slick.eot?&1573718954#iefix') format("embedded-opentype"),url('../fonts/slick.woff?1573718955') format("woff"),url('../fonts/slick.ttf?1573718955') format("truetype"),url('../fonts/slick.svg?1573718955#slick') format("svg");
    font-weight: normal;
    font-style: normal
} */

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "<"
}

[dir="rtl"] .slick-prev:before {
    content: ">"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ">"
}

[dir="rtl"] .slick-next:before {
    content: "<"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "?";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-prev,.slick-next {
    width: 50px;
    height: 100px
}

@media (max-width: 767px) {
    .slick-prev,.slick-next {
        display:none !important
    }
}

.slick-prev .icon,.slick-next .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.slick-prev {
    left: -40px
}

.slick-next {
    right: -40px
}

.slick-slide:focus {
    outline: none
}

.slick-list {
    padding-top: 1em;
    padding-bottom: 1em
}

.cookie-modal {
    right: .5em;
    bottom: .5em;
    left: .5em;
    transition: all .3s ease-in-out;
    position: fixed;
    background-color: #fff;
    padding: .5em;
    transform: translate(100%, 0);
    opacity: 0;
    box-shadow: 0 0 1em rgba(115,122,153,0.4);
    will-change: auto;
	
}

@media (min-width: 768px) {
    .cookie-modal {
        right:2em;
        bottom: 2em;
        left: inherit;
        padding: 1em;
        max-width: 20em
    }
}

.cookie-modal.is-active {
    opacity: 1;
    transform: translate(0, 0)
}

.cookie-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    margin-bottom: 1em
}

@media (min-width: 768px) {
    .cookie-text {
        font-size:13px;
        font-size: 1.3rem
    }
}

.cookie-btn {
    font-size: 13px;
    font-size: 1.3rem;
    padding: .5em 1em;
    background-color: #000;
    border: 0;
	cursor: pointer;
}

.cookie-btn,.cookie-btn:visited,.cookie-btn:active,.cookie-btn:focus {
    color: #fff
}

.cookie-btn:hover {
    color: #fff
}

@media (min-width: 992px) {
    .cookie-btn:hover {
        background-color:#0e1431
    }
}

.lazy {
    padding-bottom: 60.6%;
    background-color: #000;
    position: relative;
    background-image: url(../img/news_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.lazy>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.lazy-gallery {
    padding-bottom: 66.66%
}

.lazy-trainer {
    padding-bottom: 80%
}

.lazy-event {
    padding-bottom: 73%
}

.lazy-ext {
    width: 10.71em;
    height: 7.14em;
    padding-bottom: 0
}

.lazy .loaded {
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: .6s;
    animation-name: fade-in;
    animation-delay: .1s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.box {
    box-shadow: 12px 0 63px rgba(25,37,91,0.3);
    background-color: #fff;
    display: block;
    margin-bottom: 30px
}

a.box,a.box:hover {
    text-decoration: none;
    color: #000
}

.box-header {
    -webkit-clip-path: polygon(0 0, 0 100%, 20% 90%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 20% 90%, 100% 100%, 100% 0);
    position: relative
}

.box-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    background-image: linear-gradient(to top, #19255b 0%,#83aebe 100%);
    opacity: 0.85;
    -webkit-clip-path: polygon(0 0, 0 100%, 70% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 70% 100%, 100% 0)
}

.box-header>img {
    width: 100%;
    height: auto;
    display: block
}

.box-header-btn {
    position: absolute;
    right: 4rem;
    top: 60%;
    padding-left: 1em;
    padding-right: 1em
}

@media (min-width: 992px) {
    .box-header-btn {
        top:55%
    }
}

.box-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 24px;
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 2rem;
    right: 2rem;
    color: #fff;
    text-transform: none
}

@media (min-width: 768px) {
    .box-title {
        left:4rem;
        right: 4rem;
        top: 60%
    }
}

@media (min-width: 992px) {
    .box-title {
        top:55%
    }
}

@media (min-width: 1200px) {
    .box-title {
        top:60%
    }
}

.box-title-alt {
    text-transform: uppercase
}

.box-content {
    padding: 2.5rem 3.5rem
}

.box-footer {
    border-top: 1px solid rgba(25,37,89,0.1);
    padding: 3.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.box-footer-link {
    font-size: 14px;
    font-size: 1.4rem
}

.box-price {
    font-size: 24px;
    font-size: 2.4rem;
    color: #83aebe;
    font-weight: 700
}

.box-price span {
    font-size: 14px;
    font-size: 1.4rem
}

.box-price-ext {
    font-size: 14px;
    font-size: 1.4rem
}

.box-tag-group {
    margin: -.2em -.2em 1.5em -.2em
}

.box-tag-group-title {
    margin-bottom: .7em
}

.box-tag-send {
    margin-top: 1em
}

.box-tag {
    transition: all .3s ease;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 4px;
    color: #000;
    padding: .5em 1em;
    display: inline-block;
    text-align: center;
    border: 2px solid rgba(25,37,89,0.1);
    margin: .2em;
    width: 45%
}

.box-tag-ext {
    color: #fff;
    border-color: rgba(255,255,255,0.5)
}


@media (min-width: 992px) {
    button.box-tag:hover {
        border-color:#000;
        cursor: pointer
    }
}

button.box-tag.is-active {
    background-color: #83aebe;
    border-color: #83aebe;
    color: #fff
}

.box-countdown {
    position: absolute;
    top: 4rem;
    left: 4rem
}

.box-capacity {
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 4px;
    color: #fff;
    line-height: 1.86em;
    background-color: #85b200;
    padding: 0 1rem;
    position: absolute;
    top: 4.6rem;
    right: 2rem
}

@media (min-width: 768px) {
    .box-capacity {
        right:3rem
    }
    .banner-grid-three {
    	width: calc(100% / 3);
    }
}

.box-capacity strong {
    color: #fff
}

.dlist {
    font-size: 14px;
    font-size: 1.4rem;
    border-top: 1px solid rgba(25,37,89,0.1);
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dlist dt,.dlist dd {
    display: block;
    line-height: 1.5em;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.dlist dt.border,.dlist dd.border {
    border-bottom: 1px solid rgba(25,37,89,0.1)
}

.dlist dt {
    padding-top: .7em;
    padding-bottom: .3em
}

.dlist dd {
    padding-bottom: .7em
}

.dlist .dt-50,.dlist .dd-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: .7em;
    padding-bottom: .7em
}

.dlist .media+.media {
    margin-top: .3em
}

.dlist-sm dt,.dlist-sm dd {
    font-size: 14px;
    font-size: 1.4rem
}

.quote {
    position: relative
}

.quote p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    font-style: italic;
    line-height: 1.78em;
    margin-bottom: 2em
}

.quote:after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 9rem;
    height: 7rem;
    /*background: url("../images/ico-quotes.svg") top left no-repeat;*/
    background-size: 100% 100%
}

.font-size-normal {
    font-size: 14px;
    font-size: 1.4rem
}

.font-regular {
    font-weight: 400 !important
}

.tag {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5em;
    background-color: #85b200
}

.tag svg {
    fill: #fff
}

.tag-danger {
    background-color: #d90000
}

.tag-warning {
    background-color: #ff8000
}

.tag-sm {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 .7rem
}

.row-ext {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.attachment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.5em;
    margin-bottom: 1rem;
    -ms-flex-align: center;
    align-items: center
}

.attachment-meta {
    font-size: 12px;
    font-size: 1.2rem;
    display: none
}

@media (min-width: 992px) {
    .attachment-meta {
        display:block
    }
}

.slick-next,.slick-prev {
    transition: all .3s ease;
    opacity: .2;
    width: 24px;
    height: 46px
}

@media (min-width: 992px) {
    .slick-next:hover,.slick-prev:hover {
        opacity:1
    }
}

.slick-next:before,.slick-prev:before {
    display: none;
    content: ""
}

.slick-arrow-icon {
    width: 100%;
    height: 100%
}

.carousel {
    margin: auto
}

.slick-dots {
    position: absolute;
    bottom: 9%;
    text-align: center
}

@media (min-width: 1200px) {
    .slick-dots {
        bottom:15%
    }
}

@media (min-width: 1800px) {
    .slick-dots {
        bottom:20%
    }
}

.slick-dots li {
    display: inline-block;
    width: auto;
    height: auto
}

.slick-dots li>button {
    font-size: 14px;
    font-size: 1.4rem;
    width: 0.8em;
    height: 0.8em;
    border: 0;
    background-color: rgba(255,255,255,0.3);
    list-style: none;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    display: block
}

.slick-dots li>button:before {
    display: none
}

.slick-dots li.slick-active>button {
    background-color: #fff
}

.slick-ext .slick-dots {
    bottom: -2%
}

.slick-ext .slick-dots li>button {
    background-color: #000;
    border-radius: 0
}

.slick-ext .slick-dots li.slick-active>button {
    background-color: #000
}

.intro .slick-list {
    padding: 0
}

.selectric {
    border-radius: 4px;
    transition: all .3s ease;
    border-color: rgba(25,37,89,0.2)
}

.selectric .label {
    font-size: 14px;
    font-size: 1.4rem;
    border-right: 1px solid rgba(25,37,89,0.1);
    color: #000;
    margin-right: 0;
    padding-right: 3.13em;
    height: 51px;
    line-height: 51px
}

.selectric .button {
    border-radius: 4px;
    background-color: #fff;
    height: 100%;
    line-height: 100%
}

.selectric .button:after {
    transition: all .3s ease;
    border-top-color: #83aebe
}

.selectric-items {
    border-radius: 4px
}

.selectric-items li {
    font-size: 14px;
    font-size: 1.4rem
}

.selectric-items li.selected {
    background-color: rgba(47,70,169,0.1)
}

.selectric-items li:hover {
    background: rgba(25,37,89,0.1)
}

.selectric-hover .selectric,.selectric-focus .selectric {
    border-color: #000
}

.selectric-hover .selectric .button:after,.selectric-focus .selectric .button:after {
    border-top-color: #000
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform:scale(0.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
    .card-item-wrap .card-item {
    	/* height: 370px; */
    }
    
    .typography.my-typography p {
        font-size: 15px;
    }
}

.gal {
	
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}
	
	
.menu-secondary-item.last .menu-secondary-link, .raspisanie_button {
    transition: all .3s ease;
    border-radius: 4px;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    display: inline-block;
    margin: 0;
    padding: 1.3em 1.5em;
    border: 2px solid #b4c79c;
    background: #b4c79c;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-appearance: none;
    line-height: 1em;
    color: #fff!important;
}
.menu-secondary-item.last .menu-secondary-link:hover, .raspisanie_button:hover{
    background: #6d943d;
    border-color: #6d943d;
}
.menu-secondary-item.last .menu-secondary-link:after, .raspisanie_button:after{
    font-family: 'FontAwesome';
   content:"\f274";
    display: inline-block;
    margin-left:5px;
}
.raspisanie_button {
	text-align:center;
}

a.raspisanie_button::after {
    display: none;
}

.ml-20{
	margin-left:20px;
}
.mb-50{
	margin-bottom:50px;
}
.rred{
	color:#ec7375;
}
.project .intro-content{
	/*background-color: #ffffff8f;*/
	text-align:end;
	padding-right:10%;
background: rgb(255,255,255);
background: -moz-linear-gradient(278deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0.3169642857142857) 67%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(278deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0.3169642857142857) 67%, rgba(255,255,255,0) 100%);
background: linear-gradient(278deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0.3169642857142857) 67%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
/*overflow:hidden;*/ 	
}
.project .slick-dotted.slick-slider{
	bottom:0;
}
.project .slick-dots{
	bottom:0;
}
.project .intro-content .intro-title{
	color:#000;
	text-align:right;
}
.project .intro-content .intro-subtitle{
	color: #000;
    width: auto;
    width: fit-content;
    text-align: right;
    float: right;
}
.project .slick-dots li>button{
	background-color:#83aebe;
}
.project .slick-dots li.slick-active>button{
	background-color:#00ADDE;
}
.project .banner_text{
	width: 50%;
    float: right;
}
.project .banner_img{
    width: 100%;
    height: auto;
}
/*.banner_inner{
	position: absolute;
    width: 100%;
    top: 40%;
    transform: translate(0, -50%);
	z-index: 10;
}*/
.partner{
	display:flex;
	justify-content:center;
}
p.primary {
	font-size: 20px;
    font-weight: 700;
}
p.trenera {
	width: 100%;
	background: #83aebe;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.trenera-text {
	margin-top: 10px;
}

.trenera-text p {
	background: #fff;
	color: #333;
}

.trenera-text h4 {
}

.bold {
	font-weight: bold;
}

ul.list {
	list-style: disc;
	padding-left: 20px;
	font-family: 'Helvetica', sans-serif;
	font-weight: 400;
}




.news_card {
  padding: 0 1rem;
  width: 100%;
}
.news_card .news_wrapper {
  background-color: #fff;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.news_card .news_wrapper:hover .news_data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news_card .news_data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.news_card .news_data .news_content {
  padding: 1em;
  position: relative;
  z-index: 1;
  height: 200px;
  background: #83aebec7;
}
.news_card .news_author {
  font-size: 12px;
  color: #fff;
}
.news_card .news_title {
  font-size: 20px;
  margin-top: 10px;
  color: #fff;
}
.news_card .news_text {
  height: 70px;
  margin: 0;
}

.news_example-2 .news_wrapper:hover .news_menu-content span {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  opacity: 1;
}
.news_example-2 .news_header {
  color: #fff;
  padding: .5em;
}
.news_example-2 .news_header::before, .news_example-2 .news_header::after {
  content: '';
  display: table;
}
.news_example-2 .news_header::after {
  clear: both;
}
.news_example-2 .news_header .news_date {
  float: left;
  font-size: 14px;
  background: #83aebec7;
  padding: .5rem;
  border-radius: 3px;
}
.news_example-2 .news_menu-content {
  float: right;
}
.news_example-2 .news_menu-content li {
  margin: 0 5px;
  position: relative;
}
.news_example-2 .news_menu-content span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.news_example-2 .news_data {
  color: #fff;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
.news_example-2 .news_title a {
  color: #fff;
  text-decoration: none;
}
.news_example-2 .news_button {
  display: block;
  width: auto;
  margin: 1em 30%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  position: absolute;
  font-weight: 700;
  left: 0;
  bottom: 15px;
  right: 0;
}
.news_example-2 .news_button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_example-2 .news_button:hover::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  opacity: 1;
}

.my_sert i {
	margin-right: 10px;
    font-size: 20px;
    transform: translateY(2px);
}

ul.group {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

ul.group li:last-child {
	margin-left: 3em;
}

.slick-dots {
	display: none;
}

.menu-collapse-new {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    text-align: end;
    display: inline-flex;
    width: auto;
    float: right;
}

.menu-collapse-new p {
	margin-bottom: 5px;
}

.menu-collapse-new p span {
	margin: 0px 20px 0 0px;
}

.menu-collapse-new p span.two-span-top {
	margin: 0px 20px 0 70px;
}

.menu-collapse {
	overflow: hidden;
}

.menu-item-group.group {
	display: block;
	padding-top: 70px;
}

.menu-item-group.group li:last-child {
    margin: 0 30px;
}

.widget-contact-item .link-inverse {
	text-decoration: none;
}

.typography.my-typography {
	text-align: center;
    height: 170px;
    margin: 30px 0;
    background: #fff;
    /*background: rgba( 255, 255, 255, 0.15 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 7.0px );
	-webkit-backdrop-filter: blur( 7.0px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );*/
	border-radius: 10px;
	padding: 20px;
	transition: .3s ease;
}

.typography.my-typography:hover {
	/*box-shadow: 0 8px 32px 0 rgb(255 255 255 / 80%);
    transform: translateY(-15px);*/
}

.typography.my-typography h3 {
	color: #fff;
	/*text-shadow: 0 0 10px #444;*/
}

.typography.my-typography p {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50%;
    margin: 0;
    font-size: .9em;
    font-weight: 700;
    color: #000;
	opacity: .85;
    /*color: #fff;
    text-shadow: 0 0 5px #272f52;
    color: #83aebe;
    text-shadow: 0 0 10px #fff;*/
    line-height: 1.2em;
}

.typography.my-typography p img {
	filter: drop-shadow(-5px 5px 4px #444) brightness(1.6);
	width: 100px;
	height: auto;
}

.section-hall-two {
	padding-bottom: 50px;
}

.typography.my-typography .my-typography-icon {
	height: 50%;
	color: #fff;
}
.typography.my-typography .my-typography-icon i {
	font-size: 5.5rem;
	color: #83aebe;
	font-weight: 100;
    /*color: #fff;*/
    /*text-shadow: 0 0 10px #fff;
    text-shadow: 0 0 5px #272f52;*/
}

.light-title {
	color: #83aebe;
    /* color: #fff; */
    text-shadow: 0 0 10px #fff;
    /* text-shadow: 0 0 5px #272f52;*/
}

.card-item-wrap {
	margin-bottom: 30px;
}

.card-item-wrap .card-item {
	/*background: rgba( 6, 65, 144, 0.40 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 3.0px );
	-webkit-backdrop-filter: blur( 5.0px );
	border: 1px solid rgba( 255, 255, 255, 0.18 );*/
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	transition: .3s ease;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #83aebe;
}

.card-item-wrap .card-item:hover {
	/*box-shadow: 0 8px 20px 0px rgb(6 65 144 / 80%);*/
    transform: translateY(-15px);
    cursor: pointer;
}

.card-item-wrap .card-item .card-item-icon {
	height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-item-wrap .card-item .card-item-icon img {
	height: 100%;
}

.card-item-wrap .card-item .card-item-title {
	/*color: #fff;
    text-shadow: 0 0 5px #272f52;*/
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 1.2em;
    margin-top: 20px;
    padding-top: 15px;
}

.card-item-wrap .card-item .card-item-desc {
	color: #000;
    text-align: center;
    font-size: .9em;
}

.main-content {
	background-image: url(/img/pattern/pattern2-grey.jpg);
}

.btn-margin {
	margin-top: 20px;
    margin-bottom: 60px;
}

.new-inner-container {
	padding-top: 100px;
    padding-bottom: 100px;
}

.inner-banner-course {
	font-size: 1.4rem!important;
}

.banner-grid i {
	font-size: 50px;
}

/* .banner-grid:hover i {
    color: #000;
} */

.banner-grid:hover {
	color: #000;
}

.cloud {
    position: absolute;
    transition: 1s;
    z-index: 5;
}

.swal2-title {
	color: #000!important;
}

.swal2-popup.swal2-toast {
	display: flex!important;
    border-radius: 10px!important;
    padding: 20px!important;
    background: #ffffffee!important;
    box-shadow: 0px 2px 8px 0px rgb(66 66 66 / 80%)!important;
}

.swal2-popup.swal2-toast .swal2-title {
    font-size: 1.6em!important;
}

.section-form {
	padding: 50px 0 50px 0;
    background: transparent;
}

.section-form h2 {
	margin: .5em 0 1.5em 0;
}

.flex-wrap-wrap {
	flex-wrap: wrap;
}

.form-input {
	font-size: 16px;
    font-weight: 500;
    border-color: #e7e8ee;
    background: #fff;
    padding: 10px 15px;
}

.form-input::-webkit-input-placeholder { color: #000; }
.form-input::-moz-placeholder { color: #000; }

.form-button {
    width: 100%;
}

.form-button i {
	margin-left: 5px;
	transform: scale(1.2);
}

span.error {
	width: 100%;
	position: absolute!important;
    left: 0!important;
    top: -7px!important;
    font-size: 12px!important;
    color: #ff0000!important;
    font-weight: 300!important;
    text-align: left;
    margin-left: 15px;
}

@media screen and (min-width: 996px) {
	.card-item-wrap .card-item {
		min-height: 380px;
	}
}

.section-form-contact h2 {
	margin: 0em 0 2.7em 0;
}

.page-title-wrapper.page-title-wrapper-four {
	/*border-bottom: 2px solid #83aebe;
    border-top: 2px solid #83aebe;
    background: #DFECF4;*/
    border-top: 1px solid rgba(25,37,89,0.1);
    border-bottom: 1px solid rgba(25,37,89,0.1);
    background: #f4fbff;
    padding: 10px 0;
}

.widget-contact a:hover {
	color: #000;
	cursor: default;
}

.card-news {
	padding: 0!important;
    overflow: hidden;
}

.card-news-image {
	background-position: center;
    background-size: cover;
    align-self: flex-start;
    height: 260px!important;
    width: 100%;
}

.card-news-title {
	margin-top: 0!important;
	padding: 0 20px;
	display: flex;
    align-items: center;
    position: relative;
}

.card-news-desc {
	padding: 10px 20px 0;
	position: relative;
}

.card-news-desc::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: calc(50% - 25px);
    top: 0;
}

.card-news-date {
    margin: 10px;
    background: #DFECF4;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    transition: .3s ease;
    font-weight: 500;
    display: none;
}

.card-item-wrap .card-item .card-item-icon.card-news-image {
	justify-content: flex-start;
	align-items: flex-start;
}

.card-item.card-news:hover .card-news-date {
	color: #000;
}


.raspisanie_button_red {
	background: #b4c79c;
	border-color: #b4c79c;
}

.row.form-comments {
	margin: 0 auto;
	max-width: 800px;
}

.form-comments .form-group {
	width: 100%;
    /*margin-left: 20px;
    margin-right: 20px;*/
}

#comment-editor {
	width: 100%!important;
	padding: 15px;
}

.comments {
	margin-bottom: 50px;
	margin-top: 30px;
}

.ticket-avatar {
	display: none;
}

.ticket-comment {
	padding: 20px 20px 10px 20px;
	background: #fff;
	color: #000;
}

.ticket-comment-author {
	margin: 0!important;
    color: #000!important;
    font-weight: 500!important;
    margin: 0 0 10px 0!important;
}

.comment-reply .reply, .comment-reply .edit {
	font-size: 12px;
}

.comment-reply .edit {
	margin-left: 15px;
}

.ticket-comment-body.ticket-comment-guest {
	margin-bottom: 10px;
}

#comment-form-placeholder {
	margin-bottom: 50px;
}

#comment-form .form-actions {
	border-top: none!important;
}

#comments-wrapper > .comment-list > .ticket-comment {
	position: relative;
    border-radius: 10px;
    box-shadow: 0 12px 35px 0 rgb(154 154 154 / 27%);
}

#comments-wrapper {
	padding: 0 20px 20px 20px;
}


span.error.error-comment {
	left: 30px!important;
    top: -20px!important;
}

.markItUpHeader {
	display: none!important;
}

.row-teachers {
    padding: 0 15px;
    background: #fff;
}

.menu-secondary-item.active a {
    border-bottom: 2px solid;
}



.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.3s opacity ease-in;
  position: relative;
  top: 0;
  z-index: 100;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.3s opacity ease-in;
  position: relative;
  top: 0;
  z-index: 100;
}
.tab:checked + label {
  color: #fff;
  background: #83aebe;
  cursor: default;
}
.tab:checked + label:hover {
	color: #fff;
  background: #83aebe;
  cursor: default;
}
.tab + label {
	border-radius: .33em;
	font-size: 1.4rem;
    cursor: pointer;
    display: block;
    text-decoration: none;
    width: 150px;
    margin: 0 30px;
    height: 3.79em;
    line-height: 20px;
    text-align: center;
    border: 2px solid #83aebe;
    color: #83aebe;
    background: #fff;
    background: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
  padding: 15px;
    font-weight: 700;
}
.tab + label:hover {
  background-color: #f9f9f9;
}
.tab__content {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  margin-top: 50px;
}

.row-admin {
	border-bottom: 1px solid rgba(25,37,89,0.1);
    padding-bottom: 20px;
}

.teachers-img-wrap {
	max-height: 350px;
	max-width: 250px;
	overflow: hidden;
}

.widget-action {
	width: 100%;
	background: #f4fbff;
}
.widget-action-border {
    background:#fff;
    border:2px solid #b4c79c;
}


.mt-20 {
	margin-top: 20px!important;
}
.mb-20 {
	margin-bottom: 20px!important;
}

.mt-90 {
	margin-top: 90px!important;
}

.mt-120 {
	margin-top: 120px!important;
}


.quiz.d-flex {
	flex-direction: column;
}

.quiz .form-cover .form-group {
	text-align: center;
}

.quiz-counter, .progress {
	margin: 0 0 15px!important;
}

.form-check.form-check-inline {
	display: inline-flex;
    margin-right: 30px;
    align-items: center;
    font-size: 20px;
}

form .steps {
	margin-bottom: 20px;
}

.steps h2.form-title {
	text-transform: none;
}

.quiz .form-cover .form-description img {
	max-width: 100%;
	height: auto;
}

.quiz .quiz-form .form-submit button {
	min-width: 239px;
} 

.container h2 {
    line-height:1.5em;
}


#modal-form-backcall {
    border-radius: 8px;
    width: 94vw;
    max-width: 500px;
}
#modal-form-backcall .widget-title {
    text-align: center;
    line-height: 1.3;
}
#modal-form-backcall .row .form-group {
    width: 100%;
    margin-top: 15px;
}
#modal-form-backcall form .btn {
    width: 100%;
}
#modal-form-backcall .modal-form-desc {
    text-align: center;
    margin: -10px 0 10px 0;
}
#modal-form-backcall {
    
}


.file-item-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    text-decoration: underline;
    width: fit-content;
}
.file-item-icon {
    width: 30px!important;
    height: 30px!important;
    padding: 0;
    margin: 0 10px 0 0;
}

.social {
    position: relative;
}

.fa-instagram::after {
    content:'*';
    color: #83aebe;
    position: absolute;
    top: 7px;
    right:7px;
}

.meta-descripton {
    /* display: block; */
    color: #707070;
}

.section-hall-two__title {
    color: #fff;
    text-shadow: 2px 2px 4px #000;
}

.director-text {
    display: flex;
    flex-direction: column;
    justify-conent: center;
    padding-top: 50px;
    text-align: left;
    font-size: 2rem;
  color: #000;
}

.footer-rating {
    border:2px solid #b4c79c;
  border-radius:5px;
  height: 50px;
  overflow:hidden;
}
.ticket-comment-text {
    line-height: 130%;
}

@media screen and (max-width: 500px) {
	.typography.my-typography p {
		font-size: .9em;
	}
	.btn {
		padding: 1.3em .5em;
	}
	.tab + label {
		margin: 0 5px;
	}
	.card-news-image {
		height: 240px!important;
	}
	.card-item-wrap .card-item .card-item-title {
		font-size: 1em;
	}
	.card-item-wrap .card-item .card-item-desc {
		font-size: .8em;
	}
	.menu-logo img {
		height: 80px!important;
	}
	p.primary {
		font-size: 18px;
	}
	
	.typography-text .padding-left-0 {
		padding-left: 15px!important;
	}
	.typography-text .padding-right-0 {
		padding-right: 15px!important;
	}
	.page-title-wrapper {
		margin-bottom: 0;
	}
	.menu-logo {
		width: Calc(50% + 65px);
	}
	.form-check.form-check-inline {
		width: 100%;
		margin-bottom: 10px;
	}
	#modal-form-backcall {
	    padding: 30px;
	}
}

@media screen and (max-width: 770px) {
	.teachers-img-wrap {
		max-height: 350px;
		max-width: 350px;
	}
	p.trenera {}
	.row-teachers .padding-left-0 {
		
	}
	.p-teachers-right {
		padding-right: 0px;
	}
}

@media screen and (max-width: 1200px) {
    .subfooter-calendar {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .footer-cont-items .subfooter-social {
        order: 1;
    }
    .footer-cont-items .meta-descripton {
        order: 2;
    }
}
@media (max-width: 450px) {
    .footer-cont-items {
        justify-content: center;
    }
    .footer-cont-items .subfooter-calendar {
        width: 100%;
        margin:0 0 30px 0 !important;
    }
    .widget-content {
        padding: 30px 20px 15px;
    }
    .widget-action-border .widget-content {
        padding: 30px 20px 30px;
    }
    .widget-title {
        font-size: 18px;
    }
    .typography .lead {
        font-size: 18px;
    }
    .page-title {
        font-size: 18px;
    }
    .page-title-wrapper.page-title-wrapper-four {
        margin-bottom: 30px;
    }
    .comments {
        margin-top: 0;
    }
    #comments-wrapper {
        padding:0 15px 15px 15px;
    }
    .ticket-comment-text {
        line-height: 140%;
    }
    .comments-list .ticket-comment {
        padding: 0;
    }
    .ticket-comment-createdon {
        font-size: 11px;
    }
}
