/* FONTS */
@font-face {
    font-family: 'impactwebfont';
    src: url('../fonts/impactwebfont.eot');
    src: url('../fonts/impactwebfont.eot') format('embedded-opentype'),
    url('../fonts/impactwebfont.woff2') format('woff2'),
    url('../fonts/impactwebfont.woff') format('woff'),
    url('../fonts/impactwebfont.ttf') format('truetype'),
    url('../fonts/impactwebfont.svg#impactwebfont') format('svg');
}

@font-face {
    font-family: ALSRubl;
    src: url('../fonts/rouble.ttf');
}

.rub {
    font-family: ALSRubl, fantasy;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.tel,
.mail,
.lang-icon a,
.navbar a,
.footer,
.form-control,
.block-pogoda {
    font-family: 'Cuprum', sans-serif;
}

.slogan {
    font-family: 'impactwebfont', sans-serif;
}

.carousel-content,
.special-menu a,
.dopmenu .nav-tabs li a,
.main-content .news-item .date,
.main-content .news-item .link-more,
.main-content .all-news,
.main-content .title h1,
.block-4-main,
.contacts-full h1,
.contacts-full h2,
.contacts-full .gray-block .title,
.contacts-full .dislocation h3,
.contacts-full .questions h3,
.sidebar-faq-item, .top-banner-item,
.btn-jump,
.faq h3,
.price h2,
.price h3,
.price h4,
.bg-all h2,
.bg-all h3,
.bg-all h4,
h1 {
    font-family: 'Russo One', sans-serif;
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
    margin:0;
    padding:0;
}

/* BASIC ELEMENTS */

body {
    color: #2c2d31;
    background: #fafaf7;
    font-size: 14px;
    line-height: 1.5em;
}

p, ul, ol {
    margin: 10.5px 0 10.5px 0;
}

ol, ul {
/*    margin-left: 1.5em; */
}



.bg-all h2,
.bg-all h3,
.bg-all h4,
h1 {
    margin: 31.5px 0 31.5px 0;
}

.bg-all {
    background: #fafaf7 url('../images/bg.png') 35% 100% no-repeat;
}

.index .bg-all {
    margin-bottom: 31.5px;
}

.bg-all ul, .bg-all ol {
    padding-left: 1.5em;
}

.bg-all ul {
    list-style: none;
}

.bg-all ul.nav {
    margin-top: 0;
}

.bg-all ul.nav li {
    margin-bottom: 21px;
}

.bg-all ul.tab-menu {
    font-size: 0;
}

.bg-all ul.tab-menu > li {
    font-size: 14px;
    margin: 10.5px 0;
}

.bg-all ul li, .bg-all ol li {
    padding-left: 0.75em;
}

.bg-all ul li {
    list-style: none;
    position: relative;
}

.bg-all ul li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    background-color: #2c2d31;
    top: 8px;
}

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

#credCards img {
    height: 2.5em !important;
}

.no-margin {
    margin: 0;
    padding: 0;
}

/*.top-30 {
    padding-top: 30px !important;
}

.bottom-30 {
    padding-bottom: 30px !important;
}*/

.no-border {
    border: none !important;
}

h1, .h1 {
    text-transform: uppercase;
    margin: 31.5px 0 31.5px 0;
    line-height: 42px;
    font-size: 30px;
}

a {
    transition: all 0.2s ease-in-out;
}

/* HEADER */

.top-bar {
    background: #305fd3;
    padding: 0;
    color: #fff;
}

a {
    outline: transparent !important;
}

.top-bar a,
.top-bar a:hover {
    color: #fff;
    outline: transparent;
}

.top-bar .tel {
    font-size: 24px;
    margin: 26px 22px 0 0;
    display: block;
    line-height: 1;
}

.top-bar .mail {
    font-size: 1em;
    padding: 0 0 3px;
    display: inline-block;
    vertical-align: bottom;
}

.top-bar .mail a {
    display: block;
}

.tel-wrap {
    display: inline-block;
}

.wrap-logo {
    position: relative;
    width: 254px;
    /* height: 78px; */
    display: inline-block;
    vertical-align: top;
}

.wrap-logo img {
    position: absolute;
    left: 0;
    top: 0;
}

.slogan {
    position: absolute;
    top: 35px;
    left: 84px;
    line-height: 1;
    font-style: italic;
    font-size: 20px;
    color: #fff;
}

.lang-icon {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #b5baca;
    border-radius: 2px;
    margin: 25px 0 0;
}

.lang-icon a {
    display: inline-block;
    padding: 4px 7px;
    line-height: 1;
    vertical-align: top;
    border-radius: 3px;
    float: left;
    font-size: 16px;
}

.lang-icon a.active,
.lang-icon a.active:hover {
    background: #37393e;
}

.lang-icon a:hover {
    background: rgba(55, 57, 62, 0.4);
    text-decoration: none;
}

.search {
    float: right;
    margin: 30px 24px 0 0;
}

.search-form {
    border: none;
    border-bottom: 1px solid #b5baca;
    background: #305fd3;
    outline: none;
    padding: 0 5px;
    width: 140px;
}

.search i {
    color: #b5baca;
}

.global-search {
    position: absolute;
    left: -4px;
    top: -4px;
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
    outline: none;
}

.navbar {
    padding: 6px 0 5px 0;
    background: #2c2d31;
    border-radius: 0 !important;
    margin: 0;
}

.navbar-toggle {
    background: rgba(48, 95, 211, 0.3);
}

.navbar-toggle .icon-bar {
    background: #b9bac1;
}

.navbar-collapse {
    padding: 0;
}

.top-menu-button {
    font-family: 'Cuprum', sans-serif;
    cursor: default;
    display: block;
    line-height: 20px;
}

.navbar a, .top-menu-button {
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
}

.navbar a, .dropdown-menu > li > a, .top-menu-button {
    color: #b9bac1;
}

.top-menu-button:hover {
    color: #fff;
}

ul.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

ul.nav > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

ul.nav > li.active > a, ul.nav > li.active > a:hover {
    color: #fff;
    text-decoration: none;
}

.navbar a:hover,
.navbar .active a,
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
    /* color: #fff; */
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: #2c2d31;

}

.navbar-nav > li.dropdown > a, .navbar-nav > li.dropdown > span.top-menu-button {
    position: relative;
    padding: 15px 40px 15px 30px;
}

.navbar-nav > li.dropdown > a:before, .navbar-nav > li.dropdown > span.top-menu-button:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 17px;
}

.navbar-nav > li:after {
    content: '/';
    position: absolute;
    left: 100%;
    top: 14px;
    color: #c9cacd;
    font-size: 15px;
}

.navbar-nav li a {
    padding: 15px 30px;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus {
    background-color: transparent;
}

.dropdown-menu {
    background: #2C2D31;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 10px solid transparent;
    padding: 0;
    margin: 0;
}

.dropdown-menu li a {
    /* color: #b9bac1; */
    position: relative;
    padding: 10px 25px;
}

.navbar a.active {
    /* color: #b9bac1; */
    position: relative;
    padding: 15px 25px;
}

.dropdown-menu {
    padding-bottom: 10px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;

}

.wrap-nav-icon {
    display: inline-block;
    /*border: 1px solid #37393e; */
    border-radius: 2px;
    margin: 5px 0 0;
    float: right;
}

.nav-icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 7px 13px 8px 13px;
    vertical-align: top;
    background: url('../images/nav-icon-1.png') 0 0 no-repeat;
}

.nav-icon.ni-2 {
    background: url('../images/nav-icon-2.png') 0 0 no-repeat;
}

.nav-icon.ni-3 {
    background: url('../images/nav-icon-3.png') 0 0 no-repeat;
}

.nav-icon.ni-4 {
    background: url('../images/ico_auc.png') no-repeat 0 0;
}

.nav-icon.ni-5{
    margin-bottom: 5px;
    margin-top: 7px;
    margin-right: 4px;
    background: url('../images/motoschool.png') no-repeat 0 0;
}

.nav-icon.ni-7 {
    height: 24px;
    width: 24px;
    background: url('../images/nav-icon-7.png') no-repeat 0 0;
    background-size: 24px 24px;
}
/* end.HEADER */

/* SLIDER */

.bx-wrapper {
    margin: 0;
}

.bx-viewport {
    border: 0 !important;
    box-shadow: none !important;
    left: 0 !important;
}

.bxslider {
    margin: 0;
}

