html,
body {
  min-width: 320px;
}
@media screen and (max-width: 640px) {
  .fll {
    float: left;
  }
  .flr {
    float: right;
  }
  section,
  header {
    min-width: 1px;
  }
  .content {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .content .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* Header */
  .fixedbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(images/blackbg.png) 0 0 repeat;
    z-index: 99995;
    display: none;
  }
  header {
    z-index: 99999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #6d6d78;
  }
  header.fixed-header .top .mobile-options .mobile-basket .product-count {
    background: #fff;
    color: #6d6d78;
  }
  header.fixed-header .logo.mobile {
    display: block;
    width: 228px;
    height: 49px;
    margin-top: 0;
    background: url(images/top-vision.png) 0 0 no-repeat;
  }
  header.fixed-header .logo.mobile img {
    display: none;
  }
  header.fixed-header .top .mobile-options .show-nav-link {
    background: url(images/menu-fixed.png) 0 0 no-repeat;
  }
  header.fixed-header .top {
    border-bottom: 0;
  }
  header .logo {
    display: none;
  }
  header .logo.mobile {
    display: block;
    margin-top: 5px;
  }
  header .menu {
    display: none;
  }
  header .basket {
    display: none;
  }
  header .top .mobile-options {
    display: block;
    float: right;
  }
  header .top .mobile-options a {
    float: left;
    margin-left: 40px;
    display: block;
    width: 49px;
    height: 49px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  header .top .mobile-options .mobile-basket {
    background-image: url(images/basket-mobile.png);
    position: relative;
    text-decoration: none;
  }
  header .top .mobile-options .mobile-basket .product-count {
    font-family: 'avenir-heavy';
    color: #fff;
    text-align: center;
    display: block;
    font-size: 24px;
    line-height: 34px;
    width: 34px;
    height: 34px;
    background: #6d6d78;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    position: absolute;
    top: -11px;
    right: -11px;
  }
  header .top .mobile-options .search-header-icon {
    background-image: url(images/search-mobile.png);
  }
  header .top .mobile-options .show-nav-link {
    background-image: url(images/mobile-menu.png);
    text-indent: -99999px;
  }
  header .bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: transparent;
    z-index: 9;
    padding-top: 218px;
    display: none;
    top: -500px;
    overflow: hidden;
    background: url(images/blackbg.png) 0 0 repeat;
  }
  header .bottom .mainnav {
    position: relative;
  }
  header .bottom .search-header {
    display: none;
  }
  header .bottom .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto;
  }
  header .bottom nav {
    float: none;
    height: auto;
  }
  header .bottom nav ul {
    float: none;
    height: auto;
  }
  header .bottom nav ul li {
    float: none;
    display: block;
    width: 100%;
  }
  header .bottom nav ul li a {
    display: block;
    height: auto;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    font-family: 'avenir-black';
    font-size: 37px;
    padding: 35px 40px 35px 20px;
    margin: 0;
    border-bottom: 1px solid #685f57;
    background: #b2d234;
    position: relative;
  }
  header .bottom nav ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(images/arrow-right.png) center center no-repeat;
    width: 23px;
    height: 34px;
    margin-top: -20px;
  }
  header .bottom .mobile-top {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 218px;
  }
  header .bottom .mobile-top a {
    display: block;
    font-family: 'avenir-medium';
    font-size: 30px;
    line-height: 49px;
    text-decoration: underline;
    padding: 0 20px;
    float: left;
    color: #fff;
    margin: 30px 0;
  }
  header .bottom .mobile-top a:hover {
    text-decoration: none;
  }
  header .bottom .mobile-top a + a {
    font-family: 'avenir-black';
    border-left: 2px dotted #bebebd;
  }
  header .bottom .mobile-top a.close-menu {
    border: 0;
    width: 49px;
    height: 49px;
    background: url(images/close.png) 0 0 no-repeat;
    padding: 0;
    margin-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 15;
  }
  header .bottom .mobile-top a.back {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    min-width: 150px;
    display: none;
  }
  header .bottom .mobile-top a.back:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(images/back.png) 0 0 no-repeat;
    width: 23px;
    height: 34px;
    margin-right: 15px;
    margin-top: -3px;
  }
  header .bottom .mobile-top a.back:hover {
    text-decoration: underline;
  }
  header .nav-submenu {
    position: absolute;
    top: 109px;
    left: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    display: none;
  }
  header .nav-submenu .content {
    padding: 0 !important;
  }
  header .nav-submenu .left,
  header .nav-submenu .col {
    width: 100%;
    float: none;
    padding: 0;
  }
  header .nav-submenu .col ul {
    background: #fff;
  }
  header .nav-submenu .col ul li {
    margin: 0;
  }
  header .nav-submenu .col ul li a {
    display: block;
    font-family: 'avenir-medium';
    font-size: 30px;
    line-height: 1;
    color: #383841;
    border-bottom: 1px solid #66584f;
    padding: 35px 20px;
    position: relative;
  }
  header .nav-submenu .col ul li a:hover {
    text-decoration: none;
  }
  header .nav-submenu .col ul li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(images/arrow-right.png) center center no-repeat;
    width: 23px;
    height: 34px;
    margin-top: -20px;
  }
  header .nav-submenu.bg {
    position: absolute;
    top: 109px;
    left: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    background: transparent;
    display: none;
  }
  /* search */
  .main-search-box {
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .main-search-box .content {
    padding-bottom: 100px;
  }
  .main-search-box h1,
  .main-search-box h2 {
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 75px;
  }
  .main-search-box p {
    font-size: 26px;
  }
  .main-search-box .search {
    width: 100%;
    margin: 0 -5px;
  }
  .main-search-box .search p {
    width: 50%;
    padding: 0 5px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 20px;
  }
  .main-search-box .search p .select2-container {
    float: none;
    width: 100%;
  }
  .main-search-box .search p .select2-container a,
  .main-search-box .search p .select2-container .select2-chosen {
    font-size: 26px;
    height: 70px;
    line-height: 70px;
  }
  .main-search-box .search p:first-child {
    width: 100%;
  }
  .main-search-box .search input[type="text"] {
    width: 100%;
    font-size: 26px;
    height: 70px;
    line-height: 70px;
  }
  .main-search-box .search button {
    float: left;
    margin: 0 5px;
    font-size: 26px;
    height: 70px;
    line-height: 70px;
    width: 220px;
  }
  /* rekommended courses */
  .hp-recommended-courses h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hp-recommended-courses .left {
    float: none;
    width: auto;
  }
  .hp-recommended-courses span.label {
    display: none;
  }
  .hp-recommended-courses .box {
    height: auto;
    position: relative;
  }
  .hp-recommended-courses .box .level {
    display: none;
  }
  .hp-recommended-courses .box .text,
  .hp-recommended-courses .box .price {
    display: block;
    border-right: 0;
    height: auto;
    width: auto;
    float: none;
    text-align: left;
  }
  .hp-recommended-courses .box .price span {
    display: inline-block;
    font-family: 'avenir-book';
  }
  .hp-recommended-courses .box .price p {
    font-size: 25px;
  }
  .hp-recommended-courses .box .text p {
    line-height: 46px;
    font-size: 25px;
  }
  .hp-recommended-courses .box .text p strong:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -8px;
    background: url(images/mobile-date.png) center no-repeat;
    height: 25px;
    width: 25px;
  }
  .hp-recommended-courses .box .text p span:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -5px;
    background: url(images/mobile-place.png) center no-repeat;
    height: 31px;
    width: 25px;
  }
  .hp-recommended-courses .box .title {
    display: block;
    border: 0;
    float: none;
    margin: 0;
    position: absolute;
    bottom: 12px;
    right: 14px;
    width: auto;
    height: auto;
  }
  .hp-recommended-courses .box .title a {
    display: none;
  }
  .hp-recommended-courses .box .title .mobile-show {
    display: block;
    font-size: 26px;
    line-height: 72px;
    color: #fff;
    margin: 0;
    height: 70px;
    background: #b2d234;
    font-family: 'avenir-black';
    width: 220px;
  }
  .hp-recommended-courses .box .feed-back {
    display: block;
    font-size: 30px;
    line-height: 46px;
    color: #90b500;
  }
  .hp-recommended-courses .box .feed-back:hover {
    text-decoration: none;
  }
  .hp-recommended-courses .right {
    _xdisplay: none;
    float: none;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }
  .hp-recommended-courses .right .number, 
  .hp-recommended-courses .right .email {
    display: block;
  }  
  .more-button {
    font-size: 26px;
    line-height: 72px;
    height: 70px;
    width: 300px;
  }
  .more-button.small {
    width: 250px;
  }
  /* reviews */
  .hp-reviews h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hp-reviews span.label {
    position: absolute;
    _xtop: 25px;
    top: -60px;
    _xleft: 0;
    left: 30px;
    right: 0;
    _xheight: auto;
    _xwidth: auto;
    height: 110px;
    width: 100px;
    text-indent: 0;
    background: transparent;
    clear: both;
    color: #000;
    font-family: "avenir-medium";
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
  }
  .hp-reviews span.label img {
    width: 100px;
  }
  .hp-reviews a.loga {
    margin-top: 80px !important;
  }
  .hp-reviews p {
    width: auto;
    font-size: 26px;
    line-height: 33px;
  }
  .hp-reviews .bx-wrapper {
    padding-top: 50px;
  }
  .hp-reviews .slider-text-review .left {
    float: none;
    width: auto;
    text-align: center;
  }
  .hp-reviews .slider-text-review .left .photo,
  .hp-reviews .slider-text-review .left .text {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .hp-reviews .slider-text-review .left .photo h3,
  .hp-reviews .slider-text-review .left .text h3,
  .hp-reviews .slider-text-review .left .photo p,
  .hp-reviews .slider-text-review .left .text p {
    text-align: center;
    width: auto;
    font-size: 26px;
    line-height: 33px;
  }
  .hp-reviews .slider-text-review .left .photo p,
  .hp-reviews .slider-text-review .left .text p {
    font-size: 23px;
    line-height: 25px;
  }
  .hp-reviews .slider-text-review .left .text {
    width: auto;
  }
  .hp-reviews .slider-text-review .left .photo {
    width: 200px;
    height: 200px;
  }
  .hp-reviews .slider-text-review .right span.bg {
    display: none;
  }
  .hp-reviews .slider-text-review .right {
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
    background: transparent;
  }
  .hp-reviews .slider-text-review .right q {
    font-size: 26px;
    line-height: 36px;
  }
  .hp-reviews .bx-controls-direction a {
    top: 26%;
    width: 35px;
    height: 52px;
  }
  .hp-reviews .bx-controls-direction a.bx-next {
    background: url(images/next.png) center no-repeat;
  }
  .hp-reviews .bx-controls-direction a.bx-prev {
    background: url(images/prev.png) center no-repeat;
  }
  /* inspiration */
  .hp-inspiration h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .hp-inspiration .box {
    background: transparent;
  }
  .hp-inspiration .box span.label {
    display: none;
  }
  .hp-inspiration .box .video,
  .hp-inspiration .box video {
    width: 100%;
    padding-bottom: 56.25%;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .hp-inspiration .box .video img,
  .hp-inspiration .box video img {
    position: absolute;
    width: 100%;
  }
  .hp-inspiration .box .left,
  .hp-inspiration .box .right {
    float: none;
    width: auto;
    height: auto;
  }
  .hp-inspiration .box .right {
    text-align: center;
  }
  .hp-inspiration .box .right span.date {
    font-size: 24px;
    line-height: 26px;
  }
  .hp-inspiration .box .right h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .hp-inspiration .box .right p {
    font-size: 26px;
    line-height: 35px;
  }
  .detail-reviews.long .review,
  .detail-reviews .review {
    width: 50%;
    float: left;
    text-align: center;
    margin: 10px 0;
    padding: 50px 0 0;
    font-size: 26px;
    line-height: 36px;
  }
  .detail-reviews.long .review p,
  .detail-reviews .review p {
    font-size: 26px;
    line-height: 36px;
  }
  .detail-reviews {
    padding-bottom: 20px;
  }
  .detail-reviews .content:after {
    display: block;
    content: "";
    clear: both;
  }
  /* footer */
  footer {
    min-width: 1px;
  }
  footer .top {
    display: none;
  }
  footer .top.mobile-top {
    display: block;
    background: #505056;
  }
  footer .bottom {
    display: none;
  }
  footer fieldset {
    margin: 0 -5px;
  }
  footer .middle {
    padding-top: 40px;
  }
  footer .middle h2 {
    font-size: 35px;
    line-height: 40px;
  }
  footer .middle p {
    font-size: 24px;
    line-height: 30px;
  }
  footer .newsletter p {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 5px;
    float: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
  }
  footer .newsletter p.full-mobile {
    width: 60%;
    float: left;
  }
  footer .newsletter p.full-mobile:after {
    display: none;
    clear: none;
  }
  footer .newsletter input[type="text"] {
    width: 100%;
    font-size: 26px;
    height: 70px;
    line-height: 72px;
  }
  footer .newsletter button {
    width: 40%;
    width: calc(35%);
    float: right;
    margin: 0;
    margin-right: 5px;
    font-size: 26px;
    height: 70px;
    line-height: 72px;
  }
  footer .newsletter .select2-container,
  footer .newsletter .select2-container a {
    width: 100%;
    float: none;
    font-size: 26px;
    height: 70px;
    line-height: 72px;
  }
  footer .newsletter .select2-container .select2-chosen,
  footer .newsletter .select2-container a .select2-chosen {
    font-size: 26px;
    height: 70px;
    line-height: 72px;
  }
  footer .col {
    width: auto;
    float: none;
  }
  footer .col a {
    padding: 10px 0;
  }
  footer .col .email,
  footer .col .number,
  footer .col p {
    display: block;
    font-size: 26px;
    line-height: 35px;
    padding-left: 0;
    background: transparent;
  }
  footer .col .number:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    content: "";
    background: url(images/telefon.png) center no-repeat;
    width: 51px;
    height: 35px;
    margin-top: -5px;
  }
  footer .col .email:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    content: "";
    background: url(images/email.png) center no-repeat;
    width: 51px;
    height: 35px;
    margin-top: -3px;
  }
  footer .col h3 {
    font-size: 35px;
    line-height: 40px;
  }
  footer .col .social-links a {
    width: 70px;
    height: 70px;
  }
  footer .col .social-links a.tw {
    background: url(images/twitter.png) center no-repeat;
  }
  footer .col .social-links a.fb {
    background: url(images/facebook.png) center no-repeat;
  }
  footer .col .social-links a.in {
    background: url(images/linkedin.png) center no-repeat;
  }
  footer .mobile-footer-menu {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 40px;
  }
  footer .mobile-footer-menu li {
    float: left;
    width: 50%;
  }
  footer .mobile-footer-menu li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
    border-left: 1px solid #82828a;
    border-bottom: 1px solid #82828a;
    color: #fff;
    height: 70px;
    line-height: 72px;
    text-decoration: none;
    font-size: 26px;
  }
  footer .mobile-footer-menu li a:hover {
    text-decoration: underline;
  }
  footer .mobile-footer-menu li:nth-of-type(odd) a {
    border-left: 0;
  }
  footer .mobile-footer-menu li:last-child {
    width: 100%;
  }
  /* prvni detail */
  .detail-small-box-info {
    display: none;
  }
  h1 {
    width: auto;
    font-size: 60px;
    line-height: 60px;
  }
  /* breadcrumbs */
  .breadcrumbs a,
  .breadcrumbs span.page {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    font-family: 'avenir-medium';
  }
  .breadcrumbs .content {
    padding: 25px 0 10px;
  }
  .breadcrumbs span.divider {
    height: 24px;
    background: url(images/breadcrumb.png) center center no-repeat;
    width: 11px;
  }
  .detail-top-info h1 {
    padding-right: 25px;
  }
  .detail-top-info h1 + p {
    padding-bottom: 15px;
  }
  .detail-top-info h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .detail-top-info P {
    font-size: 26px;
    line-height: 30px;
  }
  .detail-top-info span.date strong,
  .detail-top-info span.map {
    font-size: 25px;
    line-height: 25px;
  }
  .detail-top-info span.date {
    font-size: 23px;
  }
  .detail-top-info a.more-link {
    float: none;
    font-size: 26px;
  }
  .detail-top-info .right {
    display: block;
    float: none;
    clear: both;
    padding-left: 30px;
  }
  .detail-top-info .part-dotted.last {
    display: none;
  }
  /* fixed menu top */
  .fixed-menu-top.second {
    display: none;
  }
  .fixed-menu-top {
    display: block;
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: transparent;
  }
  .fixed-menu-top .content {
    height: auto;
    display: block;
  }
  .fixed-menu-top .content ul {
    border: 1px solid #6d6d78;
    border-bottom: 0;
    display: none;
  }
  .fixed-menu-top .content ul li {
    float: none;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
  }
  .fixed-menu-top .content ul li a {
    display: block;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #6d6d78;
    font-size: 28px;
    line-height: 28px;
    font-family: 'avenir-medium';
    padding: 35px 0;
    text-align: center;
    color: #6d6d78;
    text-decoration: none;
  }
  .fixed-menu-top .menu-bar-content {
    display: none;
  }
  .fixed-menu-top .curs-info {
    display: block;
    position: relative;
    font-family: 'avenir-black';
    font-size: 26px;
    line-height: 1;
    background: #b2d234;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 35px 40px;
    /*&:after{
      display:block;content: "";position: absolute;top: 50%;margin-top: -18px;right: 55px;width: 6px;height: 36px;background: #fff;
    }*/
  }
  .fixed-menu-top .curs-info:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 40px;
    width: 42px;
    height: 29px;
    background: url(images/arrow-down.png) 0 0 no-repeat;
  }
  .fixed-menu-top .curs-info.activated {
    background: #6d6d78;
    /*&:after{display: none;}*/
  }
  .fixed-menu-top .curs-info.activated:before {
    background: url(images/arrow-up.png) 0 0 no-repeat;
  }
  .second-detail-small-menu,
  .list-small-menu {
    display: block;
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    background: transparent;
  }
  .second-detail-small-menu ul,
  .list-small-menu ul {
    border: 1px solid #6d6d78;
    border-bottom: 0;
    display: none;
  }
  .second-detail-small-menu ul li,
  .list-small-menu ul li {
    float: none;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
  }
  .second-detail-small-menu ul li a,
  .list-small-menu ul li a {
    display: block;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #6d6d78;
    font-size: 28px;
    line-height: 28px;
    font-family: 'avenir-medium';
    padding: 35px 0;
    text-align: center;
    color: #6d6d78;
    text-decoration: none;
  }
  .second-detail-small-menu ul li a span.bg,
  .list-small-menu ul li a span.bg {
    display: none !important;
  }
  .second-detail-small-menu ul li a.has-submenu,
  .list-small-menu ul li a.has-submenu {
    /*&:after{
              display:block;content: "";position: absolute;top: 50%;margin-top: -18px;right: 55px;width: 6px;height: 36px;background: #fff;
            }*/
  }
  .second-detail-small-menu ul li a.has-submenu:before,
  .list-small-menu ul li a.has-submenu:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 40px;
    width: 42px;
    height: 29px;
    background: url(images/arrow-down2.png) 0 0 no-repeat;
  }
  .second-detail-small-menu ul li a.has-submenu.activated,
  .list-small-menu ul li a.has-submenu.activated {
    background: #6d6d78;
    color: #fff;
    /*&:after{display: none;}*/
  }
  .second-detail-small-menu ul li a.has-submenu.activated:before,
  .list-small-menu ul li a.has-submenu.activated:before {
    background: url(images/arrow-up2.png) 0 0 no-repeat;
  }
  .second-detail-small-menu .menu-bar-content,
  .list-small-menu .menu-bar-content {
    display: none;
  }
  .second-detail-small-menu .curs-info,
  .list-small-menu .curs-info {
    display: block;
    position: relative;
    font-family: 'avenir-black';
    font-size: 26px;
    line-height: 1;
    background: #b2d234;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 35px 40px;
    /*&:after{
      display:block;content: "";position: absolute;top: 50%;margin-top: -18px;right: 55px;width: 6px;height: 36px;background: #fff;
    }*/
  }
  .second-detail-small-menu .curs-info:before,
  .list-small-menu .curs-info:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 40px;
    width: 42px;
    height: 29px;
    background: url(images/arrow-down.png) 0 0 no-repeat;
  }
  .second-detail-small-menu .curs-info.activated,
  .list-small-menu .curs-info.activated {
    background: #6d6d78;
    /*&:after{display: none;}*/
  }
  .second-detail-small-menu .curs-info.activated:before,
  .list-small-menu .curs-info.activated:before {
    background: url(images/arrow-up.png) 0 0 no-repeat;
  }
  /* submenu */
  .second-detail-small-menu ul li ul.submenu,
  .list-small-menu ul li ul.submenu {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
    border: 0;
  }
  .second-detail-small-menu ul li ul.submenu li,
  .list-small-menu ul li ul.submenu li {
    float: none;
    display: block;
    width: auto;
    height: auto;
    line-height: 1;
  }
  .second-detail-small-menu ul li ul.submenu li a,
  .list-small-menu ul li ul.submenu li a {
    display: block;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    background: #eaeaee;
    border-bottom: 1px solid #6d6d78;
    text-align: center;
    color: #6d6d78;
    text-decoration: none;
    line-height: 1;
  }
  .second-detail-small-menu ul li ul.submenu li a span.bg,
  .list-small-menu ul li ul.submenu li a span.bg {
    display: none !important;
  }
  .second-detail-small-menu ul li ul.submenu li a span,
  .list-small-menu ul li ul.submenu li a span {
    font-size: 28px;
    line-height: 28px;
    font-family: 'avenir-medium';
    padding: 35px 0;
  }
  .detail-top-info span.date {
    padding-left: 40px;
    background: url(images/calendar.png) top left no-repeat;
  }
  .detail-top-info span.date strong {
    display: block;
    padding-bottom: 10px;
  }
  .detail-top-info span.map {
    padding-left: 30px;
    background: url(images/map-point.png) top left no-repeat;
    min-height: 31px;
  }
  .detail-content .person-small .text p strong,
  .detail-content .person-big .text p strong {
    display: block;
  }
  section .main-col {
    float: none;
    width: auto;
  }
  .detail-content p,
  .detail-content ul.img li {
    font-size: 26px;
    line-height: 36px;
  }
  .detail-content ul.img li {
    background-position: left 8px;
    padding-bottom: 17px;
  }
  .detail-content .box h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .detail-content .day {
    width: 100%;
    font-size: 26px;
    line-height: 53px;
    margin-bottom: 23px;
  }
  .detail-content .day strong {
    font-size: 31px;
    line-height: 53px;
    float: left;
    text-align: left;
  }
  .detail-content p strong,
  .detail-content ul li {
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .detail-content ul {
    padding-top: 15px;
  }
  .detail-content .box .day-text {
    float: none;
    width: auto;
    background: #f4f4f7;
    padding: 20px 30px;
    clear: both;
  }
  .detail-content .box .day-text ul + p {
    padding-top: 20px;
  }
  .detail-content .person-small,
  .detail-content .person-big,
  .detail-content .person-small.last,
  .detail-content .person-big.last {
    width: auto;
    float: none;
  }
  .detail-content .person-small .text,
  .detail-content .person-big .text {
    width: auto;
    float: none;
  }
  .detail-content .person-small .text p,
  .detail-content .person-big .text p {
    font-size: 25px;
    line-height: 30px;
    clear: none;
  }
  .detail-content .person-small .text h3 a,
  .detail-content .person-big .text h3 a {
    font-size: 28px;
    line-height: 31px;
    display: block;
    padding-bottom: 10px;
  }
  .detail-content .person-small .photo,
  .detail-content .person-big .photo {
    width: 120px;
    height: 120px;
    margin-right: 25px;
  }
  .detail-content .person-small .text h3,
  .detail-content .person-big .text h3 {
    padding-top: 0;
  }
  .detail-content .person-small,
  .detail-content .person-big {
    margin-bottom: 30px;
  }
  .detail-content .box .img-bg.left {
    display: block;
    float: none;
    width: 150px;
    margin: 0 auto 20px;
  }
  .detail-content .box .img-bg.left img {
    width: 100%;
  }
  .detail-content .box .right.img-bg-text {
    float: none;
    width: auto;
  }
  .detail-content .box p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .slider-text-content q {
    font-size: 28px;
    line-height: 38px;
  }
  .slider-text-content h3 {
    font-size: 24px;
    line-height: 25px;
    padding-top: 20px;
  }
  .detail-content .order .order-top {
    float: none;
    width: 100%;
  }
  .detail-content .order a.more {
    display: block;
    clear: both;
    float: right;
    font-size: 25px;
    line-height: 30px;
  }
  .detail-content .order button {
    float: right;
    height: 70px;
    line-height: 70px;
    width: 220px;
    font-size: 26px;
  }
  .detail-content .order p .select2-container .select2-chosen {
    font-size: 26px;
    line-height: 70px;
  }
  .detail-content .order p .select2-container a {
    height: 70px;
  }
  .detail-content .order p .select2-container {
    width: 160px;
  }
  .approval-text {
    display: none;
  }
  #fixed-menu-5 .part-dotted .right,
  #fixed-menu-5 .part-dotted .left {
    background: #f4f4f7;
    padding: 20px;
    margin-top: 10px;
  }
  .detail-content .box .part-dotted .right,
  .detail-content .box .part-dotted .left {
    float: none;
    display: block;
    clear: both;
    margin-top: 0;
  }
  .link-small-info {
    font-size: 24px;
    line-height: 1;
  }
  .detail-content .box .left a {
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 40px;
  }
  .detail-content .box .left a:first-child {
    display: none;
  }
  .mobile-none {
    display: none !important;
  }
  .desktop-none {
    display: block;
  }
  .mobile-notop {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .detail-content .box .right,
  .detail-content .box .left {
    margin-top: 0;
    border: 0;
  }
  .detail-content .box .right {
    margin-top: 10px;
  }
  table th,
  table th.right {
    font-size: 19px;
    line-height: 23px;
    margin-top: 0 ;
    background: #eaeaee;
  }
  table td,
  table td.right {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0 ;
    background: transparent;
  }
  .detail-content .price-text p span.small {
    font-size: 23px;
    line-height: 26px;
  }
  .detail-content .price-text p strong {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
  }
  .block {
    display: block;
  }
  .detail-content .order {
    float: none;
    width: 100%;
  }
  .detail-content .order button {
    width: auto;
  }
  .box-basic-info .half,
  .detail-content .box .half {
    float: none;
    width: auto;
  }
  .detail-content .discount {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .detail-content span.title,
  .detail-content h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .detail-content a.button {
    width: 220px;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    margin-top: 15px;
  }
  .detail-content .organizer .photo {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    float: none;
  }
  .detail-content .organizer .text {
    float: none;
    width: auto;
    text-align: center;
  }
  .detail-content .organizer .text q {
    font-size: 28px;
    line-height: 38px;
  }
  .detail-content .organizer .text p {
    font-size: 24px;
    line-height: 34px;
  }
  .box-basic-info .heading,
  .detail-content .box .heading,
  .box-basic-info.small .heading,
  .detail-content .box.small .heading {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .box-basic-info .heading h3,
  .detail-content .box .heading h3,
  .box-basic-info.small .heading h3,
  .detail-content .box.small .heading h3 {
    display: block;
    max-width: 100%;
    line-height: 1;
    padding-bottom: 15px;
  }
  .box-basic-info .bottom,
  .detail-content .box .bottom,
  .box-basic-info .top,
  .detail-content .box .top {
    padding: 0;
    margin: 0;
  }
  .events-boxes .event {
    float: none;
    width: 100%;
    height: 225px;
    line-height: 225px;
  }
  .events-boxes .event img {
    width: 100%;
  }
  .events-boxes .event p {
    font-size: 30px;
    line-height: 40px;
  }
  .events-boxes .event p strong {
    font-size: 26px;
    line-height: 36px;
  }
  .box-basic-info .tags {
    display: none;
  }
  .box-basic-info .heading h3 a,
  .detail-content .box .heading h3 a {
    font-size: 30px;
    line-height: 40px;
  }
  .box-basic-info span.date strong,
  .detail-content .box span.date strong,
  .box-basic-info.small span.map {
    font-size: 26px;
    line-height: 46px;
    display: block;
  }
  .box-basic-info span.date,
  .box-basic-info.small span.date,
  .detail-content .box span.date {
    padding-left: 40px;
    background: url("images/mobile-date.png") no-repeat center left;
    font-size: 26px;
    line-height: 46px;
    margin: 0;
  }
  .box-basic-info.small span.map,
  .detail-content .box.small span.map,
  .box-basic-info span.map {
    display: block;
    margin: 0;
    padding-left: 40px;
    background: url("images/mobile-place.png") no-repeat center left;
    font-size: 26px;
    line-height: 46px;
  }
  .box-basic-info .right {
    float: none;
    width: auto;
  }
  .banner-in-list p {
    font-size: 33px;
    line-height: 43px;
    text-align: center;
    list-style: -0.01em;
  }
  .banner-in-list {
    height: auto;
    line-height: 1;
    padding: 35px 25px;
    background: url(images/banner-left.png) center left no-repeat;
  }
  .box-basic-info span.price {
    display: block;
    clear: both;
    float: none;
    width: auto;
    text-align: left;
    font-size: 26px;
    line-height: 46px;
  }
  .box-basic-info span.price strong {
    display: inline-block;
    font-size: 26px;
    line-height: 46px;
  }
  .box-basic-info .show-detail {
    float: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  .box-basic-info .show-detail,
  .detail-content .box .show-detail {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    width: 220px;
  }
  .box-basic-info .top {
    border-bottom: 0;
  }
  section .small-col {
    display: none;
  }
  .filter-button {
    display: block;
    font-family: 'avenir-black';
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    height: 100px;
    line-height: 100px;
    margin-top: 40px;
    background: #b2d234;
    width: 100%;
    clear: both;
  }
  .main-col-top .contact {
    float: none;
    clear: both;
    height: auto !important;
    line-height: 1 !important;
  }
  .main-col-top .contact .contact-content {
    display: none;
  }
  .main-col-top h2,
  .main-col-top h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .sort-by {
    display: none;
  }
  .box-basic-info .heading,
  .detail-content .box .heading {
    height: auto;
    line-height: 1;
  }
  .box-basic-info .top .left {
    width: auto;
    float: none;
  }
  .mobile-filter-info {
    display: block;
    margin-top: 20px;
    margin-bottom: 100px;
    background: #eaeaee;
    border: 1px solid #d1d1d1;
    padding: 20px;
    position: relative;
    font-size: 26px;
    line-height: 36px;
    color: #414150;
  }
  .mobile-filter-info .heading {
    display: block;
    border-bottom: 1px dotted #d1d1d1;
    padding: 5px 0 15px;
    margin-bottom: 15px;
  }
  .mobile-filter-info .close-info {
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 29px;
    height: 29px;
    background: url(images/close-info.png) center no-repeat;
  }
  .mobile-filter-info:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    background: url(images/info-button.png) center no-repeat;
    width: 69px;
    height: 30px;
    margin-left: -35px;
  }
  .mobile-filter-info strong {
    font-family: 'avenir-black';
  }
  .search-form-box {
    position: relative;
    right: 0;
    margin: 0;
    width: 100%;
    background: #e8e8ec;
    padding: 40px 20px;
  }
  .search-form-box input[type="text"] {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    font-family: 'avenir-medium';
    margin: 0;
    width: 65%;
  }
  .search-form-box button {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    font-family: 'avenir-black';
    margin: 0;
    width: 30%;
    float: right;
  }
  .search-form-box #naseptavacDiv {
    width: 65%;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 100;
    padding-top: 10px;
    background: #f8f8fa;
  }
  .search-form-box #naseptavacDiv ul {
    list-style: none;
    width: 100%;
    display: block;
    position: static;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
  }
  section .left-col {
    float: none;
  }
  .fixed-banner {
    width: auto !important;
    margin-bottom: 40px;
  }
  .fixed-banner a.more {
    font-size: 26px;
    line-height: 70px;
    height: 70px;
    width: 220px;
  }
  .fixed-banner p {
    font-size: 33px;
    line-height: 43px;
  }
  .discount-content-top .box {
    float: none;
    width: auto;
  }
  .discount-content-top .box.last {
    float: none;
  }
  .discount-content-top .box h3 {
    font-size: 33px;
    line-height: 75px;
    height: 75px;
  }
  .discount-content-top .box h3 span {
    font-size: inherit;
    line-height: inherit;
  }
  .discount-content-top p,
  .discount-content-top .box ul li {
    font-size: 26px;
    line-height: 36px;
  }
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .faq-content .faq-show-detail span,
  .faq-content .faq-show-detail h3,
  .faq-content .faq-show-detail h2,
  .faq-content .faq-box-detail p,
  .faq-content .faq-box-detail ul li {
    font-size: 26px;
    line-height: 36px;
  }
  .faq-content .faq-show-detail {
    height: auto;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faq-content .faq-box-detail ul li {
    background-position: left center;
  }
  .faq-content .faq-box-detail ul {
    padding-top: 15px;
  }
  .detail-content .person-small .text h3,
  .detail-content .person-big .text h3,
  .company-content-top .person-review .text h3 {
    font-size: 28px;
    line-height: 31px;
    padding-bottom: 10px;
  }
  .detail-content .person-small .text p.small,
  .detail-content .person-big .text p.small,
  .detail-content .person-small .text p.small strong,
  .detail-content .person-big .text p.small strong {
    font-size: 25px;
    line-height: 30px;
  }
  .detail-content .person-small .text q,
  .detail-content .person-big .text q,
  .company-content-top .person-review .text q {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 20px;
  }
  .company-content-top .person-review .text p {
    font-size: 20px;
    line-height: 30px;
  }
  .company-content-top .person-review .text {
    width: auto;
    float: none;
    text-align: center;
  }
  .company-content-top .person-review .photo {
    float: none;
    margin: 0 auto;
  }
  .company-content-top p {
    font-size: 26px;
    line-height: 36px;
  }
  .faq-content .faq-show-detail h3,
  .faq-content .faq-show-detail h2 {
    font-size: 30px;
    line-height: 60px;
  }
  .faq-content .faq-box-detail .part-dotted h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .faq-content .faq-box-detail .part-dotted .col ul.img li {
    font-size: 26px;
    line-height: 36px;
  }
  .faq-content .faq-box-detail .part-dotted .col {
    width: auto;
  }
  .faq-content .faq-box-detail ul.img li,
  .faq-content .faq-box-detail p.plus {
    background-position: left 8px;
  }
  .faq-content .faq-box-detail .part-dotted .text-grey p,
  .faq-content .faq-box-detail p.plus {
    font-size: 26px;
    line-height: 36px;
  }
  .small-contact-form {
    display: none;
    width: auto;
    margin-bottom: 50px;
  }
  .small-contact-form h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .small-contact-form p {
    font-size: 26px;
    line-height: 36px;
  }
  .small-contact-form input[type="text"] {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
  .small-contact-form textarea {
    font-size: 26px;
    line-height: 36px;
  }
  .small-contact-form button {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    width: 220px;
  }
  .small-contact-form.mobile {
    display: block;
  }
  section .right-col {
    margin-top: 50px;
  }
  .detail-content.list .col {
    float: none;
    width: auto;
  }
  .detail-content.list ul li {
    font-size: 26px;
    line-height: 36px;
  }
  .company-content-top p.light {
    font-size: 26px;
    line-height: 36px;
  }
  .faq-content .faq-show-detail .content p {
    font-size: 23px;
    line-height: 33px;
  }
  .faq-content .faq-box-detail ul.img li,
  .faq-content .faq-box-detail a.green,
  .faq-content .faq-box-detail p.green {
    font-size: 26px;
    line-height: 36px;
  }
  .faq-content .faq-show-detail .content h2,
  .faq-content .faq-show-detail .content h3 {
    margin: 0;
    padding: 0;
    line-height: 60px;
  }
  .detail-content.company .box .top p,
  .detail-content.profile .person-box .text p {
    font-size: 26px;
    line-height: 36px;
  }
  .small-menu-box .part h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .detail-content.profile .person-box .left,
  .detail-content.profile .person-box .right {
    width: auto;
    float: none;
  }
  .detail-content.profile .person-box .text h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .detail-content.profile .person-box .text .label {
    font-size: 23px;
    line-height: 33px;
    height: 40px;
    line-height: 40px;
  }
  .detail-content.profile .person-box .right .button {
    position: static;
    bottom: 0;
    left: 0;
    width: 45%;
    float: left;
    height: 50px;
    font-size: 23px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    line-height: 50px;
    clear: none;
  }
  .detail-content.profile .person-box .right .button + .button {
    float: right;
  }
  .detail-content.profile .person-box .right {
    margin-top: 20px;
  }
  .detail-content.profile .box,
  .detail-content.profile .box.last {
    float: none;
    width: auto;
  }
  .detail-content.profile .box .top h3 {
    height: auto;
    line-height: 1;
  }
  .detail-content.profile .box .top h3 a {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .detail-content.profile .box .bottom p {
    display: block;
  }
  .detail-content.profile .box .top {
    height: auto;
    line-height: 1;
    padding-top: 10px;
  }
  .detail-content.profile .box .bottom .button {
    font-size: 23px;
    line-height: 33px;
    height: 50px;
    line-height: 50px;
    width: 180px;
  }
  .detail-content.profile .box .bottom p {
    font-size: 26px;
    line-height: 36px;
  }
  .detail-content.profile .box .bottom p span.number {
    top: 8px;
  }
  .detail-content.profile .box .bottom .button {
    position: static;
    bottom: 0;
    left: 0;
  }
  .detail-content.profile .box .bottom {
    height: auto;
  }
  .detail-content.profile .box .top .info {
    top: 15px;
  }
  .references-list p {
    font-size: 26px;
    line-height: 36px;
  }
  .references-list .box-numbers .part {
    float: none;
    width: auto;
    padding: 0;
    padding: 10px 0;
  }
  .references-list .box-numbers .text {
    height: auto;
    line-height: auto;
    width: 75%;
  }
  .references-list .box-numbers .text p {
    font-size: 26px;
    line-height: 36px;
  }
  .references-list h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .references-list .labels .line {
    padding: 20px 0;
  }
  .references-list .labels .line p {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  .references-list .labels .line span,
  .references-list .labels .line a {
    font-size: 26px;
    line-height: 36px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
  }
  .references-list .labels .line .right {
    float: none;
    margin: 10px 0 0;
    clear: both;
  }
  .references-list .box .text h3 {
    height: auto;
    line-height: 1;
  }
  .references-list .box .text h3 a {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .references-list .box .text p {
    font-size: 26px;
    line-height: 36px;
  }
  .references-list .box .text {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
    line-height: 1;
  }
  .references-list .box .button {
    float: none;
    clear: both;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
  }
  .signpost .top .box {
    width: 48%;
    float: left;
    font-size: 26px;
    line-height: 36px;
    height: 280px;
    padding-bottom: 20px;
  }
  .signpost .top .box.last {
    float: right;
  }
  .signpost .other .line .box span {
    font-size: 26px;
    line-height: 36px;
  }
  .signpost .other h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .signpost .other .line .box {
    float: none;
    width: auto;
    display: block;
    height: auto;
    line-height: 1;
    padding: 15px 0 15px 70px;
  }
  .signpost .other .line {
    height: auto;
    line-height: 1;
    padding: 10px 0;
  }
  .detail-content.profile .top a {
    font-size: 26px;
    line-height: 36px;
  }
  h1 {
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 75px;
  }
  table td span.price-table {
    font-size: 17px;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 100% !important;
    height: 1200px !important;
  }
  .sign-in-box {
    width: 100%;
  }
  .sign-in-box h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .sign-in-box .boxes .box {
    height: auto;
    margin: 10px 0;
  }
  .sign-in-box .boxes .box.left,
  .sign-in-box .boxes .box.right {
    float: none;
    width: auto;
    margin: 20px 0;
    padding: 30px 20px;
  }
  .sign-in-box .boxes .box:before,
  .sign-in-box .boxes .box:after {
    display: block;
    content: "";
    clear: both;
  }
  .sign-in-box .boxes span.or {
    display: none;
    position: relative;
    top: 0;
    left: 50%;
    font-size: 26px;
    line-height: 36px;
    line-height: 100px;
    margin: 0 auto;
    width: 100px;
    float: left;
    margin-left: -50px;
    height: 100px;
  }
  .sign-in-box .boxes .box input[type="text"],
  .sign-in-box .boxes .box input[type="password"] {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
  .sign-in-box .boxes .box button,
  .sign-in-box .boxes .box a.registration {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
    width: 320px;
  }
  .sign-in-box .boxes .box a.forgotten-password {
    font-size: 26px;
    line-height: 70px;
    margin: 10px;
  }
  .sign-in-box .boxes .box h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .sign-in-box .boxes .box p {
    font-size: 26px;
    line-height: 36px;
  }
  /* kosik */
  .shopping-cart .top .right {
    float: none;
    display: block;
    clear: both;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px dotted #d1d1d1;
    border-bottom: 1px dotted #d1d1d1;
  }
  .shopping-cart .top .right p,
  .shopping-cart .top .right span {
    display: inline-block;
    font-size: 26px;
    line-height: 36px;
    margin: 0 7px;
  }
  .shopping-cart .top .right p {
    font-family: 'avenir-roman';
  }
  .shopping-cart h1,
  .shopping-cart h2 {
    float: none;
  }
  .shopping-cart h1 {
    margin-bottom: 15px;
    font-size: 65px;
    line-height: 75px;
  }
  .shopping-cart h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .shopping-cart .steps {
    width: 100%;
    margin-bottom: 100px;
  }
  .shopping-cart .steps div span.text,
  .shopping-cart .steps a span.text {
    width: 120px;
    margin: 10px -30px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .shopping-cart .steps div.second,
  .shopping-cart .steps a.second {
    left: 179px;
  }
  .shopping-cart .steps div.third,
  .shopping-cart .steps a.third {
    left: 360px;
  }
  .shopping-cart .steps div.fourth .text,
  .shopping-cart .steps a.fourth .text {
    margin-left: -50px;
    margin-right: 0;
  }
  .mobile-bascet .bascet,
  .shopping-cart .part .box .mobile-bascet .bascet {
    border: 1px solid #d1d1d1;
    margin-bottom: 50px;
    position: relative;
  }
  .mobile-bascet .bascet.recapitulation .content-bascet .left,
  .shopping-cart .part .box .mobile-bascet .bascet.recapitulation .content-bascet .left {
    line-height: 30px;
  }
  .mobile-bascet .bascet.recapitulation .content-bascet strong,
  .shopping-cart .part .box .mobile-bascet .bascet.recapitulation .content-bascet strong {
    font-family: 'avenir-heavy';
  }
  .mobile-bascet .bascet.recapitulation .close-bascet,
  .shopping-cart .part .box .mobile-bascet .bascet.recapitulation .close-bascet {
    display: none;
  }
  .mobile-bascet .normal-select,
  .shopping-cart .part .box .mobile-bascet .normal-select {
    background: #e7e7ea;
    border: 1px solid #d1d1d1;
  }
  .mobile-bascet .normal-select select,
  .shopping-cart .part .box .mobile-bascet .normal-select select {
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    border: 0;
    background: transparent;
  }
  .mobile-bascet .normal-select:before,
  .shopping-cart .part .box .mobile-bascet .normal-select:before {
    background: #d1d1d1;
  }
  .mobile-bascet .header,
  .shopping-cart .part .box .mobile-bascet .header {
    font-family: 'avenir-heavy';
    font-size: 28px;
    line-height: 28px;
    padding: 20px;
    background: #e4e4ea;
    border-bottom: 1px solid #d1d1d1;
  }
  .mobile-bascet .close-bascet,
  .shopping-cart .part .box .mobile-bascet .close-bascet {
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(images/close-info.png) 0 0 no-repeat;
  }
  .mobile-bascet .content-bascet,
  .shopping-cart .part .box .mobile-bascet .content-bascet {
    font-size: 25px;
    line-height: 35px;
    font-family: 'avenir-roman';
    padding: 30px;
    color: #58585a;
  }
  .mobile-bascet .content-bascet .left,
  .shopping-cart .part .box .mobile-bascet .content-bascet .left {
    width: 110px;
    display: block;
    float: left;
    line-height: 60px;
    margin-right: 20px;
    text-align: right;
  }
  .mobile-bascet .content-bascet .right,
  .shopping-cart .part .box .mobile-bascet .content-bascet .right {
    float: left;
  }
  .mobile-bascet .content-bascet .price-left,
  .shopping-cart .part .box .mobile-bascet .content-bascet .price-left {
    line-height: 30px;
  }
  .mobile-bascet .content-bascet .price,
  .shopping-cart .part .box .mobile-bascet .content-bascet .price {
    font-size: 26px;
    line-height: 36px;
    color: #58585a;
    clear: none;
  }
  .mobile-bascet .content-bascet .price span,
  .shopping-cart .part .box .mobile-bascet .content-bascet .price span {
    display: block;
  }
  .mobile-bascet .content-bascet .clearfix,
  .shopping-cart .part .box .mobile-bascet .content-bascet .clearfix {
    padding: 5px 0;
  }
  .mobile-bascet .content-bascet .select2-container,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container,
  .mobile-bascet .content-bascet .select2-container,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container {
    display: block;
    float: left;
    width: 150px;
  }
  .mobile-bascet .content-bascet .select2-container.place,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container.place,
  .mobile-bascet .content-bascet .select2-container.place,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container.place {
    width: 330px;
  }
  .mobile-bascet .content-bascet .select2-container a,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container a,
  .mobile-bascet .content-bascet .select2-container a,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container a {
    height: 60px;
    line-height: 60px;
    background: #e7e7ea;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #52525f;
    display: block;
    font-family: 'avenir-medium';
    font-size: 25px;
    padding: 0 9px;
    width: 100%;
  }
  .mobile-bascet .content-bascet .select2-container .select2-choice > .select2-chose,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container .select2-choice > .select2-chose,
  .mobile-bascet .content-bascet .select2-container .select2-choice > .select2-chose,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container .select2-choice > .select2-chose {
    display: block;
    float: none;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mobile-bascet .content-bascet .select2-container .select2-choosen,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container .select2-choosen,
  .mobile-bascet .content-bascet .select2-container .select2-choosen,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container .select2-choosen {
    color: #52525f;
    font-size: 25px;
    margin-right: 0;
    width: auto;
  }
  .mobile-bascet .content-bascet .select2-container .select2-arrow,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container .select2-arrow,
  .mobile-bascet .content-bascet .select2-container .select2-arrow,
  .shopping-cart .part .box .mobile-bascet .content-bascet .select2-container .select2-arrow {
    background: url("images/bg-select.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #d1d1d1;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
  }
  .shopping-cart .final-price p {
    font-size: 30px;
    line-height: 40px;
    font-family: 'avenir-roman';
  }
  .shopping-cart .final-price p.main {
    font-size: 30px;
    line-height: 40px;
    font-family: 'avenir-roman';
  }
  .shopping-cart .final-price p.main strong {
    font-size: 40px;
    line-height: 40px;
    font-family: 'avenir-black';
  }
  .shopping-cart .final-price p strong {
    font-size: 30px;
    line-height: 40px;
    font-family: 'avenir-black';
  }
  .shopping-cart button,
  a.button.objednav {
    float: none;
    margin: 0 auto;
    width: 430px !important;
    height: 120px !important;
    line-height: 120px !important;
    font-family: 'avenir-black';
    font-size: 40px !important;
    display: block;
  }
  .shopping-cart button.small {
    float: none;
    font-size: 20px !important;
    width: auto !important;
    line-height: 80px !important;
    height: 80px !important;
    background-image: none;  
    padding: 4px 20px;
    margin-bottom: 10px;
  }  
  .shopping-cart .part h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .shopping-cart .part h2 span {
    display: block;
    font-size: 28px;
    font-family: 'avenir-book';
  }
  .shopping-cart .part .box .form-line {
    width: auto;
    margin-bottom: 25px;
  }
  .shopping-cart .part .box p {
    font-size: 26px;
    line-height: 36px;
    font-family: 'avenir-book';
    margin-bottom: 15px;
  }
  .shopping-cart .part .box .form-line.search input[type="text"] {
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    width: 490px;
  }
  .shopping-cart .part .box .form-line.search .info-icon {
    background: url(images/info-icon-big.png) 0 0 no-repeat;
    width: 52px;
    height: 52px;
    margin-top: 9px;
    float: right;
  }
  .shopping-cart .part h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .shopping-cart .part .box .form-line label,
  .shopping-cart .part .box .form-line label span.obligatory {
    font-size: 25px;
    line-height: 35px;
  }
  .shopping-cart .part .box .form-line input[type="text"] {
    height: 70px;
    line-height: 70px;
    font-size: 25px;
  }
  .shopping-cart .part .box .form-line textarea {
    line-height: 35px;
    font-size: 25px;
    height: 350px;
  }
  .shopping-cart .part .box .form-line.checkbox label {
    font-size: 26px;
    line-height: 36px;
  }
  .icheckbox {
    margin-top: 2px;
  }
  .shopping-cart .back {
    width: 235px;
    height: 112px;
    line-height: 112px;
    font-size: 40px;
    display: block;
    margin: 0 auto 20px;
    float: none;
    background: #6d6d78 url(images/back2.png) 5% 50% no-repeat;
  }
  .shopping-cart button,
  a.button.objednav {
    display: block;
    float: none;
    margin: 0 auto;
    background: #b2d234 url(images/continue.png) 95% 50% no-repeat;
  }
  .shopping-cart .part .box .form-line.radio p label {
    font-size: 30px;
    line-height: 40px;
  }
  .shopping-cart .part .box .form-line.radio p .iradio {
    margin-top: 7px;
  }
  .shopping-cart .part .box .form-line.textarea {
    width: auto;
  }
  .shopping-cart .part .box .form-line.checkbox.light label {
    font-size: 26px;
    line-height: 30px;
  }
  .shopping-cart .part .box h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
  }
  .shopping-cart .last-step .part .box h2 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
    padding: 170px 0 0;
    text-align: center;
    background: url(images/finish.png) top center no-repeat;
  }
  .shopping-cart .last-step p {
    font-size: 30px;
    line-height: 40px;
  }
  .shopping-cart .registration h3,
  .shopping-cart .registration h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .shopping-cart .registration ul li {
    font-size: 25px;
    line-height: 35px;
    width: auto;
    max-width: 100%;
    padding: 7px 0 7px 70px;
  }
  .shopping-cart .registration .col {
    float: none;
    width: auto;
  }
  .shopping-cart .registration ul li span.number {
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 26px;
    top: 3px;
  }
  .shopping-cart .registration a.button,
  .shopping-cart .registration button {
    height: 70px;
    width: 235px;
    line-height: 70px;
    font-size: 26px;
  }
  .shopping-cart .last-step .social-links p {
    font-size: 28px;
    line-height: 38px;
  }
  .shopping-cart .last-step .social-links a {
    width: 70px;
    height: 70px;
    margin: 0 5px;
  }
  .shopping-cart .last-step .social-links a.tw {
    background: url(images/twitter.png) center no-repeat;
  }
  .shopping-cart .last-step .social-links a.fb {
    background: url(images/facebook.png) center no-repeat;
  }
  .shopping-cart .last-step .social-links a.in {
    background: url(images/linkedin.png) center no-repeat;
  }
  .shopping-cart .last-step .social-links a.google {
    background: url(images/googleplus.png) center no-repeat;
  }
  .shopping-cart .part .box .final-price {
    width: auto;
  }
  .shopping-cart .part .box .recapitulation p,
  .shopping-cart .part .box .form-line.checkbox.normal label {
    font-size: 26px;
    line-height: 36px;
  }
  .shopping-cart .part .box .form-line.checkbox label {
    float: none;
    display: inline;
    color: #000;
  }
  .shopping-cart .part .box .form-line.checkbox.normal label,
  .shopping-cart .part .box .form-line.checkbox.normal label a {
    color: #000;
  }
  .shopping-cart .bottom.text h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .shopping-cart .bottom.text h4,
  .shopping-cart .bottom.text p,
  .shopping-cart .bottom.text a.more {
    font-size: 26px;
    line-height: 36px;
  }
  .shopping-cart .bottom.text h4 {
    background-position: 0 15px;
  }
  .detail-content span.title,
  .detail-content h3 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .box-detail-more p.short,
  .box-detail-more p.right {
    float: none;
    width: auto;
  }
  .box-detail-more p input[type="text"],
  .box-detail-more button {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
  }
  .box-detail-more button {
    width: 230px;
  }
  .period,
  .detail-content .box .period {
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .period.activated .period-header,
  .detail-content .box .period.activated .period-header {
    background: #6d6d78;
    color: #fff !important;
  }
  .period .period-header,
  .detail-content .box .period .period-header {
    vertical-align: middle;
    margin: 0;
    border-bottom: 1px solid #d2d2d2;
    font-family: 'avenir-heavy';
    font-size: 28px;
    line-height: 28px;
    padding: 20px;
    background: #f7f7f9;
    color: #1f1f2b !important;
  }
  .period .period-header input,
  .detail-content .box .period .period-header input {
    display: inline-block;
    margin: 0 20px 0;
    vertical-align: middle;
    padding: 0;
    margin-top: 15px;
  }
  .period .period-header .iradio,
  .detail-content .box .period .period-header .iradio {
    margin-right: 20px;
  }
  .period .period-content,
  .detail-content .box .period .period-content {
    padding: 20px;
    font-size: 25px;
    line-height: 40px;
    position: relative;
  }
  .period .period-content .small,
  .detail-content .box .period .period-content .small {
    font-size: 23px;
    line-height: 33px;
  }
  .period .period-content p,
  .detail-content .box .period .period-content p {
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    color: #1f1f2b;
    padding-left: 40px;
  }
  .period .period-content p.small,
  .detail-content .box .period .period-content p.small {
    font-size: 23px;
    line-height: 40px;
  }
  .period .period-content p.place,
  .detail-content .box .period .period-content p.place {
    background: url(images/place.png) center left no-repeat;
  }
  .period .period-content p.time,
  .detail-content .box .period .period-content p.time {
    background: url(images/time.png) center left no-repeat;
  }
  .period .period-content .prices,
  .detail-content .box .period .period-content .prices {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 0;
  }
  .link-small-info.active span.bg {
    display: none;
  }
  .mobile-filter-categories {
    z-index: 999999;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px 20px;
    min-height: 100%;
  }
  .mobile-filter-categories .fixedbg-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/blackbg.png) 0 0 repeat;
    z-index: -1;
  }
  .mobile-filter-categories .box-filter {
    background: #fff;
    margin-bottom: 20px;
  }
  .mobile-filter-categories .box-filter p {
    font-size: 26px;
    line-height: 60px;
    font-family: 'avenir-medium';
    color: #414150;
    display: block;
    cursor: pointer;
  }
  .mobile-filter-categories .box-filter p label {
    cursor: pointer;
    text-transform: capitalize;
  }
  .mobile-filter-categories .box-filter p .checked + label {
    font-family: 'avenir-black';
    color: #000;
  }
  .mobile-filter-categories .box-filter .icheckbox {
    margin-top: 14px;
  }
  .mobile-filter-categories .box-filter .box-filter-content {
    display: none;
    padding: 20px;
  }
  .mobile-filter-categories .box-filter .box-filter-link {
    display: block;
    position: relative;
    background: #b2d234;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    font-family: 'avenir-black';
    padding: 30px 20px;
    text-decoration: none;
    /*&:after{
            display:block;content: "";position: absolute;top: 50%;margin-top: -18px;right: 35px;width: 6px;height: 36px;background: #b2d234;
          }*/
  }
  .mobile-filter-categories .box-filter .box-filter-link:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 20px;
    width: 42px;
    height: 29px;
    background: url(images/arrow-down.png) 0 0 no-repeat;
  }
  .mobile-filter-categories .box-filter .box-filter-link.activated {
    background: #f4f4f7;
    color: #414150;
    /* &:after{display: none;}*/
  }
  .mobile-filter-categories .box-filter .box-filter-link.activated:before {
    background: url(images/arrow-up.png) 0 0 no-repeat;
  }
  .mobile-filter-categories .heading {
    padding-bottom: 90px;
  }
  .mobile-filter-categories .heading .fll {
    font-size: 40px;
    line-height: 70px;
    padding-left: 45px;
    background: url(images/zavrit.png) center left no-repeat;
    height: 70px;
    color: #fff;
    text-decoration: none;
  }
  .mobile-filter-categories .heading .flr {
    width: 230px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-family: 'avenir-black';
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    background: #b2d234;
    text-decoration: none;
  }
  .mobile-filter-categories .order-by {
    padding-bottom: 90px;
  }
  .mobile-filter-categories .order-by strong {
    font-family: 'avenir-heavy';
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
  }
  .mobile-filter-categories .order-by .order-tag {
    display: inline-block;
    padding: 15px;
    background: #fff;
    font-family: 'avenir-book';
    font-size: 25px;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    margin-right: 20px;
    color: #000000;
  }
  .mobile-filter-categories .order-by .order-tag.activated {
    background: #c6c6ce;
  }
  .mobile-filter-categories .order-by p {
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-family: 'avenir-roman';
  }
  .iradio {
    background: url(images/radio_big.png) 0 0 no-repeat;
    width: 24px;
    height: 24px;
  }
  .icheckbox {
    background: url(images/checkbox-big.png) 0 0 no-repeat;
    height: 26px;
    width: 28px;
  }
  .normal-select {
    width: 120px;
  }
  .normal-select:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background: url("images/bg-select.png") 0 0 no-repeat;
    width: 10px;
    height: 7px;
    margin-top: -3px;
  }
  .normal-select select {
    font-size: 26px;
    height: 70px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 70px;
    color: #52525f;
  }
  .detail-content.profile .box .top .info {
    background: url(images/info-icon-small2.png) 0 0 no-repeat;
    width: 28px;
    height: 28px;
  }
  .detail-content ul.img li,
  .faq-content .faq-box-detail ul.img li {
    padding-left: 50px;
    background: url(images/tick-off.png) 0 5px no-repeat;
  }
  .faq-content .faq-box-detail ul.img li {
    padding-bottom: 10px;
  }
  .to-bascet-mobile {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: url(images/tobascet.png) 0 0 no-repeat;
    width: 90px;
    height: 90px;
    z-index: 500;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .to-bascet-mobile.hidebascet {
    bottom: -130px;
  }
}