.app_3k1uls_menuWrap {
  padding: 18px;
}

.app_1_ljmf_LayoutWrap {
  width: 100%;
}
.app_1_ljmf_LayoutWrap .app_2W-YfP_content {
  float: left;
  width: 100%;
  padding: 0 18px;
  position: relative;
}
.app_1_ljmf_LayoutWrap .app_1ALfdp_LeftCol {
  position: fixed;
  height: 100%;
  width: 10%;
}
@media only screen and (max-width: 1600px) {
  .app_1_ljmf_LayoutWrap .app_1ALfdp_LeftCol {
    width: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_1ALfdp_LeftCol {
    display: none;
  }
}
.app_1_ljmf_LayoutWrap .app_1ALfdp_LeftCol::after {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid #e0e0e0;
  right: -1px;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_1ALfdp_LeftCol::after {
    display: none;
  }
}
.app_1_ljmf_LayoutWrap .app_11F6dt_staticColWrap {
  max-width: 1360px;
  margin-left: 72px;
}
@media only screen and (min-width: 1600px) {
  .app_1_ljmf_LayoutWrap .app_11F6dt_staticColWrap {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_11F6dt_staticColWrap {
    margin: 0;
  }
}
.app_1_ljmf_LayoutWrap .app_328jAQ_CenterCol {
  float: left;
  width: 65%;
}
.app_1_ljmf_LayoutWrap .app_328jAQ_CenterCol .app_2W-YfP_content {
  min-height: 100vh;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_328jAQ_CenterCol .app_2W-YfP_content {
    min-height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_328jAQ_CenterCol {
    width: 100%;
  }
  .app_1_ljmf_LayoutWrap .app_328jAQ_CenterCol .app_2W-YfP_content {
    border: none;
  }
}
.app_1_ljmf_LayoutWrap .app_mR8P_H_RightCol {
  float: left;
  width: 35%;
  min-height: 500px;
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_mR8P_H_RightCol {
    width: 100%;
  }
}
.app_1_ljmf_LayoutWrap .app_mR8P_H_RightCol .app_2W-YfP_content::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #e0e0e0;
  left: -1px;
  top: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_mR8P_H_RightCol .app_2W-YfP_content::after {
    display: none;
  }
}
.app_1_ljmf_LayoutWrap .app_3Wne5b_Bottom {
  float: left;
  width: 65%;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .app_1_ljmf_LayoutWrap .app_3Wne5b_Bottom {
    width: 100%;
  }
  .app_1_ljmf_LayoutWrap .app_3Wne5b_Bottom .app_2W-YfP_content {
    border: none;
  }
}

.app_1Mrie7_title {
  font-weight: normal;
  line-height: 30px;
  font-size: 22px;
  margin: 10px 0 10px;
}
@media only screen and (max-width: 768px) {
  .app_1Mrie7_title {
    font-size: 20px;
    line-height: 20px;
  }
}
ul.app_BDxZ07_subText {
  padding: 0;
}
ul.app_BDxZ07_subText li {
  list-style: none;
  font-size: 14px;
}
a.app_3uoByV_link {
  font-size: 16px;
  color: #20BD5B;
  text-decoration: none;
}
a.app_3uoByV_link:hover {
  color: #1bd361;
}
.app_2lW0Cv_subTitle {
  font-size: 16px;
  font-weight: bolder;
  display: inline-block;
  width: 100%;
  margin: 16px 0;
}
.app_1z0-Lb_Cap {
  background: white;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  min-height: 200px;
  margin: 18px 0;
}
.app_1C2A1a_HeadLine {
  margin-top: 10px;
  height: 60px;
}
.app_1c1rlR_MenuButton {
  float: right;
  margin: 5px 12px !important;
}
.app_2ShEzi_LoginButton {
  line-height: 60px;
}
.app_2ShEzi_LoginButton a {
  font-weight: bold;
  color: #20BD5B;
  text-decoration: none;
}
.app_2ShEzi_LoginButton a:hover {
  color: #1bd361;
}
table {
  border-spacing: 0;
}
table td,
table th {
  padding: 3px 5px;
}
table tr:nth-child(2n+1) {
  background: #ebebeb;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #4d4d4d;

  position: fixed;
  z-index : 99999;
  top     : 0;
  left    : 0;

  width : 100%;
  height: 2px;
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display : block;
  position: fixed;
  z-index : 1031;
  bottom  : 20px;
  left    : 20px;
}

#nprogress .spinner-icon {
  width     : 18px;
  height    : 18px;
  box-sizing: border-box;

  border           : solid 2px transparent;
  border-top-color : #20BD5B;
  border-left-color: #20BD5B;
  border-radius    : 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation        : nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.app_312Xa7_citiesMenu .app_3ZaV5C_searchField {
  margin-bottom: 16px;
}
.app_312Xa7_citiesMenu .app_3ZaV5C_searchField .app_2Rr5lZ_MuiOutlinedInput-root {
  border-radius: 20px;
}
.app_312Xa7_citiesMenu .app_3fIVWq_cityList {
  max-height: 300px;
  overflow-y: auto;
}
.app_312Xa7_citiesMenu .app_3u2e3U_cityItem {
  padding: 4px 8px;
}
.app_312Xa7_citiesMenu .app_3u2e3U_cityItem:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.app_312Xa7_citiesMenu .app_1K_Zp6_cityLink {
  text-decoration: none;
  color: inherit;
}
.app_312Xa7_citiesMenu .app_1K_Zp6_cityLink:hover {
  text-decoration: underline;
}
.app_312Xa7_citiesMenu .app_31jxmQ_sectionTitle {
  padding: 8px 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
}

.app_3EEFQg_HeaderWrap {
  display: flex;
  align-items: center;
}
.app_3EEFQg_HeaderWrap .app_3CAlRB_Col {
  width: 80%;
}
.app_3EEFQg_HeaderWrap .app_3CAlRB_Col:first-child {
  min-width: 250px;
  width: 50%;
}
.app_3EEFQg_HeaderWrap .app_3CAlRB_Col:last-child {
  max-width: 500px;
}
.app_3EEFQg_HeaderWrap .app_3GJfIo_LogoLink {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 60px;
}
.app_3EEFQg_HeaderWrap .app_3GJfIo_LogoLink a {
  text-decoration: none;
  color: #20BD5B;
}
.app_3EEFQg_HeaderWrap .app_3GJfIo_LogoLink span {
  position: absolute;
  left: 0;
  bottom: 10px;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
}
.app_3EEFQg_HeaderWrap .app_3GJfIo_LogoLink img {
  height: 22px;
  width: 22px;
  margin-right: 5px;
}

.app_535i6F_landingBlock {
  min-height: 400px;
}
.app_535i6F_landingBlock .app_2XJMSd_catalogsItems {
  margin: 25px auto 60px auto;
  text-align: center;
  max-width: 900px;
}
.app_535i6F_landingBlock .app_2XJMSd_catalogsItems .app_2178Sj_catalogItem {
  display: inline-block;
  padding: 0 20px 5px;
  text-align: left;
}
.app_535i6F_landingBlock .app_2XJMSd_catalogsItems .app_2178Sj_catalogItem a {
  font-weight: bolder;
  color: #20bd5b;
  text-decoration: none;
}
.app_535i6F_landingBlock .app_1zYaUv_townItems {
  margin: 25px auto 60px auto;
  text-align: center;
  max-width: 900px;
}
.app_535i6F_landingBlock .app_1zYaUv_townItems.app_1peB-__hidden {
  overflow: hidden;
  height: 240px;
}
.app_535i6F_landingBlock .app_1zYaUv_townItems .app_3wUy5-_townItem {
  display: inline-block;
  padding: 0 20px 5px;
  text-align: left;
  width: 180px;
}
@media only screen and (max-width: 600px) {
  .app_535i6F_landingBlock .app_1zYaUv_townItems .app_3wUy5-_townItem {
    padding: 0 20px 5px 0;
  }
}
.app_535i6F_landingBlock .app_1zYaUv_townItems .app_3wUy5-_townItem a {
  font-weight: bolder;
  color: #20bd5b;
  text-decoration: none;
}
.app_535i6F_landingBlock .app_1zYaUv_townItems .app_3wUy5-_townItem:nth-child(1) a,
.app_535i6F_landingBlock .app_1zYaUv_townItems .app_3wUy5-_townItem:nth-child(2) a,
.app_535i6F_landingBlock .app_1zYaUv_townItems .app_3wUy5-_townItem:nth-child(3) a {
  font-weight: 900;
}
@media only screen and (max-width: 600px) {
  .app_535i6F_landingBlock .app_1zYaUv_townItems {
    margin-left: 0;
  }
  .app_535i6F_landingBlock .app_1zYaUv_townItems .app_3wUy5-_townItem {
    width: 50%;
  }
}
.app_535i6F_landingBlock .app_es8JOt_mainText {
  margin: 40px auto 80px;
  max-width: 540px;
}
.app_535i6F_landingBlock .app_3F-dlY_landingBlockContent {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.app_535i6F_landingBlock .app_OMyt0t_landingTitle {
  color: white;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  margin: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .app_535i6F_landingBlock .app_OMyt0t_landingTitle {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
  }
}
.app_535i6F_landingBlock .app_17dsvy_searchBoxWrap {
  max-width: 500px;
  margin: 20px auto 0;
}
.app_535i6F_landingBlock .app_1MoaFM_searchBoxWrapSup {
  text-transform: none;
  color: #A5A5A5;
  font-size: 16px;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px dashed #A5A5A5;
}
.app_535i6F_landingBlock .app_2xJClH_searchBoxWrapSub {
  text-transform: none;
  color: white;
  font-size: 16px;
  padding: 0 5px;
}
.app_535i6F_landingBlock .app_2ZQsCa_landingTopPanel {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .app_535i6F_landingBlock .app_2ZQsCa_landingTopPanel {
    margin: 10px 0;
  }
}
.app_535i6F_landingBlock .app_2ZQsCa_landingTopPanel .app_2YlOUS_logoButton {
  color: #64ce70;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .app_535i6F_landingBlock .app_2ZQsCa_landingTopPanel .app_2YlOUS_logoButton {
    background: none;
    font-size: 18px;
  }
}
.app_535i6F_landingBlock .app_2ZQsCa_landingTopPanel .app_2iyU14_loginButton {
  float: right;
  color: white;
  border: 1px solid #20bd5b;
  text-transform: none;
  font-size: 14px;
}
.app_535i6F_landingBlock .app_2ZQsCa_landingTopPanel .app_drMpew_menuItems {
  position: absolute;
  width: 100%;
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 10px -5px black;
}
.app_535i6F_landingBlock .app_2cteDk_halfBlock {
  display: inline-block;
  width: 50%;
  max-width: 500px;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .app_535i6F_landingBlock .app_2cteDk_halfBlock {
    width: auto;
    padding: 0 20px;
    display: block;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles .app_2cteDk_halfBlock {
  vertical-align: middle;
}
.app_535i6F_landingBlock.app_-OULgr_styles .app_2cteDk_halfBlock .app_SzAGmz_headLine {
  font-size: 24px;
  margin-bottom: 40px;
}
.app_535i6F_landingBlock.app_-OULgr_styles .app_2cteDk_halfBlock .app_2iwnFx_subHeadLine {
  font-size: 16px;
  color: #666668;
  line-height: 25px;
  margin-bottom: 25px;
}
.app_535i6F_landingBlock.app_-OULgr_styles .app_2cteDk_halfBlock img {
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 1000px) {
  .app_535i6F_landingBlock.app_-OULgr_styles .app_2cteDk_halfBlock img {
    max-width: 50%;
    position: absolute;
    top: initial;
    bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .app_535i6F_landingBlock.app_-OULgr_styles .app_2cteDk_halfBlock img {
    max-width: 100%;
    position: relative;
    bottom: -4px;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles {
  position: relative;
  overflow: hidden;
}
.app_535i6F_landingBlock.app_-OULgr_styles .app_eqa5pC_headLineWrap {
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 1000px) {
  .app_535i6F_landingBlock.app_-OULgr_styles .app_eqa5pC_headLineWrap {
    padding: 0;
    text-align: center;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles .app_SzAGmz_headLine {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 1000px) {
  .app_535i6F_landingBlock.app_-OULgr_styles .app_SzAGmz_headLine {
    font-size: 24px;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles .app_2iwnFx_subHeadLine {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 18px;
  margin: 5px 0 0;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3BUOuG_s0 {
  background-color: #b1b1b1;
  color: #FFFFFF;
  overflow: initial;
}
@media only screen and (max-width: 600px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_3BUOuG_s0 .app_3F-dlY_landingBlockContent {
    background: linear-gradient(180deg, rgba(50, 51, 47, 0.77), transparent 30%);
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3BUOuG_s0::before {
  display: none;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3BUOuG_s0 .app_OMyt0t_landingTitle {
  text-shadow: 1px 1px 15px #4c4c4c;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3BUOuG_s0 .app_es8JOt_mainText {
  padding-bottom: 86px;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3BUOuG_s0 .app_2e0ba7_bottomBox {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 18px;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3nrhgu_s1 {
  background: linear-gradient(to bottom, #ffffff, #f3f4e8);
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3nrhgu_s1 .app_3F-dlY_landingBlockContent {
  margin-bottom: 50px;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3mfGqN_s2 {
  margin-top: 50px;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3mfGqN_s2 .app_eqa5pC_headLineWrap {
  padding-left: 50px;
}
@media only screen and (max-width: 1000px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_3mfGqN_s2 .app_eqa5pC_headLineWrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_3mfGqN_s2 {
    margin-top: 30px;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_3mfGqN_s2 img {
  left: -60px;
}
@media only screen and (max-width: 1000px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_3mfGqN_s2 img {
    left: 0;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_9eTn3t_s4 .app_37jhpM_graphWrap {
  margin-top: 140px;
  text-align: center;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 600px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_9eTn3t_s4 .app_37jhpM_graphWrap {
    margin-top: 160px;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_9eTn3t_s4 .app_37jhpM_graphWrap img {
  max-width: 100%;
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.22);
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_9eTn3t_s4 .app_37jhpM_graphWrap .app_SzAGmz_headLine {
  background: #ff4f72;
  position: absolute;
  max-width: 560px;
  color: #ffffff;
  text-align: center;
  padding: 30px 30px 50px;
  left: 50%;
  top: -102px;
  margin: 20px 0;
  margin-left: -70px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 600px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_9eTn3t_s4 .app_37jhpM_graphWrap .app_SzAGmz_headLine {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 20px 0px 30px;
    top: -140px;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_9eTn3t_s4 .app_37jhpM_graphWrap .app_SzAGmz_headLine::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  margin-left: -85px;
  width: 0;
  border-right: 55px solid rgba(0, 0, 0, 0);
  border-left: 15px solid transparent;
  border-top: 40px solid #ff4f72;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_Tobq3o_s5 .app_SzAGmz_headLine {
  margin: 60px 0 0;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_Tobq3o_s5 .app_2iwnFx_subHeadLine {
  font-size: 23px;
  font-weight: 500;
  color: white;
  margin: 10px 0 5px;
  list-style: none;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_Tobq3o_s5 .app_2iwnFx_subHeadLine {
    font-size: 18px;
    line-height: 30px;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_Tobq3o_s5 ul {
  display: inline-block;
  margin: 20px auto 0;
  line-height: 30px;
  text-align: left;
  padding: 0;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_Tobq3o_s5 ul li {
  font-size: 23px;
  line-height: 40px;
  font-weight: 500;
  color: #63d071;
  list-style: none;
  padding-left: 55px;
  background-image: url(/img/check.svg);
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .app_535i6F_landingBlock.app_-OULgr_styles.app_Tobq3o_s5 ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_Tobq3o_s5 .app_2WzsqG_regButton {
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 60px;
  text-transform: none;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_YZzzVP_s6 {
  background: linear-gradient(to bottom, #ffffff 50%, #87e0fd 50%, #eeece8 50%);
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_YZzzVP_s6 .app_3F-dlY_landingBlockContent {
  margin-bottom: 30px;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_YZzzVP_s6 img {
  max-width: 100%;
}
.app_535i6F_landingBlock.app_-OULgr_styles.app_YZzzVP_s6 .app_12k0GE_imgTitle {
  position: relative;
  color: #666668;
  text-align: center;
}
.app_535i6F_landingBlock.app_-OULgr_styles::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.22);
  z-index: 10;
}

footer.app_65JmOi_landing {
  background: #353632;
  color: white;
  padding: 40px 0;
}
footer.app_65JmOi_landing .app_1aHEFu_content {
  margin: auto;
  max-width: 900px;
  padding: 0 20px;
}
footer.app_65JmOi_landing .app_66xjWN_footerLinks {
  font-size: 13px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: #bebebe;
  list-style-type: none;
  margin-bottom: 10px;
}
footer.app_65JmOi_landing .app_66xjWN_footerLinks li {
  list-style-type: none;
  padding-bottom: 5px;
}
footer.app_65JmOi_landing .app_66xjWN_footerLinks li.app_c0PXbk_grid {
  display: inline-block;
  width: 33.3%;
  padding: 5px 12px 0;
}
@media only screen and (max-width: 600px) {
  footer.app_65JmOi_landing .app_66xjWN_footerLinks li.app_c0PXbk_grid {
    width: 100%;
  }
}
footer.app_65JmOi_landing .app_66xjWN_footerLinks a {
  color: white;
  text-decoration: none;
}
footer.app_65JmOi_landing .app_66xjWN_footerLinks a:hover {
  text-decoration: underline;
}
footer.app_65JmOi_landing .app_66xjWN_footerLinks li.app_MN8YqT_footerLinksHeader {
  color: #00aedf;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
}

.fixed-style {
    clear: both;
    display: inline-block;
    width: 100%;

    .block-content {
        position: relative;
        z-index : 1;
        padding : 20px;

        @media only screen and (min-width:600px) {
            &.catalog{
                padding: 0 25px;
            }
        }
    }

    &:nth-child(2n + 1) {
        .block-content {
            padding-bottom: 0;
        }
    }

    &:nth-child(2n) {
        .block-content {
            padding-top: 0;
        }
    }

    .left-laout {
        width     : 100%;
        float     : left;
        transition: 300ms all;

        z-index : 1;
        position: relative;

        @media only screen and (min-width:900px) {
            width: 100%;
        }

        @media only screen and (min-width:1000px) {
            width: 70%;
        }

        @media only screen and (min-width:1440px) {
            width: 1000px;
        }

        .left-block {
            position: fixed;
            top     : 0;
            left    : 0;
            width   : 240px;
            height  : 100%;

            overflow: auto;

            &::-webkit-scrollbar {
                display: none;
            }

            -ms-overflow-style: none;

            @media only screen and (max-width:600px) {
                left: -240px;
            }
        }

        .content-wrap {
            z-index    : 2;
            margin-left: 240px;

            @media only screen and (max-width:600px) {
                margin-left: 0;
            }

        }
    }

    .right-laout {
        position  : static;
        left      : 70%;
        width     : 30%;
        height    : 100%;
        overflow  : auto;
        transition: all 300ms;

        &.active {
            top     : 0;
            position: fixed;

            @media only screen and (max-width:1000px) {
                .content-wrap {
                    margin-left: 0;
                }
            }
        }

        &.fixed {
            top     : 0;
            position: fixed;
        }

        &::-webkit-scrollbar {
            display: none;
        }

        -ms-overflow-style: none;

        .content-wrap {
            margin-left: 240px;

            @media only screen and (min-width:1000px) {
                margin-left: 0;
            }

            @media only screen and (max-width:600px) {
                margin-left: 0;
            }

        }

        .block-content {
            max-width   : 500px;
            padding-left: 0;
        }

        @media only screen and (max-width:1000px) {
            transition: left ease-out 0.2s;
            z-index   : 1200;

            &.active {
                background: white;
                left      : 0;
            }
        }

        @media only screen and (max-width:900px) {
            left : 100%;
            width: 100%;
        }

        @media only screen and (min-width:900px) {
            left : 100%;
            width: 100%;
        }

        @media only screen and (min-width:1000px) {
            left : 70%;
            width: 30%;
        }

        @media only screen and (min-width:1440px) {
            left       : 0;
            right      : 0;
            width      : auto;
            height     : 100%;
            margin-left: 1000px;
        }
    }
}

.stub-block {
    background   : silver;
    border-radius: 5px;
    height       : 200px;
    margin-bottom: 25px;
}
body {
    padding    : 0;
    margin     : 0;
    font-family: Roboto, Arial, sans-serif;
}

.content {
    max-width: 1000px;
    margin   : auto;
    padding  : 0 25px;
}

.text-center {
    text-align: center;
}

.text-white {
    color: white;
}

.text-green {
    color: #20bd5b;
}

.text-underline {
    border-bottom: 3px solid;
}

.text-underline-green {
    border-bottom: 3px solid #20bd5b;
}

.text-underline-blue {
    border-bottom: 3px solid #00b0dc;
}

.logoBooks {
    height: 22px;
}
footer {
  color: #353632;
  padding: 40px 0;
}
footer .app_2QZ5Ki_footerLinks {
  font-size: 13px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  color: #353632;
  list-style-type: none;
  margin-bottom: 10px;
}
footer .app_2QZ5Ki_footerLinks li {
  list-style-type: none;
  padding-bottom: 5px;
}
footer .app_2QZ5Ki_footerLinks li.app_3bsibZ_grid {
  display: inline-block;
  width: 50%;
  padding: 5px 12px 0;
}
@media only screen and (max-width: 600px) {
  footer .app_2QZ5Ki_footerLinks li.app_3bsibZ_grid {
    width: 100%;
  }
}
footer .app_2QZ5Ki_footerLinks li.app_3z20qa_catalog {
  width: 33%;
  float: left;
}
@media only screen and (max-width: 600px) {
  footer .app_2QZ5Ki_footerLinks li.app_3z20qa_catalog {
    width: 100%;
  }
}
footer .app_2QZ5Ki_footerLinks a {
  color: #009e3c;
  text-decoration: none;
}
footer .app_2QZ5Ki_footerLinks a:hover {
  text-decoration: underline;
}
footer .app_2QZ5Ki_footerLinks li.app_3HwNgp_footerLinksHeader {
  color: #353632;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
}