.bxslider li {
    background: no-repeat 50%;
    background-size: cover;
    height: 546px;
    top: 0;
    left: 0;
}

.bxslider-sportsman {
    margin: 0;
}

.bxslider-tandem {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

#sport-slider {
    position: relative;
}

#bx-pager {
    position: absolute;
    z-index: 950;
    bottom: 21px;
    width: 100%;
}

#bx-pager a {
    display: block;
    width: 100%;
    font-size: 36px;
    line-height: 60px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Russo One', sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

#bx-pager a:hover, #bx-pager a.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60&0.3+0,0+60 */
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1); /* IE6-9 */
}

.bxslider-sportsman li {
    background: no-repeat 50%;
    background-size: cover;
    height: 546px;
    top: 0;
    left: 0;
}

.bxslider-tandem {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.bxslider-tandem li {
    background: no-repeat 50%;
    background-size: cover;
    height: 546px;
    top: 0;
    left: 0;
}

.bxslider .item-grad {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: -654px;
    left: -30%;
    width: 70%;
    height: 1200px;
    overflow: hidden;
}

.bxslider .item-grad-color {
    content: '';
    position: absolute;
    top: 358px;
    left: 30%;
    width: 100%;
    height: 546px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.bx-controls {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bx-wrapper .bx-pager {
    padding: 0 !important;
    bottom: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #2c2d31 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2c2d31 !important;
}

.bx-wrapper .bx-pager div a {
    position: relative;
    margin: 0 25px 0 0 !important;
}

.bx-wrapper .bx-pager div a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    width: 27px;
    background: #2c2d31;
}

.bx-wrapper .bx-pager div:last-child a:before {
    width: 0;
}

.carousel-content {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    line-height: 0.9;
    margin: 90px 0 0;
    text-shadow: 0 0 2px #444;
}

.carousel-desc-01 {
    font-size: 60px;
}

.carousel-desc-02 {
    font-size: 48px;
}

.carousel-desc-03 {
    font-size: 18px;
}

.slide-title {
    width: 60%;
    position: absolute;
    text-align: right;
    font-size: 48px;
    line-height: 80px;
    color: white;
    top: 20px;
    background-color: #f98e3c;
    left: 0;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    padding-right: 15px;
    z-index: 800;

    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slide-descrip {
    width: 60%;
    position: absolute;
    text-align: left;
    font-size: 20px;
    line-height: 42px;
    color: white;
    bottom: 31px;
    background-color: #91ccf2;
    right: 0;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    padding-left: 42px;
    z-index: 800;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-decor {
    width: 600px;
    height: 500px;
    background: url("../images/slide-decor.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -300px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.slide-decor.slowmotion {
    -webkit-animation-duration: 6s;
    -moz-animation-duration: 6s;
    -o-animation-duration: 6s;
    animation-duration: 6s;;
}

/* end.SLIDER */

/* DOPMENU */

.dopmenu {
    background: #2c2d31;
    position: relative;
    margin-top: -1px;

}

.dopmenu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: #305fd3;
}

.dopmenu .blue {
    background: #305fd3;
    height: calc(21px * 6);
}

.dopmenu .grey {
    padding: 0;
}

.special-menu li {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.special-menu a {
    position: relative;
    display: inline-block;
    width: calc(21px * 6);
    height: calc(21px * 6);
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.special-menu a:before {
    content: '';
    position: absolute;
    display: block;
    background: transparent;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    width: 100%;
    height: calc(21px * 6);
    top: 0;
    left: 0;
    z-index: 1;
}

.special-menu a:after {
    content: '';
    position: absolute;
    display: block;
    background: transparent;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    width: 100%;
    height: 130px;
    top: 0;
    left: 0;
    z-index: 2;
}

.special-menu a:hover:before, .special-menu a.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgb(61, 126, 236); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(61, 126, 236, 1) 1%, rgba(43, 86, 184, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(61, 126, 236, 1) 1%, rgba(43, 86, 184, 1) 100%);
    background: linear-gradient(to bottom, rgba(61, 126, 236, 1) 1%, rgba(43, 86, 184, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d7eec', endColorstr='#2b56b8', GradientType=0);
    opacity: 1;
}

.special-menu a:hover:after, .special-menu a.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: skew(45deg, 0);
    -webkit-transform: skew(45deg, 0);
    -moz-transform: skew(45deg, 0);
    -ms-transform: skew(45deg, 0);
    -o-transform: skew(45deg, 0);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3bffffff', endColorstr='#00ffffff', GradientType=1);
    opacity: 1;
}

.special-menu a div {
    z-index: 3;
    width: 100%;
    height: 100%;
    position: relative;
}

.special-menu img {
    margin: 28px 10px 2px;
}

.dopmenu .nav-tabs {
    border: 0;
}

.dopmenu .nav-tabs li a {
    color: #fff;
    background: #2c2d31;
    display: inline-block;
    font-size: 24px;
    width: 215px;
    padding: 12px 0;
    text-align: center;
    float: right;
    line-height: 1;
    margin: 43px 0 0;
    border: 0;
}

.dopmenu .nav-tabs > li.active > a,
.dopmenu .nav-tabs > li.active > a:hover,
.dopmenu .nav-tabs > li.active > a:focus,
.dopmenu .nav-tabs li a:hover {
    color: #2c2d31;
    background: #ededea;
    text-decoration: none;
    border: 0;
}

.dopmenu .nav-tabs > li.active > a:before,
.dopmenu .nav-tabs > li.active > a:hover:before,
.dopmenu .nav-tabs > li.active > a:focus:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 12px dashed #ededea;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    z-index: 2;
}

.dopmenu .news-tab-title {
    border-radius: 2px 0 0 2px;
}

.dopmenu .article-tab-title {
    border-radius: 0 2px 2px 0;
}

/* MAIN CONTENT */

.main-content {
    position: relative;
    margin: 0 0 31px;
}

/*.main-content:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    background: #305fd3;
    height: 45px;
    width: 50%;
}*/

.main-content .content {
    padding: 0 15px 0 15px;
}

.h1-wrap {
    margin: 31.5px 0 31.5px 0;
    font-size: 30px;
/*    line-height: 42px; */
}

h1.title {
    margin: 0;
    display: inline-block;
    background: #305fd3;
    color: #fff;
    padding: 0 42px 0 0;
    border-radius: 0 2px 2px 0;
    position: relative;
    top: -1px;
}

.main-content h2 {
    font-size: 30px;
    line-height: 42px;
    margin: 31.5px 0 10.5px 0;
}

.main-content .call-me {
    position: relative;
    font-size: 17px;
    font-style: italic;
    margin: 21px 0 0 130px;
}

.main-content .call-me:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -30px;
    width: 340px;
    height: 130px;
    background: url('../images/plane.png') 0 0 no-repeat;
}

.main-content .tab-pane {
    margin: 31.5px 0 0;
}

#main-news,
#main-article {
    padding-left: 27px;
}

.news-content p span {
    background-color: transparent !important;
}

.news-images {
    margin-top: 31.5px;
}

.news-item {
    position: relative;
    margin: 0 0 31.5px;
}

.news-item-image-wrap {
    margin: 0 30px 0 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.news-item-description-wrap {
    margin: 0 0 0 160px;
    border-bottom: 1px dotted #2c2d31;
    height: 126px;
    overflow: hidden;
    position: relative;
}

.news-item-image-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 95%;
    display: inline-block;
    width: 95%;
    height: 100%;
    background: #2c2d31;
    transform: skew(-45deg, 0);
}

.news-item-description-wrap:after {
    /*content: '';*/
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+52,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 52%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */

}

.news-item img {
    border: 3px solid #2c2d31;
    width: 126px;
    height: 126px;
}

.news-item h3 {
    line-height: 21px;
    margin: 0 0 8px;
}

.news-item a {
    font-size: 16px;
    color: #2c2d31;
    font-weight: 600;
}

.news-item .description {
    font-size: 13px;
    font-weight: 300;
}

.news-item .date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    vertical-align: bottom;
    padding: 46px 8px 0 0;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-align: right;
}

.news-item .link-more {
    position: absolute;
    bottom: -9px;
    right: 0;
    color: #fff;
    font-size: 12px;
    background: #2c2d31;
    padding: 0 18px;
    font-weight: normal;
    line-height: 1.75em;
    border-radius: 2px;
}

.news-item .link-more:hover,
.all-news:hover {
    color: #2c2d31;
    background: #ededea;
    text-decoration: none;
    box-shadow: 0 0 1px #2c2d31;
}

.all-news {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    background: #2c2d31;
    padding: 6px 0;
    font-weight: normal;
    line-height: 21px;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#main-news.text {
    padding-top: 77px;
}

/* 4 BLOCK MAIN */

.block-pogoda {
    /*width: 262.5px;*/
    width: 100%;
    height: 100%;
    background: #2f5fd2;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}


.block-4-main {
    display: block;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    color: #fff;
    font-size: 16px;
}

.block-4-main:hover {
    color: #fff;
    opacity: 0.8;
}

/*.block-4-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 88%;
    display: inline-block;
    width: 95%;
    height: 100%;
    background: #2f5fd2;
    transform: skew(-45deg, 0);
}*/

.block-4-main .title {
    width: 120px;
    position: absolute;
    bottom: 28px;
    right: 0;
    text-align: center;
}

.block-4-main.b-4-2-m .title {
    width: 100px;
}

.block-4-main.b-4-3-m .title {
    width: 100px;
}

.block-4-main .title:before {
    content: '';
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 100px;
    height: 42px;
}

.block-4-main div.title-icon {
    background: no-repeat 50% 0;
    position: absolute;
    bottom: 22px;
    right: 0;
    width: 100px;
    height: 42px;

}

/* FOOTER */

.footer {
    padding: 65px 0 97px;
    position: relative;
    background: #2c2d31;
    overflow: hidden;
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #2f5fd2;
}

.footer:after {
    content: '';
    position: absolute;
    top: 158px;
    left: 0;
    width: 50%;
    height: 1px;
    background: #848793;
}

.footer .container {
    position: relative;
}

.footer .container:before {
    content: '';
    position: absolute;
    top: 93px;
    right: 100px;
    width: 50%;
    height: 1px;
    background: #848793;
    z-index: 1;
}

.footer .container:after {
    content: '';
    position: absolute;
    top: 41px;
    right: 20px;
    width: 128px;
    height: 84px;
    background: url('../images/cesna.png') 0 0 no-repeat;
}

.footer-bg {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 296px;
    background: url('../images/bg-footer.png') 100% 0 no-repeat;
}

.footer .contacts {
    color: #a6a6a6;
    font-size: 1em;
    margin: 0 0 16px;
}

.footer .contacts li.adress {
    padding: 0 15px;
}

.footer .contacts li {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0 15px 0 42px;
}

.footer .contacts li a {
    color: #a6a6a6;
}

.footer .contacts li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
}

.footer .contacts .phone:before {
    background: url('../images/phone-icon.png') 12px 40% no-repeat;
}

.footer .contacts .mail:before {
    background: url('../images/mail-icon.png') 12px 40% no-repeat;
}

.footer .contacts .adress:before {
    background: url('../images/pic-icon.png') 12px 40% no-repeat;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: -9px;
    margin-left: -15px;
    margin-right: 5px;
}

.footer .contacts li:after {
    content: '/';
    position: absolute;
    top: 0;
    left: 100%;
}

.footer .contacts .adress:after {
    content: '';
}

.footer .copi-1,
.footer .copi-2 {
    font-size: 12px;
    color: #a6a6a6;
}

.footer .copi-1 {
    text-transform: uppercase;
}

.footer .material {
    display: inline-block;
    position: relative;
    line-height: 1.6;
}

.footer .material:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 100%;
    width: 40px;
    height: 32px;
    background: url('../images/logo-footer.png') 0 0 no-repeat;
}

ul.social {
    display: inline-block;
    position: relative;
}

.footer ul.social {
    margin: 48px 0 0;
}

.footer ul.social:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -190px;
    width: 132px;
    height: 82px;
    background: url('../images/skydivers.png') 0 0 no-repeat;
}

