@media (max-width: 1200px) {
    .footer-bg {
        display: none;
    } 
}

/* sm */
@media (min-width: 768px) {

    .navbar-collapse {
        margin: 0 0 0 -30px !important;
    }
    .dropdown .dropdown-menu {
        padding-bottom: 26px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
        padding-bottom: 26px;
    }

    /*.dropdown-menu li a:before {
        content: '...';
        position: absolute;
        top: 5px;
        left: 36px;
        font-size: 18px;
        letter-spacing: 0.15em;
    }*/
    .dropdown-menu li:first-child a {
        /*padding-top: 2px;*/
    }
    .dropdown-menu li:first-child a:before {
        top: -5px;
    }

    .nav-icon:before {
        content: '';
        position: absolute;
        bottom: -23px;
        left: 6px;
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-bottom: 7px dashed #ededea;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        z-index: 2;
        visibility: hidden;
    }
    .nav-icon:after {
        content: '';
        position: absolute;
        top: 47px;
        left: -70px;
        display: inline-block;
        padding: 18px 0;
        width: 165px;
        background: #ededea;
        text-align: center;
        font-style: normal;
        border-radius: 2px;
        color: #2c2d31;
        line-height: 1;
        z-index: 2;
        visibility: hidden;
    }
    .nav-icon:hover:before,
    .nav-icon:hover:after {
        visibility: visible;
    }
    .nav-icon.ni-1:hover {
        background: url('../images/nav-icon-hover-1.png') 0 0 no-repeat;
       /* transform: scale(1.2);*/
    }

    .nav-icon.ni-1:hover:after {
        content: 'ТАБЛО ВЗЛЕТОВ';
    }

    .nav-icon.ni-1.en:hover:after {
        content: 'FLIGHT TABLE';
    }

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

    .nav-icon.ni-2:hover:after {
        content: 'КАМЕРА';
    }

    .nav-icon.ni-2.en:hover:after {
        content: 'WEBCAM';
    }

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

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

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

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

    .nav-icon.ni-7:hover:after {
        content: 'Личный кабинет';
    }

    .nav-icon.ni-3:hover:after {
        content: 'ОТЕЛЬ';
    }

    .nav-icon.ni-4:hover:after {
        content: 'АУЦ';
    }

    .nav-icon.ni-5:hover:after {
        content: 'МОТОШКОЛА'
    }

    .nav-icon.ni-3.en:hover:after {
        content: 'HOTEL';
    }

    .nav-icon.ni-4.en:hover:after {
        content: 'FLIGHT SCHOOL';
    }

    .nav-icon.ni-5.en:hover:after {
        content: 'MOTOSCHOOL'
    }

    .nav-icon.ni-4:after
    {
        top: 45px;
    }

    .navbar-right {
        margin-right: 0;
    }

  }

/* ========== RESPONSIVE MAXIMUMS ========== */

