/* iPads (landscape) ----------- */


@media all and (max-width: 1264px) {
  #ya_search {
    padding: 13px 16px;
    height: 34px;
  }

  .educ-menu {
    padding: 7px;
  }
}

@media all and (max-width: 1262px) {
  .main-menu-under-container > div {
    width: 33.3%;
  }

  .widebottom .thanks {
    margin: 10px 0;
    position: relative;
  }

  .dd22 a {
    font-size: 11px;
  }

  .ulmenu > li {
    font-size: 11px;
  }

  .ulmenu > li > div {
    top: 32px;
  }

  #blocks strong {
    font-size: 12px;
  }

  #blocks ul a {
    font: 12px helvetica;
  }
}

@media all and (max-width: 1245px) {
  #search {
    display: none;
  }

  #izb {
    display: none;
  }

  #blocks strong {
    font-size: 12px;
  }

  #block1 {
    width: 24.2%;
    min-height: 360px;
    margin-right: 0.8%;
  }

  #block2 {
    width: 24.2%;
    min-height: 360px;
  }

  #block3 {
    width: 24.2%;
    min-height: 360px;
  }

  #block4 {
    width: 24.2%;
    min-height: 360px;
    margin-left: 0.8%;
  }
}

@media all and (max-width: 1200px) {
  .widetop .widecontainer .wide-search input[type="text"] {
    width: 100%;
  }
}

@media all and (max-width: 1130px) {
  .dd22 a {
    font-size: 10px;
    height: 17px;
  }

  .ulmenu > li {
    font-size: 10px;
    height: 17px;
  }

  a#logo {
    width: 234px;
    height: 60px;
    margin-right: 10px;
  }

  .sliderBullets a span {
    font-size: 11px !important;
    margin-top: -5px;
  }
}

@media all and (max-width: 1127px) {
  #ya_search {
    padding: 16px 16px 15px;
  }

  .educ-menu {
    height: 34px;
    font-size: 10px;
    padding: 10px;
  }

  table#t1 {
    margin-right: 10px;
    font-size: 10px;
  }

  table#t2 {
    margin-right: 10px;
    font-size: 10px;
  }
}

@media all and (max-width: 1063px) {
  .educ-menu {
    font-size: 10px;
    padding: 6px 5px 6px 5px;
  }

  #ya_search {
    padding: 12px 16px 11px;
  }
}

@media all and (max-width: 1024px) {
  .ui-widget.ui-widget-content {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #content {
    width: 100% !important;
  }

  #rightmenu {
    display: none !important;
  }

  a#logo {
    width: 200px !important;
  }

  .full-width {
    max-width: 70% !important;
  }

  #ya_search {
    z-index: 0;
  }

  #new-block-onmain .block .name a {
    font-size: 12px;
  }

  #new-block-onmain .block .img img {
    max-width: 100%;
  }

  #super-main-banner .banners-list .banner .container .text .title {
    max-width: 50%;
    font-size: 30px;
  }

  #super-main-banner .banners-list .banner .container .text .under-title {
    max-width: 50%;
    font-size: 20px;
  }

  #super-main-banner #form-order {
    left: 60%;
  }

  #allpage {
    overflow: hidden;
    min-width: 100%;
  }

  #contpage {
    min-width: 100%;
  }

  #mob_v {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    background-color: #F2F2F4;
    -webkit-box-shadow: 0 0 10px #979797;
    -moz-box-shadow: 0 0 10px #979797;
    box-shadow: 0 0 10px #979797;
  }

  #mob_v a {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 28px;
    text-decoration: none;
    color: black;
  }
}

@media all and (max-width: 1001px) {
  #allpage {
    overflow: hidden;
  }

  #mob_v {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    padding: 0;
    margin: 0 auto;
    background-color: #F2F2F4;
    -webkit-box-shadow: 0 0 10px #979797;
    -moz-box-shadow: 0 0 10px #979797;
    box-shadow: 0 0 10px #979797;
  }

  #mob_v a {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 28px;
    text-decoration: none;
    color: black;
  }
}