ul.social li {
    display: inline-block;
    list-style-type: none;
    padding: 0 8px;
}

ul.social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.footer ul.social a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer ul.social a.telegram {
    background: url('../images/telegram-icon.png') 1px 1px no-repeat;
}

.footer ul.social a.instagram {
    background: url('../images/instagram-icon.png') 1px 1px no-repeat;
}

.footer ul.social a.facebook {
    background: url('../images/facebook-icon.png') 6px 0 no-repeat;
}

.footer ul.social a.vk {
    background: url('../images/vk-icon.png') 5px 2px no-repeat;
}

.footer ul.social a.twitter {
    background: url('../images/twitter-icon.png') 1px 2px no-repeat;
}

.footer ul.social a.vimeo {
    background: url('../images/vimeo-icon.png') 2px 3px no-repeat;
}

.footer ul.social a.youtube {
    background: url('../images/youtube-icon.png') 0 0 no-repeat;
}


.topSocial ul.social a {
    transform: scale(0.75);
    opacity: 0.56;
}

.topSocial ul.social a:hover {
    text-decoration: none;
    opacity: 1.0;
    transform: scale(1);
}


.topSocial ul.social a.telegram {
    background: url('../images/telegram-icon-wh.png') 1px 1px no-repeat;
}

.topSocial ul.social a.instagram {
    background: url('../images/instagram-icon-wh.png') 1px 1px no-repeat;
}

.topSocial ul.social a.facebook {
    background: url('../images/facebook-icon-wh.png') 6px 0 no-repeat;
}

.topSocial ul.social a.vk {
    background: url('../images/vk-icon-wh.png') 5px 2px no-repeat;
}

.topSocial ul.social a.twitter {
    background: url('../images/twitter-icon-wh.png') 1px 2px no-repeat;
}

.topSocial ul.social a.vimeo {
    background: url('../images/vimeo-icon-wh.png') 2px 3px no-repeat;
}

.topSocial ul.social a.youtube {
    background: url('../images/youtube-icon-wh.png') 0 0 no-repeat;
}




/* CONTENT */

.content h3 {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 21px;
    margin: 21px 0 10.5px 0;
}

.price .text-block p, .content p {
    margin: 10.5px 0 10.5px 0;
    line-height: 21px;
}

.content p:last-of-type {
    margin-bottom: 0 !important;
}

.content a {
    /* color: #2c2d31; */
    /* text-decoration: underline; */
}

.content a:hover {
    text-decoration: underline;
    /* text-decoration: none; */
}

.spoiler-head {
    margin-bottom: 0;
    position: relative;
}

/* CONTACTS */

.map {
    height: 567px;
    background: #CFCECE;
    border-bottom: 11px solid #305fd3;
    position: relative;
    z-index: 0;
}

.map:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    content: '';
}

.map.active:before {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
    content: '';
}

.contacts-full {
    position: relative;
}

.contacts-full:before {
    content: '';
    position: absolute;
    top: 105px;
    right: 0;
    width: 50%;
    height: 882px;
    background: #cfcece;
}

.contacts-full .container {
    background: #fafaf7 url('../images/bg.png') 35% 100% no-repeat;
    position: relative;
}

.contacts-full h1,
.questions h3 {
    text-transform: uppercase;
    line-height: 42px;
    margin: 32px 0 31px;
    font-size: 36px;
}

.contacts-full h1 img {
    float: right;
    margin: 5px 120px 0 0;
}

.contacts-full h2 {
    font-size: 24px;
    line-height: 1.3125em;
    margin: 32px 0 11px;
    text-transform: uppercase;
    display: inline-block;
}

.contacts-full h3 {
    margin: 31.5px 0 10.5px;
}

.contacts-full .dislocation {
    position: relative;
    background: #305fd3;
    padding: 32px 0 20px 0;
}

.contacts-full .dislocation:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    background: url('../images/dislocation.jpg') 0 no-repeat;
    width: 430px;
    height: 231px;
}

.contacts-full .dislocation:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 70px;
    height: 100%;
    background: #305fd3;
}

.contacts-full .dislocation h3 {
    position: relative;
    margin: 0 0 31px;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
}

.contacts-full .dislocation h3:before {
    content: '';
    position: absolute;
    top: 3px;
    right: 35px;
    width: 31px;
    height: 31px;
    background: url('../images/dislocation-icon.png') 35% 0 no-repeat;
}

.dislocation-adress {
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    color: #fff;
}

.dislocation-adress li {
    border-bottom: 1px solid #4f79e1;
    padding: 0 0 0 50px;
}

.dislocation-adress li.loc {
    background: url('../images/location-icon.png') 0 5px no-repeat;
}

.dislocation-adress li.tel {
    background: url('../images/phone-2-icon.png') 0 40px no-repeat;
}

.dislocation-adress li.time {
    background: url('../images/time-icon.png') 0 33px no-repeat;
}

