@media (max-width: 767px) {
  .headerLine1 .userIcon {
    display: block;
    position: relative;
    top: 13px;
  }

  .headerLine1 .userIcon a {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #E9F1FB;
    width: 41px;
    height: 41px;
    background: url("../images/user_icon.svg") 50% 50% no-repeat #FFFFFF;
    webkit-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    -moz-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
  }

  .headerContent .topMenuBlock ul li.visible-mobile {
    visibility: visible;
  }

  .sAnswerBlock {
    padding: 30px 20px;
  }

  .sAnswerBlock .answer .answerText {
    padding-left: 0;
  }

  .partnersBlock {
    padding: 0 15px;
  }

  h1 {
    font-size: 45px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    line-height: 46px;
  }

  .hidden-mobile {
    display: block;
  }

  .wrapper {
    min-width: 300px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .header {
    max-width: 100%;
  }

  header {
    max-width: 100%;
  }

  .headerContent {
    padding: 10px 15px;
    z-index: auto;
  }

  .headerBlock {
    padding: 0;
  }

  .mw1250 {
    max-width: 100%;
    padding: 0;
  }

  .headerLine1 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
  }

  .headerLine1 .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 1;
  }

  .headerLine1.active .logo {
    top: 10px;
  }

  .header_mobileMenu {
    display: block;
  }

  .headerContent .topMenuBlock ul {
    display: none;
  }

  .headerLine1.active .topMenuBlock ul {
    display: block;
  }

  .mobileMenuOpener {
    display: block;
    margin-top: 10px;
    width: 47px;
    height: 47px;
    background: url(../images/mobile_menu_icon.svg) 50% 17px no-repeat #fff;
    -webkit-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    -moz-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .headerLine1.active {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .headerLine1.active .topMenuBlock ul.standardMenu {
    position: absolute;
    width: 270px;
    left: 50%;
    top: 125px;
    max-height: 240px;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: space-around;
    align-content: space-around;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .headerLine1.active .topMenuBlock ul.standardMenu li {
    width: 50%;
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
  }

  .headerContent .topMenuBlock ul li a {
    margin: 0;
    display: inline-block;
  }

  .headerContent .topMenuBlock ul li:nth-child(5) a,
.headerContent .topMenuBlock ul li:nth-child(6) a,
.headerContent .topMenuBlock ul li:nth-child(7) a {
    margin-left: 68px;
  }

  .headerLine1.active {
    padding: 10px 15px;
  }

  .headerContent .topMenuBlock ul.logInMenu {
    position: absolute;
    top: 340px;
    left: 50%;
    width: 270px;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .headerContent .topMenuBlock ul.logInMenu li,
.headerContent .topMenuBlock ul.logInMenu li a,
.headerContent .topMenuBlock ul.logInMenu li .btn {
    display: block;
  }

  .headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a {
    background: #FFFFFF;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border: 1px solid #797994;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #797994;
    height: 53px;
    line-height: 53px;
    text-align: center;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin-bottom: 27px;
  }

  .headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a:hover,
.headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a:active {
    color: #fff;
    background: #797994;
  }

  .headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a:after {
    content: none;
  }

  .radiusShadow {
    width: 500px;
    height: 500px;
    max-width: 90%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
  }

  /* */
  .headerLine2 {
    display: block;
    margin-top: 70px;
  }

  .headerLine2 .mainImageBlock {
    display: none;
  }

  .headerLine2 br {
    content: " ";
    display: none;
  }

  .headerContent .buttonsBlock .btn {
    width: 232px;
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .headerLine2 .buttonsBlock .btn:last-child {
    margin: 20px auto;
  }

  /* */
  .dashAdvantagesBlock {
    width: 100%;
  }

  .advantagesBlock > .inner {
    display: block;
    text-align: center;
  }

  .advantagesBlock > .inner > div {
    display: block;
    margin: 0 auto;
    width: 280px;
    margin-bottom: 30px;
  }

  .dashBoardInfoBlock {
    padding: 0 15px;
  }

  .dashGraphBlock {
    display: none;
  }

  .dashRelMobileBlock.isActive {
    height: auto;
    overflow: visible;
    width: auto;
  }

  .dashRelMobileBlock.isActive .dashGraphBlockMobile {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-animation-name: showAdvantage;
    -moz-animation-name: showAdvantage;
    -o-animation-name: showAdvantage;
    animation-name: showAdvantage;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  @keyframes showAdvantage {
    from {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  .dashBoardInfoBlock .sAdvantage {
    display: block;
  }

  .dashBoardInfoBlock .sAdvantage .icon, .dashBoardInfoBlock .sAdvantage .text {
    display: block;
    vertical-align: top;
  }

  .dashBoardInfoBlock .sAdvantage .text .heading {
    position: relative;
    top: -52px;
    left: 80px;
  }

  .dashBoardInfoBlock .sAdvantage .text .info {
    position: relative;
    top: -40px;
  }

  .dashGraphBlockMobile {
    text-align: center;
    margin: 0 0 40px 0;
  }

  .dashGraphBlockMobile .inner {
    display: inline-block;
    background: #FFFFFF;
    -webkit-box-shadow: 0 60px 150px rgba(60, 68, 86, 0.1);
    -moz-box-shadow: 0 60px 150px rgba(60, 68, 86, 0.1);
    box-shadow: 0 60px 150px rgba(60, 68, 86, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px 10px;
  }

  .dashGraphBlockMobile img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .dashAdvantagesBlock {
    padding-right: 0;
  }

  .waveBgBlock {
    background: url("../images/waveBg2.svg") left top repeat-x;
  }

  .hotOffersBlock .sCartProduct > .inner {
    display: block;
  }

  .hotOffersBlock .sCartProduct .imageBlock {
    text-align: center;
    margin: 0 auto;
  }

  .hotOffersBlock .sCartProduct .imageBlock img {
    margin: 0 auto;
  }

  .hotOffersBlock .sCartProduct .heading, .hotOffersBlock .description {
    text-align: center;
  }

  .hotOffersBlock .bottomStatInfoBlock {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .sliderRelative .headingBlock, .sliderRelative .subHeading {
    padding: 0 15px;
  }

  .navigationSliderBlock.hidden-mobile {
    display: none !important;
  }

  .navigationSliderBlock.visible-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .hotOffersBlock .bottomStatInfoBlock .sStat {
    margin: 0;
  }

  .mainPageSliderBlock .sCartProduct > .inner {
    padding: 30px 20px;
  }

  .allForYouBlock .bgImageBlock {
    width: 157px;
    height: 226px;
    -webkit-background-size: cover;
    background-size: cover;
    top: -209px;
  }

  .allForYouBlock .bgImageBlock img {
    max-width: 100%;
  }

  .hotOffersBlock {
    padding-bottom: 70px;
    position: relative;
  }

  .allForYouBlock {
    padding: 50px 15px;
    background: url(../images/allForYouBg_mobile.svg) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .allForYouBlock .actionAllForYouBlock .text {
    display: none;
  }

  .allForYouBlock .mobileText {
    display: block;
    font-size: 16px;
    color: #AFB6C6;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row {
    display: block;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    width: 100%;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock:first-child {
    border-right: none;
  }

  .allForYouBlock .actionAllForYouBlock .buttonBlock {
    position: absolute;
    bottom: -118px;
    width: 100%;
    text-align: center;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage {
    margin-top: 0;
  }

  .aboutUsReviewsBlock {
    margin-top: 60px;
  }

  .aboutUsReviewsBlock .quote1 {
    width: 97px;
    height: 97px;
  }

  .aboutUsReviewsBlock .quote1 img {
    width: 100%;
    height: auto;
    z-index: 0;
    opacity: 0.3;
  }

  .aboutUsReviewsBlock .quote2 {
    display: none;
  }

  .aboutUsReviewsBlock .text {
    position: relative;
    z-index: 1;
  }

  .aboutUsReviewsBlock .arrowBox {
    padding: 24px 20px;
  }

  .footerBlock > .mw1250 > .inner {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .aboutUsReviewsBlock {
    padding-bottom: 30px;
  }

  .footerBlock .footerMenuBlock ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-height: 200px;
    width: 290px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .footerBlock .footerMenuBlock ul li {
    display: block;
    width: 50%;
    height: 50px;
  }

  .footerBlock .footerMenuBlock ul li:nth-child(5),
.footerBlock .footerMenuBlock ul li:nth-child(6),
.footerBlock .footerMenuBlock ul li:nth-child(7) {
    padding-left: 55px;
  }

  .footerBlock .row.row2, .footerBlock .row.row2 .contactsBlock {
    display: block;
  }

  .footerBlock .colRight .row2 .col2 {
    margin-left: 0;
  }

  .footerBlock .colRight .row2 {
    float: none;
  }

  .footerBlock .colLeft, .footerBlock .colRight {
    width: 100%;
  }

  .footerBlock .contactsBlock .contactValueBlock {
    margin-top: 0;
  }

  .footerBlock .colRight .row2 .col2 {
    margin-top: 15px;
  }

  .footerBlock .colLeft .row1 {
    margin: 30px 0;
    padding: 0 15px;
  }

  .footerBlock .colLeft .row2 {
    margin: 0;
    padding: 0 15px;
  }

  .aboutUsReviewsBlock .slick-slide:last-child .arrowBox {
    margin-right: 0;
  }

  .aboutUsReviewsBlock .slick-list {
    padding-top: 20px;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    padding: 30px 0;
    background: none;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .background {
    display: none;
  }

  header .advantagesBlock {
    margin-top: 40px;
  }

  .hotOffersBlock {
    margin-top: -150px;
  }

  .circleBgMobile_1 {
    position: absolute;
    width: 207px;
    height: 207px;
    top: 0;
    left: 0;
    background: url(../images/circle_bg_1_mobile.svg) left top no-repeat;
  }

  .withGradient .circleBg {
    display: none;
  }

  .headerBlock + .withGradient {
    background: linear-gradient(180deg, #fafafe 0px, #fff 30px, #fff 100%);
  }

  .allMobileBr {
    display: block;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    display: block;
    position: relative;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    display: block;
    position: relative;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .icon {
    position: absolute;
    top: 29px;
    left: 0;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .heading {
    margin-left: 70px;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    border-bottom: 1px solid #6e6e6e !important;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock:last-child {
    border-bottom: none !important;
  }

  .waveBgInnerPageBlock {
    padding-top: 40px;
  }

  .waveBgInnerPageBlock, .waveBgInnerPageBlock:after {
    background: none;
  }

  .headerBlock.onlyMenu, .waveBgInnerPageBlock {
    background: #EEF2FB;
  }

  .headerBlock.onlyMenu .radiusShadow {
    display: none;
  }

  .visible-mobile.issetAccountBlock {
    display: block;
    background: #EEF2FB;
  }

  .visible-mobile.issetAccountBlock > .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .visible-mobile.issetAccountBlock > .inner .text {
    margin-right: 15px;
    font-size: 16px;
    color: #3C4456;
  }

  .regFormBlock .formHeading {
    display: block;
    text-align: center;
  }

  .regFormBlock .formHeading br {
    content: " ";
    display: none;
  }

  .regFormBlock .formHeading h4 {
    margin: 10px 0;
  }

  .regFormBlock .formHeading .btn {
    display: none;
  }

  .waveBgInnerPageBlock .mw1250 {
    padding: 0 15px;
  }

  .waveBgInnerPageBlock .regFormBlock {
    max-width: 100%;
    padding: 30px 24px 50px 24px;
    position: relative;
  }

  .waveBgInnerPageBlock .regFormBlock .formButtonBlock {
    position: absolute;
    width: 100%;
    bottom: -90px;
  }

  .waveBgInnerPageBlock .regFormBlock .formButtonBlock .btn {
    width: 70%;
    min-width: 220px;
    margin: 0 auto;
  }

  .regFormBlock .remindPasswordLinkBlock {
    position: absolute;
    width: 100%;
    bottom: 90px;
  }

  .waveBgInnerPageBlock .regFormBlock.enterFormMainBLock {
    padding-bottom: 110px;
  }

  .waveBgInnerPageBlock .regFormBlock.enterFormMainBLock .formButtonBlock {
    bottom: -150px;
  }
}
@media (max-width: 360px) {
  .minMobileBr {
    display: block;
  }

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .dashAdvantagesBlock .sAdvantage:nth-child(2) .heading,
.dashAdvantagesBlock .sAdvantage:nth-child(3) .heading {
    position: relative;
    top: -64px;
    line-height: 30px;
  }

  .dashAdvantagesBlock .sAdvantage:nth-child(2) .text .info,
.dashAdvantagesBlock .sAdvantage:nth-child(3) .text .info {
    top: -60px;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .heading {
    font-size: 20px;
    line-height: 27px;
  }

  .sliderRelative .navigationSliderBlock .navigationInfoBlock {
    margin: 0 10px;
  }

  .visible-mobile.issetAccountBlock .text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .headerLine1 .userIcon {
    display: block;
    position: relative;
    top: 13px;
  }

  .headerLine1 .userIcon a {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #E9F1FB;
    width: 41px;
    height: 41px;
    background: url("../images/user_icon.svg") 50% 50% no-repeat #FFFFFF;
    webkit-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    -moz-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
  }

  .rulesContentBlock, .faqContentBlock {
    padding: 0 15px;
  }

  .partnersBlock {
    padding: 0 15px;
  }

  h1 {
    font-size: 45px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    line-height: 46px;
  }

  .hidden-mobile {
    display: block;
  }

  .wrapper {
    min-width: 300px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .header {
    max-width: 100%;
  }

  header {
    max-width: 100%;
  }

  .headerContent {
    padding: 10px 15px;
    z-index: auto;
  }

  .headerBlock {
    padding: 0;
  }

  .mw1250 {
    max-width: 100%;
    padding: 0;
  }

  .headerLine1 {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
  }

  .headerLine1 .logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    z-index: 1;
  }

  .headerLine1.active .logo {
    top: 10px;
  }

  .header_mobileMenu {
    display: block;
  }

  .headerContent .topMenuBlock ul {
    display: none;
  }

  .headerContent .topMenuBlock .langBlock {
    display: none;
  }

  .headerLine1.active .topMenuBlock .langBlock {
    display: inline-block;
  }

  .headerLine1.active .topMenuBlock ul {
    display: block;
  }

  .mobileMenuOpener {
    display: block;
    margin-top: 10px;
    width: 47px;
    height: 47px;
    background: url(../images/mobile_menu_icon.svg) 50% 17px no-repeat #fff;
    -webkit-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    -moz-box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    box-shadow: 0 20px 40px rgba(206, 206, 224, 0.6);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .headerLine1.active {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .headerLine1.active .topMenuBlock ul.standardMenu {
    position: absolute;
    width: 270px;
    left: 50%;
    top: 125px;
    max-height: 180px;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: space-around;
    align-content: space-around;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .headerLine1.active .topMenuBlock ul.standardMenu li {
    width: 50%;
    display: block;
    margin: 0;
    padding: 0;
    height: 60px;
  }

  .headerContent .topMenuBlock ul li a {
    margin: 0;
    display: inline-block;
  }

  .headerContent .topMenuBlock ul li:nth-child(4) a,
.headerContent .topMenuBlock ul li:nth-child(5) a,
.headerContent .topMenuBlock ul li:nth-child(6) a {
    margin-left: 68px;
  }

  .headerLine1.active {
    padding: 10px 15px;
  }

  .headerContent .topMenuBlock ul.logInMenu {
    position: absolute;
    top: 340px;
    left: 50%;
    width: 270px;
    padding: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .headerContent .topMenuBlock ul.logInMenu li,
.headerContent .topMenuBlock ul.logInMenu li a,
.headerContent .topMenuBlock ul.logInMenu li .btn {
    display: block;
  }

  .headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a {
    background: #FFFFFF;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border: 1px solid #797994;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #797994;
    height: 53px;
    line-height: 53px;
    text-align: center;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin-bottom: 27px;
  }

  .headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a:hover,
.headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a:active {
    color: #fff;
    background: #797994;
  }

  .headerContent .topMenuBlock ul.logInMenu li:nth-child(1) a:after {
    content: none;
  }

  .radiusShadow {
    width: 500px;
    height: 500px;
    max-width: 90%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
  }

  /* */
  .headerLine2 {
    display: block;
    margin-top: 70px;
  }

  .headerLine2 .mainImageBlock {
    display: none;
  }

  .headerLine2 br {
    content: " ";
    display: none;
  }

  /* */
  .dashAdvantagesBlock {
    width: 100%;
  }

  .advantagesBlock > .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantagesBlock > .inner > div {
    display: block;
    margin: 0 auto;
    width: 280px;
    margin-bottom: 30px;
  }

  .dashBoardInfoBlock {
    padding: 0 15px;
  }

  .dashGraphBlock {
    display: none;
  }

  .dashRelMobileBlock.isActive {
    height: auto;
    overflow: visible;
    width: auto;
  }

  .dashRelMobileBlock.isActive .dashGraphBlockMobile {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-animation-name: showAdvantage;
    -moz-animation-name: showAdvantage;
    -o-animation-name: showAdvantage;
    animation-name: showAdvantage;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  @keyframes showAdvantage {
    from {
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  .dashBoardInfoBlock .sAdvantage {
    display: block;
  }

  .dashBoardInfoBlock .sAdvantage .icon, .dashBoardInfoBlock .sAdvantage .text {
    display: block;
    vertical-align: top;
  }

  .dashBoardInfoBlock .sAdvantage .text .heading {
    position: relative;
    top: -52px;
    left: 80px;
  }

  .dashBoardInfoBlock .sAdvantage .text .info {
    position: relative;
    top: -40px;
  }

  .dashGraphBlockMobile {
    text-align: center;
    margin: 0 0 40px 0;
  }

  .dashGraphBlockMobile .inner {
    display: inline-block;
    background: #FFFFFF;
    -webkit-box-shadow: 0 60px 150px rgba(60, 68, 86, 0.1);
    -moz-box-shadow: 0 60px 150px rgba(60, 68, 86, 0.1);
    box-shadow: 0 60px 150px rgba(60, 68, 86, 0.1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 15px 10px;
  }

  .dashGraphBlockMobile img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .dashAdvantagesBlock {
    padding-right: 0;
  }

  .hotOffersBlock .sCartProduct > .inner {
    display: block;
  }

  .hotOffersBlock .sCartProduct .imageBlock {
    text-align: center;
    margin: 0 auto;
  }

  .hotOffersBlock .sCartProduct .imageBlock img {
    margin: 0 auto;
  }

  .hotOffersBlock .sCartProduct .heading, .hotOffersBlock .description {
    text-align: center;
  }

  .hotOffersBlock .bottomStatInfoBlock {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .sliderRelative .headingBlock, .sliderRelative .subHeading {
    padding: 0 15px;
  }

  .navigationSliderBlock.visible-mobile {
    display: none;
  }

  .hotOffersBlock .bottomStatInfoBlock .sStat {
    margin: 0;
  }

  .mainPageSliderBlock .sCartProduct > .inner {
    padding: 30px 20px;
  }

  .allForYouBlock .bgImageBlock {
    width: 157px;
    height: 226px;
    -webkit-background-size: cover;
    background-size: cover;
    top: -209px;
  }

  .allForYouBlock .bgImageBlock img {
    max-width: 100%;
  }

  .hotOffersBlock {
    padding-bottom: 70px;
    position: relative;
  }

  .allForYouBlock {
    padding: 50px 15px;
    background: url(../images/allForYouBg_mobile.svg) left top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .allForYouBlock .actionAllForYouBlock .text {
    margin-left: 0;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row {
    display: block;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    width: 100%;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock:first-child {
    border-right: none;
  }

  .allForYouBlock .actionAllForYouBlock .buttonBlock {
    position: absolute;
    bottom: -118px;
    width: 100%;
    text-align: center;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage {
    margin-top: 0;
  }

  .aboutUsReviewsBlock {
    margin-top: 60px;
  }

  .aboutUsReviewsBlock .quote1 {
    width: 97px;
    height: 97px;
  }

  .aboutUsReviewsBlock .quote1 img {
    width: 100%;
    height: auto;
    z-index: 0;
    opacity: 0.3;
  }

  .aboutUsReviewsBlock .quote2 {
    display: none;
  }

  .aboutUsReviewsBlock .text {
    position: relative;
    z-index: 1;
  }

  .aboutUsReviewsBlock .arrowBox {
    padding: 24px 20px;
  }

  .footerBlock > .mw1250 > .inner {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .aboutUsReviewsBlock {
    padding-bottom: 30px;
  }

  .footerBlock .colRight .row1 {
    margin: 0;
    padding: 0 15px;
  }

  .footerBlock .colRight .row2 .col2 {
    margin-left: 0;
  }

  .footerBlock .colRight .row2 {
    float: none;
  }

  .footerBlock .colLeft, .footerBlock .colRight {
    width: 100%;
  }

  .footerBlock .colLeft {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footerBlock .colLeft .row1 {
    min-width: 350px;
  }

  .footerBlock .contactsBlock .contactValueBlock {
    margin-top: 0;
  }

  .footerBlock .colLeft .row1 {
    margin: 30px 0;
    padding: 0 15px;
  }

  .footerBlock .colLeft .row2 {
    margin: 0;
    padding: 0 15px;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    padding: 30px 0;
    background: none;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .background {
    display: none;
  }

  header .advantagesBlock {
    margin-top: 40px;
  }

  .hotOffersBlock {
    margin-top: -150px;
  }

  .circleBgMobile_1 {
    position: absolute;
    width: 207px;
    height: 207px;
    top: 0;
    left: 0;
    background: url(../images/circle_bg_1_mobile.svg) left top no-repeat;
  }

  .withGradient .circleBg {
    display: none;
  }

  .headerBlock + .withGradient {
    background: linear-gradient(180deg, #fafafe 0px, #fff 30px, #fff 100%);
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    display: block;
    position: relative;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    display: block;
    position: relative;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .icon {
    position: absolute;
    top: 29px;
    left: 0;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .heading {
    margin-left: 70px;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock {
    border-bottom: 1px solid #6e6e6e !important;
  }

  .allForYouBlock .AllForYouAdvantagesBlock .AllForYouSAdvantage .row .contentBlock:last-child {
    border-bottom: none !important;
  }

  .headerContent .topMenuBlock ul li a.visible-mobile {
    display: block;
  }
}
@media (max-width: 1250px) {
  .err404Heading {
    font-size: 200px;
  }

  .err404subHeading {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .err404Heading {
    font-size: 120px;
    line-height: 90px;
  }

  .err404subHeading {
    font-size: 20px;
  }
}
@media (max-width: 359px) {
  .headerLine1 .logo {
    margin-left: 6px;
  }
}
@media (max-width: 345px) {
  .headerLine1 .logo img {
    width: 160px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .headerContent .langBlock {
    display: none;
  }

  .headerContent .headerLine1.active .langBlock {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 80px;
  }
  .headerContent .headerLine1.active .langBlock .current {
    border-right: none;
  }
  .headerContent .headerLine1.active .langBlock .other .inner {
    box-shadow: 0px 0px 40px 0px rgba(224, 224, 224, 0.26);
    border: 1px solid #ececec;
  }
}

/*# sourceMappingURL=adaptive.css.map */