/* ====== HAT START ====== */
@media (max-width: 479px) {

    .tandem-photo-1 {
        margin-top: 10.5px;
        padding-left: 15px;
        margin-bottom: 10.5px;
    }

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

    .tandem-video-box {
        padding-left: 15px;
        margin-bottom: 10.5px;
    }

    .tandem-photo-3 {
        padding-right: 15px;
        margin-top: 10.5px;
    }

    .actions-content .container {
        width: 348px;
    }

    .block-pogoda {
        height: 144px;
    }

    .top-bar .container {
        position: relative;
        margin: 0 auto;
        width: 348px;
        height: calc(21px * 4);
    }

    .hat-phone {
        position: absolute;
        left: 10px;
        width: 150px;
    }

    .hat-logo {
        position: absolute;
        right: 10px;
        width: 147px;
        margin-top: 3px;
    }

    .hat-options {
        clear: both;
        margin: 41px 10px 0 10px;
    }

    .top-bar .tel {
        font-size: 1.45em;
    }

    .lang-icon {
        margin-top: 5px;
    }

    .search {
        float: left;
        margin-top: 14px;
    }

    .hat-logo img {
        height: 40px;
    }

    .wrap-logo {
        width: 147px;
    }

    .wrap-logo img {
        left: inherit;
        right: 0;
    }

    .slogan {
        font-size: 0.85em;
        top: 20px;
        left: 47px;
    }

    .navbar-toggle {
        margin-right: 10px;
    }

    #bx-pager a {
        padding-left: 15px;
        font-size: 12px;
        line-height: 24px;
    }

    .block-4-main .title {
        right: 0;
        bottom: 0;
        width: 50%;
        font-size: 10px;
    }

    .block-4-main div.title-icon {
        width: 100%;
        height: 100%;
        bottom: 100%;
        background-size: contain;
    }

    .navbar-nav {
        margin: 0;
    }

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

    .top-banner-item, .top-banner-item:last-of-type {
        display: block;
        margin: 0 21px 21px 21px;
    }

    .special-menu a {
        width: 80px;
        font-size: 8.5px;
    }

    .special-menu img {
        margin: 10px auto 2px auto;
        width: 80px;
    }

}

@media (min-width: 480px) {
    .main-content h2 {
        font-size: 22px;
        line-height: calc(21px * 1.5);
    }

    .text-block.descrip.certif img {
        float: none;
        margin: 0 auto;
    }

    .tandem-photo-1 {
        margin-top: 10.5px;
        padding-left: 15px;
        margin-bottom: 10.5px;
    }

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

    .tandem-video-box {
        padding-left: 15px;
        margin-bottom: 10.5px;
    }

    .tandem-photo-3 {
        padding-right: 15px;
        margin-top: 10.5px;
    }

    .actions-content .container {
        width: 480px;
    }

    .block-pogoda {
        height: 210px;
    }

    .top-bar .container {
        padding-top: 6px;
        height: calc(21px * 4);
    }

    .hat-phone, .hat-logo, .hat-options {
        width: 33.3333%;
        float: left;
        position: relative;
    }

    .hat-phone-wrap {
        width: 140px;
        float: left;
        margin-left: 10px;
    }

    .hat-phone{
        margin-top: 17px;
    }

    .hat-logo {
        margin-top: 5px;
    }

    .hat-options-wrapper {
        width: 160px;
        position: absolute;
        right: 0;
    }

    .wrap-logo {
        margin: auto;
        left: calc(50% - 75px);
        width: 150px;
    }


    .top-bar .tel {
        font-size: 1.45em;
    }

    .search-form {
        width: 110px;
    }


    .lang-icon {
        margin-top: 5px;
        margin-right: 10px;
    }

    .search {
        float: right;
        margin-top: 5px;
        margin-right: 10px;
    }

    .hat-logo img {
        height: 45px;
    }

    .slogan {
        font-size: 0.85em;
        top: 20px;
        left: 47px;
    }

    .navbar-toggle {
        margin-right: 10px;
    }

    #bx-pager a {
        padding-left: 15px;
        font-size: 22px;
        line-height: 36px;
    }

    .price-table {
        font-size: 14px;
        line-height: 21px;
    }

    .price .bg-gray {
        padding-bottom: calc(21px * 1);
    }

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

    .top-banner-item, .top-banner-item:last-of-type {
        display: block;
        margin: 0 21px 21px 21px;
    }

     .special-menu a {
        width: 85px;
        font-size: 10px;
    }

    .special-menu img {
        margin: 10px auto 2px auto;
        width: 85px;
    }


}

