/* general stuff START*/
@font-face {
  font-family: Museo Extra Bold;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_4.OTF)
}

@font-face {
  font-family: Museo Thin;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_5.OTF)
}

@font-face {
  font-family: Museo Light;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_6.OTF)
}

@font-face {
  font-family: Museo Regular;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_7.OTF)
}

@font-face {
  font-family: Museo Bold;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL.OTF)
}

body {
  margin: 0;
}

div.head1 {
  max-width: 1318px;
  width: 100%;
  margin: 0 auto;
  color: #414141;
  padding: 0 0;
}

.d-n-m {
  display: block;
}

.xs-text {
  display: block;
  color: #666;
  padding: 15px 0;
  font-size: 14px;
  margin: 0 auto;
}

.p-r2 a {
  margin-right: 10px;
  color: #414141;
  text-decoration: none;
}

.p-r2 a:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 4px;
  width: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: 15px;
  border-color: var(--color-breadcrumbs-arrow);
  border-style: solid;
  border-width: 0 0 1px 1px;
  top: -1px;
}

.d-n {
  display: none;
}

.modalForm {
  display: none;
  position: fixed;
  z-index: 20;
  width: 100%;
  justify-content: center;
  align-items: center;
  top: 0px;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}


.modal-form-content {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.modal-form-content>div:first-child {
  width: 100%;
}


.modal-form-content {
  max-width: 600px;
}

.modalForm .closer {
  /*position: absolute;*/
  /*top: 2.5vh;
right: 5%;*/
  text-decoration: none;
  font-size: 30px;
  line-height: 1em;
  color: #000;
  cursor: pointer;
  display: flex;
  width: 10%;
  justify-content: space-evenly;
  align-items: center;
  border: none;
  z-index: 2;
  background: transparent;
  align-self: flex-end;
}

.nv-main * {
  box-sizing: border-box;
}

.nv-main {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  font-size: 16px;
  color: #ffffff;
  font-family: Museo Regular;
}

.nv-main div {
  font-size: 16px;
}

.nv-h1,
.nv-h2,
.nv-h3,
.nv-h4,
.nv-h5,
.nv-h6,
.nv-p {
  margin-top: 0;
  margin-bottom: 0px;
  font-family: Museo Regular;
}

.nv-main sup {
  font-size: 0.5em;
  top: -0.3em;
  position: relative;
}

.nv-main p sup {
  top: 0;
}

.nv-main div,
.nv-main span,
.nv-main a,
.nv-price {
  font-family: Museo Regular;
}

.nv-p {
  color: #eeeeee;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.875em;
}

.nv-h1 {
  font-weight: 700;
  font-size: 2.6em;
  color: #76B900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: .3em;
}

.nv-h2 {
  font-size: 2em;
  font-weight: 700;
  color: #76b900;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}

.nv-h3 {
  font-size: 1.56em;
  font-weight: 700;
  color: #76b900;
  line-height: 1.4;
}

.nv-h4 {
  font-size: 1.56em;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}

.nv-h5 {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
  text-transform: uppercase;
}

.nv-h6 {
  color: #76b900;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 1em;
  /* text-transform: uppercase; */
}

.nv-main a:not(.nv-btn) {
  font-weight: 700;
  color: #76b900;
  transition: color 0.3s ease;
  text-decoration: underline;
  line-height: 0.5em;
}

.nv-main a:not(.nv-btn):hover {
  color: #76d300;
  transition: color 0.4s ease;
}

.nv-btn {
  background-color: #76b900;
  border: 1px solid #76b900;
  color: #ffffff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1.125em;
  text-decoration: none;
  text-transform: uppercase;
}

.nv-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #76d300;
}

.nv-btn:active {
  background-color: #76b900;
  box-shadow: inset 0 7px 12px rgba(1, 1, 1, 0.18);
}

.nv-btn.nv-outline {
  color: #76b900;
  background-color: transparent;
  border: 1px solid #76b900;
}

.nv-btn.nv-outline:hover {
  background-color: #76b9003d;
}

.nv-btn.nv-outline:active {
  background-color: #76b90069;
}

.nv-white-text {
  color: #ffffff;
}

.nv-dark-text {
  color: #000000;
}

.nv-green-text {
  color: #76B900;
}

.nv-light-bkg {
  background-color: #ffffff;
}

.nv-halfed-top-margin {
  margin-top: 0.7em;
}

.nv-1x-top-margin {
  margin-top: 1.875em;
}

.nv-2x-top-margin {
  margin-top: 3.75em;
}

.nv-3x-top-margin {
  margin-top: 5.625em;
}

.nv-4x-top-margin {
  margin-top: 7.5em;
}

.nv-halfed-bot-margin {
  margin-bottom: 0.7em;
}

.nv-1x-bot-margin {
  margin-top: 3em;
  margin-bottom: 1.875em;
}

.nv-2x-bot-margin {
  margin-bottom: 3.75em;
}

.nv-3x-bot-margin {
  margin-bottom: 5.625em;
}

.nv-4x-bot-margin {
  margin-bottom: 7.5em;
}

.nv-no-top-margin {
  margin-top: 0 !important;
}

.nv-main section {
  text-align: left;
}

.nv-centered {
  text-align: center;
}

.nv-lefted {
  text-align: left;
}

.nv-fullwidth {
  grid-column: 1/13;
  grid-row: 1/2;
  display: grid;
}

.nv-mid-area {
  grid-column: 4/10;
  grid-row: 1/2;
}

.nv-3-cols,
.nv-2-cols {
  display: flex;
  justify-content: space-evenly;
}

.nv-middle-height-screen {
  display: flex;
  align-items: center;
}

.nv-align-with-grid-container {
  margin-left: calc(100%/12);
  margin-right: calc(100%/12);
}

.nv-flex-col {
  display: flex;
  flex-direction: column;
}

.nv-shop-now .nv-1-4th-col img {
  width: 100%;
}

.nv-1-4th-col {
  max-width: 600px;
  width: calc((100% - 6em) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nv-1-4th-col .nv-column-picture,
.nv-one-half-col .nv-column-picture {
  align-self: stretch;
}

.nv-column-picture {
  height: 11.875em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nv-text-that-nobody-reads {
  color: #666;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.25;
}

.nv-no-top-margin {
  margin-top: 0;
}

.rtx-logo {
  height: 3.25em;
  width: auto;
}

.nv-footer-logo {
  text-align: center;
}

.nv-logos {
  display: flex;
  justify-content: center;
}

.nv-partner-logo {
  width: auto;
  height: 3.125em;
}

@media only screen and (max-width:1024px) {

  .nv-grid-12-cols {
    display: grid;
    grid-template-columns: repeat(12, minmax(28px, 1fr));
  }

  .nv-grid-12-cols>div:first-child {
    margin-bottom: 1.875em;
  }

  .nv-h1 {
    font-size: 1.65em;
  }

  .nv-h2 {
    font-size: 1.5em;
  }

  .nv-h3 {
    font-size: 1.3125em;
  }

  .nv-h4 {
    font-size: 1.2em;
  }

  .nv-4x-top-margin,
  .nv-3x-top-margin {
    margin-top: 3.75em;
  }

  .nv-4x-bot-margin {
    margin-bottom: 3.75em;
  }

  .nv-2-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nv-mid-area,
  .nv-left-col,
  .nv-right-col {
    grid-column: 3/11 !important;
  }

  .nv-align-with-grid-container {
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }

  .nv-one-half-col,
  .nv-1-4th-col {
    width: 100%;
  }

  .nv-4-cols {
    flex-direction: column;
    align-items: center;
  }

  .nv-1-4th-col:not(:last-child) {
    margin-bottom: 3em;
  }

  .nv-logos {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width:480px) {

  .nv-mid-area,
  .nv-left-col,
  .nv-right-col {
    grid-column: 2/12 !important;
  }

  .nv-align-with-grid-container {
    margin-left: calc(100%/12);
    margin-right: calc(100%/12);
  }
}

@media only screen and (max-width:767px) {
  .nv-hide-on-mobile {
    display: none;
  }
}

@media only screen and (min-width:1025px) {

  .nv-fullwidth>img {
    width: 100vw;
  }

  .nv-hide-on-tablet-and-up {
    display: none;
  }

  .nv-invis-on-tablet-and-up {
    opacity: 0;
  }

  .nv-grid-12-cols {
    display: grid;
    grid-template-columns: repeat(12, minmax(40px, 1fr));
    column-gap: 1.25em;
  }

  .nv-advantages-pic {
    max-height: 13em;
  }

  .nv-text {
    max-width: 700px;
  }

  .nv-left-col {
    grid-column: 2/7;
    grid-row: 1/2;
  }

  .nv-right-col {
    grid-column: 8/12;
    grid-row: 1/2;
  }

  .nv-middle-vertical-alignment {
    align-items: center;
  }

  .nv-logos img:not(:last-child) {
    margin-right: 3.75em;
  }

  .nv-2-btns a:first-child {
    margin-right: 1.875em;
  }
}

@media only screen and (min-width:768px) and (max-width:1023px) {

  .nv-left-col {
    grid-column: 2/9;
  }

  .nv-right-col {
    grid-column: 7/12;
  }
}

@media only screen and (min-width:768px) and (max-width:1279px) {
  .nv-hide-on-tablets {
    display: none;
  }
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
  .nv-left-col {
    grid-column: 2/7;
  }
}

@media only screen and (min-width:1280px) {
  .nv-hide-on-pc {
    display: none;
  }

  .nv-limited-width {
    max-width: 42em;
    margin-left: auto;
    margin-right: auto;
  }


}

@media only screen and (min-width:1440px) {
  .nv-align-with-grid-container {
    margin-left: calc(100%/6);
    margin-right: calc(100%/6);
  }
}

@media only screen and (min-width:1440px) and (max-width:1919px) {

  .nv-main div,
  .nv-main {
    font-size: 18px;
  }
}

@media only screen and (min-width:1920px) {

  .nv-main div,
  .nv-main {
    font-size: 22px;
  }

  .nv-text {
    max-width: 750px;
  }

  .nv-left-col.nv-text {
    grid-column: 2/6;
  }
}

@media only screen and (min-width:2160px) {

  .nv-main div,
  .nv-main {
    font-size: 22px;
  }

  .nv-align-with-grid-container {
    margin-left: calc(100%/4);
    margin-right: calc(100%/4);
  }

  .nv-left-col.nv-picture,
  .nv-left-col.nv-text {
    grid-column: 3/7 !important;
  }

  .nv-right-col {
    grid-column: 8/11;
    margin-left: inherit;
  }

  .nv-right-col.nv-picture {
    grid-column: 8/11;
  }

  .nv-text {
    max-width: 890px;
  }
}

/* general stuff END*/


/* Pop-up START*/
.nv-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  cursor: default;
}

.nv-overlay:target {
  display: block;
}

.nv-popup {
  background: #fefefe;
  border: 1px solid #383838;
  border-radius: 4px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
  font-size: 14px;
  font-family: Museo Regular;
  line-height: 1.3;
  height: 39.375vw;
  left: 50%;
  margin: 0;
  width: 70vw;
  min-width: 290px;
  max-width: 1600px;
  max-height: 900px;
  position: fixed;
  right: 0;
  top: -100%;
  transform: translate(-50%, -500%);
  transition: transform 0.6s ease-out;
  z-index: 20;
}

.nv-overlay:target+.nv-popup {
  transform: translate(-50%, 0);
  top: 2em;
}

.nv-close {
  background-size: cover;
  background: url(../images/close-icon.svg) no-repeat center;
  top: -1em;
  right: -1em;
  width: 2em;
  height: 2em;
  position: absolute;
  padding: 0;
  border: 2px solid #ccc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  text-decoration: none;
  font: 0.8125em/1.25em 'Museo Regular';
  font-weight: bold;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}

.nv-close:hover {
  background-color: #76b900;
}

.nv-popup iframe {
  width: 100%;
  height: 100%;
}

/* Pop-up END*/


/* First screen START */
@media only screen and (min-width:1025px) {
  .nv-first-screen .nv-left-col {
    grid-column: 2/8;
  }

  .nv-first-screen .nv-right-col {
    grid-column: 6/12;
  }

  .nv-first-screen .nv-logos {
    justify-content: flex-start;
  }
}

@media only screen and (min-width:1025px) and (max-width:1500px) {
  .nv-first-screen .nv-p {
    max-width: 520px;
  }
}

@media only screen and (min-width: 2160px) {
  .nv-first-screen .nv-left-col {
    grid-column: 3/8;
  }
}

/* First screen END */


/* Games Tables Start  */
.nv-highlighted {
  color: #76b900;
}

.nv-table table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

.nv-table table a {
  text-decoration: none !important;
  cursor: pointer;
  font-weight: inherit !important;
}

.nv-table td,
.nv-table th {
  border: 1px solid #7f7f7f;
  min-width: 10em;
  width: 20.5%;
  padding: 0.5em 0 0.625em 1em;
}

.nv-table tr:nth-of-type(even) {
  background-color: #404040;
}

.nv-table tr:nth-of-type(odd) {
  background-color: #262626;
}

.nv-table th {
  background-color: #76b900;
  text-align: center;
}

.nv-table td {
  color: #76b900;
}

.nv-table td:first-child,
.nv-table th:first-child {
  min-width: 18.75em;
  width: 38.5%;
  color: #ffffff;
}

@media only screen and (max-width:1199px) {

  .nv-table {
    overflow-x: scroll;
  }
}

/* Games Table END */


/* RTXON screen START  */
@media only screen and (min-width: 1025px) {
  .nv-rtx-on .nv-right-col {
    grid-column: 6/12;
  }

  .nv-rtx-on .nv-left-col {
    grid-column: 2/6;
  }
}

@media only screen and (min-width: 2160px) {
  .nv-rtx-on .nv-right-col {
    grid-column: 8/12;
  }
}

/* RTXON screen END  */


.nv-reflex .nv-left-col.nv-text,
.nv-studio .nv-left-col.nv-text {
  grid-column: 2/7;
}

/* Shop now screen START*/
.nv-shop-now .nv-col-title {
  color: #76b900;
  margin-bottom: 1em;
  margin-top: 1.25em;
  min-height: 2.8em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

.nv-price {
  font-size: 1.3125em;
  color: #76b900;
  font-weight: 500;
  margin-bottom: 1.875em;
}

@media screen and (max-width:1024px) {
  .nv-shop-now h2 {
    margin-bottom: 30px;
  }

  .nv-grid--products-list {
    grid-template-columns: 20% 20% 20% 20%;
  }
}

@media only screen and (min-width:1024px) {
  .nv-shop-art {
    display: block;
    width: 70%;
    margin-top: 1.875em;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Shop now screen END */

/* GRID style Start*/
.nv-grid {
  display: grid;
  gap: 1.875em;
}

.nv-grid--products-list {
  /* grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  max-width: 1280px; */
  display: grid;
  grid-template-columns: 16% 16% 16% 16% 16%;
  justify-content: center;
}

.nv-grid--products-list .nv-h6 {
  color: #76b900;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.nv-grid--products-list .nv-grid__item-picture {
  height: 11.875em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.nv-grid--products-list .nv-grid__item-title {
  min-height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* @media screen and (min-width:1025px) {
  .nv-grid--products-list {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 3.75em 1.875em;
    display: grid;
    grid-template-columns: 16% 16% 16% 16% 16%;
    justify-content: center;
  }
} */

@media screen and (max-width: 780px) {

  .d-n-m {
    display: none;
  }

  .d-n {
    display: block;
  }

  div.head1 {
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 3;

  }

  .nv-grid--products-list {
    grid-template-columns: 50% 50%;
  }
}


@media screen and (max-width: 320px) {
  .nv-grid--products-list {
    grid-template-columns: 100%;
  }
} 

/* GRID style END*/



.headline-content {
  background-image: url('/under/mainers_lose/new/head_bg.jpg');
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 45%;
  grid-auto-flow: column;
  align-items: stretch;
  color: #fff;
}

.headline-content__text {
  display: grid;
  justify-content: flex-end;
  grid-template-columns: 90%;
  align-items: center;
  align-content: center;
  grid-gap: 32px;
}


.headline__text-title h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.headline__text-annot {
  display: grid;
  grid-gap: 24px;
}

.headline__annot-promo__text {
  display: grid;
  grid-gap: 8px;
}

.headline__annot-promo__text h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}


.headline__text-action {
  display: grid;
  grid-gap: 10px;
}

.headline__action-list {
  /*position: absolute;*/
  display: grid;
  grid-gap: 10px;
  grid-auto-flow: column;
  /*grid-template-columns: 35% 35%;*/
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.action__btn {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  padding: 16px 24px;
  text-transform: uppercase;
  display: grid;
  border-radius: 16px;
}


#form_160170_1 {
  width: 500px;
}

.headline__action-item {
  padding: 20px 10px;
  display: grid;
  justify-content: center;
  grid-gap: 8px;
}

.headline__action-item:hover {
  padding-bottom: 100px;
}

.headline__action-item__gtx {
  background-image: url('/under/mainers_lose/new/gtx_bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  border: 1px solid;
}


.headline__action-item__rtx {
  background-image: url(/under/mainers_lose/new/rtx_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  border: 1px solid;
}


.action-item__figure {
  text-align: center;
}

.action-item__figure img {
  max-height: 115px;
  width: auto;
  text-align: center;
  max-width: 100%;
}

.action-item__text {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 65%;
  display: grid;
  justify-content: center;
  width: 101.1%;
  border-top: none;
  padding: 0 10px 20px 10px;
  opacity: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.headline__action-item:hover .action-item__text {
  opacity: 1;
}

.action-item__text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  opacity: 1;
  transition: all .6s ease;
}

.action-item__text a {
  color: #fff;
  background-color: #ff681d;
  display: grid;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  transition: all .2s ease;
  text-decoration: none;
}

.build-work-result {
  background-color: #161616;
  display: grid;
  justify-content: center;
  grid-template-columns: 90%;
  border-radius: 0 0 32px 32px;
  padding: 30px 0;
  z-index: 2;
}

.work-result-content {
  color: #fff;
  display: grid;
  grid-gap: 16px;
  justify-content: center;
}

.work-result__title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

.work-result__warning p {
  font-size: 16px;
  line-height: 24px;
}




.build-how {
  display: grid;
  background-color: #fff;
  transform: translate(0%, -5%);
  padding: 5% 0 2% 0;
  grid-gap: 24px;
}

.how-content {
  display: grid;
  justify-content: center;
  grid-template-columns: 90%;
  grid-gap: 24px;
}

.how__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 8px;
}

.how__step {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  grid-template-columns: 24% 24% 24% 24%;
}

.how__step-item {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 30% 65%;
  justify-content: space-between;
}

.step-item__figure {
  background-color: #161616;
  border-radius: 50%;
  display: grid;
  padding: 26.5% 0;
  align-items: center;
  justify-content: center;
}

.step-item__figure img {
  max-height: 40px;
}

.step-item__text p {
  font-size: 16px;
  line-height: 24px;
}

.how__consultant {
  display: grid;
  justify-content: center;
  grid-gap: 24px;
}

.consultant-text {
  display: grid;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.consultant-blog {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}

.consultant-blog__profile {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  padding: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  grid-gap: 40px;
}

.consultant__profile-text {
  display: grid;
  grid-gap: 10px;
}

.profile-text__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.profile-text__number {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.profile-text__number a {
  color: #161616;
  font-size: 14px;
  line-height: 20px;
}

.profile-text__number a img {
  max-height: 100%;
  width: auto;
}

.consultant-blog__watsapp {
  display: none;
  background-color: #73BE6F;
  justify-content: center;
  border-radius: 8px;
}

.consultant-blog__watsapp a {
  display: grid;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
}

.how__call {
  display: grid;
  justify-content: center;
}

.how__call-fixed {
  display: none;
  position: fixed;
  justify-content: center;
  background-color: #fff;
  padding: 20px 0;
  bottom: 60px;
  width: 100%;
  z-index: 10;
  left: 0;
  right: 0;
}


.how-map {
  padding: 30px 0;
  background-image: url('/under/mainers_lose/new/map_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.map-blog {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}

.map-blog__text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.map__btn {
  border-radius: 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.build-product {
  display: grid;
  grid-gap: 24px;
}

.product__title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}

.prod-temp-content {
  width: 100%;
  display: inline-grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.prod-item {
  display: grid;
  grid-template-columns: 90%;
  justify-content: center;
  padding: 10px 0;
  margin: 1px;
  background-color: #000;
  border-radius: 8px;
  height: 100%;
}

.prod-item a {
  display: grid;
  justify-content: center;
  align-content: space-between;
  color: inherit;
  text-decoration: none;
}

.ProductCard-ProductStickers {
  z-index: 1;
}

.p-item-main {
  display: grid;
  justify-content: center;
}

.p-item-figure {
  display: grid;
  padding: 10px;
  justify-content: center;
  grid-template-columns: 75%;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}

.p-item-figure img {
  width: auto;
  max-width: 100%;
}

.p-item-name {
  margin: 5px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}

.p-item-info {
  min-height: 93px;
  z-index: 3;
}

.info-price {
  min-height: 48px;
}

.item-cur-price {
  font-size: 24px;
  display: block;
  font-weight: 600;
  color: #161616;
  line-height: 32px;
}

.item-old-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
  color: #737171;
}

.item-credit {
  margin: 8px 0;
  padding: 4px 8px;
  background-color: #FDF8E2;
}

.item-credit span {
  font-size: 12px;
  font-weight: 600;
}

.orange {
  color: #ff7112;
}

.btn_wrap {
  display: none;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 16px 30px 0px rgb(0 0 0 / 15%);
  border-top: none;
  position: absolute;
  width: 100%;
  bottom: -15%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 2;
  grid-template-columns: 85%;
  justify-content: center;
}

.prod-item .btn_wrap a {
  width: 100%;
  grid-template-columns: 100%;
}

.item-btn {
  display: none;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  padding: 7px 39px;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  transition: .3s;
  background: #FF681D;
  border-radius: 8px;
}


.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  display: inline-grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 22;
  left: 0;
  top: -100%;
  transition: all .4s ease;
}

.modal.show {
  visibility: visible;
  top: 0;
}

.modalContent {
  opacity: 0;
  transition: all .8s ease;
}

.modalContent.opacity {
  opacity: 1;
}

.modalClose {
  display: inline-grid;
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 2;
  cursor: pointer;
}

.modalClose.call {
  right: 5%;
  top: 7%;
}

@media all and (max-width: 780px) {

  #form_160170_1 {
    width: 100%;
  }

  .modalClose.call {
    right: 9%;
  }

  .headline-content {
    background-image: url(/under/mainers_lose/new/head_bg_mob.jpg);
    grid-template-columns: 100%;
    background-position: top;
    grid-auto-flow: dense;
  }

  .headline-content__text {
    padding: 20px 0;
    justify-content: center;
    text-align: center;
  }

  .headline__action-list {
    position: relative;
    grid-template-columns: 100%;
    grid-auto-flow: dense;
  }

  .action-item__text {
    position: relative;
    opacity: 1;
    top: 0;
    width: auto;
    padding: 0;
  }

  .work-result-content {
    text-align: center;
  }

  .woruk-result__carousel {
    padding-bottom: 30px;
    display: grid;
    justify-content: center;
    grid-template-columns: 100%;
  }

  .build-how {
    padding: 25% 0 2% 0;
  }

  .how__step {
    grid-template-columns: 90%;
    justify-content: center;
    grid-auto-flow: dense;
    grid-gap: 16px;
  }

  .consultant-blog {
    grid-auto-flow: dense;
    justify-content: center;
    grid-gap: 16px;
  }

  .profile-text__number a:nth-child(2) {
    display: none;
  }

  .consultant-blog__watsapp {
    display: grid;
  }

  .how__call {
    display: none;
  }

  .how__call-fixed {
    display: grid;
    transform: translate(0%, 100%);
    transition: all .3s ease;
  }

  .how__call-fixed.move {
    transform: translate(0%, 0%);
    transition: all .3s ease;
  }

  .map-blog {
    justify-content: center;
  }

  .map-blog__text {
    display: none;
  }

  .prod-temp-content {
    grid-template-columns: 50% 50%;
  }

  .modal {
    grid-template-columns: 80%;
  }

  .modalBlog iframe {
    width: 100%;
    max-height: 400px;
  }

  .build-product {
    margin-bottom: 50%
  }
}