@media all and (max-width: 767.98px) {
  #contentsecond {
    margin: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 !important;
    padding: 4% !important;
  }

  #contentsecond .otziv3 {
    text-align: center;
  }

  #contentsecond .otziv3 img {
    margin: 0;
  }

  .big-white.sertlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  .content-form .btn-primary {
    width: 100% !important;
  }

  #main-logo-swiper {
    overflow-x: auto !important;
  }

  #blocks {
    display: none;
  }

  #blocks > div {
    height: auto !important;
  }

  .newsserc {
    display: none;
  }

  .newsserc img {
    width: 90px;
  }

  .newsserc .news table {
    width: 100%;
  }

  #interview-on-main div {
    width: 32%;
    width: 100%;
    padding-bottom: 20px;
  }

  #interview-on-main div img {
    width: 50px;
    float: none;
    text-align: center;
    width: 100px;
    float: left;
    margin: 20px 10px 10px 0;
  }

  #interview-on-main p {
    margin-left: 0;
    float: right;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
  }

  #super-main-banner {
    display: none;
  }

  #super-main-banner #form-order {
    left: 52%;
  }

  #super-main-banner .banners-list .banner .container .text .title {
    font-size: 20px;
    width: 40%;
  }

  #super-main-banner .banners-list .banner .container .text .under-title {
    width: 40%;
    font-size: 16px;
  }

  .close-ico {
    position: fixed;
    right: 20px;
    top: 10px;
  }

  #fixed-head .contacts {
    padding-left: 20px !important;
  }

  .fix-content img {
    width: 70px !important;
    height: auto !important;
  }

  #mobile-header {
    display: block;
  }

  #desktop-header {
    display: none;
  }

  .widetop {
    display: none;
  }

  .about-bar {
    display: none;
  }

  .main-menu-container {
    display: none;
  }

  .mobile-index-menu {
    background: #fff;
  }

  body {
    background: #fff;
    background: #fff;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100% !important;
  }

  #page {
    background: #fff;
  }

  #page div.h3 {
    font-size: 24px !important;
    line-height: 24px;
  }

  .scaled.widebanner {
    overflow: visible;
  }

  .wide-slider .owl-dots {
    position: absolute;
    bottom: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .widebanner.scaled .inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: auto;
  }

  .widebanner.home_page .annotation {
    height: auto;
  }

  #popup_otziv_form.popup {
    padding: 10px 20px;
  }

  #popup_otziv_form .form_2013 .field {
    float: none;
    margin-right: auto;
  }

  #popup_result .popup-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  #popup_result .popup-title .btn-help {
    margin-right: auto;
    margin-top: 10px;
  }

  .mb-md-under {
    margin-bottom: 0 !important;
  }

  .widebanner .owl-prev {
    left: -2rem;
    width: 3rem;
  }

  .widebanner .owl-next {
    right: -2rem;
    width: 3rem;
  }

  .popup {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    overflow-y: scroll;
    padding: 15px;
  }

  .city-container {
    margin: auto;
  }

  .city-container .city-block {
    width: 50%;
  }

  .widecontainer.wd-slider {
    padding-right: 35px;
    padding-left: 35px;
  }

  #content .makswith .sw_box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }

  #content .navigator {
    padding: 1%;
  }

  .grateful-switch .sw_box ul li {
    margin: 10px;
  }

  .akred-block {
    width: 100% !important;
  }

  .akred-list .akred-block img {
    max-height: none;
  }

  #ekspert-block {
    padding-bottom: 80px;
  }

  .more-block__link {
    background: #fff;
    color: #bb2b36;
    border: 1px solid #bb2b36;
    padding: 10px;
    height: 100%;
  }

  .more-block__link:after {
    width: 9px;
    opacity: 1;
  }

  #sertificationProducts {
    margin: 0 !important;
  }

  #sertificationProducts h1 {
    display: block;
    background-color: #37363c;
    height: 50px;
    padding: 2px 15px 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    margin: 0 !important;
    font-family: SegoeUISemiBold;
    font-weight: normal;
    font-size: 15px !important;
    background-image: url("img/acred-icon.png");
    background-repeat: no-repeat;
    background-position: 15px 10px;
  }

  #BX_YMAP_MAP_8VZMfh {
    max-height: 220px !important;
  }

  .ymaps-b-cluster-tabs.ymaps-b-cluster-content {
    width: 100% !important;
  }

  .ymaps-b-cluster-tabs__section.ymaps-b-cluster-tabs__section_type_nav {
    max-width: 90px !important;
  }

  .super-balun {
    width: 100%;
    padding: 2px;
    font-size: 10px;
  }

  .super-balun div {
    display: inline-block;
    vertical-align: top;
  }

  .super-balun img {
    display: none;
    width: 64px !important;
    max-height: 64px !important;
    max-width: 64px !important;
    padding: 5px 10px;
    font-size: 12px;
  }

  header .super-title {
    font-size: 22px;
    text-align: center;
  }

  html {
    width: 100%;
    overflow-x: hidden;
  }

  .search-title {
    font-size: 30px !important;
    max-width: 60%;
    font-size: 14px !important;
  }

  #search_result .s_num {
    font-size: 30px !important;
    max-width: 60%;
    font-size: 14px !important;
  }

  div.parent a {
    font-size: 30px !important;
    max-width: 60%;
    font-size: 14px !important;
  }

  #search_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    font-size: 14px !important;
  }

  #search_form input {
    font-size: 32px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    margin: 0 !important;
  }

  #search_form input[type=submit] {
    width: auto;
    font-size: 14px !important;
    height: auto !important;
  }

  .form_2013 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .form_2013 input[type=submit] {
    width: 80% !important;
  }

  .form_2013 .btn-point-ico:before {
    display: none !important;
  }

  .form_2013 form {
    width: 100% !important;
    margin: 20px 0;
    background: #f2f2f4 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px !important;
    padding: 4% 2% !important;
  }

  .form_2013 .field {
    margin-right: 0;
    width: 100%;
  }

  .form_2013 .field > div {
    text-align: center !important;
    margin: 12px auto;
  }

  .form_2013 input:not([type='checkbox']) {
    padding: 10px;
    font-size: 14px;
    max-width: 100%;
    width: 90% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form_2013 textarea {
    padding: 10px;
    font-size: 14px;
    max-width: 100%;
    width: 90% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form_2013 .btn {
    padding: 10px 5px;
    font-size: 16px;
  }

  .new_head {
    padding: 0;
  }

  .mobile_header {
    display: block;
  }

  .field input[type=submit] {
    width: 50%;
    padding: 10px;
  }

  #form-order .field:before {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
  }

  .sliderBullets {
    display: none;
    top: 300px !important;
  }

  #regional_phone {
    top: 15px !important;
  }

  .newsserc1 {
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4% 12px 4%;
  }

  .newsserc1 img {
    width: 100%;
  }

  .news table {
    width: 100%;
    padding: 10px 0 20px 0;
  }

  .news table a.title {
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
  }

  .jurnal {
    width: 100%;
    float: none;
    text-align: center;
    display: none;
  }

  .jurnal img {
    width: 50%;
  }

  .locli img {
    width: 30%;
  }

  .rightmenu {
    margin-bottom: 0;
  }

  .rightmenu a img {
    text-align: center;
    opacity: 1;
  }

  .rightmenu .newsserc1 td > a {
    display: block;
    width: 100%;
  }

  .rightmenu .newsserc1 td > a img {
    display: block;
    margin: 0 auto;
  }

  .rightmenu .newsserc1 .anons {
    -webkit-text-size-adjust: 100%;
    text-decoration: none;
    color: black;
    font-family: SegoeUIRegular;
    font-size: 14px !important;
    font-weight: normal;
  }

  #contentmain {
    margin: 0;
    padding: 4%;
    background: #fff;
  }

  .educ-menu {
    font-size: 16px;
    padding: 10px;
  }

  #ya_search {
    padding: 18px;
  }

  #reviews {
    margin-bottom: 0;
  }

  .slider-fullwidth {
    max-width: 100% !important;
    min-width: 320px;
    width: 414px;
  }

  .slider-fullwidth .slide {
    max-width: 100% !important;
    min-width: 320px;
    width: 414px;
  }

  .slider-fullwidth .next {
    left: 88%;
  }

  .slider-bottom {
    width: 100%;
  }

  h1 {
    margin-top: 10px;
  }

  .icon_table td {
    max-width: 75%;
    display: inline-block;
    text-align: left;
  }

  .icon_table td:nth-child(odd) {
    width: 12%;
  }

  .contact-block {
    display: block;
    margin: 10px auto;
    padding: 0;
    float: none;
    width: 100%;
    max-width: 320px;
    height: 340px;
  }

  .contact-block .img-block {
    overflow: hidden;
    height: 160px;
  }

  .contact-block .img-block img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }

  h1.newstyle {
    font-size: 20px;
  }

  h2.newstyle {
    font-size: 20px;
  }

  #clients-logo-slider #contentsecond img {
    width: 78px;
    height: auto;
  }

  .small-only td {
    width: 100%;
    text-align: left;
    display: inline-block;
  }

  .small-only th {
    width: 100%;
    text-align: left;
    display: inline-block;
  }

  .link_li {
    width: 100%;
    font-size: 60%;
  }

  table.large-only {
    display: none;
  }

  table {
    display: block;
    overflow-x: scroll;
  }

  .sout_price.small-only {
    display: none;
  }

  .sout_price.large-only {
    display: block;
  }

  .sout_price.large-only td {
    width: 260px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }

  .sout_price.large-only th {
    width: 260px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }

  .sout_price.large-only tr {
    white-space: nowrap;
  }

  .scrollup {
    z-index: 100;
    opacity: 0.8 !important;
    left: 2% !important;
    bottom: 95px;
    background: url(img/toupicon.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .educ-aside {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .educ-aside img {
    max-width: 100%;
    height: auto !important;
  }

  .educ-style {
    padding: 4%;
  }

  .educ-content {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4%;
  }

  .educ-content img {
    max-width: 100%;
    height: auto !important;
  }

  .educ-ban {
    display: none;
  }

  .slider-wrap-horiz {
    width: 100% !important;
    height: 230px;
  }

  .slider-wrap-horiz .slider-fullwidth {
    width: 100% !important;
  }

  .info-numbers div.item {
    width: 100% !important;
    display: inline-block !important;
  }

  .info-numbers div.item span.p1 {
    font-size: 40px;
    line-height: 60px;
  }

  .info-numbers div.item span.p3 {
    font-size: 14px;
    white-space: nowrap;
  }

  .info-numbers div.item span.p2 {
    font-size: 14px;
  }

  .info-numbers div.item span {
    display: inline-block !important;
  }

  .info-numbers .chart {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
  }

  .info-numbers .chart .chart-line {
    width: 96%;
  }

  .info-numbers .chart .chart-line div {
    height: 44px;
    vertical-align: middle;
    display: inline-block;
  }

  .info-numbers .chart .chart-line div.txt span.p1 {
    font-size: 30px;
    line-height: 30px;
  }

  .info-numbers .chart .chart-line div.txt span.p3 {
    font-size: 12px;
  }

  .info-numbers .chart .chart-line div.prc div {
    font-size: 10px !important;
    line-height: 44px;
  }

  .chart-container {
    width: 100%;
  }

  .charts {
    min-height: 240px;
    max-height: 420px;
  }

  #popup_ok img {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px;
  }

  .popup-title {
    padding-top: 10%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .blocks-3 {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #footer {
    display: none;
  }

  .navigator {
    background: #fff !important;
  }

  .navigator li a:before {
    text-align: center;
    padding: 0 0 0 3px !important;
  }

  .crumb {
    display: none;
  }

  .links-check {
    display: none;
  }

  #mob-blocks {
    display: block;
  }

  .news-tabs-block {
    display: block;
  }

  #tab2 {
    display: block;
  }

  .only-mobile {
    display: block;
  }

  #contpage {
    overflow: hidden;
  }

  .newton_callback_phone_bound {
    position: absolute;
  }

  .plan-block {
    width: 100%;
  }

  .plan-block img {
    width: 80%;
  }

  .plan-block .btn {
    width: 80%;
    padding: 10px;
  }

  .plan-block .text {
    height: 64px;
  }

  .plan-block .quant input {
    padding: 10px;
  }

  .video-list .col-md-6 {
    width: 100%;
    padding-bottom: 40px;
  }

  .stak-table td {
    text-align: center;
  }

  .stak-table th {
    text-align: center;
  }

  .table-warp {
    overflow-x: auto;
  }

  .our-clients-block img {
    width: 44% !important;
  }

  .date-detail-news {
    padding-bottom: 20px;
  }

  .news-detail-share {
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100% !important;
    text-align: center;
  }

  .ya-share2__container_size_m .ya-share2__icon {
    width: 45px !important;
    height: 45px !important;
  }

  .clients-section-block {
    width: 100%;
    vertical-align: top;
  }

  .clients-list .client-block {
    width: 33% !important;
  }

  .sout-block {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }

  .b-page_newyear {
    display: none;
  }

  .sert-vert-list .plan-block {
    width: 100% !important;
  }

  #rostehnadzor-chek.in-content {
    width: 100%;
  }

  .inline-blocks li {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 !important;
  }

  .inline-big-block li {
    width: 100%;
    padding-bottom: 20px;
    margin: 0 !important;
  }

  #popup_form .form_2013 form {
    background: none !important;
  }

  .new-inline-promo {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }

  .new-inline-promo .promo {
    width: 100%;
    margin-bottom: 22px;
  }

  .news-body-content .img-description {
    font-size: 10px;
  }

  input:not([type='checkbox']) {
    /*-webkit-appearance: none !important;*/
  }

  .fancybox-close-small {
    display: none !important;
  }

  #seminar-form .form_2013 .field {
    width: 100% !important;
  }

  #seminar-form .form_2013 textarea {
    width: 100% !important;
  }

  .speakers-banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .speakers-banner > div {
    width: 100% !important;
  }

  .avatars .avatar {
    width: 20%;
  }

  .speakers-list {
    border-right: 1px solid #cfcfcf !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
  }

  .speaker .name {
    font-size: 18px !important;
  }

  #geo-set-filial {
    z-index: 1000 !important;
    margin-top: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
  }

  .b24-widget-button-position-bottom-right {
    right: 1% !important;
    bottom: 83px !important;
  }
}

@media screen and (max-width: 400px) {
  .widebanner.home_page .owl-carousel .owl-item img {
    width: 92px;
    height: 92px;
  }

  .widecontainer.wd-slider .on-hover .row > div {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    -moz-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    margin: 0;
  }

  .widecontainer.wd-slider .on-hover .row > div:nth-child(2) .h1 {
    text-align: center;
  }

  .widecontainer.wd-slider .on-hover .row > div.title-slider {
    margin-top: 20px;
  }

  .widecontainer.wd-slider .on-hover .row .annotation {
    text-align: center;
  }
}

@media all and (max-width: 1262px) and (min-width: 1015px) and (max-width: 1439.99px) {
  .main-menu-under-container > div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: auto;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #fixed-head .fix-content > div:first-child {
    display: none;
  }
}