.dislocation-adress div {
    padding: 0 0 0 20px;
    border-left: 1px solid #4f79e1;
    line-height: 21px;
    overflow: hidden
}

.dislocation-adress div.tel-d {
    line-height: 31.5px;
}

.dislocation-adress div p {
    font-weight: 300;
    font-size: 13px;
    text-transform: none;
    padding: 0 90px 0 0;
    margin: 10.5px 0 10.5px 0;
    line-height: 21px;
}

.questions h3 {
    margin: 31.5px 0 21px;
}

.questions p {
    line-height: 21px;
}

/* FORM */

.form-control {
    background-color: #eff2f3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #a3a4ab;
    color: #8c8d92;
    font-weight: bold;
    padding: 20px 15px 20px;
    font-size: 16px;
    line-height: 21px;
    box-sizing: border-box;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #305fd3;
    color: #2c2d31;
    padding: 19px 15px 19px;
}

.btn-send {
    background-color: #37393e;
    color: #fff;
    border: 3px solid #37393e;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0 !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    padding: 18px 39px;
    margin-bottom: 31.5px;
}

.btn-send:hover,
.btn-send:focus {
    background-color: transparent;
    color: #37393e;
}

/* end.FORM */

.contacts-full .gray-block {
    background: #cfcece;
    position: relative;
    padding: 21px 0 10.5px 70px;
    margin: 0;
}

.contacts-full .gray-block:before {
    content: '';
    position: absolute;
    background: #cfcece;
    top: 0;
    left: 100%;
    width: 16px;
    height: 100%;
}

.contacts-full .gray-block a {
    color: #000;
    text-decoration: underline;
}

.contacts-full .gray-block a:hover {
    text-decoration: none;
}

.wrap-btn-online {
    position: relative;
    height: 42px;
    margin: 0 0 10.5px;
}

.btn-online {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    padding: 11px 0 10px;
    background: #305fd3;
    width: 225px;
    text-align: center;
}

.btn-online:hover {
    opacity: 0.9;
}

.contacts-full .gray-block ul {
    padding: 0;
    list-style-type: none;
    text-align: right;
    margin: 0;
}

.contacts-full .gray-block .title {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    text-align: left;
}

.contacts-full .gray-block li {
    position: relative;
    margin: 0 0 21px;
}

.contacts-full .gray-block p {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}

/* FAQ */

.faq {
    padding: 31.5px 0 0;
}

#tabs-desc-faq {
    padding: 0 0 20px;
}


#sidebar-faq .img-responsive {
   height: 168px;
   width: 262px;
}

.sidebar-faq-item {
    display: block;
    margin: 0 0 31.5px;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.sidebar-faq-item:hover {
    color: #fff;
    opacity: 0.9;
}

.sidebar-faq-item > div {
    position: absolute;
    bottom: 11px;
    right: 11px;
    text-align: right;
    text-shadow: 0 0 10px #000;
}

.faq h1 {
    text-transform: uppercase;
    margin: 0 0 31.5px 0;
    line-height: 42px;
    font-size: 36px;
}

.faq .announce {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 21px;
}

.price {
    /* padding-top:40px; */
    /*padding-bottom: 10px*/;
}

.price h4 {
    font-size: 19px;
    margin: 10.5px 0 10.5px 0;
    line-height: 21px;
}

.price .img-block {
    position: relative;
    margin-bottom: 31.5px;
}

.price .img-block img {
    width: 100%;
    height: calc(8 * 42px);
}

.price .img-block h3 {
    width: 100%;
    color: white;
    text-transform: uppercase;
    background-color: #383838;
    font-size: 18px;
    padding: 21px 40px;
    margin: 0;
    line-height: 21px;
    letter-spacing: 2px;
}

.price .triple-block div {
    padding: 0;
    margin: 0;
}

.price .triple-block {
    margin-left: 0;
    margin-right: 0;
}

.price .triple-img {
    height: 189px;
    background-size: cover;
    background-position: center center;
}

.price .triple-text {
    position: relative;
    height: 189px;
}

.price .triple-text .text-wrapper {
    padding-left: 21px;
    height: 189px;
    position: relative;
}

.price .triple-text a {
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    padding: 42px 42px 42px 21px;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0;
    top: 0;
}

.price .triple-text a:hover {
    opacity: 0.8;
}

.price .triple-text a.blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#284fac+0,305fd3+50,305fd3+75,305fd3+100 */
    background: #284fac; /* Old browsers */
    background: -moz-linear-gradient(left, #284fac 0%, #305fd3 50%, #305fd3 75%, #305fd3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #284fac 0%, #305fd3 50%, #305fd3 75%, #305fd3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #284fac 0%, #305fd3 50%, #305fd3 75%, #305fd3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284fac', endColorstr='#305fd3', GradientType=1); /* IE6-9 */

}

.price .triple-text a.black {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2c31+0,2b2c30+50,2b2c30+75,2d2c31+100 */
    background: #2d2c31; /* Old browsers */
    background: -moz-linear-gradient(left, #2d2c31 0%, #2b2c30 50%, #2b2c30 75%, #2d2c31 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2d2c31 0%, #2b2c30 50%, #2b2c30 75%, #2d2c31 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2d2c31 0%, #2b2c30 50%, #2b2c30 75%, #2d2c31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2c31', endColorstr='#2d2c31', GradientType=1); /* IE6-9 */
}

.price .triple-text a.gray {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#575a61+0,71737f+50,71737f+75,575a61+100 */
    background: #575a61; /* Old browsers */
    background: -moz-linear-gradient(left, #575a61 0%, #71737f 50%, #71737f 75%, #575a61 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #575a61 0%, #71737f 50%, #71737f 75%, #575a61 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #575a61 0%, #71737f 50%, #71737f 75%, #575a61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575a61', endColorstr='#575a61', GradientType=1); /* IE6-9 */
}

.price .price-block {
    margin-bottom: 31.5px;
}

.price .price-row {

}

.price-table {
    border-collapse: collapse;
}


table.price-table.price-singleton {
    margin-top: 31.5px;
    cursor: pointer;
}


.price .price-row .price-head {
    background-color: #305fd3;
    color: white;
    padding: 21px 0 21px 30px;
    font-weight: bold;
    position: relative;
}

.price-number {
    width: 120px;
    background-color: #38393e;
    color: white;
    font-weight: bold;
    text-align: right;
    padding: 0;
}

.price-prepad {
    width: 30px;
}

.price-name {
    padding: 0 20px;
}


table.price-table tr td {
    padding: 0;
}


table.price-table tr:nth-child(even) {
    background-color: #305fd3;
}

table.price-table tr td.price-name, table.price-table tr td.price-number, table.price-table tr td.price-marks {
    border-bottom: 1px solid white;
}

table.price-table tr:last-child td.price-name, table.price-table tr:last-child td.price-number, table.price-table tr:last-child td.price-marks {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

table.price-table.price-singleton tr:last-child td.price-name,
table.price-table.price-singleton tr:last-child td.price-number,
table.price-table.price-singleton tr:last-child td.price-marks {
    border-bottom: none;
}


.price-marks, .price-pad {
    background-color: #38393e;
    padding: 0;
}

.price-pad {
    width: 30px;
}

.price-marks {
    width: 30px;
}

table.price-table .price-name-wrap {
    margin: 10px 21px 10px 21px;
}

table.price-table tr:first-child td {
    padding-top: 21px;
}

table.price-table tr:last-child td {
    padding-bottom: 21px;
}

table.price-table.price-singleton .price-name-wrap {
    margin: 21px 21px;
}

table.price-table.price-singleton tr:first-child td, table.price-table.price-singleton tr:last-child td {
    padding-top: 0;
    padding-bottom: 0;
}


.price .price-row .price-content {
    padding: 0 0 0 42px;
    display: none;
    margin-bottom: 42px;
}

.price .price-row .price-content i.note {
    font-style: normal;
    position: absolute;
    margin-left: -40px;
}

.price .text-block.descrip {
    padding: 21px 21px 21px 42px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f7+0,ffffff+25,ffffff+100 */
    background: #f9f9f7; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f9f9f7 0%, #ffffff 55%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f9f9f7 0%, #ffffff 55%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f9f9f7 0%, #ffffff 55%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f7', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.price .text-block.descrip.no-bg {
    background: transparent none;
}

.price .text-block {
    padding: 21px 21px 21px 42px;
}

.price .text-block p strong {
    font-size: 1em;
}

/*.price .text-block p {
    margin: 21px 0;
} */

.price .text-block {
    /* font-size: 12px; */
}

.price .text-block ul {
    list-style: none;
    padding: 0;
}

.price .text-block ul li {
    padding-left: 21px;
    position: relative;
    font-weight: normal;
}

.price .text-block ul li:last-child {
    margin-bottom: 0;
}

.price .text-block ul li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    background-color: #2c2d31;
    top: 7px;
}

.price .price-link {
    background-color: #2c2d31;
    padding: 21px 21px 21px 42px;
    position: relative;
    margin-bottom: 21px;
}

.price .price-link:before {
    display: block;
    position: absolute;
    left: 16px;
    top: 0;
    background-color: #305fd3;
    width: 0;
    height: 0;
    border: 31px solid #2c2d31;
    border-left: 20px solid #305fd3;
    content: '';
    border-right: 0;
}

.price .price-link:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #305fd3;
    width: 16px;
    height: 100%;
    content: '';
}

.price .price-link a {
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;

}

.price .price-link a:hover {
    text-decoration: none;
}

.price .text-block.descrip ul li {
    text-transform: uppercase;
    font-weight: bold;
}

.price .text-block.descrip ul li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    background-color: #2c2d31;
    top: 10px;
}

.price .text-block.descrip ul li:last-child {
    margin-bottom: 0;
}

.price-table {
    background-color: #305fd3;
    padding: 0 0 0 42px;
    color: white;
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    display: table;
}


.price .price-table.thin-border {
    padding: 10px 60px 10px 40px;
}

.price .price-table.strong-border {
    padding: 35px 60px 35px 40px;
}

.price .price-table.thin {
    font-weight: normal;
    font-size: 1em;
}

.price .price-table-row {
    padding: 0;
    display: table-row;
}

.price .price-table p {
    border-bottom: 1px solid white;
    line-height: 41px;
    margin: 0;
    z-index: 100;
    height: 42px;
    display: table-cell;
}

.price .price-table p.two-row {
    line-height: 20px;
    font-size: 15px;
    height: 42px;
}

.price .price-table-row span.price-cell {
    background-color: #38393e;
    width: 126px;
    text-align: right;
    display: table-cell;
    border-bottom: 1px solid #fff;
}

.price .price-table-row span.price-cell-pad {
    background-color: #38393e;
    width: 41px;
    display: table-cell;
}


.price .price-table-row:first-child p {
    padding-top: 21px;
}


.price .price-table-row:last-child span.price-cell {
    border: none;
    height: 41px;
    padding-bottom: calc(74px - 52px);;
}

.price .price-table-row:last-child p {
    border: none;
    line-height: 42px;
    padding-bottom: 21px;
}


.price .price-table-row:last-child span.price-cell-pad {
    height: 41px;
}


.price .thin-border .price-table-row:first-child span {
    height: 51px;
    margin-top: -10px;
    padding: 10px 40px 0;
}

.price .thin-border .price-table-row:last-child span {
    height: 50px;
    margin-bottom: -10px;
    padding: 0 40px 10px;
}

.price .strong-border .price-table-row:first-child span {
    height: 76px;
    margin-top: -35px;
    padding: 35px 40px 0;
}

.price .strong-border .price-table-row:last-child span {
    height: 75px;
    margin-bottom: -35px;
    padding: 0 40px 35px;
}

.price .price-table span .rub {
    padding-left: 5px;
}

.price .bg-gray {
    background-color: #f0f0f0;
    padding: 21px 0 calc(12 * 21px);
    margin-bottom: 21px;
}

.price .spoiler {
    padding: 0 17px;
    margin-bottom: 21px;
}

.price .spoiler .spoiler-head {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.price .spoiler .spoiler-head:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #2c2d31;
    border-right: 1px solid #2c2d31;
    position: absolute;
    left: -20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.price .spoiler .spoiler-head.open:before {
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);

}

.price .spoiler .spoiler-content {
    padding: 0 0 0 21px;
    display: none;
}

.price h2, .tandem h2, .subheader h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    line-height: 90px;
    background-color: #38393e;
    margin: 20px 0;
}

