@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;
}
body {
  background: url("/images/landing/bgscreen_mini.png") no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
  font-family: Play;
}
section {
  margin-bottom: 5vh;
}
a {
  cursor: pointer;
  color: #d8690a;
  text-decoration: none;
  transition: 0.2s;
  color: #000;
}
a:hover {
  color: #f58220;
  text-decoration: none;
}
picture {
  display: block;
}
img {
  display: block;
  max-width: 100%;
  margin: auto;
}
li {
  list-style: none;
}
.loginscreen {
  position: unset;
  width: 100%;
  margin-top: 100px;
  padding: 20px 30px;
  text-align: center;
  background-color: white;
  box-shadow: unset;
  border: 1px solid #9da0a8;
  border-radius: 10px;
}
.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%;
}
.fontSize2 {
  font-size: 2rem;
}
.fontSize3 {
  font-size: 3rem;
}
.fontSize5 {
  font-size: 5rem;
}
.colorBrand1 {
  color: #f58220;
}
.linkBrand1 {
  cursor: pointer;
  color: #d8690a;
  text-decoration: none;
  transition: 0.2s;
}
.linkBrand1:hover {
  color: #f58220;
  text-decoration: none;
}
.colorBrand2 {
  color: #7eb336;
}
.colorGray {
  color: #9da0a8;
}
.colorBlack {
  color: #000;
}
.hashtags {
  color: #9da0a8;
  white-space: nowrap;
}
.hashtags:before {
  content: '#';
}
.viewseye {
  color: #9da0a8;
  white-space: nowrap;
}
.viewseye:before {
  content: '👁';
}
.reviews {
  color: #9da0a8;
  white-space: nowrap;
}
.reviews:before {
  content: '🗭';
}
.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: #000;
  margin: 0 5px;
}
.hide {
  display: none !important;
}
.left_slide_button,
.right_slide_button {
  margin: auto;
  padding: auto;
  min-width: 40px;
  min-height: 40px;
  color: #f58220;
  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: #f58220;
}
.input_def {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 0;
  margin-right: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.select_def {
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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 #000;
  outline: none;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
#totop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 3rem;
  color: #9da0a8;
  text-align: center;
  transition: 0.5s;
  opacity: 0.3;
}
#totop:hover {
  transform: scale(1.2);
  opacity: 0.7;
}
.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: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hovermenu__cont p {
  margin: 15px;
}
.focusmenu {
  position: relative;
  cursor: pointer;
  outline: none;
  color: #000;
}
.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: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.focusmenu__cont li {
  margin: 15px 30px;
}
.slf-mobile {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  margin-bottom: 80px;
}
.slf-mobile .slf-mobile-main {
  margin-left: 10px;
  margin-right: 10px;
}
.slf-mobile form {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
}
.slf-mobile input:not([type=checkbox]) {
  border: 0;
  border-bottom: 1px solid #949494;
  outline: 0;
  background-color: transparent;
  width: 100%;
}
.header {
  top: 0;
  padding: 10px 6vw;
  max-height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  width: 100vw;
  background: rgba(255, 255, 255, 0.8);
  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;
}
.sfl-header2 {
  top: 0;
  padding-top: 18px;
  max-height: 100px;
  display: flex;
  justify-content: space-around;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.sfl-header2 .navblock {
  display: flex;
}
.sfl-header2 .navblock__block1,
.sfl-header2 .navblock__block2 {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.sfl-header2 .navblock__block1 li,
.sfl-header2 .navblock__block2 li {
  margin-left: 2vw;
}
.sfl-langblock {
  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: #d8690a;
  text-decoration: none;
  transition: 0.2s;
}
.sfl-langblock li:hover:hover {
  color: #f58220;
  text-decoration: none;
}
.enter {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 17px;
  right: 10vw;
  border-radius: 5px;
  padding: 3px;
  color: #9da0a8;
  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: #9da0a8;
  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: #fff;
  margin-top: 60px;
}
.burger_menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 100%;
  width: 60vw;
  border-bottom: 1px solid #9da0a8;
}
.burger_menu li a {
  color: #f58220;
  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: #fff;
  padding: 2vh 6vw 1vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.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 .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_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_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;
}
.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: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: #7eb336;
  border-color: #7eb336;
}
.button.type1:hover {
  background-color: #5e8826;
  border-color: #5e8826;
}
.button.type1:focus,
.button.type1.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 179, 54, 0.5);
}
.button.type1.disabled,
.button.type1:disabled {
  cursor: not-allowed;
  background-color: #97cb51;
  border-color: #97cb51;
}
.button.type1.mini {
  min-width: 50px;
}
.button.type2 {
  color: white;
  background-color: #5095d1;
  border-color: #5095d1;
}
.button.type2:hover {
  background-color: #327cbc;
  border-color: #327cbc;
}
.button.type2:focus,
.button.type2.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 149, 209, 0.5);
}
.button.type2.disabled,
.button.type2:disabled {
  cursor: not-allowed;
  background-color: #78addc;
  border-color: #78addc;
}
.button.type3 {
  color: #58595b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #58595b;
}
.button.type3:hover {
  background-color: white;
  border-color: white;
  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(0, 0, 0, 0.1);
}
.button.type3.disabled,
.button.type3:disabled {
  cursor: not-allowed;
  border-color: #717275;
}
.button.type0 {
  width: 39px;
  height: 40px;
  background-color: #e8e8e8;
  padding: initial;
}
a.button.type0 {
  padding-top: 8px;
}
.button.type0:focus,
.button.type0.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.button.type0.green {
  color: white;
  background-color: #7eb336;
}
.button.type0.green:focus,
.button.type0.green.focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 179, 54, 0.5);
}
.button.type5 {
  border-radius: 0;
  width: 233px;
  height: 36px;
  border: 1px solid #868686;
  background-color: transparent;
  padding: initial;
}
.button.type5:hover {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
}
.button.type5:focus,
.button.type5.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.button.type6 {
  color: white;
  background-color: #f58220;
  border-color: #f58220;
}
.button.type6:hover {
  background-color: #c96802;
  border-color: #c96802;
}
.button.type6:focus,
.button.type6.focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 104, 2, 0.5);
}
.button.type6.disabled,
.button.type6:disabled {
  cursor: not-allowed;
  background-color: #f79d51;
  border-color: #f79d51;
}
.button.type6.mini {
  min-width: 50px;
}
.screen_prices .tableblock .table th {
  color: #fff;
  background: #454242;
}
.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;
}
@media screen and (max-width: 1680px) {
  .viber-resolution .button {
    width: 180px;
  }
  body {
    background-size: 100% 5000px;
  }
}
@media screen and (max-width: 1440px) {
  .screen5__carusel {
    transform: scale(0.83);
  }
  .screen_prices .prices_block {
    transform: scale(0.83);
  }
  .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) {
  .resolution1366 {
    margin-bottom: 80px;
  }
  .article4 .fontSize3 {
    font-size: 40px;
  }
  .screen_contacts .contacts__type {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 770px) {
  body {
    background: unset;
    background-image: unset;
    display: unset;
    justify-content: unset;
    flex-direction: unset;
    height: 100%;
  }
  .burger {
    display: block;
    left: 0px;
    top: 0px;
  }
  .hovermenu__cont {
    left: -80px;
    top: 40px;
  }
  .hovermenu__cont.lang {
    left: -10px;
  }
  .fishka_price {
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .fishka_price .fontSize2.upcase {
    font-size: 26px;
  }
  .fishka_price .colorBrand1.fontSize3 {
    font-size: 36px;
  }
  .fishka_pricebest {
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .fishka_pricebest .upcase.fontSize2 {
    font-size: 24px;
  }
  .fishka_pricebest .colorBrand1.fontSize3 {
    font-size: 45px;
  }
  .fishka_pricebest::before {
    border-radius: 9px 9px 0 0;
  }
  .wrapper {
    width: 100%;
    overflow-x: hidden;
    margin: unset;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper .screen_conditions div {
    column-count: unset;
  }
  .wrapper .screen1 {
    height: unset;
  }
  .wrapper .screen1 .screen1__left {
    flex-basis: unset;
    padding: unset;
  }
  .wrapper .screen1 .screen1__left .fontSize5 {
    font-size: 60px;
    text-align: center;
  }
  .wrapper .screen1 .screen1__left .button_block {
    width: 100%;
    text-align: center;
  }
  .wrapper .screen1 .screen1__left .button_block .button.type1 {
    width: 150px;
  }
  .wrapper .screen1 .screen1__left .button_block .button.type3 {
    width: 150px;
  }
  .wrapper .screen1 .screen1__right {
    display: none;
  }
  .wrapper .screen4 {
    display: unset;
  }
  .wrapper .screen3 .fontSize3 {
    font-size: 2rem;
  }
  .wrapper .screen4__carusel .owl-stage-outer {
    margin-left: unset;
    margin-right: unset;
  }
  .wrapper .screen7 {
    display: unset;
    min-height: unset;
    padding: unset;
  }
  .wrapper .screen7 .button_block.istarnslate {
    width: 100%;
    text-align: center;
  }
  .wrapper .screen7 .button_block.istarnslate .button.type1 {
    width: 150px;
  }
  .wrapper .screen7 .button_block.istarnslate .button.type3 {
    width: 150px;
  }
  .wrapper .screen7 .screen7__right {
    display: none;
  }
  .wrapper .screen7 .screen7__left {
    padding: unset;
    padding-bottom: 20px;
  }
  .wrapper .screen3__slide1 .slide1__item {
    width: 100%;
    box-shadow: unset;
    padding: unset;
  }
  .wrapper .screen6__slide1 .slide1__item {
    box-shadow: unset;
    width: 100%;
    padding: unset;
    margin: unset;
  }
  .wrapper .screen4__carusel .fishka {
    height: 230px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .wrapper .screen5__carusel {
    transform: unset;
  }
  .wrapper .screen5__carusel .fishka_pricebest {
    transform: unset;
    min-width: unset;
  }
  .wrapper .screen5__carusel .fishka_price {
    transform: unset;
    min-width: unset;
  }
  .wrapper .screen5__carusel .offers {
    transform: unset;
    min-width: unset;
  }
  .wrapper .screen5__carusel .slider {
    width: 85%;
  }
  .wrapper .screen6__slide1 {
    margin: unset;
  }
  .wrapper .screen1__socials {
    display: none;
  }
  .wrapper .screen2__carusel .screen2__slide1 .slide1__right {
    display: none;
  }
  .wrapper .screen2__slide1 {
    display: unset;
    justify-content: unset;
    margin: unset;
  }
  .wrapper .screen2__slide1 .slide1__left {
    width: unset;
  }
  .wrapper .screen2__slide1 .slide1__left .pic_label {
    min-width: unset;
    width: 10%;
  }
  .wrapper .screen2__slide1 .slide1__left .text_label {
    width: 90%;
  }
  .wrapper .screen_news1 {
    width: 100%;
  }
  .screen_prices .prices_block {
    transform: unset;
  }
  .screen_prices .prices_block .fishka_pricebest {
    transform: unset;
    min-width: unset;
  }
  .screen_prices .prices_block .fishka_price {
    transform: unset;
    min-width: unset;
  }
  .screen_prices .prices_block .offers {
    transform: unset;
    min-width: unset;
  }
  .screen_prices .prices_block .slider {
    width: 85%;
  }
  .screen_ad {
    margin: unset;
    width: 100%;
  }
  .screen_ad .cards {
    flex-direction: column;
    width: 100%;
  }
  .screen_ad .cards .card__item {
    min-width: unset;
    width: unset;
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .screen_ad .leftorient {
    width: unset;
  }
  .screen_ad table td,
  .screen_ad table tr {
    font-size: 90%;
    padding: 5px;
  }
  .screen_ad .table-ad {
    font-size: 90%;
    width: 100%;
  }
  .screen_ad .table-ad th,
  .screen_ad .table-ad td {
    padding: 5px;
  }
  .sfl-bg1 {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    background-image: unset;
    opacity: unset;
    z-index: unset;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sfl-header2 {
    background-color: #F7F7F7;
    border-bottom: unset;
  }
  .sfl-header2 .hovermenu__cont {
    left: -14px;
  }
  .middle-box.text-center.screen-registration {
    width: 100%;
  }
  .middle-box.text-center.screen-registration .widgets-container {
    width: 100%;
  }
  .middle-box.text-center.screen-registration .sfl-container {
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .middle-box.text-center.screen-registration .sfl-input {
    width: 100%;
  }
  .middle-box.text-center.screen-registration .sfl-button {
    width: 100%;
  }
  .screen_partner {
    margin: unset;
  }
  .screen_partner .tableblock {
    margin: unset;
    white-space: nowrap;
    width: 100%;
  }
  .screen_partner .tableblock .table-bordered {
    border: unset;
  }
  .screen_partner .tableblock .table {
    font-size: 66%;
  }
  .screen_partner .tableblock .table-sms {
    width: 100%;
  }
  .screen_partner .tableblock .table-sms th,
  .screen_partner .tableblock .table-sms td {
    max-width: unset;
    padding: 5px;
  }
  .screen_partner .tableblock .table-viber {
    width: 100%;
  }
  .screen_partner .tableblock .table-viber th,
  .screen_partner .tableblock .table-viber td {
    max-width: unset;
    padding: 5px;
  }
  .screen_prices .tableblock {
    white-space: nowrap;
    width: 100%;
  }
  .screen_prices .tableblock .table-bordered {
    border: unset;
  }
  .screen_prices .tableblock .table {
    font-size: 66%;
  }
  .screen_prices .tableblock .table-sms {
    width: 100%;
  }
  .screen_prices .tableblock .table-sms th,
  .screen_prices .tableblock .table-sms td {
    padding: 5px;
  }
  .screen_prices .tableblock .table-viber {
    width: 100%;
  }
  .screen_prices .tableblock .table-viber th,
  .screen_prices .tableblock .table-viber td {
    padding: 5px;
  }
  .footer {
    padding: unset;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: unset;
    background-color: #F7F7F7;
  }
  .footer .linkblock {
    display: none;
  }
  .footer .logoblock {
    flex-grow: unset;
    width: 50%;
  }
  .footer .logoblock .linkBrand1 {
    font-size: 13px;
  }
  .footer .logoblock .allrights {
    font-size: 13px;
    white-space: nowrap;
  }
  .footer .logoblock .socials_hor {
    margin: 5px 0;
  }
  .footer .contactsblock {
    flex-grow: unset;
    width: 50%;
    font-size: 16px;
  }
  .header {
    padding: unset;
    width: 100%;
    max-height: unset;
    position: fixed;
    top: 0;
  }
  .header .mtop-header-block {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F7F7F7;
  }
  .header .sfl-langblock {
    margin: unset;
  }
  .header .enter {
    display: unset;
    position: unset;
    top: unset;
    right: unset;
  }
  .screen_features {
    margin: unset;
  }
  .screen_features .article {
    display: unset;
    justify-content: unset;
    align-items: unset;
  }
  .screen_features .article .cards__item p {
    font-size: 12px;
  }
  .screen_features .article__text {
    margin: unset;
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    width: unset;
  }
  .screen_features .other {
    justify-content: unset;
    flex-wrap: unset;
    flex-direction: column;
  }
  .screen_features .other .other__item {
    width: 100%;
  }
  .screen_prices .services__item {
    width: 50%;
    justify-content: unset;
  }
  .screen_prices .services__item picture {
    width: 40px;
  }
  .screen_prices .services__item h5 {
    font-size: 14px;
  }
  .screen6__slide1.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    max-height: 30px;
    overflow: hidden;
  }
  .screen_bisness {
    height: unset;
  }
  .fix-text {
    line-height: 1.5;
    font-size: 18px;
  }
  .mainwho .who {
    display: flex;
  }
  .mainwho .who .who__item {
    width: 33%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .mainwho .who .who__item img {
    width: 60px;
    height: 60px;
  }
  .mainwho .who .who__item h5 {
    font-size: 12px;
    margin: 1vh auto 0;
  }
  .screen_api {
    margin: unset;
  }
  .screen_api .article1 {
    margin-top: unset;
  }
  .screen_api .article2 {
    margin-top: 40px;
  }
  .screen_api .block-integration {
    margin-top: unset;
  }
  .screen_api .form-inline .form-control {
    margin-bottom: 0px;
  }
  .screen_api .form-inline .button.type1 {
    width: 100%;
  }
  .screen_viber {
    margin: unset;
  }
  .screen_viber .viberblock {
    flex-direction: column;
  }
  .screen_viber .viberblock .viberblock__left {
    width: 100%;
    margin: unset;
  }
  .screen_viber .viberblock .viberblock__right {
    width: 100%;
    text-align: left;
    margin: unset;
  }
  .screen_viber .cardblock .cardblock__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 33%;
  }
  .screen_viber .cardblock .cardblock__item picture {
    width: 60px;
    height: 60px;
  }
  .screen_viber .cardblock .cardblock__item h5 {
    font-size: 12px;
  }
  .screen_partner {
    margin: unset;
  }
  .screen_partner .cardblock {
    flex-direction: column;
  }
  .screen_partner .table tr th:first-child {
    white-space: unset;
  }
  .screen_partner .footerblock {
    flex-direction: column;
    height: unset;
  }
  .screen_news .newsblock__item {
    width: 100%;
    box-shadow: unset;
  }
  .screen_oferta .dogovor .mainblock {
    float: unset;
    width: 100%;
  }
  .screen_faq {
    display: flex;
    flex-direction: column;
    margin-bottom: unset;
  }
  .screen_faq .mainblock {
    float: unset;
    width: 100%;
  }
  .screen_faq .rightblock {
    float: unset;
    width: 100%;
    margin-top: 20px;
    box-shadow: unset;
    border: 1px solid #9da0a8;
    border-radius: 10px;
    padding: 20px;
  }
  .screen_faq .rightblock .button.type1 {
    width: 90%;
    margin-top: 20px;
    text-align: center;
  }
  .screen_contacts .titleblock .fontSize5 {
    font-size: 46px;
  }
  .screen_contacts .titleblock .colorGray {
    text-align: left;
  }
  .screen_contacts .contactsblock .contacts {
    flex-direction: column;
  }
  .screen_contacts .contacts__type {
    border-left: unset;
  }
  .screen_contacts .toggle1.animated.fadeIn p {
    margin-bottom: 1px;
  }
  .screen_inetshop .cardblock {
    flex-wrap: unset;
    flex-direction: column;
  }
  .screen_inetshop .cardblock .item img {
    margin-right: 3vw;
    width: 60px;
  }
  .screen_inetshop .cardblock .left .item {
    width: unset;
    height: unset;
  }
  .screen_inetshop .cardblock .right .item {
    width: unset;
    height: unset;
  }
  .screen_inetshop .raschet .left {
    display: none;
  }
  .screen_inetshop .raschet table {
    width: 100%;
    font-size: 1rem;
    line-height: 2.5rem;
    margin: unset;
  }
  .screen_inetshop .d-inline {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .screen_inetshop .d-inline .button.type1 {
    width: 90%;
    margin-right: unset!important;
    margin-bottom: 10px;
  }
  .screen_inetshop .d-inline .button.type3 {
    width: 90%!important;
  }
  .fix-news {
    zoom: 57%;
  }
}
@media screen and (orientation: landscape) {
  body {
    background: unset;
    background-image: unset;
    display: unset;
    justify-content: unset;
    flex-direction: unset;
    height: 100%;
  }
  .burger {
    display: block;
    left: 0px;
    top: 0px;
  }
  .hovermenu__cont {
    left: -80px;
    top: 40px;
  }
  .hovermenu__cont.lang {
    left: -10px;
  }
  .fishka_price {
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .fishka_price .fontSize2.upcase {
    font-size: 26px;
  }
  .fishka_price .colorBrand1.fontSize3 {
    font-size: 36px;
  }
  .fishka_pricebest {
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .fishka_pricebest .upcase.fontSize2 {
    font-size: 24px;
  }
  .fishka_pricebest .colorBrand1.fontSize3 {
    font-size: 45px;
  }
  .fishka_pricebest::before {
    border-radius: 9px 9px 0 0;
  }
  .wrapper {
    width: 100%;
    overflow-x: hidden;
    margin: unset;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper .screen_conditions div {
    column-count: unset;
  }
  .wrapper .screen1 {
    height: unset;
  }
  .wrapper .screen1 .screen1__left {
    flex-basis: unset;
    padding: unset;
  }
  .wrapper .screen1 .screen1__left .fontSize5 {
    font-size: 60px;
    text-align: center;
  }
  .wrapper .screen1 .screen1__left .button_block {
    width: 100%;
    text-align: center;
  }
  .wrapper .screen1 .screen1__left .button_block .button.type1 {
    width: 150px;
  }
  .wrapper .screen1 .screen1__left .button_block .button.type3 {
    width: 150px;
  }
  .wrapper .screen1 .screen1__right {
    display: none;
  }
  .wrapper .screen4 {
    display: unset;
  }
  .wrapper .screen3 .fontSize3 {
    font-size: 2rem;
  }
  .wrapper .screen4__carusel .owl-stage-outer {
    margin-left: unset;
    margin-right: unset;
  }
  .wrapper .screen7 {
    display: unset;
    min-height: unset;
    padding: unset;
  }
  .wrapper .screen7 .button_block.istarnslate {
    width: 100%;
    text-align: center;
  }
  .wrapper .screen7 .button_block.istarnslate .button.type1 {
    width: 150px;
  }
  .wrapper .screen7 .button_block.istarnslate .button.type3 {
    width: 150px;
  }
  .wrapper .screen7 .screen7__right {
    display: none;
  }
  .wrapper .screen7 .screen7__left {
    padding: unset;
    padding-bottom: 20px;
  }
  .wrapper .screen3__slide1 .slide1__item {
    width: 100%;
    box-shadow: unset;
    padding: unset;
  }
  .wrapper .screen6__slide1 .slide1__item {
    box-shadow: unset;
    width: 100%;
    padding: unset;
    margin: unset;
  }
  .wrapper .screen4__carusel .fishka {
    height: 230px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .wrapper .screen5__carusel {
    transform: unset;
  }
  .wrapper .screen5__carusel .fishka_pricebest {
    transform: unset;
    min-width: unset;
  }
  .wrapper .screen5__carusel .fishka_price {
    transform: unset;
    min-width: unset;
  }
  .wrapper .screen5__carusel .offers {
    transform: unset;
    min-width: unset;
  }
  .wrapper .screen5__carusel .slider {
    width: 85%;
  }
  .wrapper .screen6__slide1 {
    margin: unset;
  }
  .wrapper .screen1__socials {
    display: none;
  }
  .wrapper .screen2__carusel .screen2__slide1 .slide1__right {
    display: none;
  }
  .wrapper .screen2__slide1 {
    display: unset;
    justify-content: unset;
    margin: unset;
  }
  .wrapper .screen2__slide1 .slide1__left {
    width: unset;
  }
  .wrapper .screen2__slide1 .slide1__left .pic_label {
    min-width: unset;
    width: 10%;
  }
  .wrapper .screen2__slide1 .slide1__left .text_label {
    width: 90%;
  }
  .wrapper .screen_news1 {
    width: 100%;
  }
  .screen_prices .prices_block {
    transform: unset;
  }
  .screen_prices .prices_block .fishka_pricebest {
    transform: unset;
    min-width: unset;
  }
  .screen_prices .prices_block .fishka_price {
    transform: unset;
    min-width: unset;
  }
  .screen_prices .prices_block .offers {
    transform: unset;
    min-width: unset;
  }
  .screen_prices .prices_block .slider {
    width: 85%;
  }
  .screen_ad {
    margin: unset;
    width: 100%;
  }
  .screen_ad .cards {
    flex-direction: column;
    width: 100%;
  }
  .screen_ad .cards .card__item {
    min-width: unset;
    width: unset;
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .screen_ad .leftorient {
    width: unset;
  }
  .screen_ad table td,
  .screen_ad table tr {
    font-size: 90%;
    padding: 5px;
  }
  .screen_ad .table-ad {
    font-size: 90%;
    width: 100%;
  }
  .screen_ad .table-ad th,
  .screen_ad .table-ad td {
    padding: 5px;
  }
  .screen_ad .input_def {
    margin-right: 15px;
  }
  .sfl-bg1 {
    position: unset;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    background-image: unset;
    opacity: unset;
    z-index: unset;
    margin-left: 10px;
    margin-right: 10px;
  }
  .sfl-header2 {
    background-color: #F7F7F7;
    border-bottom: unset;
  }
  .sfl-header2 .hovermenu__cont {
    left: -14px;
  }
  .middle-box.text-center.screen-registration {
    width: 100%;
  }
  .middle-box.text-center.screen-registration .widgets-container {
    width: 100%;
  }
  .middle-box.text-center.screen-registration .sfl-container {
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: unset;
    border: 1px solid #9da0a8;
  }
  .middle-box.text-center.screen-registration .sfl-input {
    width: 100%;
  }
  .middle-box.text-center.screen-registration .sfl-button {
    width: 100%;
  }
  .screen_partner {
    margin: unset;
  }
  .screen_partner .tableblock {
    margin: unset;
    white-space: nowrap;
    width: 100%;
  }
  .screen_partner .tableblock .table-bordered {
    border: unset;
  }
  .screen_partner .tableblock .table {
    font-size: 66%;
  }
  .screen_partner .tableblock .table-sms {
    width: 100%;
  }
  .screen_partner .tableblock .table-sms th,
  .screen_partner .tableblock .table-sms td {
    max-width: unset;
    padding: 5px;
  }
  .screen_partner .tableblock .table-viber {
    width: 100%;
  }
  .screen_partner .tableblock .table-viber th,
  .screen_partner .tableblock .table-viber td {
    max-width: unset;
    padding: 5px;
  }
  .screen_prices .tableblock {
    white-space: nowrap;
    width: 100%;
  }
  .screen_prices .tableblock .table-bordered {
    border: unset;
  }
  .screen_prices .tableblock .table {
    font-size: 66%;
  }
  .screen_prices .tableblock .table-sms {
    width: 100%;
  }
  .screen_prices .tableblock .table-sms th,
  .screen_prices .tableblock .table-sms td {
    padding: 5px;
  }
  .screen_prices .tableblock .table-viber {
    width: 100%;
  }
  .screen_prices .tableblock .table-viber th,
  .screen_prices .tableblock .table-viber td {
    padding: 5px;
  }
  .footer {
    padding: unset;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: unset;
    background-color: #F7F7F7;
  }
  .footer .linkblock {
    display: none;
  }
  .footer .logoblock {
    flex-grow: unset;
    width: 50%;
  }
  .footer .logoblock .linkBrand1 {
    font-size: 13px;
  }
  .footer .logoblock .allrights {
    font-size: 13px;
    white-space: nowrap;
  }
  .footer .logoblock .socials_hor {
    margin: 5px 0;
  }
  .footer .contactsblock {
    flex-grow: unset;
    width: 50%;
    font-size: 16px;
  }
  .header {
    padding: unset;
    width: 100%;
    max-height: unset;
    position: fixed;
    top: 0;
  }
  .header .mtop-header-block {
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #F7F7F7;
  }
  .header .sfl-langblock {
    margin: unset;
  }
  .header .enter {
    display: unset;
    position: unset;
    top: unset;
    right: unset;
  }
  .screen_features {
    margin: unset;
  }
  .screen_features .article {
    display: unset;
    justify-content: unset;
    align-items: unset;
  }
  .screen_features .article .cards__item p {
    font-size: 12px;
  }
  .screen_features .article__text {
    margin: unset;
    display: unset;
    flex-direction: unset;
    justify-content: unset;
    width: unset;
  }
  .screen_features .other {
    justify-content: unset;
    flex-wrap: unset;
    flex-direction: column;
  }
  .screen_features .other .other__item {
    width: 100%;
  }
  .screen_prices .services__item {
    width: 50%;
    justify-content: unset;
  }
  .screen_prices .services__item picture {
    width: 40px;
  }
  .screen_prices .services__item h5 {
    font-size: 14px;
  }
  .screen6__slide1.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-dots {
    max-height: 30px;
    overflow: hidden;
  }
  .screen_bisness {
    height: unset;
  }
  .fix-text {
    line-height: 1.5;
    font-size: 18px;
  }
  .mainwho .who {
    display: flex;
  }
  .mainwho .who .who__item {
    width: 33%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .mainwho .who .who__item img {
    width: 60px;
    height: 60px;
  }
  .mainwho .who .who__item h5 {
    font-size: 12px;
    margin: 1vh auto 0;
  }
  .screen_api {
    margin: unset;
  }
  .screen_api .article1 {
    margin-top: unset;
  }
  .screen_api .article2 {
    margin-top: 40px;
  }
  .screen_api .block-integration {
    margin-top: unset;
  }
  .screen_api .form-inline .form-control {
    margin-bottom: 0px;
  }
  .screen_api .form-inline .button.type1 {
    width: 100%;
  }
  .screen_viber {
    margin: unset;
  }
  .screen_viber .viberblock {
    flex-direction: column;
  }
  .screen_viber .viberblock .viberblock__left {
    width: 100%;
    margin: unset;
  }
  .screen_viber .viberblock .viberblock__right {
    width: 100%;
    text-align: left;
    margin: unset;
  }
  .screen_viber .cardblock .cardblock__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 33%;
  }
  .screen_viber .cardblock .cardblock__item picture {
    width: 60px;
    height: 60px;
  }
  .screen_viber .cardblock .cardblock__item h5 {
    font-size: 12px;
  }
  .screen_partner {
    margin: unset;
  }
  .screen_partner .cardblock {
    flex-direction: column;
  }
  .screen_partner .table tr th:first-child {
    white-space: unset;
  }
  .screen_partner .footerblock {
    flex-direction: column;
    height: unset;
  }
  .screen_news .newsblock__item {
    width: 100%;
    box-shadow: unset;
  }
  .screen_oferta .dogovor .mainblock {
    float: unset;
    width: 100%;
  }
  .screen_faq {
    display: flex;
    flex-direction: column;
    margin-bottom: unset;
  }
  .screen_faq .mainblock {
    float: unset;
    width: 100%;
  }
  .screen_faq .rightblock {
    float: unset;
    width: 100%;
    margin-top: 20px;
    box-shadow: unset;
    border: 1px solid #9da0a8;
    border-radius: 10px;
    padding: 20px;
  }
  .screen_faq .rightblock .button.type1 {
    width: 90%;
    margin-top: 20px;
    text-align: center;
  }
  .screen_contacts .titleblock .fontSize5 {
    font-size: 46px;
  }
  .screen_contacts .titleblock .colorGray {
    text-align: left;
  }
  .screen_contacts .contactsblock .contacts {
    flex-direction: column;
  }
  .screen_contacts .contacts__type {
    border-left: unset;
  }
  .screen_contacts .toggle1.animated.fadeIn p {
    margin-bottom: 1px;
  }
  .screen_inetshop .cardblock {
    flex-wrap: unset;
    flex-direction: column;
  }
  .screen_inetshop .cardblock .item img {
    margin-right: 3vw;
    width: 60px;
  }
  .screen_inetshop .cardblock .left .item {
    width: unset;
    height: unset;
  }
  .screen_inetshop .cardblock .right .item {
    width: unset;
    height: unset;
  }
  .screen_inetshop .raschet .left {
    display: none;
  }
  .screen_inetshop .raschet table {
    width: 100%;
    font-size: 1rem;
    line-height: 2.5rem;
    margin: unset;
  }
  .screen_inetshop .d-inline {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .screen_inetshop .d-inline .button.type1 {
    width: 90%;
    margin-right: unset!important;
    margin-bottom: 10px;
  }
  .screen_inetshop .d-inline .button.type3 {
    width: 90%!important;
  }
  .wrapper .landscape {
    display: flex;
  }
  .wrapper .landscape .screen0 {
    order: 1;
  }
  .wrapper .landscape .screen1 {
    order: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper .screen1__right {
    flex-basis: 55%;
  }
  .wrapper .screen6__slide1 .slide1__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wrapper .fishka_pricebest {
    margin-left: 25%;
    margin-right: 25%;
  }
  .wrapper .fishka_price {
    margin-left: 25%;
    margin-right: 25%;
  }
  .burger_menu {
    column-count: 2;
    position: unset;
    margin-left: 15%;
    margin-right: 15%;
  }
  .burger_menu li {
    border-bottom: unset;
    width: unset;
    margin-bottom: 15px;
  }
  .screen_api .form-inline {
    display: flex;
    justify-content: center;
  }
  .screen_api .form-inline input {
    margin: unset;
    margin-right: 10px;
  }
  .screen_api .form-inline .button.type1 {
    width: 200px;
  }
  .screen_api .article4 .fontSize3 {
    text-align: center;
  }
  .partner-landscape .input_def {
    width: unset!important;
  }
  .partner-landscape .button.type1 {
    width: 200px!important;
    margin-top: 15px;
  }
  .screen_news .newsblock__item {
    margin-left: 25%;
    margin-right: 25%;
  }
  .wrapper .screen_news1 {
    width: 600px;
  }
  .fix-news {
    zoom: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 568px) {
  .wrapper .fishka_pricebest {
    margin-left: 10%;
    margin-right: 10%;
  }
  .mtop-header-block > div:nth-child(2) {
    text-align: left;
  }
  .mtop-header-block > div:nth-child(2) img {
    margin: unset;
  }
  .mtop-header-block > div:nth-child(3) {
    text-align: right;
  }
  .hovermenu__cont.lang {
    left: 10px;
  }
  .screen_features .button_block {
    display: flex;
    justify-content: center;
  }
  .screen_features .button_block .button.type1 {
    margin-right: 5px;
    align-self: end;
  }
  .screen_features .button_block .button.type3 {
    margin-left: 5px;
    align-self: start;
  }
  .screen_prices .tableblock .table {
    font-size: 100%;
  }
  .screen_partner .tableblock .table {
    font-size: 100%;
  }
  .screen_api .form-inline {
    display: flex;
    justify-content: center;
  }
  .screen_api .form-inline input {
    margin: unset;
    margin-right: 10px;
  }
  .screen_api .form-inline .button.type1 {
    width: 200px;
  }
  .screen_api .article4 .fontSize3 {
    text-align: center;
  }
  .partner-landscape .input_def {
    width: unset!important;
  }
  .partner-landscape .button.type1 {
    width: 200px!important;
    margin-top: 15px;
  }
  .screen_news .newsblock__item {
    margin-left: 25%;
    margin-right: 25%;
  }
  .screen_prices .tableblock .table {
    font-size: 100%;
  }
  .screen_partner .tableblock .table {
    font-size: 100%;
  }
  .wrapper .screen_news1 {
    width: 100%;
  }
  .fix-news {
    zoom: 90%;
  }
}
@media screen and (max-width: 340px) {
  .fishka_pricebest .upcase.fontSize2 {
    font-size: 20px;
  }
  .fishka_pricebest .colorBrand1.fontSize3 {
    font-size: 38px;
  }
  .screen_prices .tableblock {
    white-space: nowrap;
    width: 100%;
  }
  .screen_prices .tableblock .table-bordered {
    border: unset;
  }
  .screen_prices .tableblock .table {
    font-size: 57%;
  }
  .screen_prices .tableblock .table-sms {
    width: 100%;
  }
  .screen_prices .tableblock .table-sms th,
  .screen_prices .tableblock .table-sms td {
    padding: 5px;
  }
  .screen_ad table td,
  .screen_ad table tr {
    font-size: 90%;
    padding: 5px;
  }
  .screen_ad .table-ad {
    font-size: 90%;
    width: 100%;
  }
  .screen_ad .table-ad th,
  .screen_ad .table-ad td {
    padding: 5px;
  }
  .fix-news {
    zoom: 50%;
  }
}
/*@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__left {
      order: 1;
      padding-left: 0;

    }

    .screen1__right {
      order: 0;
      flex-grow: 1;
    }
  }

  .screen6 {
    .screen6__title {
      .pointlist, a {
        display: none !important;
      }
    }

    .screen6__slide1 {
      margin: 0;
      flex-wrap: wrap;

      .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__left {
      padding-left: 0;
      white-space: nowrap;
    }
  }

  .screen_features {
    h1 {
      font-size: 2.2rem;
    }

    h2 {
      font-size: 1.6rem;
    }

    .article__pic {
      display: none;
    }

    .other__item {
      width: 100%;
    }

    button:last-child {
      display: none;
    }
  }

  .screen_oferta {
    h1 {
      display: block;
    }
    .dogovor {
      text-align: left;
      display: block;
      .left_menu, .fix {
        position: static !important;
        margin: 20px 0;
      }
    }
  }

  .screen_faq {
    flex-direction: column;
    .mainblock, .rightblock {
      width: 100%;
    }

    .rightblock {
      background: none;
      margin-top: 10vh;
      box-shadow: none;
    }
  }

  .screen_prices {
    .fishka_price, .fishka_pricebest {
      box-shadow: none;
      background: none;
      height: auto;
      margin-bottom: 20px;
    }

    .fishka_pricebest {
      background: rgba(126,179,24,0.15);
    }
  }

  .screen_ad {
    table {
      display: block;
      overflow: scroll;
    }
  }

  .screen_inetshop {
    .left {
      display: none;
    }

    .raschet {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 2vw;

      table {
        line-height: 4rem;
        width: 100%;
        font-size: 1rem;

        tr:nth-child(2), tr:nth-child(3) {
          font-size: 0.8rem;
          td:first-child {
            display: inline-block;
            margin-left: 1vw;
          }
        }
      }
    }

    button:last-child {
      display: none;
    }
  }

  //Display none
  .screen1__socials, .screen2, .screen3, .screen5,
  .breadcrumbs {
    display: none !important;
  }
} */
/*# sourceMappingURL=landing.css.map */