@media (min-width: 768px) {

    .actions-content .container {
        width: 768px;
    }

    .block-pogoda {
        height: 162px;
    }

    .top-bar .container {
        height: calc(21px * 5);
    }

    .hat-phone, .hat-logo, .hat-options {
        width: 33.3333%;
        float: left;
        position: relative;
    }

    .hat-logo, .hat-options {
        margin-top: 7px;
    }

    .hat-phone {
        margin-top: 21px;
    }


    .hat-phone-wrap {
        width: 100%;
        margin-left: 10px;
        margin-top: 0;
    }

    .top-bar .tel {
        margin-top: 3px;
    }

    .tel-wrap {
        margin-top: 0;
    }

    .wrap-logo {
        left: 0;
        width: 100%;
    }

    .hat-logo img {
        height: auto;
        left: 42px;
    }

    .slogan {
        font-size: 20px;
        left: 80px;
        top: 35px;
    }

    .lang-icon {
        margin-top: 10px;
        margin-right: 10px;
    }

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

    .special-menu a {
        width: 92px;
        font-size: 10px;
    }

    .special-menu img {
        margin: 20px auto 2px auto;
        width: 85px;
    }
}

@media (min-width: 992px) {
    .tel-wrap {
        margin-top: 18px;
    }

    .special-menu a {
        width: 110px;
        font-size: 12px;
    }
}

@media (min-width: 1200px) {

    .actions-content .container {
        width: 1170px;
    }

    .block-pogoda {
        height: 262.5px;
    }

    .hat-phone {
        margin-top: 38px;
    }

    .top-bar .tel {
        margin-top: 3px;
    }

    .tel-wrap {
        margin-top: 0;
    }

    .hat-options-wrapper {
        width: 100%;
    }

    .wrap-logo {
        left: calc(50% - 127px);
        width: 254px;
    }

    .lang-icon {
        margin-top: 0;
        margin-right: 15px;
    }

    .search {
        margin-top: 10px;
        margin-right: 28px;
    }

    .topSocial {
        margin: 50px 0 0 88px;
    }

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

    .top-banner-item, .top-banner-item:last-of-type {
        display: block;
        margin: 0 10.5px 21px 0;
    }

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

    .special-menu img {
        margin: 20px 10px 2px 10px;
        width: 85px;
    }

    .special-menu a {
        width: 126px;
        font-size: 12px;
    }

    .search-form {
          width: 140px;
      }

}

/* ====== HAT END ====== */

@media (max-width: 480px) {

    .bg-all.news .text-content > .row > .col-xs-12 .news-list-item.article.item5 {
        padding: 0 15px;
    }

    .price-table {
        font-size: 12px;
        line-height: 21px;
    }

    .price-number {
        width: 70px;
    }

    .price-pad, .price-prepad {
        width: 10px;
    }

    .price .bg-gray {
        padding-bottom: calc(21px * 1);
    }

    .eventDate {
        text-align: center;
    }

    .news-item .description {
        display: none;
    }

    .tandem-carousel.tandem-page {
        margin-bottom: 21px;
    }

    .main-content h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .content h3 {
        font-size: 16px;
    }

    .text-block.descrip.certif img {
        float: none;
        margin: 0 auto;
    }

    .text-block.descrip.certif div p {
        margin-top: 10.5px;
    }

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

@media (max-width: 767px) {
  
    .decoration-right {
      display: none;
    }

    .navbar-collapse.in {
        overflow: visible;
    }

    .dropdown:hover {
        background-color: #353535;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        background-color: #353535;
        right: 10px;
        left: initial;
    }


    #sidebar-faq {
        text-align: center;
        text-align: -webkit-center;
    }


    .sidebar-faq-item {
        width: 252px;
    }


    .navbar-nav {
        margin: 0;
    }

    .err404 {
        text-align: center;
    }

    .err404 > div:first-child {
        border-bottom: solid 1px #ccc;
        padding-bottom: 30px;
    }

    p img {
        float: none !important;
        min-width: 290px;
    }

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

    .navbar-nav > li:after {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        padding-left: 15px;
    }

    .top-bar .tel {
        margin: 3px 5px 0 0;
        display: block;
        text-align: center;
    }

    .top-bar .mail {
        display: block;
        text-align: center;
        margin-top: 7px;
    }

    .wrap-nav-icon {
        margin-left: 10px;
        float: left;
    }

    .nav-icon {

        margin: 7px 16px 8px;
    }

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

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

    .weather-now-slider .ws-temp {
        margin: 0;
    }

    .dopmenu:before {
        display: none;
    }

    .dopmenu {
        text-align: center;
    }

    .special-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        float: none !important;
        height: calc(21px * 5);
    }

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

    .special-menu a {

        width: calc(21px * 5);
        height: calc(21px * 5);
    }
