.page-template-page-information-new .wrapper {
  overflow: unset;
  @media (max-width: 1180px) {
    overflow: hidden;
  }
}

.page-template-page-information-new .container.new {
  display: flex;
  justify-content: space-between;
}

.inf-main-title {
  position: relative;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
  color: #41B2FF;

  @media (max-width: 1440px) {
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 24px;
  }
  @media (max-width: 1179px) {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  @media (max-width: 1023px) {
    font-size: 28px;
    margin-top: 26px;
    margin-bottom: 20px;
  }
  @media (max-width: 500px) {
    font-size: 2.6rem;
    margin-bottom: 2.3rem;
  }
  @media (max-width: 400px) {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.inf-main-des {
  font-weight: 500;
  margin-top: 20px;
}

.step-label {
  color: #41B2FF;
}

.info-new-c strong, .info-new-c a {

  font-weight: 600;
  color: #41B2FF;

}

.info-new-c p {
  font-weight: 500;
  line-height: 28px;
  @media (max-width: 1179px) {
    line-height: 1.2;
  }
}

h2.page-with-sidebar-contacts-title.new-con-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 120px;
  line-height: 100%;
  color: #41B2FF;
  @media (max-width: 1440px) {
    font-size: 80px;

  }
  @media (max-width: 1023px) {
    font-size: 44px;
  }
}

.page-with-sidebar-nav.new-sd {
  position: absolute;
  left: calc(100% + 42px);
  top: 0;
  padding: 24px 16px;
  min-width: 200px;
  background: #030A2C;
  width: 236px;
  border-radius: 8px;
}

.page-with-sidebar-nav.new-sd .page-with-sidebar-nav__item {
  margin-bottom: 24px;

  &:last-child {
    margin-bottom: 0;
  }
}

.page-with-sidebar-nav.new-sd .page-with-sidebar-nav-item-link {
  color: #fff;
}

.new-c-c .page-with-sidebar-contacts-message {
  font-size: 20px;
  text-transform: lowercase;
}

.new-c-c .page-with-sidebar-contacts-message--email::before {
  background: url("../images/email.svg") 0 0/cover no-repeat;
}

.new-c-c .page-with-sidebar-contacts-message--telegram::before {
  background: url("../images/telegram.svg") 0 0/cover no-repeat;
}

.page-with-sidebar-nav.new-sd.mb {
  display: none;
  @media (max-width: 1180px) {
    position: relative;
    display: block;
    left: unset !important;
    max-width: 100%;
    width: 100%;
  }
}

.page-with-sidebar-nav-new-in-con-wp {
  max-width: 846px;
  width: 100%;
  overflow: hidden;
  @media (max-width: 1180px) {
    overflow: unset;
  }
}

.page-template-page-information-new .page-with-sidebar__heading {
  @media (max-width: 1180px) {
    width: 100%;
    max-width: 100%;
  }
}

.page-with-sidebar-nav.new-sd.ds {
  position: sticky;
  top: 100px;
  width: 236px;
  left: unset;
  @media (max-width: 1180px) {
    display: none;
  }
}
@media (max-width: 1179px) {
  html[dir="rtl"]  .page-template-page-information-new  .page-with-sidebar-nav {
    right: unset;
  }
}
.menu-item.apkbtn{
  margin-left: auto;
  left: 3px;
}
.menu-item.apkbtn > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #28F0E4;
  border-radius: 4px;
  color: #28F0E4;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.menu-item.apkbtn > a:hover {
  transform: scale(1.05);
}

.menu-item.apkbtn .menu-icon {
  width: 20px;
  height: 20px;
  margin: 0;
}
.menu-item.apkbtn.mobi{
	 left: unset;
	margin-right:10px;
}
.rtl .menu-item.apkbtn.mobi{
	left: unset;
	margin-right:unset;
	margin-left:10px;
}
.rtl .menu-item.button--login{
	margin-right: auto;
}
.rtl .menu-item.apkbtn {
    margin-right: auto;

    margin-left: -25px;
}

  @media (max-width: 480px) {
.site-branding {
  width: 120px !important;
	  }
}
  @media (max-width: 350px) {
.site-branding {
  width: 100px !important;
	  }
}
@media (max-width: 1180px) {
	.menu-item.apkbtn.des{
		display: none;
	}
}
