.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  padding: 30px 10px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.popup__body {
  width: 100%;
  max-width: 1660px;
  padding-top: 34px;
  padding-bottom: 60px;
  padding-left: 70px;
  padding-right: 70px;
  border-radius: 10px;
  background-color: #202020;
}
@media (max-width: 1700px) {
  .popup__body {
    padding-top: calc(0px + 34 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 1700px) {
  .popup__body {
    padding-bottom: calc(0px + 60 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 1700px) {
  .popup__body {
    padding-left: calc(0px + 70 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 1700px) {
  .popup__body {
    padding-right: calc(0px + 70 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 1600px) {
  .popup__body {
    max-width: 1400px;
    padding: 34px 30px 50px;
  }
}
@media (max-width: 860px) {
  .popup__body {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 632px) {
  .popup__body {
    padding: 30px 10px 30px;
  }
}
@media (max-width: 479.98px) {
  .popup__body {
    padding: 25px 8px;
  }
}
.popup__close {
  position: absolute;
  top: 45px;
  right: 54px;
  z-index: 30;
  width: 28px;
  height: 28px;
  background: url("https://l2cw.ru/img/icons/close.svg") 0 0/contain no-repeat;
  cursor: pointer;
  -webkit-transition: color 0.25s ease 0s;
  -o-transition: color 0.25s ease 0s;
  transition: color 0.25s ease 0s;
}
@media (max-width: 1700px) {
  .popup__close {
    top: calc(15px + 30 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 1700px) {
  .popup__close {
    right: calc(15px + 39 * ((100vw - 320px) / 1380));
  }
}
.popup__close:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .popup__close {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767.98px) {
  .popup__close {
    top: 14px;
    right: 14px;
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 479.98px) {
  .popup__close {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.popup__title {
  margin-bottom: 16px;
  font-family: RomulC;
  font-size: 44px;
  line-height: 120.4545454545%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .popup__title {
    font-size: calc(24px + 20 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 632px) {
  .popup__title {
    margin-bottom: 12px;
  }
}
@media (max-width: 479.98px) {
  .popup__title {
    margin-bottom: 0;
  }
}
.popup__line {
  margin-bottom: 44px;
  width: 100%;
  background-size: 100%;
}
@media (max-width: 1700px) {
  .popup__line {
    margin-bottom: calc(30px + 14 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 860px) {
  .popup__line {
    margin-bottom: 20px;
  }
}
@media (max-width: 479.98px) {
  .popup__line {
    margin-bottom: 6px;
  }
}
.popup__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479.98px) {
  .popup__tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tabs-popup__nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 60px;
  border-right: 1px dashed #555555;
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .tabs-popup__nav {
    max-width: 100%;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__nav .tabs-popup__title {
    white-space: nowrap;
  }
}
@media (max-width: 1540px) {
  .tabs-popup__nav {
    padding-right: 40px;
  }
}
@media (max-width: 1380px) {
  .tabs-popup__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 860px) {
  .tabs-popup__nav {
    padding-right: 25px;
  }
}
@media (max-width: 632px) {
  .tabs-popup__nav {
    padding-right: 15px;
  }
}
@media (max-width: 585px) {
  .tabs-popup__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__nav {
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px dashed #555555;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.tabs-popup__block-column-item {
  margin-bottom: 40px;
}
.tabs-popup__title {
  margin-bottom: 34px;
  font-family: RomulC;
  font-size: 24px;
  line-height: 120.8333333333%;
  color: #ECA84C;
  text-transform: uppercase;
  text-shadow: 0 0px 20px rgb(255 192 114);
}
.tabs-popup__title_center {
  text-align: center;
}
.tabs-popup__title_mb {
  margin-bottom: 20px;
}
.tabs-popup__descr {
  font-size: 18px;
  line-height: 25px;
  color: #707070;
  text-align: center;
}
.tabs-popup__btn {
  display: block;
  margin: 20px auto 0;
}
@media (max-width: 1380px) {
  .tabs-popup__title,
  .tabs-popup__descr {
    text-align: left;
  }
  .tabs-popup__btn {
    display: inline-block;
    margin-bottom: 20px;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__title,
  .tabs-popup__descr {
    text-align: center;
  }
}

.item-tab {
}
.item-tab__nav {
  display: flex;
  margin-bottom: 22px;
  border-bottom: 1px solid #707070;
}
.item-tab__item {
  flex: 1 1 50%;
  height: 100%;
  padding: 0 0 21px;
  font-size: 14px;
  line-height: 16px;
  color: #707070;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .25s ease 0s;
}
.item-tab__item._active {
  color: #fff;
  border-bottom: 1px solid #ECA84C;
}

@media (max-width: 1700px) {
  .tabs-popup__title {
    font-size: calc(18px + 6 * ((100vw - 320px) / 1380));
  }
}
@media (max-width: 632px) {
  .tabs-popup__title {
    font-size: 18px;
  }
}
@media (max-width: 585px) {
  .tabs-popup__title {
    margin-bottom: 24px;
  }
  .tabs-popup__title span {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__title {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabs-popup__nav-items-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 0 2px 8px;
}
@media (max-width: 479.98px) {
  .tabs-popup__nav-items-col {
    padding-bottom: 2px;
  }
}
.tabs-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 72px;
  padding: 5px 20px 5px 5px;
  font-family: RomulC;
  font-size: 24px;
  line-height: 120.8333333333%;
  border-radius: 10px;
  background-color: #171717;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .tabs-popup__item {
    font-size: calc(20px + 4 * ((100vw - 320px) / 1380));
  }
}
.tabs-popup__item span > span {
  color: #ECA84C;
}

.tabs-popup__item {
  /*border: 1px solid #ECA84C;*/
  border: 2px solid #8B652A;
      -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.tabs-popup__item._active {
  background-color: #46371f;
}
.tabs-popup__item:hover {
  /*border: 1px solid #ECA84C;*/
  background-color: #8B652A;
}


@media (max-width: 860px) {
  .tabs-popup__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 632px) {
  .tabs-popup__item {
    padding: 8px;
    min-height: auto;
  }
  .tabs-popup__item span {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 585px) {
  .tabs-popup__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__item {
    width: 100%;
    padding: 4px 2px;
  }
  .tabs-popup__item span {
    font-size: 10px;
    line-height: 120%;
  }
}
.tabs-popup__item-icon {
	/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  */
  
    width: 107px;
    min-height: 120px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-family: "Philosopher",sans-serif;
    padding-top: 95px;
    letter-spacing: 1px;
}
.tabs-popup__item-icon img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 632px) {
  .tabs-popup__item-icon {
    margin-right: 0;
    margin-bottom: 4px;
  }
}
.tabs-popup__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 70px;
}
@media (max-width: 1540px) {
  .tabs-popup__body {
    padding-left: 40px;
  }
}
@media (max-width: 860px) {
  .tabs-popup__body {
    padding-left: 25px;
  }
}
@media (max-width: 632px) {
  .tabs-popup__body {
    padding-left: 15px;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__body {
    padding-left: 0;
  }
}
.tabs-popup__block {
  height: 100%;
}
@media (max-width: 1380px) {
  .tabs-popup__block {
    height: auto;
  }
}
.tabs-popup__block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 -50px;
}
@media (max-width: 1540px) {
  .tabs-popup__block-row {
    margin: 0 -40px;
  }
}
@media (max-width: 1380px) {
  .tabs-popup__block-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .tabs-popup__block-row {
    margin-left: -25px;
  }
}
@media (max-width: 632px) {
  .tabs-popup__block-row {
    margin-left: -15px;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__block-row {
    margin-left: 0;
  }
}
.tabs-popup__block-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 42px;
  height: 100%;
}
.tabs-popup__block-column_w {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.tabs-popup__block-column:not(:last-child) {
  border-right: 1px dashed #555555;
}
@media (max-width: 1540px) {
  .tabs-popup__block-column {
    padding: 0 40px;
  }
}
@media (max-width: 1380px) {
  .tabs-popup__block-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: none !important;
    padding-right: 0;
  }
  .tabs-popup__block-column:not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 1px dashed #555555;
  }
}
@media (max-width: 860px) {
  .tabs-popup__block-column {
    padding-left: 25px;
  }
}
@media (max-width: 632px) {
  .tabs-popup__block-column {
    padding-left: 15px;
  }
}
@media (max-width: 479.98px) {
  .tabs-popup__block-column {
    padding-left: 0;
  }
}
.tabs-popup__block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 0;
}
.tabs-popup__block-item_pt {
  padding-top: 0;
}
.tabs-popup__block-item:not(:last-child) {
  border-bottom: 1px solid #707070;
}
@media (max-width: 767.98px) {
  .tabs-popup__block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.tabs-popup__block-info {
  padding-right: 10px;
  font-size: 16px;
  line-height: 118.75%;
  text-transform: uppercase;
}
.tabs-popup__block-info-title {
  margin-bottom: 6px;
}
.tabs-popup__block-info-title span {
  color: #ECA84C;
  white-space: nowrap;
}
.tabs-popup__block-info-descr {
  color: #707070;
}
@media (max-width: 767.98px) {
  .tabs-popup__block-btn {
    margin-top: 8px;
  }
}
.descr-block__wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1700px) {
  .descr-block__wrapper {
    margin-bottom: calc(30px + 30 * ((100vw - 320px) / 1380));
  }
}
.descr-block__title {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 122.2222222222%;
  color: #fff;
  text-transform: uppercase;
}
.descr-block__list:not(:last-child) {
  margin-bottom: 17px;
}
.descr-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  line-height: 144.4444444444%;
  color: #9e9e9e;
}
.descr-block__item span {
  padding-top: 9px;
}
.descr-block__item:not(:last-child) {
  margin-bottom: 4px;
}
.descr-block__item_before::before {
  content: ">";
  margin-right: 14px;
  color: #f4fd02;
}
.descr-block__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  overflow: hidden;
}
.descr-block__icon img {
  max-width: 100%;
}
.descr-block__more-btn._hidden {
  display: none;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .popup__body {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.popup._active.md-effect-3 .popup__body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}




.btn1:hover {
    background-color: #8B652A;
}
/*
a:hover {
    text-decoration: none;
}*/

.btn1:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a, a:visited {
    text-decoration: none;
}
.btn1 {
    align-items: center;
    display: inline-flex;
    letter-spacing: .02em;
    position: relative;
}

.btn1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 37px;
    min-width: 120px;
    padding: 0px 10px;
    border: 2px solid #8B652A;
    border-radius: 10px;
    background-color: transparent;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
    cursor: pointer;
}

.btn1_big {
    min-height: 75px;
    min-width: 340px;
}

.ipsImage{
	vertical-align: middle;
}

.descr-block__wrapper>table td{
	font-size: 14px;
	white-space: inherit;
	/*font-weight: bold;*/
}
.descr-block__wrapper>table td:nth-child(2n+1)
{
	/*min-width: 190px;
	max-width: 190px;*/
	width: 190px;
}

.descr-block__wrapper>table td:nth-child(2n+2)
{
	/*min-width: 190px;
	max-width: 190px;*/
	/*width: 190px;*/
	
}

.popup_desc
{
	transition: 0.3s;
	/*transition: all 0.3s ease;*/
}

.popup_desc_click
{
	color:#fcfcfc;
}
/*
.popup_desc_ckick._active
{
	display: block;
}*/