*/

    .dopmenu .nav-tabs li a {

        font-size: 18px;
        width: 145px;
        margin: 15px 0 0;
    }

    .dopmenu .blue {
        height: 80px;
        display: none;
    }


    .main-content .call-me {
        margin: 30px 0 0 0;
    }

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

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

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

    .img-responsive {

        width: 100%;
    }

    .block-4-main {
        margin-bottom: 21px;
    }

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

    .footer .container:before {
        display: none;
    }

    .footer .container:after {
        display: none;
    }

    .footer .material:after {
        display: none;
    }

    .footer:after {
        display: none;
    }

    .footer {
        padding: 65px 0 40px;
    }

    .dopmenu .grey {
        height: calc(21px * 5);
    }

    .bg-all.news .news-list-item {
/*        padding-left: 0 !important;
        padding-right: 0 !important; */
        margin-bottom: 15px;
    }

/*    .bg-all.news .text-content > .row > .col-xs-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;

    } */

/*    .bg-all.news .news-list-item.item-2, .bg-all.news .news-list-item.item-4, .bg-all.news .news-list-item.item-3, .bg-all.news .news-list-item.item-5 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    } */

    .news-list-item.article.item-4, .news-list-item.article.item-7 {
        padding-right: 15px;
    }

    .news-list-item.article.item-6 {
        padding-left: 15px;
    }

    .row.publication {
        margin: 0;
    }

    .news-list-item.pub.item-2, .news-list-item.pub.item-3 {
        padding-right: 0;
    }

    .news-list-item.pub.item-4, .news-list-item.pub.item-5 {
        padding-left: 0;
    }


    .row.pub2 {
        margin-top: 0;
    }

    h1, .h1 {
        font-size: 30px;
    }

    .news-list-item h3 {
        font-size: 14px;
        margin-top: 10px;
    }

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

    .price h1 {

        font-size: 30px;
    }

    .price .price-row .price-head span {

        padding: 15px 15px 15px 15px;
        font-size: 14px;
        width: 100px;
    }

    .price .price-row .price-head {

        font-size: 14px;
        padding: 15px 100px 15px 10px;
    }

/*    .price .text-block.descrip {
        padding: 52px 15px 52px 15px;
    }
*/

    .price h2, .tandem h2 {
        font-size: 28px;
        text-transform: uppercase;
        color: white;
        text-align: center;
        line-height: 40px;
    }

    .price .text-block {
        padding: 52px 15px 40px 15px;
    }

    .price .price-table.strong-border {
        padding: 35px 30px 35px 15px;
    }

    .price .strong-border .price-table-row:last-child span {
        padding: 0 15px 0 15px;
    }

    .price .strong-border .price-table-row:first-child span {
        padding: 35px 15px 0;
    }

    .price .price-link {
        background-color: #2c2d31;
        padding: 15px 20px 15px 40px;
        position: relative;
    }

    .contacts-full .dislocation:before {
        display: none;
    }

    .contacts-full .dislocation {
        position: relative;
        background: #305fd3;
        padding: 74px 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px 15px;
    }

    .dislocation-adress div p {

        padding: 0 0 0 0;
    }

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

    .contacts-full .gray-block {
        background: #cfcece;
        position: relative;
        padding: 15px 15px 15px 15px;
    }

    .contacts-full .gray-block:before {
        display: none;
    }

    .contacts-full:before {
        display: none;
    }

    .slide-title {
        width: 100%;

        font-size: 28px;
        line-height: 50px;
    }

    .slide-decor {
        width: 100%;
        height: 400px;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: -85px;
        left: 0;
        margin-left: 0;
    }

    .slide-descrip {
        width: 100%;
    }

    .bxslider-tandem li {

        height: 400px;
    }

    .tandem h2 {
        font-size: 18px;
        text-transform: uppercase;
        color: white;
        text-align: center;
        line-height: 24px;
    }

    .tandem p, .tandem iframe {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #tabs-desc-faq {
        padding-left: 15px;
        padding-right: 15px;
    }

    .iv-embed {
        max-width: 100%;
    }

    .iv-embed * {
        max-width: 100%;
    }

    #ajax_table > table > tbody > tr > td {
        display: block;
    }
}