.tandem h2, .subheader h2 {
    line-height: 42px;
    padding: 21px 21px;
    /* margin: 0; */
    margin: 21px 0 21px 0;
    background-color: #305fd3;
}

.tandem-carousel {
    margin: 1.5em 0 0 0;
}

.bluefon {
    position: relative;
    background: #305fd3;
}

.bluefon:before {
    content: '';
    position: absolute;
    background: #305fd3;
    top: 0;
    right: 100%;
    width: 100000%;
    height: 100%;
}

.btn-jump {
    background: #305fd3;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 0;
    outline: 0 !important;
    font-size: 20px;
    padding: 15px 11px;
}

.btn-jump:hover {
    color: #fff;
    background: rgb(57, 101, 210);
    opacity: 0.9;
}

.faq .bluefon {
    text-align: center;
    margin: 0 0 30px;
}

.faq .btn-jump {
    margin: 40px 0;
}

#tabs-title-faq ul > li {
    width: 100%;
}

#tabs-title-faq .nav > li > a {
    position: relative;
    display: block;
    padding: 0 15px 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2c2d31;
}

#tabs-title-faq .nav > li > a:before {
    position: absolute;
    left: 4px;
    top: -2px;
    content: "\f105";
    font: normal 26px/1 "FontAwesome";
}

#tabs-title-faq .nav > li.active > a:before {
    left: 0;
    content: "\f107";
}

#tabs-title-faq .nav > li > a:hover,
#tabs-title-faq .nav > li > a:focus {
    text-decoration: underline;
    background-color: transparent;
}

#tabs-title-faq .tab-menu {
    display: none;
}

#tabs-title-faq li.active .tab-menu {
    display: block;
    padding: 0;
    list-style-type: none;
    margin-top: 0;
}

#tabs-title-faq .tab-menu a {
    position: relative;
    font-weight: 300;
    color: #000;
    padding: 0 15px 0 30px;
    display: inline-block;
}

#tabs-title-faq .tab-menu a:before {
    position: absolute;
    left: 6px;
    top: 8px;
    content: "\f111";
    font: normal 4px/1 "FontAwesome";
}

.faq h3 {
    margin: 30px 0 10px;
    font-size: 20px;
}

.faq h3:first-child {
    margin: 0 0 10.5px 0;
}

/*WEATHER*/
.weather-now, .weather-day {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: white;
}

.weather-now {
    font-size: 20px;
    align-items: center;
}

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

.slider-wrapper {
    position: relative;
}

.weather-now-slider {
    font-size: 35px;
    z-index: 99;
    font-style: normal;
}

.weather-now-slider .ws-temp {
    position: relative;
}


.weather-now-wrapper {
    position: relative;
    text-align: center;
    width: 220px;
    margin: 60px 0 0 50px;
}

.weather-now-bar {
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 0 0 2px #444;
}

.weather-now-slider .ws-temp span {
    font-size: 30px;
}

.weather-now_city {
    padding: 0 0 0;
    font-size: 17px;
    text-transform: uppercase;
}

.weather-now_temp {
    padding: 0 0 0;
    font-size: 24px;
}

.weather-day_temp {
    font-size: 17px;
    padding: 5px 0 3px 0;
}

/*-------*/

/*.partners h1 {
    text-transform: uppercase;
    margin: 75px 0 35px;
}*/

.partners .desc {
    padding: 0 0 21px;
}

.gallery-partners {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
}

.gallery-partners li {
/*    display: inline-block;*/
/*    width: 32%; */
    margin: 0 31.5px 31.5px 0;
    list-style: none none;
    display: flex;
    width: 168px;
    height: 168px;
    justify-content: center;
    align-items: center;
}

.gallery-partners li:before {
    width: 0 !important;
    height: 0 !important;
}

.gallery-partners li img {
    margin: 0 auto;
    width: 168px;
/*    height: 168px; */
}

