/*
================================================================================
|                                      MENU                                    |
================================================================================
*/
.bot_no-scroll {
  overflow: hidden; }

.bot_menu {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  background-color: #252525; }
  .bot_menu.bot_menu-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .bot_menu p,
  .bot_menu .bot_big-phone,
  .bot_menu .bot_footer-nav-sm__link,
  .bot_menu .bot_share__title,
  .bot_menu .bot_app__title,
  .bot_menu .bot_app-item,
  .bot_menu .bot_social-list__link,
  .bot_menu .bot_underline-text {
    color: white;
    text-shadow: none; }
  .bot_menu__cont {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .bot_menu a {
    color: #fff; }
  .bot_menu .bot_share__link {
    opacity: .4; }
  .bot_menu .jq-selectbox__select {
    font-weight: 600;
    text-transform: uppercase;
    color: white; }
  .bot_menu .bot_menu__header + .bot_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%; }
  .bot_menu .bot_footer-col {
    padding-right: 15px; }
  .bot_menu .bot_footer-col p {
    text-shadow: none; }

.bot_menu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px;
  padding-left: 33.96%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .bot_menu-title .bot_footer-select {
    margin-top: -3px; }

.bot_search {
  width: 100%;
  max-width: 392px; }
  .bot_search__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
  .bot_search__input {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px); }
  .bot_search__btn {
    width: 32px;
    padding-top: 8px;
    opacity: 0.3; }
    .bot_search__btn button {
      font-size: 23px;
      padding: 0;
      color: #fff;
      border: none;
      background-color: transparent; }

.bot_form-control {
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  width: 100%;
  height: 44px;
  padding: 0 8px;
  color: white;
  border: none;
  background-color: transparent; }
  .bot_form-control:-moz-placeholder, .bot_form-control::-moz-placeholder {
    opacity: .16;
    color: white; }
  .bot_form-control::-webkit-input-placeholder {
    opacity: .16;
    color: white; }

.bot_menu-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

.bot_menu-nav-list {
  margin-left: -15px; }
  .bot_menu-nav-list__item {
    width: 100%;
    margin-bottom: 4px; }
  .bot_menu-nav-list__link {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    height: 36px;
    padding: 6px 15px 0;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #fffefe; }

.bot_menu-subnav-list {
  display: none;
  width: 100%;
  padding-left: 15px; }
  .bot_menu-subnav-list__link {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fffefe; }
    .bot_menu-subnav-list__link:after {
      bottom: -2px !important; }
  .bot_menu-subnav-list__item {
    margin-bottom: 5px;
    margin-left: 20px; }

.bot_menu-nav {
  width: -webkit-calc(66% - 348px);
  width: calc(66% - 348px); }
.bot_menu-nav.bot_menu_fullsize {
  width: -webkit-calc(66%);
  width: calc(66%); }

.bot_menu-img {
  position: absolute;
  right: 0;
  top: 88px;
  overflow: hidden;
  width: 348px;
  max-height: -webkit-calc(100% + 160px);
  max-height: calc(100% + 160px);
  padding-left: 16px;
  text-align: left; }
  .bot_menu-img:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 64px;
    content: '';
    background-image: -webkit-gradient(linear, left bottom, left top, from(#252525), to(transparent));
    background-image: -webkit-linear-gradient(bottom, #252525 0%, transparent 100%);
    background-image: -o-linear-gradient(bottom, #252525 0%, transparent 100%);
    background-image: linear-gradient(to top, #252525 0%, transparent 100%); }
  .bot_menu-img img {
    display: inline-block;
    width: 100%; }

.bot_menu__footer {
  padding-top: 32px;
  padding-right: 391px;
  padding-bottom: 38px; }
  .bot_menu__footer .bot_app {
    margin-bottom: 0; }
  .bot_menu__footer .bot_big-phone {
    font-size: 24px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 65px; }
  .bot_menu__footer .bot_share p {
    padding-bottom: 0; }

.bot_menu-card {
  width: 33.96%;
  text-align: center;
  color: #fff; }
  .bot_menu-card > span,
  .bot_menu-card > div,
  .bot_menu-card > a {
    display: inline-block;
    height: auto;
    margin-bottom: 32px; }

@media screen and (max-width: 1200px) {
  .bot_menu-img {
    width: 40%;
    height: -webkit-calc(100% - 88px);
    height: calc(100% - 88px); }
  .bot_menu__footer {
    padding-right: 0; }
  .bot_menu-card {
    width: 20%; }
  .bot_menu-nav {
    width: 40%;
    max-width: 392px; }
.bot_menu-nav.bot_menu_fullsize {
    width: 80%;
    max-width: 784px; }
  /* */
  .bot_menu-row {
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .bot_menu-title {
    padding-left: 20%; } }

@media screen and (max-width: 1023px) {
  .bot_menu-title {
    padding-left: 0; }
  .bot_menu__cont {
    padding-left: 0; }
  .bot_menu-card {
    width: 100%;
    text-align: left; }
  .bot_menu-nav {
    width: 50%;
    max-width: 392px; }
.bot_menu-nav.bot_menu_fullsize {
    width: 100%;
    max-width: 100%; }
	
  .bot_menu-img {
    width: -webkit-calc(100% - 392px);
    width: calc(100% - 392px); } }

@media screen and (max-width: 767px) {
  .bot_menu-img {
    display: none; }
  .bot_menu-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .bot_search {
    max-width: 100%;
    margin-bottom: 9px; }
  .bot_menu {
    padding-top: 130px; }
  .bot_menu-card {
    width: 100%; }
  .bot_menu-nav-list__link {
    height: auto;
    padding-bottom: 6px; }
  .bot_menu__footer footer {
    min-width: 0; }
  .bot_menu__footer p {
    margin-bottom: 5px; }
  .bot_menu__footer .bot_big-phone {
    margin-bottom: 33px; }
  .bot_menu__footer .bot_app {
    display: block;
    margin-bottom: 47px; }
  .bot_menu__footer .bot_app__title {
    width: 100%;
    margin: 0 0 15px 0; }
  .bot_menu-nav {
    width: 100%;
    max-width: 100%; }
  .bot_menu-nav-list__item {
    width: 100%; }
  .bot_menu-nav-list__link {
    width: 100%; }
  .bot_menu-subnav-list {
    position: relative;
    right: auto;
    left: 0;
    display: none;
    visibility: visible;
    width: 100%;
    padding-top: 8px;
    padding-left: 32px;
    opacity: 1; } }

@media screen and (max-width: 480px) {
  .bot_menu__footer {
    min-height: 561px; } }

@media screen and (min-width: 768px) {
  .bot_menu-subnav-list {
    display: none !important; } }
