@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

@font-face {
  font-family: Play;
  src: url(../fonts/Play-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Play;
  src: url("../fonts/Play-Bold.ttf");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
}
.b24-widget-button-wrapper {
  display: none !important;
}
body {
  background: #1e1e2f;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  font-family: 'Montserrat', sans-serif;
  color: #e0e0e0;
}
section {
  margin-bottom: 5vh;
}
a {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: #2be7f1;
  text-decoration: none;
}
picture {
  display: block;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
}
li {
  list-style: none;
}
.fontSize2 {
  font-size: 2rem;
}
.fontSize3 {
  font-size: 3rem;
}
.fontSize4 {
  font-size: 4rem;
}
.fontSize5 {
  font-size: 5rem;
}
.colorBrand1 {
  color: #ff6f3c;
}
.linkBrand1 {
  cursor: pointer;
  color: #ff6f3c;
  text-decoration: none;
  transition: 0.2s;
}
.linkBrand1:hover {
  color: #2be7f1;
  text-decoration: none;
}
.colorBrand2 {
  color: #a8ff60;
}
.colorGray {
  color: #e0e0e0;
}
.colorBlack {
  color: #ffffff;
}
.hashtags {
  color: #e0e0e0;
  white-space: nowrap;
}
.hashtags:before {
  content: '#';
}
.viewseye {
  color: #e0e0e0;
  white-space: nowrap;
}
.viewseye:before {
  content: '👁';
}
.reviews {
  color: #e0e0e0;
  white-space: nowrap;
}
.reviews:before {
  content: '🗭';
}
.loginscreen {
  position: relative;
  width: 400px;
  padding: 20px 30px;
  text-align: center;
  margin: auto;
  background-color: #2a2a3e;
  box-shadow: 2px 3px 4px 1px rgba(71, 70, 68, 0.17);
  border-radius: 10px;
  color: #e0e0e0;
}
.loginscreen p {
  font-size: 38px;
  position: absolute;
  top: -90px;
  left: -30px;
  right: -30px;
  text-align: center;
}
.loginscreen .form-block {
  margin: 20px;
}
.loginscreen .form-block span {
  font-size: 19px;
}
.loginscreen .form-block input {
  margin-top: 5px;
  width: 100%;
}
.dubler {
  position: absolute;
}
.wayarr:after {
  display: inline-block;
  content: '';
  background-repeat: no-repeat;
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url("/images/svg/roll_down.svg");
}
.wayarr.up:after {
  background-image: url(/images/svg/roll_up.svg);
}
.pviewer {
  display: none;
  position: absolute;
  color: lightgrey;
  cursor: pointer;
  right: 0px;
}
.pviewer.active {
  color: darkgray;
}
.breadcrumbs {
  margin: 70px 0 4vh;
  text-align: left;
  text-transform: uppercase;
}
.breadcrumbs * {
  color: #e0e0e0;
  margin: 0 5px;
}
.hide {
  display: none !important;
}
.left_slide_button,
.right_slide_button {
  margin: auto;
  padding: auto;
  min-width: 40px;
  min-height: 40px;
  color: #ff6f3c;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_slide_button:hover,
.right_slide_button:hover {
  color: #fff;
  background: #ff6f3c;
}
.input_def {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #e0e0e0;
  background-color: #2a2a3e;
  background-clip: padding-box;
  border: 1px solid #ff6f3c;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select_def {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #e0e0e0;
  background-color: #2a2a3e;
  background-clip: padding-box;
  border: 1px solid #ff6f3c;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
}
.input_bot {
  display: block;
  border: none;
  border-bottom: 1px solid #ff6f3c;
  outline: none;
  padding: 0.375rem 0.75rem;
  width: 100%;
  background-color: transparent;
  color: #e0e0e0;
}
#totop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 3rem;
  color: #ff6f3c;
  text-align: center;
  transition: 0.5s;
  opacity: 0.7;
}
#totop:hover {
  transform: scale(1.2);
  opacity: 1;
  color: #2be7f1;
}
.breadcrumbs > .linkBrand1:last-child {
  cursor: default;
}
.hovermenu {
  position: relative;
}
.hovermenu:hover .hovermenu__cont {
  display: block;
}
.hovermenu__cont {
  display: none;
  white-space: nowrap;
  position: absolute;
  border-radius: 5px;
  background: #2a2a3e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #e0e0e0;
}
.hovermenu__cont p {
  margin: 15px;
}
.focusmenu {
  position: relative;
  cursor: pointer;
  outline: none;
  color: #e0e0e0;
}
.focusmenu:focus .focusmenu__cont {
  display: block;
}
.focusmenu .focusmenu__cont:hover {
  display: block;
}
.focusmenu__cont {
  display: none;
  white-space: nowrap;
  position: absolute;
  border-radius: 5px;
  background: #2a2a3e;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #e0e0e0;
}
.focusmenu__cont li {
  margin: 15px 30px;
}
.header {
  top: 0;
  padding: 10px 6vw;
  max-height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  width: 100vw;
  background: #1e1e2f;
  z-index: 100;
  
}
.header .navblock {
  flex-grow: 9;
  display: flex;
  justify-content: flex-end;
}
.header .navblock__block1,
.header .navblock__block2 {
  white-space: nowrap;
  margin: auto 0;
  display: flex;
  align-items: center;
  margin-left: 3vw;
}
.header .navblock__block1 li,
.header .navblock__block2 li {
  margin-left: 2vw;
}
.header .navblock__block1 li.header-buttons,
.header .navblock__block2 li.header-buttons {
  margin-left: 0.5vw;
}
.sfl-header2 {
  top: 0;
  padding: 10px 6vw;
  max-height: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  width: 100vw;
  border-bottom: 1px solid #ff6f3c;
  background: #1e1e2f;
  
}
.sfl-header2 .navblock {
  flex-grow: 9;
  display: flex;
  justify-content: flex-end;
}
.sfl-header2 .navblock__block1,
.sfl-header2 .navblock__block2 {
  white-space: nowrap;
  margin: auto 0;
  display: flex;
  align-items: center;
  margin-left: 3vw;
}
.sfl-header2 .navblock__block1 li,
.sfl-header2 .navblock__block2 li {
  margin-left: 2vw;
}
.sfl-langblock {
  margin-left: -5px !important;
  font-size: 17px;
}
.sfl-langblock li {
  display: block;
  width: 50px;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
  margin-left: 0 !important;
}
.sfl-langblock li:hover {
  cursor: pointer;
  color: #ff6f3c;
  text-decoration: none;
  transition: 0.2s;
}
.sfl-langblock li:hover:hover {
  color: #2be7f1;
  text-decoration: none;
}
.enter {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 17px;
  right: 10vw;
  border-radius: 5px;
  padding: 3px;
  color: #ff6f3c;
  font-size: 22px;
}
.burger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 5vw;
  cursor: pointer;
}
.burger span,
.burger span::before,
.burger span::after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background-color: #ff6f3c;
  transition: 0.5s;
}
.burger span::before {
  content: '';
  transform: translateY(-8px);
}
.burger span::after {
  content: '';
  transform: translateY(6px);
}
.burger_active span {
  height: 0;
}
.burger_active span::before {
  transform: rotate(45deg);
}
.burger_active span::after {
  transform: rotate(-45deg);
}
.burger_menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1e1e2f;
  margin-top: 60px;
}
.burger_menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
  width: 60vw;
  border-bottom: 1px solid #ff6f3c;
}
.burger_menu li a {
  color: #ff6f3c;
  text-transform: uppercase;
}
.burger_menu li:last-child {
  border-bottom: none;
}
.wrapper {
  margin: 60px 6vw 0;
}
.footer {
  align-self: end;
  width: 100%;
  margin-bottom: 0;
  background: #1e1e2f;
  padding: 2vh 6vw 1vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #e0e0e0;
}
.footer .logoblock {
  text-align: left;
  flex-grow: 2;
}
.footer .logoblock img {
  display: inline-block;
}
.footer .linkblock {
  column-count: 3;
  flex-grow: 3;
}
.footer .contactsblock {
  flex-grow: 1;
  text-align: right;
}
.footer .contactsblock > :last-child {
  margin-top: 1vh;
}
.minifooter {
  display: none;
}
.socials_hor {
  display: flex;
  margin: 15px 0;
}
.screen1 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen1 > .screen1__left {
  flex-basis: 40%;
  padding-left: 30px;
}
.screen1 > .screen1__right {
  flex-basis: 55%;
}
.screen2__title {
  display: flex;
  justify-content: space-between;
}
.screen2__carusel {
  display: flex;
  justify-content: space-between;
}
.screen2__slide1 {
  display: flex;
  justify-content: center;
  margin: 30px 15px;
}
.screen2__slide1 .slide1__left {
  width: 40%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.screen2__slide1 .slide1__left .pic_label {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-width: 60px;
  margin-right: 5px;
}
.screen2__slide1 .slide1__right {
  flex-basis: 60%;
  display: flex;
  justify-content: flex-end;
}
.screen2 .slide1__article {
  display: flex;
}
.screen3__carusel {
  display: flex;
  justify-content: center;
}
.screen3__title {
  display: flex;
  justify-content: space-between;
}
.screen3__slide1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.screen3__slide1 .slide1__item {
  border-radius: 10px;
  padding: 20px;
  margin: 15px;
  width: 500px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.screen4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.screen4__title {
  display: flex;
  justify-content: space-between;
}
.screen4__carusel .fishka {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  background: #f6f6f6;
  border: #fff 1px solid;
  border-radius: 10px;
  padding: 5px;
  cursor: pointer;
}
.screen4__carusel .fishka > * {
  margin-bottom: 15px;
}
.screen4__carusel .fishka:hover {
  border: #f6f6f6 1px solid;
  background: #fff !important;
}
.screen4__carusel .fishka-active {
  border: #f6f6f6 1px solid;
  background: #fff !important;
}
.screen4__carusel .owl-stage-outer {
  margin-left: -115px;
  margin-right: -115px;
}
.screen4 #carusel3 {
  overflow: hidden;
}
.screen4 > div {
  margin-bottom: 30px;
}
.screen5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.screen5__title {
  display: flex;
  justify-content: space-between;
}
.screen5__carusel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.screen6__title {
  display: flex;
  justify-content: space-between;
}
.screen6__carusel {
  display: flex;
  justify-content: space-between;
}
.screen6__slide1 {
  display: flex;
  justify-content: center;
  margin: 30px 15px;
}
.screen6__slide1 .slide1__item {
  border-radius: 10px;
  padding: 20px;
  margin: 15px;
  max-width: 500px;
  height: 500px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.screen6__slide1 .slide1__item .item-card {
  height: 200px;
}
.screen6__slide1 .slide1__item .textlimited {
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.screen6__slide1 .slide1__item .textlimited *::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.5));
}
.screen7 {
  margin-bottom: 0;
  min-height: 70vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.screen7__left {
  padding-left: 30px;
  padding-bottom: 30px;
}
.screen_api {
  margin: 0 12vw;
  text-align: center;
}
.screen_api .article1,
.screen_api .article2,
.screen_api .article3,
.screen_api .article4 {
  margin-top: 60px;
}
.screen_api .article1 > *,
.screen_api .article2 > *,
.screen_api .article3 > *,
.screen_api .article4 > * {
  margin-bottom: 30px;
}
.screen_api .article1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px #9da0a8 solid;
}
.screen_api .article1 p {
  color: #9da0a8;
}
.screen_api .article1 img {
  display: inline-block;
  margin-right: 1vw;
}
.screen_api .article2 {
  text-align: center;
}
.screen_api .article2__item {
  margin: auto;
  align-items: center;
  white-space: nowrap;
}
.screen_api .article2__item * {
  margin: 15px;
}
.screen_api .article2__item a {
  width: 250px;
}
.screen_api .article3 {
  display: flex;
  justify-content: center;
  border-bottom: 1px #9da0a8 solid;
}
.screen_api .article3__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 2vw;
}
.screen_api .article4 {
  text-align: left;
}
.screen_api .article4 input {
  box-shadow: none;
}
.screen_api .article4 form > * {
  margin: 15px;
}
.screen_api .panel-board {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.screen_api .panel-item {
  box-shadow: 2px 3px 4px 1px rgba(71, 70, 68, 0.17);
  background-color: #fff;
  padding: 20px;
  margin: 20px;
  width: 400px;
  height: 150px;
  cursor: pointer;
  transition: 0.2s;
}
.screen_api .panel-item:hover {
  transform: scale(1.05);
}
.screen_api .panel-item a {
  display: block;
  height: 100%;
}
.screen_api .panel-item a:hover {
  color: #909090;
}
.screen_api .panel-item div:first-child {
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.screen_prices {
  text-align: center;
}
.screen_prices .prices_block {
  margin: 3vw auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen_prices .services {
  margin: 3vw auto;
}
.screen_prices .services__items {
  display: flex;
  justify-content: space-around;
}
.screen_prices .services__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 2vw;
}
.screen_prices .services__item picture {
  margin-bottom: 20px;
}
.screen_price {
  margin: 0 12vh;
  text-align: center;
}
.screen_price .price__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.screen_price .price__link .curprice,
.screen_price .price__link .linkBrand1:hover {
  color: #f58220;
  font-size: 1.5rem;
}
.screen_price table th {
  color: #fff;
  background: #454242;
}
.screen_price table td {
  font-size: 1.3rem;
}
.screen_price .calc {
  margin-top: 60px;
}
.screen_price .calc__form {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  text-align: left;
}
.screen_price .calc__input {
  margin: 15px;
}
.screen_price .article {
  display: flex;
  justify-content: space-between;
}
.screen_price .article__item {
  text-align: left;
  width: 30vw;
  margin: 0 3vw;
}
.screen_price .article__item p {
  margin-top: 2vh;
  color: #9da0a8;
}
.screen_price .services {
  margin: 60px 0;
}
.screen_price .services__items {
  display: flex;
  justify-content: space-around;
  margin: 60px 0;
}
.screen_price .services__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.screen_price .services__item > * {
  margin: 15px;
}
.screen_price .who {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.screen_price .who__item {
  display: flex;
  align-items: center;
  flex-basis: 360px;
  margin: 1vw;
  white-space: nowrap;
}
.screen_price .who__item img {
  margin: 0;
  width: 60px;
}
.screen_price .who__item h5 {
  margin-left: 1vw;
  font-weight: bold;
}
.screen_price > * {
  margin-bottom: 6vh;
}
.screen_features {
  margin: 0 12vh;
  text-align: center;
}
.screen_features .article {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 2vw;
}
.screen_features .article__text {
  margin: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60vw;
}
.screen_features .article__text:nth-child(odd) {
  text-align: left;
}
.screen_features .article__text:nth-child(even) {
  text-align: right;
}
.screen_features .article__pic {
  margin: 1.5vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.screen_features .article .cards {
  display: flex;
  justify-content: space-around;
}
.screen_features .article .cards__item {
  text-align: center;
  width: 33%;
  font-weight: bold;
}
.screen_features .article .cards__item p {
  margin: 1vh auto 0;
}
.screen_features .other {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: left;
}
.screen_features .other__item {
  width: 30%;
  margin: 1vw;
}
.screen_features .other p {
  color: #9da0a8;
}
.screen_features .button_block {
  display: inline-block;
  margin-bottom: 6vh;
}
.screen_ad {
  margin: 0 12vh;
  text-align: center;
}
.screen_ad .cards {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.screen_ad .cards .card__item {
  width: 600px;
  margin: 1vw;
  padding: 20px 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.screen_ad .cards .card__item li {
  color: #f58220;
  list-style-type: disc;
}
.screen_ad .cards .card__item li span {
  color: #9da0a8;
}
.screen_ad table th {
  color: #fff;
  background: #454242;
  vertical-align: middle;
}
.screen_ad table td {
  font-size: 1.3rem;
}
.screen_ad form {
  display: flex;
  justify-content: center;
}
.screen_ad form > * {
  margin: 15px;
}
.screen_ad .leftorient {
  margin: 30px auto;
  width: 750px;
  text-align: left;
}
.screen_bisness {
  text-align: center;
  height: 60vh;
}
.screen_bisness .mainwho {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.screen_bisness .mainwho .who {
  display: flex;
  justify-content: center;
}
.screen_bisness .mainwho .who__item {
  width: 350px;
  display: flex;
  align-items: center;
  margin: 1vw;
  transition: 0.2s;
  cursor: pointer;
}
.screen_bisness .mainwho .who__item img {
  margin: 0;
  width: 60px;
}
.screen_bisness .mainwho .who__item h5 {
  margin-left: 1vw;
  font-weight: bold;
}
.screen_bisness .mainwho .who__item:hover {
  transform: scale(1.05);
}
.screen_bisness > * {
  margin: 3vw;
}
.screen_inetshop {
  text-align: center;
}
.screen_inetshop .cardblock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.screen_inetshop .cardblock .left,
.screen_inetshop .cardblock .right {
  margin: 1vw;
  text-align: left;
}
.screen_inetshop .cardblock .item {
  display: flex;
  height: 150px;
  width: 500px;
}
.screen_inetshop .cardblock .item img {
  margin-top: 0;
  margin-right: 1vw;
}
.screen_inetshop .raschet {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
.screen_inetshop .raschet table {
  margin: 2vw;
  line-height: 4rem;
  width: 600px;
  font-size: 1.5rem;
}
.screen_inetshop .raschet table tr:nth-child(2),
.screen_inetshop .raschet table tr:nth-child(3) {
  font-size: 1rem;
}
.screen_inetshop .raschet table tr:nth-child(2) td:first-child,
.screen_inetshop .raschet table tr:nth-child(3) td:first-child {
  display: inline-block;
  margin-left: 1vw;
}
.screen_promotion {
  text-align: center;
}
.screen_promotion .question {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.screen_promotion .question .left,
.screen_promotion .question .right {
  margin: 1vw;
  text-align: left;
  width: 485px;
}
.screen_promotion .cardblock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.screen_promotion .cardblock .left,
.screen_promotion .cardblock .right {
  margin: 1vw;
  text-align: left;
}
.screen_promotion .cardblock .item {
  display: flex;
  height: 150px;
  width: 500px;
}
.screen_promotion .cardblock .item img {
  margin-top: 0;
  margin-right: 1vw;
}
.screen_promotion .raschet {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  text-align: center;
}
.screen_promotion .raschet table {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  background-color: transparent;
  line-height: 4rem;
  width: 1000px;
  font-size: 1rem;
}
.screen_promotion .raschet table th {
  color: #fff;
  background: #454242;
  padding: 0.75rem;
  vertical-align: top;
  line-height: 1.5;
}
.screen_promotion .raschet table th,
.screen_promotion .raschet table td {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
  line-height: 1.5;
}
.screen_promotion .d-inline .button {
  margin-bottom: 1rem;
}
.screen_marketing {
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 0px;
}
.screen_marketing h1,
.screen_marketing h2 {
  margin-bottom: 25px;
}
.screen_marketing .unit1 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: unset;
  padding-bottom: 120px;
}
.screen_marketing .unit1 .left_block {
  width: 55%;
  margin-right: 25px;
}
.screen_marketing .unit1 .right_block {
  width: 45%;
}
.screen_marketing .unit2 {
  display: flex;
  flex-direction: row;
  width: 65%;
  padding-bottom: 120px;
}
.screen_marketing .unit3 {
  padding-bottom: 120px;
}
.screen_marketing .unit3 .plashki {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 25px;
}
.screen_marketing .unit3 .plashki .item {
  display: flex;
  background-color: #ffffff;
  padding: 25px 25px 25px 25px;
  width: 19%;
  align-items: center;
  border-radius: 10px;
}
.screen_marketing .unit3 .plashki .item img {
  margin-bottom: 25px;
}
.screen_marketing .unit4 {
  padding-bottom: 120px;
}
.screen_marketing .unit4 .plashki {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
}
.screen_marketing .unit4 .plashki .layer_top,
.screen_marketing .unit4 .plashki .layer_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.screen_marketing .unit4 .plashki .layer_top .item,
.screen_marketing .unit4 .plashki .layer_bottom .item {
  text-align: center;
  background-color: #ffffff;
  padding: 25px 25px 25px 25px;
  width: 19%;
  align-items: center;
  border-radius: 10px;
}
.screen_marketing .unit4 .plashki .layer_top .item img,
.screen_marketing .unit4 .plashki .layer_bottom .item img {
  margin-bottom: 25px;
}
.screen_marketing .unit5 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: unset;
  padding-bottom: 120px;
}
.screen_marketing .unit5 .left_block {
  width: 50%;
  margin-right: 50px;
}
.screen_marketing .unit5 .left_block ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-inline-start: 40px;
}
.screen_marketing .unit5 .left_block ul li {
  list-style: unset;
}
.screen_marketing .unit5 .right_block {
  width: 50%;
}
.screen_marketing .unit6 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: unset;
  padding-bottom: 120px;
}
.screen_marketing .unit6 .left_block {
  width: 50%;
}
.screen_marketing .unit6 .right_block {
  width: 50%;
  margin-left: 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.screen_marketing .unit6 .right_block .dop_otstup {
  padding-bottom: 15px;
}
.screen_marketing .unit7 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: unset;
  padding-bottom: 120px;
}
.screen_marketing .unit7 .left_block {
  width: 50%;
  margin-right: 50px;
}
.screen_marketing .unit7 .left_block ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-inline-start: 40px;
}
.screen_marketing .unit7 .left_block ul li {
  list-style: unset;
}
.screen_marketing .unit7 .right_block {
  width: 50%;
}
.screen_marketing .unit8 {
  padding-bottom: 120px;
}
.screen_marketing .unit8 a {
  margin-bottom: 25px;
}
.screen_payments {
  text-align: center;
  min-height: 60vh;
}
.screen_payments .payments {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.screen_payments .payments__item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #fff;
  margin: 20px;
  padding: 0.5vw;
  width: 250px;
  height: 150px;
  transition: 0.3s;
}
.screen_payments .payments__item picture {
  margin: auto;
}
.screen_payments .payments__item:hover {
  transform: scale(1.1);
}
.screen_payments > * {
  margin: 1vw;
}
.screen_viber {
  margin: 0 12vh;
  text-align: center;
}
.screen_viber .viberblock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6vh;
}
.screen_viber .viberblock__left,
.screen_viber .viberblock__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.screen_viber .viberblock__left {
  text-align: left;
  width: 50%;
  margin-right: -3vw;
}
.screen_viber .viberblock__center {
  z-index: -1;
  margin: 0 -2vw;
}
.screen_viber .viberblock__right {
  text-align: right;
  width: 50%;
  margin-left: -3vw;
}
.screen_viber .viberblock__item p {
  margin-top: 1vh;
  color: #9da0a8;
}
.screen_viber .cardblock {
  display: flex;
  justify-content: space-around;
}
.screen_viber .cardblock__item h5 {
  margin-top: 2vh;
}
.screen_viber > * {
  margin-bottom: 6vh;
}
.screen_partner {
  text-align: center;
  margin: 0 12vh;
}
.screen_partner .textblock .cardblock {
  margin-top: 2vw;
  display: flex;
  justify-content: space-around;
}
.screen_partner .textblock .cardblock .cardblock__item {
  margin-left: 10px;
  margin-right: 10px;
}
.screen_partner .footerblock {
  margin: 2vw 0;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.screen_partner .footerblock h1 {
  white-space: nowrap;
}
.screen_partner .footerblock p {
  margin: auto;
}
.screen_partner .footerblock button {
  margin-left: 1vw;
}
.screen_partner .tableblock table {
  margin-top: 1vw;
}
.screen_partner .tableblock table th {
  color: #fff;
  background: #454242;
}
.screen_partner .tableblock table th,
.screen_partner .tableblock table td {
  max-width: 10vh;
}
.screen_partner > * {
  margin: 1vw;
}
.screen_news .newsblock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.screen_news .newsblock__item {
  border-radius: 10px;
  margin: 1vw;
  padding: 20px;
  width: 22%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.screen_news1 {
  width: 600px;
  margin: auto;
}
.screen_reviews .titleblock {
  display: flex;
}
.screen_reviews .titleblock h1 {
  margin-right: 3vw;
}
.screen_reviews .mainblock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1vw;
}
.screen_reviews .mainblock .review {
  display: flex;
  width: 500px;
  margin-bottom: 2vw;
}
.screen_reviews .mainblock .review__avatar {
  width: 150px;
}
.screen_about {
  text-align: center;
}
.screen_about p,
.screen_about ul {
  text-align: left;
}
.screen_about li {
  list-style: disc inside;
  margin-left: 30px;
}
.screen_oferta h1 {
  display: none;
}
.screen_oferta .dogovor .left-menu {
  font-weight: bold;
  width: 22%;
  float: left;
}
.screen_oferta .dogovor .left-menu a {
  display: block;
  margin-bottom: 1vw;
}
.screen_oferta .dogovor .left-menu a:hover {
  transform: scale(1.05);
}
.screen_oferta .dogovor .mainblock {
  display: block;
  float: right;
  width: 75%;
}
.screen_oferta .dogovor .mainblock p {
  text-indent: unset;
}
.screen_oferta .dogovor .mainblock .last-paragraf {
  margin-bottom: 30px;
}
.screen_oferta .dogovor .mainblock ul {
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.screen_oferta .dogovor .mainblock ul.dash li:before {
  content: '-';
  margin-right: 1rem;
}
.screen_faq hr {
  width: 98%;
}
.screen_faq li {
  list-style: disc inside;
  margin-left: 30px;
}
.screen_faq .mainblock {
  width: 70%;
  float: left;
}
.screen_faq .mainblock .faqblock {
  margin-top: 2vw;
}
.screen_faq .mainblock .faqblock__item {
  margin: 2vw 0;
  cursor: pointer;
  outline: none;
  transition: 1s;
}
.screen_faq .mainblock .faqblock__item a {
  text-decoration: underline;
}
.screen_faq .mainblock .faqblock__item:focus .item__body p,
.screen_faq .mainblock .faqblock__item:focus .item__body ul,
.screen_faq .mainblock .faqblock__item:focus .item__body i {
  color: black;
  max-width: 98%;
}
.screen_faq .rightblock {
  float: right;
  right: 15px;
  padding: 2vw;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 30%;
  margin-bottom: 20px;
}
.screen_faq .rightblock label {
  font-size: 1.2rem;
}
.screen_faq .rightblock button {
  margin: 1vw 0;
}
.screen_faq .rightblock .select_block {
  margin: 2vw 0;
}
.screen_faq .rightblock .select_block label {
  margin-right: 1vw;
}
.screen_blog {
  display: flex;
  align-items: flex-start;
}
.screen_blog h5 {
  font-weight: bold;
}
.screen_blog .mainblock {
  width: 75%;
  margin-right: 1vw;
}
.screen_blog .mainblock .blogs__item {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}
.screen_blog .mainblock .blogs__item .picblock {
  width: 30%;
}
.screen_blog .mainblock .blogs__item .textblock {
  width: 70%;
  margin-left: 1vw;
}
.screen_blog .mainblock .blogs__item .textblock .footerblock {
  color: #9da0a8;
  margin-top: 1vw;
}
.screen_blog .mainblock .blogs__item .textblock .footerblock span {
  display: inline-block;
  margin-right: 1vw;
}
.screen_blog .rightblock {
  padding: 2vw;
  width: 25%;
  border-left: 1px solid #9da0a8;
}
.screen_blog .rightblock h5 {
  margin-top: 2vw;
}
.screen_blog .rightblock select {
  width: 100%;
  margin-bottom: 1vw;
}
.screen_blog .rightblock li {
  margin-top: 1vw;
}
.screen_blog .rightblock input {
  background: url("/images/landing/search icon.png") no-repeat;
  background-position: right center;
}
.screen_blog1 {
  display: flex;
  align-items: flex-start;
}
.screen_blog1 .mainblock {
  margin-right: 2vw;
}
.screen_blog1 .mainblock .tags * {
  margin-right: 1vw;
}
.screen_blog1 .mainblock h1 {
  margin-top: 2vw;
}
.screen_blog1 .mainblock picture {
  float: left;
  margin: 1vw;
  margin-left: 0;
}
.screen_blog1 .mainblock .socials_hor {
  margin-top: 5vw;
}
.screen_blog1 .mainblock .socials_hor p {
  display: inline-block;
  margin: auto 0;
  margin-right: 1vw;
  font-weight: bold;
}
.screen_blog1 .mainblock .review {
  margin-top: 1vw;
  display: flex;
  margin-bottom: 2vw;
}
.screen_blog1 .mainblock .review__avatar {
  width: 150px;
}
.screen_blog1 .mainblock form {
  width: 400px;
}
.screen_blog1 .mainblock form input {
  background: none;
}
.screen_blog1 .mainblock form * {
  margin: 1vw;
}
.screen_blog1 .mainblock__slide1 {
  display: flex;
  justify-content: flex-start;
}
.screen_blog1 .mainblock__slide1 .slide1__item {
  margin-right: 1vw;
  max-width: 500px;
  background: #fff;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.2s;
}
.screen_blog1 .mainblock__slide1 .slide1__item:hover {
  transform: scale(1.05);
}
.screen_blog1 .rightblock {
  padding: 2vw;
  width: 25%;
  border-left: 1px solid #9da0a8;
}
.screen_blog1 .rightblock h5 {
  margin-top: 2vw;
}
.screen_blog1 .rightblock select {
  width: 100%;
  margin-bottom: 1vw;
}
.screen_blog1 .rightblock li {
  margin-top: 1vw;
}
.screen_blog1 .rightblock input {
  background: url("/images/landing/search icon.png") no-repeat;
  background-position: right center;
}
.screen_contacts .titleblock {
  display: flex;
  align-items: center;
}
.screen_contacts .titleblock a {
  margin-left: 2vw;
}
.screen_contacts .titleblock a::after {
  content: '>';
  color: #f58220;
  margin-left: 1vw;
  font-size: 1.2rem;
}
.screen_contacts .contacts {
  display: flex;
  justify-content: space-between;
}
.screen_contacts .contacts__type {
  border-left: 1px solid #9da0a8;
  padding: 1vw 1vw 0 ;
}
.screen_contacts .contacts__type ul {
  margin-top: 2vw;
}
.screen_contacts .contacts__type ul li:not(:last-child) {
  margin-bottom: 1vw;
}
.screen_contacts .contacts__type:first-child {
  border-left: none;
}
.screen_contacts .contacts__type:first-child ul {
  column-count: 2;
}
.screen_contacts .contactsblock .toggled {
  padding-left: 1vw;
  display: flex;
  align-items: center;
}
.screen_contacts .contactsblock .toggled i {
  padding-top: 6px;
  padding-left: 10px;
}
.screen_contacts .contactsblock .toggle1 {
  padding: 20px 1.2vw;
}
.screen_contacts .contactsblock .toggle1 span {
  display: inline-block;
  width: 100px;
}
.screen_conditions div {
  column-count: 2;
}
.screen_conditions p {
  color: #9da0a8;
}
.screen_conditions form {
  margin-top: 1vw;
}
.screen-registration {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screen-registration > .screen1__left {
  flex-basis: 40%;
  padding-left: 30px;
}
.screen-registration > .screen1__right {
  flex-basis: 55%;
}
.screen-registration > * {
  margin: 10px;
}
.screen-registration form .oferta-block {
  width: 330px;
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.screen-registration form .oferta-block a {
  text-decoration: underline;
}
.fs42 {
  font-size: 42px;
}
.fs21 {
  font-size: 21px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.sfl-container {
  padding: 50px 40px;
  box-shadow: 0 7px 15px rgba(71, 70, 68, 0.09);
  border-radius: 10px;
  background-color: #fff;
}
.sfl-input {
  border: 0;
  border-bottom: 1px solid #949494;
  outline: 0;
  background-color: transparent;
  width: 330px;
}
.sfl-help-block {
  margin-top: 10px;
  color: #a7aab3;
  font-size: 17px;
  font-style: italic;
}
.sfl-button {
  width: 330px;
  height: 49px;
  border-radius: 10px;
  background-color: #7eb336;
  color: white;
  outline: none;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.sfl-bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-107deg, #fbfbfc 0%, #f0eded 100%);
  opacity: 0.43;
  z-index: -1;
}
.fishka_price {
  position: relative;
  min-width: 450px;
  height: 300px;
  margin: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fishka_pricebest {
  position: relative;
  min-width: 450px;
  height: 300px;
  margin: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-top: 50px;
  transform: scale(1.1);
}
.fishka_pricebest .upcase.fontSize2 {
  margin-top: 35px;
}
.fishka_pricebest .headtext {
  position: absolute;
  top: 0;
  height: 50px;
  padding-top: 15px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}
.fishka_pricebest::before {
  position: absolute;
  top: 0;
  height: 50px;
  padding-top: 15px;
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
  content: " ";
  text-transform: uppercase;
  color: #fff;
  background: #7eb336;
}
.brandPoint {
  display: block;
  width: 6px;
  height: 6px;
  background: #f58220;
  border-radius: 50%;
  transition: 0.5s;
}
.brandPoint:hover {
  background: #fac69a;
}
.socbuttons {
  margin-bottom: 3px;
  margin-right: 3px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  color: #9da0a8;
  display: block;
  padding-top: 5px;
  padding-left: 5px;
  border: #9da0a8 solid 1px;
  border-radius: 50%;
  transition: 0.3s;
}
.socbuttons:hover {
  background: #e1e1e4;
  text-decoration: none;
  color: #ffffff;
}
.block-integration {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.block-integration a {
  color: #9da0a8;
  text-decoration: underline;
}
.block-integration .images-and-link {
  width: 100%;
}
.block-integration .images-and-link img {
  width: 70%;
}
.block-integration .block1 {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.block-integration .block2 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.block-integration .block3 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.upperkey {
  text-transform: uppercase;
}
.upperkey * {
  text-transform: uppercase;
}
.owl-item.active {
  margin-bottom: 10px;
}
.owl-dot.active:focus,
.owl-dot:focus {
  outline: 0;
}
.button {
  display: inline-block;
  font-weight: 400;
  width: 210px;
  height: 50px;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.78rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
}
.button * {
  text-transform: uppercase;
}
.button.header-button {
  width: auto;
  height: 35px;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  min-width: 120px;
}
.button:hover {
  color: #212529;
  text-decoration: none;
}
.button:focus,
.button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.button.disabled,
.button:disabled {
  opacity: 0.65;
}
.button a.button.disabled,
.button fieldset:disabled a.button {
  pointer-events: none;
}
.button.type1 {
  color: white;
  background-color: #ff6f3c;
  border-color: #ff6f3c;
}
.button.type1:hover {
  background-color: #e55a2b;
  border-color: #e55a2b;
}
.button.type1:focus,
.button.type1.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 60, 0.5);
}
.button.type1.disabled,
.button.type1:disabled {
  cursor: not-allowed;
  background-color: #ff8f6c;
  border-color: #ff8f6c;
}
.button.type1.mini {
  min-width: 50px;
}
.button.type2 {
  color: white;
  background-color: #2be7f1;
  border-color: #2be7f1;
}
.button.type2:hover {
  background-color: #1dd1db;
  border-color: #1dd1db;
}
.button.type2:focus,
.button.type2.focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 231, 241, 0.5);
}
.button.type2.disabled,
.button.type2:disabled {
  cursor: not-allowed;
  background-color: #5cecf3;
  border-color: #5cecf3;
}
.button.type3 {
  color: #e0e0e0;
  background-color: rgba(0, 0, 0, 0);
  border-color: #a8ff60;
}
.button.login-outline {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #2be7f1;
}
.button.login-outline:hover {
  background-color: #2be7f1;
  color: #1e1e2f;
}
/* Ensure nested elements inside login outline become dark on hover for contrast */
.button.login-outline:hover *,
.button.login-outline:focus * { color: #1e1e2f !important; }
/* Ensure nested elements (like span.linkBrand1) inside header buttons stay white */
.button.type1, .button.type1 * { color: #ffffff !important; }
.button.login-outline, .button.login-outline * { color: #ffffff !important; }
.button.type3:hover {
  background-color: #a8ff60;
  border-color: #a8ff60;
  color: #1e1e2f;
  box-shadow: 2px 3px 4px 1px rgba(71, 70, 68, 0.17);
}
.button.type3:focus,
.button.type3.focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 255, 96, 0.3);
}
.button.type3.disabled,
.button.type3:disabled {
  cursor: not-allowed;
  border-color: #c4ff8a;
}
.button.type0 {
  width: 39px;
  height: 40px;
  background-color: #2a2a3e;
  padding: initial;
  color: #e0e0e0;
}
a.button.type0 {
  padding-top: 8px;
}
.button.type0:focus,
.button.type0.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 60, 0.3);
}
.button.type0.green {
  color: white;
  background-color: #ff6f3c;
}
.button.type0.green:focus,
.button.type0.green.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 60, 0.5);
}
.button.type5 {
  border-radius: 0;
  width: 233px;
  height: 36px;
  border: 1px solid #ff6f3c;
  background-color: transparent;
  padding: initial;
  color: #e0e0e0;
}
.button.type5:hover {
  background-color: #ff6f3c;
  border: 1px solid #ff6f3c;
  color: white;
}
.button.type5:focus,
.button.type5.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 60, 0.3);
}
.button.type6 {
  color: white;
  background-color: #a8ff60;
  border-color: #a8ff60;
}
.button.type6:hover {
  background-color: #8ee647;
  border-color: #8ee647;
}
.button.type6:focus,
.button.type6.focus {
  box-shadow: 0 0 0 0.2rem rgba(168, 255, 96, 0.5);
}
.button.type6.disabled,
.button.type6:disabled {
  cursor: not-allowed;
  background-color: #c4ff8a;
  border-color: #c4ff8a;
}
.button.type6.mini {
  min-width: 50px;
}
.screen_prices .tableblock .table th {
  color: #fff;
  background: #ff6f3c;
}
.gateway-integration {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gateway-integration .gi-central-block {
  text-align: left;
  align-self: center;
  color: #9da0a8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gateway-integration li {
  list-style: unset;
}
.button_block.istarnslate {
  white-space: nowrap;
}
.button_block.istarnslate .button {
  width: 165px;
}
.fix-text {
  line-height: 1.5;
  font-size: 18px;
}
.screen_payments .payments__item {
  cursor: unset;
}
.screen_payments .payments__item:hover {
  transform: unset;
}
.screen2__slide1 .slide1__right img {
  border-radius: 10px;
}
@media screen and (max-width: 1680px) {
  .viber-resolution .button {
    width: 180px;
  }
  body {
    background-size: 100% 5000px;
  }
  .screen5__carusel {
    width: 100%;
  }
  .screen5__carusel .fishka_price {
    min-width: 360px;
  }
  .screen5__carusel .fishka_price .fontSize2 {
    font-size: 28px;
  }
  .screen5__carusel .fishka_price .fontSize3 {
    font-size: 40px;
  }
  .screen5__carusel .fishka_pricebest {
    min-width: 400px;
  }
  .screen5__carusel .fishka_pricebest .fontSize2 {
    font-size: 28px;
  }
  .screen5__carusel .fishka_pricebest .fontSize3 {
    font-size: 40px;
  }
  .screen_prices .prices_block .fishka_price {
    min-width: 360px;
  }
  .screen_prices .prices_block .fishka_price .fontSize2 {
    font-size: 28px;
  }
  .screen_prices .prices_block .fishka_price .fontSize3 {
    font-size: 40px;
  }
  .screen_prices .prices_block .fishka_pricebest {
    min-width: 400px;
  }
  .screen_prices .prices_block .fishka_pricebest .fontSize2 {
    font-size: 28px;
  }
  .screen_prices .prices_block .fishka_pricebest .fontSize3 {
    font-size: 40px;
  }
  .screen1 .screen1__right img {
    max-width: unset;
    width: 90%;
  }
  .cardblock picture {
    height: 100px;
  }
  .screen_oferta .dogovor .mainblock {
    width: 70%;
  }
}
@media screen and (max-width: 1440px) {
  .screen1 .button_block {
    white-space: nowrap;
  }
  .screen5__carusel .fishka_price {
    min-width: 310px;
  }
  .screen5__carusel .fishka_price .fontSize2 {
    font-size: 26px;
  }
  .screen5__carusel .fishka_price .fontSize3 {
    font-size: 32px;
  }
  .screen5__carusel .fishka_pricebest {
    min-width: 360px;
  }
  .screen5__carusel .fishka_pricebest .fontSize2 {
    font-size: 26px;
  }
  .screen5__carusel .fishka_pricebest .fontSize3 {
    font-size: 32px;
  }
  .screen_prices .prices_block .fishka_price {
    min-width: 310px;
  }
  .screen_prices .prices_block .fishka_price .fontSize2 {
    font-size: 26px;
  }
  .screen_prices .prices_block .fishka_price .fontSize3 {
    font-size: 32px;
  }
  .screen_prices .prices_block .fishka_pricebest {
    min-width: 360px;
  }
  .screen_prices .prices_block .fishka_pricebest .fontSize2 {
    font-size: 26px;
  }
  .screen_prices .prices_block .fishka_pricebest .fontSize3 {
    font-size: 32px;
  }
  .viber-resolution {
    white-space: nowrap;
  }
  .viber-resolution .button {
    width: 152px;
  }
  .screen_features .article .article__pic {
    display: none;
  }
  .screen_features .article .article__text {
    text-align: left;
  }
  .screen_ad .table {
    white-space: nowrap;
  }
  .screen_partner .table tr th:first-child {
    white-space: nowrap;
  }
  .mobile-landing-hide {
    display: none;
  }
  .resolution1440.mobile-landing {
    display: unset!important;
    margin-bottom: 20px;
  }
  .screen_partner .footerblock {
    justify-content: space-around;
    margin-bottom: 10px;
  }
  .screen_contacts .contacts__type {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1366px) {
  .screen5__carusel .fishka_price {
    min-width: 300px;
  }
  .screen5__carusel .fishka_price .fontSize2 {
    font-size: 24px;
  }
  .screen5__carusel .fishka_price .fontSize3 {
    font-size: 30px;
  }
  .screen5__carusel .fishka_pricebest {
    min-width: 350px;
  }
  .screen5__carusel .fishka_pricebest .fontSize2 {
    font-size: 24px;
  }
  .screen5__carusel .fishka_pricebest .fontSize3 {
    font-size: 30px;
  }
  .screen_prices .prices_block .fishka_price {
    min-width: 300px;
  }
  .screen_prices .prices_block .fishka_price .fontSize2 {
    font-size: 24px;
  }
  .screen_prices .prices_block .fishka_price .fontSize3 {
    font-size: 30px;
  }
  .screen_prices .prices_block .fishka_pricebest {
    min-width: 350px;
  }
  .screen_prices .prices_block .fishka_pricebest .fontSize2 {
    font-size: 24px;
  }
  .screen_prices .prices_block .fishka_pricebest .fontSize3 {
    font-size: 30px;
  }
  .resolution1366 {
    margin-bottom: 80px;
  }
  .article4 .fontSize3 {
    font-size: 40px;
  }
  .screen_contacts .contacts__type {
    padding-left: 10px;
    padding-right: 10px;
  }
  .screen_news .newsblock__item {
    width: 30%;
  }
  .header .navblock {
    width: 95%;
  }
  .header picture img {
    max-width: unset;
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .fontSize5 {
    font-size: 4rem;
  }
  body {
    text-align: center;
  }
  .enter {
    display: block;
  }
  .burger {
    display: block;
  }
  .header .navblock,
  footer {
    display: none !important;
  }
  .minifooter {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
  }
  .screen1 {
    flex-wrap: wrap;
    height: auto;
  }
  .screen1 .screen1__left {
    order: 1;
    padding-left: 0;
  }
  .screen1 .screen1__right {
    order: 0;
    flex-grow: 1;
  }
  .screen6 .screen6__title .pointlist,
  .screen6 .screen6__title a {
    display: none !important;
  }
  .screen6 .screen6__slide1 {
    margin: 0;
    flex-wrap: wrap;
  }
  .screen6 .screen6__slide1 .slide1__item {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    margin: auto 0;
    background: none;
  }
  .screen4 {
    font-size: 0.8rem;
  }
  .screen7 {
    display: block;
  }
  .screen7 .screen7__left {
    padding-left: 0;
    white-space: nowrap;
  }
  .screen_features h1 {
    font-size: 2.2rem;
  }
  .screen_features h2 {
    font-size: 1.6rem;
  }
  .screen_features .article__pic {
    display: none;
  }
  .screen_features .other__item {
    width: 100%;
  }
  .screen_features button:last-child {
    display: none;
  }
  .screen_oferta h1 {
    display: block;
  }
  .screen_oferta .dogovor {
    text-align: left;
    display: block;
  }
  .screen_oferta .dogovor .left_menu,
  .screen_oferta .dogovor .fix {
    position: static !important;
    margin: 20px 0;
  }
  .screen_faq {
    flex-direction: column;
  }
  .screen_faq .mainblock,
  .screen_faq .rightblock {
    width: 100%;
  }
  .screen_faq .rightblock {
    background: none;
    margin-top: 10vh;
    box-shadow: none;
  }
  .screen_prices .fishka_price,
  .screen_prices .fishka_pricebest {
    box-shadow: none;
    background: none;
    height: auto;
    margin-bottom: 20px;
  }
  .screen_prices .fishka_pricebest {
    background: rgba(126, 179, 24, 0.15);
  }
  .screen_ad table {
    display: block;
    overflow: scroll;
  }
  .screen_inetshop .left {
    display: none;
  }
  .screen_inetshop .raschet {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
  }
  .screen_inetshop .raschet table {
    line-height: 4rem;
    width: 100%;
    font-size: 1rem;
  }
  .screen_inetshop .raschet table tr:nth-child(2),
  .screen_inetshop .raschet table tr:nth-child(3) {
    font-size: 0.8rem;
  }
  .screen_inetshop .raschet table tr:nth-child(2) td:first-child,
  .screen_inetshop .raschet table tr:nth-child(3) td:first-child {
    display: inline-block;
    margin-left: 1vw;
  }
  .screen_inetshop button:last-child {
    display: none;
  }
  .screen1__socials,
  .screen2,
  .screen3,
  .screen5,
  .breadcrumbs {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  html {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=landing.css.map */
/* --- Dark theme overrides for submenu pages ("Więcej") --- */
/* Generic cards/containers previously using #fff */
.sfl-container,
.screen3__slide1 .slide1__item,
.screen_ad .cards .card__item,
.screen_news .newsblock__item,
.screen_faq .rightblock,
.screen_inetshop .raschet table,
.screen_partner .tableblock table,
.screen_viber .cardblock__item,
.screen_inetshop .cardblock .item,
.screen_features .article__pic,
.screen4__carusel .fishka,
.fishka_price,
.fishka_pricebest {
  background: #2a2a3e !important;
  color: #e0e0e0;
}

/* Borders and separators to match dark */
.screen_partner .tableblock table th,
.screen_price table th,
.screen_ad table th {
  background: #1e1e2f !important;
  color: #ffffff !important;
}

.screen_partner .tableblock table th,
.screen_partner .tableblock table td,
.screen_ad table th,
.screen_ad table td,
.screen_price .tableblock .table th,
.screen_price .tableblock .table td,
.screen_promotion .raschet table th,
.screen_promotion .raschet table td {
  border-color: #3a3a52 !important;
}

/* Inputs in dark blocks */
.sfl-container input,
.sfl-container textarea,
.sfl-container select {
  background: #1e1e2f;
  color: #e0e0e0;
  border-color: #3a3a52;
}

/* Breadcrumbs and headings stay light on dark */
.breadcrumbs *,
.screen_marketing h1,
.screen_marketing h2,
.screen_api h2,
.screen_partner h1,
.screen_partner h2 {
  color: #e0e0e0;
}

/* Images inside cards keep rounded corners looking good */
.screen3__slide1 .slide1__item img,
.screen_ad .cards .card__item img,
.screen_news .newsblock__item img {
  border-radius: 6px;
}