.bg-all.partners {
    margin-bottom: 0;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-info {
    border-left-color: #2f5fd2;
}

.bs-callout {
    margin: 20px 0;
    border: 1px solid #2f5fd2;
    border-left-width: 5px;
    border-radius: 3px;
    position: relative;
    background-color: #eff2f3;
    padding: 20px 20px 20px 50px;
}

.bs-callout h1, .bs-callout h2, .bs-callout h3, .bs-callout h4, .bs-callout h5 {
    margin-left: 30px;
}

.bs-callout:before {
    content: '';
    position: absolute;
    background: url("../images/quotes-left.png") no-repeat center;
    width: 60px;
    height: 60px;
    left: 15px;
    top: 0;
    background-size: contain;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout * {
    position: relative;
}

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

.spoiler {
    padding: 0 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.text-content .spoiler .spoiler-head {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0 !important;
}

.spoiler-content p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.spoiler .spoiler-head:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #2c2d31;
    border-right: 1px solid #2c2d31;
    position: absolute;
    left: -20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.spoiler .spoiler-head.open:before {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);

}

.spoiler .spoiler-content {
    padding: 0;
    display: none;
    font-weight: normal;
}

p iframe {
    max-width: 100% !important;
}

.bx-carousel {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.bx-carousel li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background-size: cover;
    background-position: center;
}

.bx-carousel li:before {
    display: none !important;
}

.bx-carousel li a {
    display: block;
    min-height: 200px;
    width: 100%;
}

.tandem-carousel .bx-controls {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: -16px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.tandem-carousel .bx-controls a {
    margin-top: -32px;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;

    z-index: 900;
}

.tandem .main-content {
    margin-bottom: 0;
}

.tandem .main-content {
    margin-bottom: 0;
}

/* .bg-all.tandem {
    padding-bottom: 30px;
}*/

.fancybox-skin {
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.fancybox-close {
    top: 0 !important;
    right: 0 !important;

    background-image: none !important;
}

.fancybox-close:before {
    content: '×';
    font-size: 36px;
    line-height: 24px;
    text-align: right;
    color: white;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 2px;
}

.fancybox-nav span {
    font: normal normal normal 14px/1 FontAwesome;
    background-image: none !important;
    height: 62px !important;
    margin-top: -31px !important;
    visibility: visible !important;
}

.fancybox-nav span:before {
    color: rgba(255, 255, 255, 0.6);
    font-size: 58px;
    text-align: right;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.fancybox-nav span:hover:before {
    color: rgba(255, 255, 255, 0.9);
    font-size: 58px;
    text-align: right;
}

.fancybox-nav.fancybox-next span:before {
    content: "\f105";
}

.fancybox-nav.fancybox-prev span:before {
    content: "\f104";
}

.news-list-item {
    position: relative;
}

.news-list-item h3 {
    font-size: 1em;
    margin: 0;
}

.news-list-item.item-1 h3 {
    font-size: 17px;
}

.news-list-item a {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
}

.news-list-item.item-1, .news-list-item.item-6 {
    height: calc(22.5 * 21px);
}

.news-list-item.article.item-1, .news-list-item.article.item-2 {
    height: 242px;
    margin-bottom: 15px;
}

.news-list-item.article.item-2 {
    margin-bottom: 0;
}

.news-list-item.item-0 {
    height: calc(21px * 21.5);
}

.news-list-item.item-2, .news-list-item.item-4 {
    height: 231px;
    margin-bottom: 10.5px;
}

.news-list-item.article.item-5, .news-list-item.article.item-6 {
    height: 231px;
    margin-bottom: 10.5px;
}

.news-list-item.item-3, .news-list-item.item-5 {
    height: 231px;
}

.news-list-item.item-7, .news-list-item.item-8 {
    height: calc(21px * 7);
    margin-bottom: 10.5px;
}

.news-list-item.item-9 {
    height: calc(21px * 6.5);
    margin-bottom: 10.5px;
}

.news-list-item.article.item-0 {
    height: 147px;
    margin-bottom: 10.5px;
}

.news-list-item .news-img-wrapper {
    width: 40%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.news-list-item.item-7:not(.article) .news-img, .news-list-item.item-8 .news-img, .news-list-item.item-9 .news-img, .news-list-item.article.item-0 .news-img {
    width: 100%;
}

.news-list-item.item-7 .news-date, .news-list-item.item-8 .news-date, .news-list-item.item-9 .news-date, .news-list-item.article.item-0 .news-date {
    background-color: #305fd3;
    color: white;
    display: block;
    position: absolute;
    height: 21px;
    padding: 0 15px;
    margin-left: -15px;
    line-height: 21px;
    font-size: 18px;
    font-family: 'Cuprum', sans-serif;

    bottom: 0;
    right: 0;
}



.news-list-item.item-7 .news-descrip, .news-list-item.item-8 .news-descrip, .news-list-item.item-9 .news-descrip, .news-list-item.article.item-0 .news-descrip {
    width: 60%;
    height: 100%;
    right: 0;
    padding-top: 42px;
}

.news-list-item.item-9 .news-descrip {
    padding-top: calc(42px);
}

.news-list-item .news-img {
    position: absolute;
    display: block;
    background: no-repeat center rgba(202, 220, 232, 0.65);
    background-size: cover;
    width: 100%;
    height: 100%;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.news-list-item a:hover .news-img {
    position: absolute;
    display: block;
    background: no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;

    -moz-transform: scale(1.4) rotate(-15deg);
    -webkit-transform: scale(1.4) rotate(-15deg);
    -o-transform: scale(1.4) rotate(-15deg);
    -ms-transform: scale(1.4) rotate(-15deg);
    transform: scale(1.4) rotate(-15deg);

}

.news-list-item.article a:hover .news-img {
    -moz-transform: scale(1.4) rotate(15deg);
    -webkit-transform: scale(1.4) rotate(15deg);
    -o-transform: scale(1.4) rotate(15deg);
    -ms-transform: scale(1.4) rotate(15deg);
    transform: scale(1.4) rotate(15deg);

}

.news-list-item .news-descrip {
    width: 100%;
    position: absolute;
    display: block;
    /*
    background-color: #f98e3c;
    */
    background-color: #2c2d31;
    color: white;
    padding: 21px 15px 10.5px 15px;
    height: calc(21px * 4.5);
    bottom: 0;

}

.news-list-item.article .news-descrip {
    background-color: #305fd3;
}

.news-list-item.article .news-date {
    background-color: #2c2d31 !important;
}

.news-list-item .news-descrip p {
    margin: 0;
}

.news-list-item .news-descrip .news-date {
    /*
    background-color: #2c2d31;
    */
    background-color: #305fd3;
    color: white;
    display: block;
    position: absolute;
    height: 21px;
    top: -10.5px;
    padding: 0 15px;
    margin-left: -15px;
    line-height: 21px;
    font-size: 18px;
    font-family: 'Cuprum', sans-serif;
}

.bg-all.news h1 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
}

.bg-all.news h1 + p {
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'Russo One', sans-serif;
}

div.pagination {
    width: 100%;
    text-align: center;

    margin: 0;
}

ul.pagination {
    display: inline-block;
    list-style: none;
    margin: 21px 0;
    height: 31.5px;
}

ul.pagination li {
    display: inline-block;
    list-style: none;
}

ul.pagination li.active {
}

ul.pagination li.active a, ul.pagination li a:hover {
    background-color: #2c2d31 !important;
    color: white !important;
}

ul.pagination li a, ul.pagination li span {
    color: #2c2d31 !important;
    background-color: transparent !important;
    border: 0 !important;
    line-height: 21px;
    padding-top: calc(10.5px / 2);
    padding-bottom: calc(10.5px / 2);
}

ul.pagination li:before {
    display: none;
    list-style: none;
}

.share-div a {
    box-sizing: content-box;
}

#vkshare0 {
    display: block;
    float: left;
    margin-right: 5px;
}

#fancybox-thumbs {
    position: absolute !important;
}

#ajax_table table {
    width: 100%;
}

#ajax_table table td {
    vertical-align: top;
    padding: 0 5px;
    text-align: center;
}

#ajax_table table td:first-child table td {
    background-color: #f0f0f0;
}

#ajax_table table th {
    vertical-align: top;
    color: white;
    background-color: #305fd3;
    position: relative;
    padding: 0 5px 30px;
    text-align: center;
}

#ajax_table table th i {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#gplus-share, #___plus_0 {
    float: left;
    display: block;
}

.fb_iframe_widget, .fb-share-button {
    display: block;
    position: relative;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#tabs-title-faq ul li:before {
    display: none;
}

/*h1.eng {
    text-transform: uppercase;
    margin: 30px 0 20px;
    line-height: 42px;
    font-size: 36px;

}*/


/*=================== HELPERS ==================*/

.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-b-x1 {
    padding-bottom: 21px !important;
}

.p-t-x1 {
    padding-top: 21px !important;
}


.m-t-0 {
    margin-top: 0 !important;
}