@media (max-width: 991px) {

    #sidebar-faq .img-responsive {
        height: auto;
    }

    .contacts-full:before {
        display: none;
    }

    .slide-title {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {

    .navbar {
        padding: 4px 0 3px 0;
    }

    .price .price-link:before {
        border: 25px solid #2c2d31;
        border-left: 20px solid #305fd3;
        border-right: 0;
    }

    #ajax_table > table > tbody > tr > td {
        display: block;
    }

    .price .thin-border .price-table-row:first-child span {
        height: 55px;
        margin-top: -10px;
        padding: 15px 20px 0;

    }

    .sidebar-faq-item > div {
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
        font-size: 16px;
    }

    .btn-jump {

        font-size: 15px;
        padding: 15px 5px;
    }

/*    .price .price-table-row:first-child span {
        line-height: 21px;
        font-size: 14px;
        padding: 21px 20px 0 20px;
        height: 61px;
        margin-top: -15px;
    }
*/
/*    .price .price-table-row:last-child span {
        line-height: 20px;
        font-size: 14px;
        padding: 0 20px 15px 20px;
        height: 61px;
    }
*/

    .price .thin-border .price-table-row:last-child span {
        padding: 0 20px 0 20px;
    }

    .price .price-table-row:last-child span {
        height: 35px;
    }

    .price h1 {

        font-size: 30px;
    }

/*    .price-table {
        font-size: 14px;
        line-height: 21px;
    }

    .price-number {
        width: 90px;
    }

    .price-pad, .price-prepad {
        width: 20px;
    }

    .price .bg-gray {
        padding-bottom: calc(21px * 5);
    }

    .price .price-row .price-head {
        padding-left: 30px;
    }
*/
/*    .price .text-block.descrip {
        padding: 52px 15px 52px 15px;
    } */

    .price h2, .tandem h2 {
        font-size: 28px;
        text-transform: uppercase;
        color: white;
        text-align: center;
        line-height: 42px;
    }

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

    .price .price-table.strong-border {
        padding: 35px 30px 35px 15px;
    }

    .price .strong-border .price-table-row:last-child span {
        padding: 0 15px 0 15px;
    }

    .price .strong-border .price-table-row:first-child span {
        padding: 35px 15px 0;
    }

    .price .price-link {
        background-color: #2c2d31;
        padding: 15px 20px 15px 40px;
        position: relative;
    }

    .price .triple-text a {

        padding: 15px;
    }

    .price .strong-border .price-table-row:last-child span {
        height: 55px;
    }

    .dopmenu .nav-tabs li a {
        color: #fff;
        background: #2c2d31;
        display: inline-block;
        font-size: 20px;
        width: 140px;
    }

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

    .weather-day > div:first-child {
        display: none;
    }

    .weather-day > div:nth-child(3) {
        display: none;
    }

    .weather-now_city {
        padding: 0;
    }

    .weather-now_temp {
        padding: 0 0 0;
    }

/*    .special-menu a {
        position: relative;
        display: inline-block;
        width: 92px;
        font-size: 10px;
    } */

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

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

    .navbar-nav .active a {
        padding: 15px 15px 5px 20px;
    }

    .navbar-nav > li.dropdown > a {
        position: relative;
        padding: 15px 25px 15px 15px;
    }

    .navbar-nav > li.dropdown > a:before, .navbar-nav > li.dropdown > span.top-menu-button:before {
        right: 9px;
    }

    .dislocation-adress div p {

        padding: 0 15px 0 0;
    }

    .bxslider-sportsman li {

        height: 400px;
    }
}