.m-t-x0_5 {
    margin-top: 10.5px !important;
}

.m-t-20, .m-t-21, .m-t-x1 {
    margin-top: 21px !important;
}

.m-t-x1_5 {
    margin-top: 31.5px !important;
}

.m-t-40, .m-t-42, .m-t-x2 {
    margin-top: 42px !important;
}

.m-t-63, .m-t-x3 {
    margin-top: 63px !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-b-x0_5 {
    margin-bottom: 10.5px !important;
}

.m-b-20, .m-b-21, .m-b-x1 {
    margin-bottom: 21px !important;
}

.m-b-x1_5 {
    margin-bottom: 31.5px !important;
}

.m-b-40, .m-b-42, .m-b-x2 {
    margin-bottom: 42px !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.t-uppercase {
    text-transform: uppercase;
}

.back-gray-cert {
    background-color: #B5C0CC;
}

.cert-margin {
/*    margin-top: 40px;
    margin-left: 16px; */
}

.nodecor a {
    text-decoration: none;
}

.price .price-table-row span.eng_price {
    width: 205px;
}

.price .img-block.hotel {
    bottom: 0;
    width: 100%;
    color: white;
    background-color: #305FD3;
    padding: 20px 40px;
    font-size: 1em;
    margin: 0;
    height: auto;
    text-align: justify;
}

section.main-content section.price div.price-table {
    margin-bottom: 10px;
}

.eng_about_title {
    margin: 0;
}

.eng_about {
    min-height: 70px;
    text-transform: uppercase;
    color: white;
    line-height: 90px;
    background: #38393e none;
    margin: 0 0 60px;
}

.eng_padding {
    padding-top: 50px;
}

.eng_padding p {
    margin-bottom: 0;
}

.eng_innerdiv {
    margin-bottom: -46px;
}

.eng_innerdiv h2 {
    margin-bottom: 54px;
    margin-top: 54px;
}

.eng_innerdiv ul li {
    height: 40px;
    text-decoration: solid;
    margin-bottom: -14px;
}

.eng_innerdiv ul {
    height: 100px;
    margin-top: -64px;
    margin-bottom: -46px;
}

div.container div.shedule {
    border-bottom: solid 1px white;
}

div.container div.row div.shedule_date {
    background-color: #38393e;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 20px 12px 20px 0;
}

div.container div.row div.shedule_text {
    background-color: #305fd3;
    color: white;
    font-weight: bold;
    text-align: left;
    padding: 20px 0 20px 30px;
}

div.foto-gallery a.blok img:hover {
    transition-property: initial;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
    opacity: 0.1;
}

a.first_fancy {
    /*background-image: url('../images/zoom.png');*/
    /*background-color: rgb(0, 151, 217);*/
    background: no-repeat scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto auto;
    width: 100%;
    height: 200px;
    display: inline-block;
    padding-bottom: 30px;

}

div.video-folder a.fan_block:hover img {
    transition-property: initial;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
    opacity: 0.1;
}

a.fan_gallary {
    background: rgb(0, 151, 217) url('../images/logo.png') no-repeat scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

a.fan_gallary:before {
    content: '';
/*    background-size: cover; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto auto;
    background: rgb(0, 151, 217) url('../images/logo.png') no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a.fan_gallary:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 151, 217) url('../images/logo.png');
    opacity: 1;
}

a.fan_gallary span.info_pop_panel {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: rgba(0, 151, 217, .7);
    text-align: center;
    padding-top: 8px;
    color: white;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
}

a.fan_gallary span.see_wonder {
    opacity: 0.0;
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 40px;
    width: 280px;
    text-align: center;
    padding-top: 8px;
    color: white;
    font-weight: bold;

}

a.fan_gallary:hover span.info_pop_panel {
    bottom: -40px;
}

a.fan_gallary:hover span.see_wonder {
    opacity: 0.8;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
}

div.video-folder {
    padding: 0 1px;
}

div.video-folders {
    margin-bottom: 2px;
}

.photo_wrapper {
    margin-bottom: 0;
}

.foto-content {
    margin-bottom: 80px;
}

div.video-folder a.videoblok img {
    width: 100%;
    height: auto;
}

div.video-folder a.videoblok img:hover {
    transition-property: initial;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
    opacity: 0.1;
}

a.fancybox_video {
    background-size: cover;
/*    background: url('../images/play.png') no-repeat scroll; */
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    width: 100%;
    height: 180px;
    display: block;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;

}

a.fancybox_video:before {
    content: '';
/*    background-size: cover; */
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100%;
    height: 100%;
    /*background-color: rgb(0, 151, 217);*/
    opacity: 0;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto auto;
    background: url('../images/play.png') no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a.fancybox_video:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

a.fancybox_video:hover:before {
    content: '';
    background-image: url('../images/play.png');
    position: absolute;
    top: calc(50% - 50px);
    left:calc(50% - 50px);
/*    width: 100%;
    height: 100%; */
    opacity: 1;
}

div.foto-gallery {
    padding: 0 1px;
}

div.lft_float {
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
    height: 208px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

div.lft_float:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

div.lft_float a {
    position: relative;
    text-align: center;
    vertical-align: middle;
    line-height: 170px;
}

/*div.lft_float a:before{
    content: '';
    background-size: cover;
    background-image: url('../images/logo.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 151, 217);
    opacity: 0;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: auto auto;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}*/
/*div.lft_float a:hover:before{
    content: '';
    background-image: url('../images/logo.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 151, 217);
    opacity: 1;
}*/

div.lft_float img {
    max-width: 80%;
    max-height: 90%;
    display: inline;
    line-height: 200px;
    vertical-align: middle;
    box-shadow: 0 0 5px black;
}

div.lft_float span.info_pop_panel em {
    position: absolute;
    right: 6px;
    display: block;
    border-radius: 50%;
    border: 0 solid white;
    line-height: 21px;
    top: 0;
    height: 21px;
    width: 21px;
}

div.lft_float span.info_pop_panel {
    position: absolute;
    left: 0;
    height: auto;
    width: 100%;
    background-color: rgba(48, 95, 211, .7);
    text-align: center;
    color: white;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    top: 0;
    font-family: 'Cuprum', sans-serif;
    /* line-height: 25px; */
    text-transform: uppercase;
    display: block;
    min-height: 21px;
    vertical-align: bottom;
    line-height: 21px;
    padding: 0 25px 0;
}

div.lft_float:hover span.info_pop_panel {
    opacity: 1;
    width: 100%;
}

div.lft_float a span.see_wonder {
    opacity: 0.0;
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 40px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    color: white;
    font-weight: bold;
    line-height: normal;
    display: none;
}

#fancybox-thumbs ul {
/*    position: relative; */
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    text-align: center;
}

#fancybox-thumbs ul li {
    float: none !important;
    display: inline-block !important;
}

/*div.lft_float a:hover span.see_wonder{
    opacity: 0.8;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: initial;
    transition-delay: initial;
}*/

.price.nodecor .bg-gray .text-block ul li {
    margin-bottom: 0;
}

.price.nodecor .bg-gray {
    padding: 31.5px 0 0 0;
}

.text-block.descrip.certif {
    overflow: hidden;
    padding: 21px;
}

.text-block.descrip.certif div p {
    margin: 0;
}

.text-block.descrip.certif div > p {
    font-size: 1em;
}

.text-block.descrip.certif img {
    margin: 0 21px;
}

.price.nodecor .bg-gray .text-block h3,
.price.nodecor .bg-gray .text-block p,
.price.nodecor .bg-gray .text-block ul
{
    margin-left: 21px;
}

.bg-gray .row .buy_cert {
    margin-left: -22px;
}

.price .bg-gray .cert-margin {
    margin-left: 21px;
}

.buy_cert .price-block {
/*    margin-bottom: -35px; */
}

/*.price.bottom-price {
    padding: 0 0 42px 0;
}*/

/*.nodecor .bg-gray .text-block.m-t-0 {
    padding-top: 6px;
}*/

.price.nodecor.tandem_duo {
    padding-bottom: 0;
/*    padding-top: 20px; */
}

.tandem_duo_h h2 {
    margin-top: 0;
    margin-bottom: 0;
}

table {
    width: 100%;
}

table tr td {
    padding: 10px 10px;
}

table tr td p:last-child {
    margin: 0;
}

table tr:nth-child(odd) {
    background-color: rgba(48, 95, 211, 0.1);
}

table tr:nth-child(even) {
    background-color: #fafafa;
}

table.grafic tr td:first-child {
    vertical-align: middle;
    white-space: nowrap;
    font-weight: bold;
}

table.eventsTable {
    line-height: 21px;
}

td.eventDate {
    font-weight: bold;
    width: 15%;
    padding: 10px 0 11px 21px;
}

td.eventTitle {
    padding: 10px 0 11px 21px;
}

.iv-embed {
    margin: 15px auto;
}

.share-div ul {
    padding-left: 0;
}


.share-div  ul li {
    padding-left: 0;
    padding-right: 3px;
}

.share-div  ul li:before {
    width: 0 !important;
    height: 0 !important;
}


.content .pagewide-image, .news-content .pagewide-image {
    margin: 31.5px 0 31.5px 0;
}

/* ================= Yandex Kassa Styles ================= */

#YKForm {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
    font-size: 1.0em;
}

#YKAjaxWaiter {
    text-align: center;
    padding: 50px;
    min-height: 450px;
}

#YKAjaxWaiter img {
    border: none;
    box-shadow: none;
}

.yk-sum, .yk-details {
    font-size: 1.3em;
    font-weight: bold;
    color: #0081e3;
}

#YKForm input[type="text"], input[type="text"].saleForm {
    font-size: 20px;
    line-height: 42px;
    padding: 19px 21px;
    outline: none;
}

#YKForm input[type="text"]:focus, input[type="text"].saleForm:focus {
    background-color: #fafbbe;
    outline-offset: 0;
    border-style: solid;
    border-width: 1px;
}

#YKForm input[type="submit"], input[type="submit"].saleForm {
    font-size: 20px;
    padding: 20px;
    background-color: #2f5fd2;
    border:none;
    color:#fff;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

#YKForm input[type="submit"]:hover, input[type="submit"]:hover {
    background-color: #3469e3;
}

#YKForm input[type="submit"]:disabled, input[type="submit"]:disabled {
    opacity: 0.5;
}


.formError{
    outline: 1px solid #940303;
    background-color: #FFCCCC;
}

/* ========  BASIC ACCORDIONS ======== */

.accordion-set{
}

.accordion-head {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.accordion-head:before {
    position: absolute;
    top:  -4px;
    left: 4px;
    content: "\f105 ";
    font: normal 26px/1 "FontAwesome";
}


h2.accordion-head {
    margin-top: 10.5px;
}

h3.accordion-head {
    margin-bottom: 0;
}


h2.accordion-head:before {
    top: 7px;
}

.accordion-head.open:before {
    top: -4px;
    left: 0;
    content: "\f107 ";
}

h2.accordion-head.open:before {
    top: 6px;
}

.accordion-body {
    overflow: hidden;
    height: 0;
    padding-left: 30px;
    transition: height 0.4s ease-out;
}

.accordion-body.open {
    margin-bottom: 20px;
    overflow: inherit;
}

blockquote {
    font-size: 1em;
    border: none;
}


.bg-all blockquote {
    margin-left: 42px;
}

.content .pseudo-h3 {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    line-height: 1.253em;
    margin: 1.852em 0 0.617em 0;
}

.bluetint {
    color: /*#0A246A;*/ #305fd3;
}

.sportPagePadding .text-block {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
    background-image: none !important;
}


.sportPager .sliderPagerControl {
    text-shadow: 1px 1px 2px #444;
}

.form-group {
    margin-bottom: 10.5px;
    line-height: 21px;
}

.tandem-photo-1 {
    padding-left: 0;
    margin-top: 31.5px;
    margin-bottom: 0;
}

.tandem-photo-1-img {
    height: calc(21px * 20);
}

.tandem-text-2 {
    padding-left: 20px;
}

.tandem-photo-2 {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 10.5px;
}

.tandem-photo-2-img {
    height: calc(21px * 18.5);
}

.tandem-video-box {
    padding-left: 0;
    margin-top: 10.5px;
    height: calc(21px * 18);
}

.tandem-video-frame {
    height: calc(21px * 18);
}

.tandem-photo-3 {
    padding-right: 0;
    margin-top: 0;
}

.tandem-photo-3-img {
    height: calc(21px * 21);
}

.tandem-text-4 {
    padding-left: 20px;
    margin-top: 21px;
}


.img-block .cat-image {
    background-size: cover;
    background-position: center center;
    height: calc(21px * 14);
}


#FTHat table td {
    padding: 21px 0;
}

#FTHat table td#FTHeadLogo {
    padding-left: 42px;
    width: 142px;
}

#FTHeadline {
    font-size: 24px;
    line-height: 84px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    text-align: center;
}


#FTClock {
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
    text-align: center;
}

#FT-Error, #FT-NoFlights {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #4e0a07;
    font-weight: bold;
    padding: 84px 0;
}


#callbackLabel, #writeusLabel {
    margin: 0;
    height: 42px;
    line-height: 42px;
    background-color: #2c2d31;
    color: white;
    font-family: 'Russo One', sans-serif;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    transition: all 0.3s;
    cursor: pointer;
}

#callbackLabel:hover, #writeusLabel:hover {
    height: 63px;
}

#callbackLabel {
    width: 210px;
    bottom: 50%;
    padding: 0 0 0 21px;
    border-top-left-radius: 3px;
}

#callbackLabel img {
    margin-left: 10px;
}

#writeusLabel {
    width: 210px;
    bottom: calc(50% + 210px);
    padding: 0 0 0 31px;
    border-top-right-radius: 3px;
}

#writeusLabel img {
    margin-left: 10.5px;
}

.fixedRight {
    position: fixed;
    right: -42px;
    left: auto;
    top: auto;
    z-index: 99999;
}


a.white-underline:hover, a.white-underline {
    color: white;
}

.weather-now-slider > .ws-temp > .weather-day {
    font-size: 14px;
    margin-top: 0;
    font-family: Cuprum, sans-serif;
    font-weight: bold;
    text-transform: none;
}

.weather-now-slider > .ws-temp  .weather-now_city,
.weather-now-slider > .ws-temp  .weather-now_temp {
    font-family: Cuprum, sans-serif;
    font-weight: bold;
    padding-top: 0;
}

.weather-title {
    font-family: "Cuprum", sans-serif;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-top: 31.5px;
    margin-bottom: 21px;
    font-size: 14px;
}

.block-pogoda .weather-now {
    margin-bottom: 10.5px;
}

.block-pogoda .weather-now_city {
    margin-right: 21px;
}

.block-pogoda .weather-day > div {
    margin-right: 10.5px;
}

#scrollControl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:fixed;
    left: -50px;
    bottom: 50%;
    transform: translateY(-50%);
    font-family: "Cuprum", sans-serif;
    font-weight: bold;
    color: #F4F4F4;
    text-shadow: 1px 1px 2px #444;
    width: 50px;
    transition: all 0.75s ease-out;
    cursor: pointer;
}

#scrollControl > img {
    display: block;
}

#scrollControl > p {
    margin-top: 0;
}

table.couponTable input {
    padding: 10px;
    width: 400px;
    font-size: 18px;
    line-height: 42px;

}

table.couponTable input#couponSubmit {
    font-family: "Russo One", sans-serif;
    text-transform: uppercase;
    line-height: 21px;
    background-color: #040404;
    color: white;
    border: none;
}

table.couponTable input#couponSubmit:hover {
    background-color: #ededea;
    box-shadow: 0 0 1px #2c2d31;
    color: #040404;
}

#Flights table th {
    text-align: center;
}

.ftRecord td {
    font-weight: bold;
    text-align: center;
}

.tandem-en-video-frame {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.topBanner {
    display: flex;
    flex-direction: row;
    /*margin-bottom: 31.5px;*/
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-banner-item {
    display: block;
    margin: 0 10.5px 31.5px 0;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;

    width: 260px;
}

.top-banner-item:last-of-type {
    margin-right: 0;
}


.top-banner-item > img {
    width: 260px;
    height: 174px;

}

.top-banner-item:hover {
    color: #fff;
    opacity: 0.9;
}

.top-banner-item > div {
    position: absolute;
    bottom: 11px;
    right: 11px;
    text-align: right;
    text-shadow: 0 0 10px #000;
}

.mainLinkLabel {
    line-height: 16px;
}

.special-menu {
    overflow: hidden;
    height: 126px;
}

.season_description {
    text-align: right;
    margin-bottom: 10.5px;
    font-size: smaller;
}

.unavailable {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: small;
    font-weight: normal;
}