/* ========== RESPONSIVE MINIMUMS ========== */

@media (min-width: 768px) {
  
    .decoration-right {
      display: block;
    }

    .row.pub2 {
        margin-top: calc(21px * 0.5);
    }

    .col-xs-12.triple_pub {
        padding-right: 0;
    }

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

    .price-table {
        font-size: 12px;
        line-height: 21px;
    }

    .price-number {
        width: 70px;
    }

    .price-prepad, .price-pad {
        width: 10px;
    }

    .price-name-wrap {
        margin-left: 11px;
    }

    .price .bg-gray {
        padding-bottom: calc(21px * 5);
    }

    .two-columns {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        width: 100%;
    }

    .price .text-block.descrip {
        padding-left: 10.5px;
    }


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

    .main-content h2 {
        font-size: 28px;
        line-height: calc(21px * 1.5);
    }

    .container > .navbar-header {
        margin-left: auto;
        margin-right: auto;
    }

    .container > .navbar-right {
        float: none !important;
        width: 285px;
    }

    .news-item .description {
        display: none;
    }

    #bx-pager a {
        display: block;
        width: 100%;
        font-size: 30px;
        line-height: 42px;
    }

    .contacts-full .dislocation h3:before {
        visibility: hidden;
    }

    .btn-send {
        margin-bottom: 0;
    }


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

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

    .tandem-video-box {
        padding-left: 0;
        margin-bottom: 0;
    }

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

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

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

    .tandem-video-box {
        height: calc(21px * 29);
    }

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

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

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

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

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

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

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

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


    .news-list-item.article.item-6 {
        padding-left: 0;
    }

}

@media (min-width: 992px) {
    .price-table {
        font-size: 14px;
        line-height: 21px;
    }

    .price-name-wrap {
        margin-left: 11px;
    }

    .price-number {
        width: 90px;
    }

    .price-prepad, .price-pad {
        width: 20px;
    }

    .price .bg-gray {
        padding-bottom: calc(21px * 5);
    }


    .price .text-block.descrip {
        padding-left: 10.5px;
    }

    .main-content h2 {
        font-size: 30px;
        line-height: calc(21px * 2);
    }

    .contacts-full:before {
        height: calc(21px * 52);
    }

    .btn-send {
        margin-bottom: 31.5px;
    }

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

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

    .tandem-video-box {
        height: calc(21px * 22);
    }

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

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

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

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

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

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

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

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

}

@media (min-width: 1200px) {

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

    .price-table {
        font-size: 16px;
        line-height: 21px;
    }

    .price-number {
        width: 120px;
    }

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


    .price-prepad, .price-pad {
        width: 30px;
    }

    .price .bg-gray {
        padding-bottom: calc(21px * 1);
    }


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

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

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

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

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


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

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

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

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

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

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



    .contacts-full .dislocation h3:before {
        visibility: visible;
    }

    .container > .navbar-right {
        float: right !important;
        width: 335px;
    }

    .news-item .description {
        display: block;
    }

    div.no-column-break {
        overflow: auto;
    }
    .no-column-break ul {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .contacts-full:before {
        height: calc(21px * 49);
    }

    .contacts-full.eng:before {
        height: calc(21px * 38.5);
    }

    .contacts-full.eng .gray-block {
        /*height: calc(21px * 47.5);*/
    }
}

@media (min-width: 1600px) {

    .bxslider .item-grad {

        top: -857px;
        left: -25%;
        width: 75%;

    }
    
    
}
