@media (max-width: 479px) {

  .B1 > .BG > .ExtraSignature,
  .B1 > .BG > .ExtraDesktopBlocks {
    display: none;
  }


  #App .B5 > ._content > .__content > .MobileTable {
    display: flex;
  }

  .B1 > .BG > ._content > .butSupp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .B1 > .BG > ._content > .butSupp > .button {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 14px 20px;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .B1 > .BG {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    margin: 0%;
    overflow: hidden;
  }

  .B1 > .BG > ._content > .banner_photo {
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 295px;
    height: auto;
    margin: auto;
  }

  .B1 > .BG > .ExtraSignature {
    display: none;
  }

  /* .B1 > .BG > .ExtraDesktopBlocks {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
    bottom: 0;
    left: 0;
  } */
  .B1 > .BG > .ExtraDesktopBlocks {
    display: none;
  }

  .B1 > .BG > ._content {
    padding: 60px 20px 0px 20px;
    width: fit-content;
    height: fit-content;
    margin: 0;
    z-index: 2;
  }

  .B1 > .BG > ._content > .Header {
    width: auto;

    margin-bottom: 16px;

    font-size: 28px;
    font-family: Etelka Text Pro;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
  }

  .B1 > .BG > ._content > .Desc {
    margin-bottom: 40px;

    font-size: 15px;
    font-family: Etelka Text Pro;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
  }

  .B1 > .BG > ._content > .button {
    position: relative;

    padding: 0px 0px;

    width: auto;
    height: fit-content;

    font-size: 14px;
    font-family: Etelka Text Pro;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
  }

  .B1 > .BG > ._content > .button > a > span {
    display: flex;
    position: relative;
    padding: 14px 42px;
    left: 0;
    font-size: 10px;
  }

  #Content > .B2 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 70px;
  }

  .B2 > ._content {
    flex-direction: column;

    width: 100%;
    height: fit-content;

    padding-bottom: 14px;

    margin: 0% auto;

    overflow: hidden;
  }

  .B2 > ._content > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .B2 > ._content > span {
    margin-right: 0px;
    margin-left: 16px;
  }

  .B2 > ._content > .Text {
    position: relative;

    display: block;

    width: 230px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;

    flex-shrink: 0;
  }

  .B2 .ImagesList > img {
    position: relative;
    width: auto;
    height: fit-content;
    vertical-align: middle !important;
  }

  .B2 > ._content > .SliderWrapper {
    position: relative;

    width: 85%;
    height: fit-content;

    margin: 0% auto;
  }

  .tns-controls > button {
    position: relative;

    margin: auto 0%;

    width: 28px;
    height: 28px;

    border: 1px solid rgba(191, 191, 191, 0.2);

    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.05));

    background: url("./assets/icons/RightArrow.svg");
    background-size: 6px 12px;
    background-repeat: no-repeat;
    background-position: center;

    background-color: #ffffff;
  }

  #tns2 > .tns-item {
    padding: 0% 2vw !important;
  }

  #Content > .B4 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;
    padding: 0% 16px;

    margin-bottom: 70px;
  }

  .B4 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B4 > ._content > .Header {
    width: 100%;

    font-size: 22px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    margin-bottom: 24px;
  }

  .B4 > ._content > .List {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;

    gap: 20px;
  }

  .B4 > ._content > .List > .Card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: auto;
    padding: 24px;

    background: #f6f9ff;
  }

  .B4 > ._content > .List > .Card > img {
    position: relative;

    margin-top: 0;
    margin-left: 0;
    margin-right: 0;

    width: fit-content;
    height: fit-content;
  }

  .B4 > ._content > .List > .Card > div {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .B4 > ._content > .List > .Card > div > .Header {
    margin-right: 0px;
  }

  .B4 > ._content > .List > .Card > div > .Desc {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .B4 > ._content > .List > .Card > div > .Tip {
    margin-top: 18px;
  }

  #Content > .B5 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;

    padding: 56px 16px;

    margin-bottom: 70px;

    background: #175ed2;
  }

  .B5 > ._content {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    margin: 0;
  }

  .B5 > ._content > .__content {
    position: relative;

    padding: 0;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background-color: transparent;
  }

  .B5 > ._content > .__content > .Header {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-bottom: 48px;

    background: url("./assets/icons/mobile_dotted_line.svg");
    background-size: 162.568px auto;
    background-repeat: no-repeat;
    background-position: 50% 55%;
  }

  .B5 > ._content > .__content > .Header > * {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
  }

  .B5 > ._content > .__content > .Header > .Left {
    justify-content: flex-start;

    margin-bottom: 110px;
  }

  .B5 > ._content > .__content > .Header > .Right {
    justify-content: flex-end;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(1) {
    width: 100%;

    font-size: 22px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    margin-bottom: 16px;

    text-transform: uppercase;

    color: #fff;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(2) {
    width: 100%;

    font-size: 15px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 155%;

    color: #fff;
  }

  .B5 > ._content > .__content > .Header > .Right > span {
    font-size: 18px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 155%;

    color: #fff;

    margin-bottom: 16px;
  }

  .B5 > ._content > .__content > .Header > .Right > div {
    position: relative;
    cursor: pointer;
    padding: 14px 14px;
    margin-left: 0;
    margin-right: 0;
    width: fit-content;
    height: fit-content;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #175ed2;
    background: #ffffff;
  }

  .PageSupportTitle > .SupportButtons > .TButton.TBActive,
  .PageSupportTitle > .SupportButtons > .TButton {
    font-size: 12px;
  }

  .B5 > ._content > .__content > .Header > .Right > .checkboxes > .box > .item {
    padding: 0px 4px;
  }

  .B5 > ._content > .__content > .Header > .Right > .PageSupportTitle {
    padding: 13.5px;
  }

  .B5 > ._content > .__content > .Table {
    display: none;
  }

  .B5 > ._content > .__content > .MobileTable {
    position: relative;

    width: auto;

    display: flex;
    flex-direction: column;

    row-gap: 32px;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif {
    position: relative;

    display: flex;
    flex-direction: column;

    width: auto;
    height: 100%;

    background-color: white;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Header {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 24px 24px 16px 24px;

    row-gap: 8px;

    margin-bottom: 16px;

    width: auto;
    height: fit-content;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Header > .Name {
    position: relative;

    font-size: 16px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 138%;
    text-transform: uppercase;

    color: #333;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Header > .Price {
    position: relative;

    font-size: 16px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 138%;

    color: #175ed2;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Pluses {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 0 24px 0 24px;

    row-gap: 12px;

    width: auto;
    height: fit-content;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Pluses > .Plus {
    position: relative;

    width: 100%;
    height: fit-content;

    display: grid;
    grid-template-columns: 65% 34%;

    column-gap: 1%;
  }

  .MobileTable > .Tarif.Recommended > .Header {
    background-color: #d8e4ff;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .AllPluses {
    position: relative;
    padding: 16px 24px 24px 24px;
  }

  .MobileTable > .Tarif > .Pluses > .Plus > span {
    position: relative;

    font-size: 15px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 155%;

    word-break: break-word;

    color: #333;
  }

  .MobileTable > .Tarif > .Pluses > .Plus > span:nth-child(2) {
    text-align: right;
  }

  #Content > .B6 {
    position: relative;

    display: flex;

    padding: 0 16px;

    width: auto;
    height: fit-content;

    margin-bottom: 100px;
  }

  .B6 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B6 > ._content > .Header {
    position: relative;

    width: 100%;
    height: fit-content;

    margin-bottom: 24px;

    font-size: 22px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    color: #333333;
  }

  .B6 > ._content > .Advantages {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    column-gap: 24px;
    row-gap: 20px;

    margin-bottom: 40px;
  }

  .B6 > ._content > .Advantages > * {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    flex-wrap: wrap;

    row-gap: 20px;

    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    margin-right: 32px;
  }

  .B6 > ._content > .Advantages > .Right > .AboutImgBanner > img {
    position: relative;
    width: 100%;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .B6 > ._content > .Advantages > * > div > span {
    position: relative;

    min-height: 56px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;

    color: #333333;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col1 {
    font-size: 13px;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col2 {
    font-size: 13px;
  }

  .B6 > ._content > .Advantages > .Left > .AboutText > span {
    width: fit-content;
    height: auto;
    font-size: 14px;
  }

  .B6 > ._content > .Advantages > .Right > .AboutImgBanner {
    width: fit-content;
    width: 288px;
    height: auto;
  }

  .B6 > ._content > .Advantages > .Left {
    display: flex;
    flex-direction: column;
  }

  .B6 > ._content > .Advantages > .Left > .AboutImgBanner > .TextImageContent {
    font-size: 13px;
    margin-right: 32px;
  }

  .B6 > ._content > .Advantages > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: wrap;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo > .FRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 840px;
    height: 130px;
    padding: 0px 10px;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo > .SRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 840px;
    width: auto;
    padding: 0px 10px;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo > .ReqName,
  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo > .ReqName {
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    width: 130px;
    color: #949494;
    padding: 0px 10px;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo,
  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo {
    gap: 15px;
  }

  .B6
    > ._content
    > .Advantages
    > .Left
    > .ContactCol
    > .DownInfo
    > .SRow
    > .ReqInfo,
  .B6
    > ._content
    > .Advantages
    > .Left
    > .ContactCol
    > .UpInfo
    > .FRow
    > .ReqInfo {
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;
    color: #333333;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .B7 > ._content > .BGStockPhoto {
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: auto;
    margin: auto;
  }

  .B7 > ._content > .Callback > .BGIcons {
    display: none;
  }

  .Callback {
    position: relative;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 32px 24px 235px 24px;

    background: #eaf1ff;
  }

  .Callback > .Left,
  .Callback > .Right {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    z-index: 1;
  }

  .Callback > .Left {
    margin-bottom: 32px;
  }

  .Callback > .Left > .Head {
    position: relative;

    width: 100%;

    margin-bottom: 8px;

    font-family: "Etelka Text Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;

    /* or 40px */
    text-transform: uppercase;

    /* 2 */
    color: #333333;
  }

  .Callback > .Left > .Desc {
    position: relative;

    width: 100%;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    /* or 23px */

    /* 2 */
    color: #333333;
  }

  .Callback > .Right > .Title {
    position: relative;

    margin-bottom: 8px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    color: #949494;
  }

  .Callback > .Right > .Desc {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 155%;

    color: #949494;
  }

  .Underline {
    border-bottom: 1px solid #949494;
  }

  .Callback > .Right > .PAndAction {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: fit-content;

    margin-bottom: 12px;
  }

  .Callback > .Right > .PAndAction > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .BGPaper {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 245px;
    right: 0;
  }

  .Callback > .BGStockPhoto {
    position: absolute;

    bottom: 0;
    right: 0;

    width: 100%;
    height: 100%;

    z-index: 0;

    background: url("./assets/imgs/StockPhotoMobile.svg");
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }

  #KPhone {
    position: relative;

    width: auto;

    height: fit-content;

    margin-right: 0px;
    margin-bottom: 20px;

    padding: 12px 16px;

    border: 1px solid #d8e4ff;
  }

  #GetCallback {
    position: relative;

    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: center;

    width: 100%;
    height: fit-content;

    padding: 13.5px 0px;

    background: #175ed2;
  }

  #GetCallback > img {
    position: relative;

    width: 16px;
    height: 16px;

    margin-right: 12px;
  }

  #GetCallback > span {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #ffffff;
  }

  #Content > .B7 {
    position: relative;

    display: flex;

    padding: 0 16px;

    width: auto;
    height: fit-content;

    margin-bottom: 70px;
  }

  .B7 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B7 > ._content > .Header {
    position: relative;

    width: 100%;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    color: #333333;
  }

  .B7 > ._content > .FAQList {
    position: relative;

    width: 100%;
    height: fit-content;

    margin-bottom: 64px;

    display: flex;
    flex-direction: column;

    row-gap: 20px;
  }

  .B7 > ._content > .FAQList > .FAQCard {
    position: relative;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 24px;

    border: 1px solid rgba(51, 51, 51, 0.15);
  }

  .B7 > ._content > .FAQList > .FAQCard > * {
    position: relative;

    width: fit-content;
    height: fit-content;

    margin: auto 0;

    display: flex;
    flex-direction: column;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text {
    width: 70%;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Head {
    width: 100%;

    min-height: 50px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Desc {
    width: 140%;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper {
    margin-top: 0;
  }

  #Content > .B8 {
    width: auto;
    padding: 0 16px;
    margin-bottom: 70px;

    overflow: hidden;
  }

  .B8 > ._content {
    width: 100%;
  }

  .B8 > ._content > .Header {
    width: 100%;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
  }

  .B8SCard {
    position: relative;

    width: fit-content !important;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 32px 24px !important;

    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  }

  .B8SCard > .Head {
    position: relative;
    display: block;

    width: 320px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;

    margin-bottom: 8px;
  }

  .B8SCard > .Body {
    position: relative;
    display: block;

    margin-bottom: 24px;

    width: 320px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    color: rgba(51, 51, 51, 0.8);
  }

  .B8SCard > .Button {
    position: relative;

    cursor: pointer;

    width: fit-content;
    height: fit-content;

    padding: 14px 20px;

    border: 1px solid rgba(51, 51, 51, 0.15);

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #333333;
  }

  .B4 > ._content > .List > .Card > div {
    margin-left: 0px;
  }

  .info_card_block.B9 > ._content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .video_info_block.B11 > ._content {
    padding-left: 0px;
    padding-right: 0px;
  }

  #Content > .B11.video_info_block {
    margin-bottom: 60px;
  }

  #Content > .B9.info_card_block {
    margin-bottom: 60px;
  }

  .B11 > ._content > .B11VideoCard > .B11Left {
    max-width: 100%;
  }

  .B11 > ._content > .B11VideoCard > .B11right {
    max-width: 100%;
  }

  .Video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 8 / 5 !important;
  }

  .B9 > ._content > .B9LineCards > .B9Left {
    row-gap: 20px !important;
    column-gap: 10px !important;
    justify-content: space-between;
  }

  .B9 > ._content > .B9LineCards > .B9Left > .B9CardFType {
    width: 100%;
    max-width: calc(50% - 5px);
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(2) a {
    color: #fff;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(2) a {
    color: #fff;
  }

  .B5 > ._content > .__content > .Header > .Right > div {
    padding: 0px;
    margin-top: 10px;
  }

  .B5 > ._content > .__content > .Header > .Right > div > a {
    background: #fff;
    color: #175ed2;
  }

  .B6 > ._content > .Advantages > * > div {
    align-items: center;
  }

  .B6 > ._content > .Advantages > * > div > span {
    min-height: auto;
  }


  .portfolio_page .PageTasksTitle > .TasksButtons > .TButton {
    margin-right: 0px !important;
    max-width: 100%;
  }

  .portfolio_page .PageTasksTitle > .TasksButtons > .TButton,
  .PageTasksTitle > .TasksButtons > .TButton.TBActive {
    padding: 8px 14px;
    font-size: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .B1 > .BG > .ExtraSignature,
  .B1 > .BG > .ExtraDesktopBlocks {
    display: none;
  }

  #App .B5 > ._content > .__content > .MobileTable {
    display: flex;
  }

  .SupportButtons > .TButton {
    color: #d7e5f7;
    border: 1px solid #d7e5f7;
  }

  .B1 > .BG {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    margin: 0%;
    overflow: hidden;
  }

  .B1 > .BG > ._content > .banner_photo {
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
    top: 10px;
    width: 320px;
    height: auto;
  }

  .B1 > .BG > ._content {
    padding: 60px 30px 0px 24px;

    width: fit-content;
    height: fit-content;

    margin: 0;

    z-index: 2;
  }

  .B1 > .BG > ._content > .Header {
    width: auto;
    max-width: 450px;

    margin-bottom: 16px;

    font-size: 28px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
  }

  .B1 > .BG > ._content > .Desc {
    margin-bottom: 40px;

    font-size: 15px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
  }

  .B1 > .BG > ._content > .button {
    position: relative;

    padding: 18px 24px;

    width: fit-content;
    height: fit-content;

    font-size: 14px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
  }

  #Content > .B2 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 70px;
  }

  .B2 > ._content {
    flex-direction: column;

    width: 100%;
    height: fit-content;

    padding-bottom: 14px;

    margin: 0% auto;

    overflow: hidden;
  }

  .B2 > ._content > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .B2 > ._content > span {
    margin-right: 0px;
    margin-left: 16px;
  }

  .B2 > ._content > .Text {
    position: relative;

    display: block;

    width: auto;
    max-width: 350px;

    height: fit-content;

    font-family: "Etelka Text Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    /* 27.5px */

    text-transform: uppercase;

    color: #333333;

    flex-shrink: 0;
  }

  .B2 .ImagesList > img {
    position: relative;
    width: auto;
    height: fit-content;
    vertical-align: middle !important;
  }

  .B2 > ._content > .SliderWrapper {
    position: relative;

    width: 85%;
    height: fit-content;

    margin: 0% auto;
  }

  .tns-controls > button {
    position: relative;

    margin: auto 0%;

    width: 28px;
    height: 28px;

    border: 1px solid rgba(191, 191, 191, 0.2);

    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.05));

    background: url("./assets/icons/RightArrow.svg");
    background-size: 6px 12px;
    background-repeat: no-repeat;
    background-position: center;

    background-color: #ffffff;
  }

  #tns2 > .tns-item {
    padding: 0% 2vw !important;
  }

  #Content > .B4 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;
    padding: 0% 16px;

    margin-bottom: 70px;
  }

  .B4 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B4 > ._content > .Header {
    width: 100%;
    max-width: 300px;

    font-size: 22px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    margin-bottom: 24px;
  }

  .B4 > ._content > .List {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;

    gap: 20px;
  }

  .B4 > ._content > .List > .Card {
    position: relative;

    display: flex;
    flex-direction: column;

    width: auto;
    padding: 24px;

    background: #f6f9ff;
  }

  .B4 > ._content > .List > .Card > img {
    position: relative;

    margin-top: 0;
    margin-left: 0;
    margin-right: 0;

    width: fit-content;
    height: fit-content;
  }

  .B4 > ._content > .List > .Card > div {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .B4 > ._content > .List > .Card > div > .Header {
    margin-right: 0px;
  }

  .B4 > ._content > .List > .Card > div > .Desc {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .B4 > ._content > .List > .Card > div > .Tip {
    margin-top: 18px;
  }

  #Content > .B5 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;

    padding: 56px 16px;

    margin-bottom: 70px;

    background: #175ed2;
  }

  .B5 > ._content {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    margin: 0;
  }

  .B5 > ._content > .__content {
    position: relative;

    padding: 0;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background-color: transparent;
  }

  .B5 > ._content > .__content > .Header {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-bottom: 48px;

    background: url("./assets/icons/mobile_dotted_line.svg");
    background-size: 162.568px auto;
    background-repeat: no-repeat;
    background-position: 50% 55%;
  }

  .B5 > ._content > .__content > .Header > * {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
  }

  .B5 > ._content > .__content > .Header > .Left {
    justify-content: flex-start;

    margin-bottom: 110px;
  }

  .B5 > ._content > .__content > .Header > .Right {
    justify-content: flex-end;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(1) {
    width: 100%;

    font-size: 22px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    margin-bottom: 16px;

    text-transform: uppercase;

    color: #fff;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(2) {
    width: 100%;

    font-size: 15px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 155%;

    color: #fff;
  }

  .B5 > ._content > .__content > .Header > .Right > span {
    font-size: 18px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 155%;

    color: #fff;

    margin-bottom: 16px;
  }

  .B5 > ._content > .__content > .Header > .Right > div {
    position: relative;
    cursor: pointer;
    padding: 14px 20px;
    margin-left: 0;
    margin-right: 0;
    width: fit-content;
    height: fit-content;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #175ed2;
    background: #ffffff;
  }

  .B5 > ._content > .__content > .Header > .Right > .PageSupportTitle {
    background: #175ed2;
    color: #ffffff;
  }

  /* .B5 > ._content > .__content > .Header > .Right > .checkboxes {
    background-color: #175fd200;
  } */

  .B5 > ._content > .__content > .Table {
    display: none;
  }

  .B5 > ._content > .__content > .MobileTable {
    position: relative;

    width: auto;

    display: flex;
    flex-direction: column;

    row-gap: 32px;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif {
    position: relative;

    display: flex;
    flex-direction: column;

    width: auto;
    height: 100%;

    background-color: white;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Header {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 24px 24px 16px 24px;

    row-gap: 8px;

    margin-bottom: 16px;

    width: auto;
    height: fit-content;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Header > .Name {
    position: relative;

    font-size: 16px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 138%;
    text-transform: uppercase;

    color: #333;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Header > .Price {
    position: relative;

    font-size: 16px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 138%;

    color: #175ed2;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Pluses {
    position: relative;

    display: flex;
    flex-direction: column;

    padding: 0 24px 0 24px;

    row-gap: 12px;

    width: auto;
    height: fit-content;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .Pluses > .Plus {
    position: relative;

    width: 100%;
    height: fit-content;

    display: grid;
    grid-template-columns: 65% 34%;

    column-gap: 1%;
  }

  .MobileTable > .Tarif.Recommended > .Header {
    background-color: #d8e4ff;
  }

  .B5 > ._content > .__content > .MobileTable > .Tarif > .AllPluses {
    position: relative;
    padding: 16px 24px 24px 24px;
  }

  .MobileTable > .Tarif > .Pluses > .Plus > span {
    position: relative;

    font-size: 15px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    line-height: 155%;

    word-break: break-word;

    color: #333;
  }

  .MobileTable > .Tarif > .Pluses > .Plus > span:nth-child(2) {
    text-align: right;
  }

  #Content > .B6 {
    position: relative;

    display: flex;

    padding: 0 16px;

    width: auto;
    height: fit-content;

    margin-bottom: 100px;
  }

  .B6 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B6 > ._content > .Header {
    position: relative;

    width: 100%;
    height: fit-content;

    margin-bottom: 24px;

    font-size: 22px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    color: #333333;
  }

  .B6 > ._content > .Advantages {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    column-gap: 24px;
    row-gap: 20px;

    margin-bottom: 40px;
  }

  .B6 > ._content > .Advantages > * {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    row-gap: 20px;

    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .Advantages > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: wrap;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo > .ReqName,
  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo > .ReqName {
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    max-width: 110px;
    width: 100%;
    color: #949494;
    padding: 0px 10px;
  }

  .B6
    > ._content
    > .Advantages
    > .Left
    > .ContactCol
    > .DownInfo
    > .SRow
    > .ReqInfo,
  .B6
    > ._content
    > .Advantages
    > .Left
    > .ContactCol
    > .UpInfo
    > .FRow
    > .ReqInfo {
    font-size: 16px;
  }

  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    width: auto;
    margin-left: 32px;
  }

  .B6 > ._content > .Advantages > .Right > .AboutImgBanner > img {
    position: relative;
    width: 100%;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  /* .B6 > ._content > .Advantages > .Left > .AboutText > span {
    width: fit-content;
    height: auto;
    font-size: 14px;
  } */
  .B6 > ._content > .Advantages > .Right > .AboutImgBanner {
    width: fit-content;
    width: 410px;
    height: auto;
  }
  .B6 > ._content > .Advantages > .Right > .logoB24 {
    display: none;
  }

  .B6 > ._content > .Advantages > .Left {
    display: flex;
    flex-direction: column;
  }

  .B6 > ._content > .Advantages > * > div > span {
    position: relative;

    min-height: 56px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;

    color: #333333;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col1 {
    font-size: 15px;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col2 {
    font-size: 15px;
  }

  .B6 > ._content > .Advantages > .Left > .AboutText > span {
    font-size: 15px;
    width: auto;
  }

  .B6 > ._content > .Advantages > .Right > .AboutImgBanner > .TextImageContent {
    display: flex;

    width: fit-content;
    padding: 10px;
    font-size: 15px;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo > .SRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 840px;
    width: auto;
    padding: 0px 10px;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
    align-items: flex-start;
  }

  .B7 > ._content > .BGStockPhoto {
    display: flex;
    justify-content: center;
    bottom: 0;
    width: auto;
    height: 275px;
    right: 75px;
  }

  .Callback {
    position: relative;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 32px 24px 280px 24px;

    background: #eaf1ff;
  }

  .Callback > .Left,
  .Callback > .Right {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;

    z-index: 1;
  }

  .Callback > .Left {
    margin-bottom: 32px;
  }

  .Callback > .Left > .Head {
    position: relative;

    width: 100%;

    margin-bottom: 8px;

    font-family: "Etelka Text Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;

    /* or 40px */
    text-transform: uppercase;

    /* 2 */
    color: #333333;
  }

  .Callback > .Left > .Desc {
    position: relative;

    width: 100%;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    /* or 23px */

    /* 2 */
    color: #333333;
  }

  .Callback > .Right > .Title {
    position: relative;

    margin-bottom: 8px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;

    color: #949494;
  }

  .Callback > .Right > .Desc {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 155%;

    color: #949494;
  }

  .Underline {
    border-bottom: 1px solid #949494;
  }

  .Callback > .Right > .PAndAction {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: fit-content;

    margin-bottom: 12px;
  }

  .Callback > .Right > .PAndAction > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .BGPaper {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 285px;
    right: 0;
  }

  .Callback > .BGStockPhoto {
    position: absolute;

    bottom: 0;
    right: 0;

    width: 100%;
    height: 100%;

    z-index: 0;

    background: url("./assets/imgs/StockPhotoMobile.svg");
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }

  #KPhone {
    position: relative;

    width: auto;

    height: fit-content;

    margin-right: 0px;
    margin-bottom: 20px;

    padding: 12px 16px;

    border: 1px solid #d8e4ff;
  }

  #GetCallback {
    position: relative;

    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: center;

    width: fit-content;
    height: fit-content;

    padding: 13.5px 20px;

    background: #175ed2;
  }

  #GetCallback > img {
    position: relative;

    width: 16px;
    height: 16px;

    margin-right: 12px;
  }

  #GetCallback > span {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #ffffff;
  }

  #Content > .B7 {
    position: relative;

    display: flex;

    padding: 0 16px;

    width: auto;
    height: fit-content;

    margin-bottom: 70px;
  }

  .B7 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B7 > ._content > .Header {
    position: relative;

    width: 100%;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;

    color: #333333;
  }

  .B7 > ._content > .FAQList {
    position: relative;

    width: 100%;
    height: fit-content;

    margin-bottom: 64px;

    display: flex;
    flex-direction: column;

    row-gap: 20px;
  }

  .B7 > ._content > .FAQList > .FAQCard {
    position: relative;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 24px;

    border: 1px solid rgba(51, 51, 51, 0.15);
  }

  .B7 > ._content > .FAQList > .FAQCard > * {
    position: relative;

    width: fit-content;
    height: fit-content;

    margin: auto 0;

    display: flex;
    flex-direction: column;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text {
    width: 70%;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Head {
    width: 100%;

    min-height: 0px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .Text > .Head {
    min-height: 50px;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Desc {
    width: 140%;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper {
    margin-top: 0;
  }

  #Content > .B8 {
    width: auto;
    padding: 0 16px;
    margin-bottom: 70px;

    overflow: hidden;
  }

  .B8 > ._content {
    width: 100%;
  }

  .B8 > ._content > .Header {
    width: 100%;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
  }

  .B8SCard {
    position: relative;

    width: fit-content !important;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 32px 24px !important;

    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  }

  .B8SCard > .Head {
    position: relative;
    display: block;

    width: 320px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;

    margin-bottom: 8px;
  }

  .B8SCard > .Body {
    position: relative;
    display: block;

    margin-bottom: 24px;

    width: 320px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    color: rgba(51, 51, 51, 0.8);
  }

  .B8SCard > .Button {
    position: relative;

    cursor: pointer;

    width: fit-content;
    height: fit-content;

    padding: 14px 20px;

    border: 1px solid rgba(51, 51, 51, 0.15);

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #333333;
  }

  .B4 > ._content > .List > .Card > div {
    margin-left: 0px;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(2) a {
    color: #fff;
  }

  .B5 > ._content > .__content > .Header > .Right > div {
    padding: 0px;
    margin-top: 10px;
  }

  .B5 > ._content > .__content > .Header > .Right > div > a {
    background: #fff;
    color: #175ed2;
  }

  .B6 > ._content > .Advantages > * > div {
    align-items: start;
  }

  .B6 > ._content > .Advantages > * > div > span {
    min-height: auto;
  }


  .portfolio_page .PageTasksTitle > .TasksButtons > .TButton {
    margin-right: 0px !important;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .B1 > .BG > .ExtraSignature,
  .B1 > .BG > .ExtraDesktopBlocks {
    display: none;
  }

  .B5
    > ._content
    > .__content
    > .MobileTable
    > .MobileCardsTable
    > .MobileCardsHeader
    > img {
    transform: scale(0.76);
    overflow: hidden;
  }

  .B5
    > ._content
    > .__content
    > .Header
    > .Right
    > .checkboxes
    > .box
    > .item
    > .toggle-pill-dark
    input[type="checkbox"]
    + label:before {
    width: 1.8em;
    height: 1.8em;
    border-radius: 3em;
  }

  .B5
    > ._content
    > .__content
    > .Header
    > .Right
    > .checkboxes
    > .box
    > .item
    > .toggle-pill-dark
    input[type="checkbox"]:checked
    + label:before {
    left: 1.9em;
  }

  #Content > .B1 {
    position: relative;

    display: flex;

    width: auto;
    /*1*/
    height: fit-content;

    padding: 0% 24px;
    /*1*/

    margin-bottom: 48px;
    margin-top: 48px;
  }

  .B1 > .BG {
    position: relative;

    width: 100%;
    height: 315px;

    padding: 36px 36px 40px 36px;

    background: #f4f6f7;
  }

  .B1 > .BG > ._content > .banner_photo {
    display: flex;
    position: absolute;
    top: -50px;
    bottom: 0;
    right: -36px;
    z-index: 1;
    width: auto;
    height: 328px;
    left: auto;
  }

  .B1 > .BG > ._content > .butSupp > .button {
    position: relative;
    padding: 14px 20px;
    width: fit-content;
    height: fit-content;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ffffff;
    background: #175ed2;
    text-decoration: none;
  }

  .B1 > .BG > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: auto;
    /*1*/
    height: fit-content;

    margin-top: 0;
    /*1*/
    margin-left: 0;
    /*1*/

    z-index: 2;
    /*2*/
  }

  .B1 > .BG > ._content > .Header {
    position: relative;

    width: auto;
    /*1*/
    max-width: 460px;

    margin-bottom: 16px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 130.8%;

    text-transform: uppercase;

    color: #333333;
  }

  .B1 > .BG > ._content > .Desc {
    position: relative;
    max-width: 490px;

    margin-bottom: 18px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;

    color: #333333;
  }

  .B1 > .BG > ._content > .button {
    position: relative;

    padding: 18px 24px;
    margin-top: 24px;

    width: fit-content;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #ffffff;

    background: #175ed2;
  }

  #Content > .B2 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;

    padding: 0% 24px;

    margin-bottom: 100px;
  }

  .B2 > ._content {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    padding-bottom: 14px;

    margin: 0% auto;
  }

  .B2 > ._content > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .B2 > ._content > span {
    margin-right: 48px;
  }

  .B2 > ._content > .Text {
    position: relative;

    display: block;

    width: 230px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;

    flex-shrink: 0;
  }

  .B2 .ImagesList > img {
    position: relative;

    width: fit-content;
    height: fit-content;
  }

  .B2 > ._content > .SliderWrapper {
    position: relative;

    width: calc(100% - 230px - 48px);
    height: fit-content;
  }

  #Content > .B4 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 100px;
  }

  .B4 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 1140px;
    height: fit-content;

    margin: 0% auto;
    padding: 0% 24px;
  }

  .B4 > ._content > .Header {
    position: relative;

    width: 470px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    text-transform: uppercase;

    color: #333333;

    margin-bottom: 32px;
  }

  .B4 > ._content > .List {
    position: relative;

    display: grid;
    grid-template-columns: 1fr 1fr;

    width: 100%;

    gap: 20px;
  }

  .B4 > ._content > .List > .Card {
    position: relative;

    display: flex;
    flex-direction: row;

    width: auto;

    background: #f6f9ff;
  }

  .B4 > ._content > .List > .Card > img {
    position: relative;

    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;

    width: fit-content;
    height: fit-content;
  }

  .B4 > ._content > .List > .Card > div {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .B4 > ._content > .List > .Card > div > .Header {
    position: relative;

    margin-right: 24px;
    margin-bottom: 8px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;
  }

  .B4 > ._content > .List > .Card > div > .Desc {
    position: relative;

    margin-right: 24px;
    margin-bottom: 24px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    color: #333333;
  }

  .B4 > ._content > .List > .Card > div > .Tip {
    position: relative;

    margin-top: 24px;
    margin-bottom: 8px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 138.8%;
    text-transform: uppercase;
    text-align: left;
  }

  #Content > .B5 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 90px;

    background: #175ed2;
  }

  .B5 > ._content {
    position: relative;

    width: calc(100% - 24px * 2);
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    margin: 70px auto 90px auto;
  }

  .B5 > ._content > .__content {
    position: relative;

    padding: 60px 36px 36px 36px;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background-color: white;
  }

  .B5 > ._content > .__content > .Header {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin-bottom: 30px;

    background: url("./assets/icons/dotted.svg");
    background-size: 209px auto;
    background-repeat: no-repeat;
    background-position: calc(50% + 80px) 50%;
  }

  .B5 > ._content > .__content > .Header > * {
    position: relative;

    width: fit-content;
    height: fit-content;

    display: flex;
    flex-direction: column;
  }

  .B5 > ._content > .__content > .Header > .Left {
    justify-content: flex-start;
  }

  .B5 > ._content > .__content > .Header > .Right {
    justify-content: flex-end;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(1) {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;

    margin-bottom: 16px;

    text-transform: uppercase;

    color: #333333;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(2) {
    position: relative;

    width: 380px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 155%;

    color: #333333;
  }

  .B5 > ._content > .__content > .Header > .Right > span {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;

    color: #333333;

    margin-bottom: 16px;
  }

  .B5 > ._content > .__content > .Header > .Right > div {
    position: relative;

    cursor: pointer;

    padding: 13.5px 20px;

    margin-left: auto;
    margin-right: 0;

    width: fit-content;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;

    text-transform: uppercase;

    color: #ffffff;
    /* background: #175ed2; */
  }

  .B5 > ._content > .__content > .Table > .Header > span:not(:nth-child(1)) {
    width: 100%;
    padding: 20px 0px;
  }

  .B5 > ._content > .__content > .Table > .Body {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: fit-content;
  }

  .B5 > ._content > .__content > .Table > .Header {
    position: relative;

    display: grid;
    grid-template-columns: 40% 20% 20% 20%;

    justify-content: center;
    justify-items: center;

    width: 100%;
    height: fit-content;

    background-color: #f4f6f7;
  }

  .B5 > ._content > .__content > .Table > .Body > .Line {
    position: relative;
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    justify-content: center;
    width: 100%;
    height: fit-content;
  }

  .B5 > ._content > .__content > .Table {
    position: relative;

    display: flex;
    flex-direction: column;

    width: auto;
    height: fit-content;
  }

  .Line.LBG {
    background: #f6f9ff;
  }

  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line:not(:nth-last-child(1)) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  }

  .B5 > ._content > .__content > .Table > .Header > span,
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line
    > span:not(:nth-child(1)),
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line.PLine
    > span:nth-child(1),
  .B5 > ._content > .__content > .Table > .Body > .Line > span:nth-child(1),
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line.PLine
    > span:not(:nth-child(1)) {
    font-size: 14px;
  }

  .B5 > ._content > .__content > .Table > .Body > .Line > .BWrapper > .Button {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: fit-content;
    padding: 13.5px 0px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #175ed2;
    margin: 4px;
  }

  .BText {
    color: #175ed2;
  }

  #Content > .B6 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 100px;
    padding: 0% 24px;
  }

  .B6 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 1140px;
    height: fit-content;

    margin: 0% auto;
  }

  .B6 > ._content > .Header {
    position: relative;

    width: 463px;
    height: fit-content;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    text-transform: uppercase;

    color: #333333;
  }

  .B6 > ._content > .Advantages {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    column-gap: 24px;

    margin-bottom: 64px;
  }

  .B6 > ._content > .Advantages > * {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    row-gap: 20px;

    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .Advantages > * > div {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    width: auto;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
  }

  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    width: auto;
    /* margin-left: 32px; */
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo > .FRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 840px;
    height: 130px;
    padding: 0 10px;
  }

  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo > .ReqName,
  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo > .ReqName {
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    max-width: 130px;
    width: 100%;
    color: #949494;
    margin-right: 24px;
  }

  .B6 > ._content > .Advantages > .Left > .AboutText > span {
    width: fit-content;
    height: auto;
    font-size: 14px;
  }

  .B6 > ._content > .Advantages > .Right > .AboutImgBanner {
    width: fit-content;
    /* width: 410px; */
    height: auto;
  }

  .B6 > ._content > .Advantages > .Left {
    display: flex;
    flex-direction: column;
  }

  .B6 > ._content > .Advantages > * > div > span {
    position: relative;

    min-height: 56px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;

    color: #333333;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col1 {
    font-size: 18px;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col2 {
    font-size: 18px;
  }

  #Content > .B7 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 100px;
  }

  .B7 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 1140px;
    height: fit-content;

    margin: 0% auto;
    padding: 0% 24px;
  }

  .B7 > ._content > .Header {
    position: relative;

    width: 463px;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    text-transform: uppercase;

    color: #333333;
  }

  .B7 > ._content > .BGStockPhoto {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: auto;
    height: 357px;
    right: -35px;
  }

  .B7 > ._content > .FAQList {
    position: relative;

    width: 100%;
    height: fit-content;

    margin-bottom: 64px;

    display: flex;
    flex-direction: column;

    row-gap: 20px;
  }

  .B7 > ._content > .FAQList > .FAQCard {
    position: relative;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 33px 24px;

    border: 1px solid rgba(51, 51, 51, 0.15);
  }

  .B7 > ._content > .FAQList > .FAQCard > * {
    position: relative;

    width: fit-content;
    height: fit-content;

    margin: auto 0;

    display: flex;
    flex-direction: column;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Head {
    position: relative;

    width: 609px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Desc {
    position: relative;

    display: none;

    width: 609px;
    height: fit-content;

    margin-top: 8px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    color: #333333;
  }

  .B7 > ._content > .FAQList > .FAQCard > .BWrapper {
    width: 40px;
    height: 40px;

    border-radius: 100%;

    background: transparent;
  }

  .B7 > ._content > .FAQList > .FAQCard > .BWrapper > img {
    margin: auto;
  }

  .B7 > ._content > .FAQList > .FAQCard > .BWrapper > .Minus {
    display: none;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened {
    border: 1px solid #175ed2;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper {
    background: #175ed2;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper > .Minus {
    display: block;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper > .Plus {
    display: none;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .Text > .Desc {
    display: block;
  }

  #Content > .B8 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;

    margin-bottom: 100px;
    padding: 0% 24px;
  }

  .B8 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B8 > ._content > .Header {
    position: relative;

    width: 463px;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    text-transform: uppercase;

    color: #333333;
  }

  .B4 > ._content > .List > .Card {
    flex-direction: column;
  }

  .B4 > ._content > .List > .Card > div {
    margin-left: 24px;
  }

  .B5 > ._content > .__content > .Table > .Header {
    grid-template-columns: 28% 26% 26% 26%;
  }

  .B5 > ._content > .__content > .Table > .Body > .Line {
    grid-template-columns: 28% 26% 26% 26%;
  }

  .B5 > ._content > .__content > .Table > .Header > span,
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line
    > span:not(:nth-child(1)),
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line.PLine
    > span:nth-child(1),
  .B5 > ._content > .__content > .Table > .Body > .Line > span:nth-child(1),
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line.PLine
    > span:not(:nth-child(1)) {
    font-size: 13px;
  }

  .B5 > ._content > .__content > .Header {
    background: unset;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {



  #Content > .B1 {
    position: relative;

    display: flex;

    width: auto;
    /*1*/
    height: fit-content;

    padding: 0% 24px;
    /*1*/

    margin-bottom: 48px;
    margin-top: 48px;
  }

  .B1 > .BG {
    position: relative;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
    padding: 36px 36px 105px 36px;

    background: #f4f6f7;
  }

  .B1 > .BG > ._content > .banner_photo {
    position: absolute;
    top: -74px;
    bottom: 0;
    right: -36px;
    left: auto;
    z-index: 1;
    width: auto;
    height: 476px;
  }

  .B1 > .BG > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: auto;
    height: fit-content;

    margin-top: 0;
    margin-left: 0;

    z-index: 2;
  }

  .B1 > .BG > ._content > .Header {
    position: relative;

    width: auto;
    /*1*/
    max-width: 580px;

    margin-bottom: 16px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 130.8%;

    text-transform: uppercase;

    color: #333333;
  }

  .B1 > .BG > ._content > .Desc {
    position: relative;

    margin-bottom: 78px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;

    color: #333333;
  }

  .B1 > .BG > ._content > .button {
    position: relative;

    padding: 18px 24px;

    width: fit-content;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #ffffff;

    background: #175ed2;
  }

  #Content > .B2 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;

    padding: 0% 24px;

    margin-bottom: 100px;
  }

  .B2 > ._content {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    padding-bottom: 14px;

    margin: 0% auto;
  }

  .B2 > ._content > * {
    margin-top: auto;
    margin-bottom: auto;
  }

  .B2 > ._content > span {
    margin-right: 48px;
  }

  .B2 > ._content > .Text {
    position: relative;

    display: block;

    width: 230px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;

    flex-shrink: 0;
  }

  .B2 .ImagesList > img {
    position: relative;

    width: fit-content;
    height: fit-content;
  }

  .B2 > ._content > .SliderWrapper {
    position: relative;

    width: calc(100% - 230px - 48px);
    height: fit-content;
  }

  #Content > .B4 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;

    padding: 0% 24px;

    margin-bottom: 100px;
  }

  .B4 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  #Content > .B5 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 90px;

    background: #175ed2;
  }

  .B5 > ._content {
    position: relative;

    width: calc(100% - 24px * 2);
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    margin: 70px auto 90px auto;
  }

  .B5 > ._content > .__content {
    position: relative;

    padding: 60px 36px 0px 36px;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    background-color: white;
  }

  .B5 > ._content > .__content > .Header {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin-bottom: 30px;

    background: url("./assets/icons/dotted.svg");
    background-size: 259px auto;
    background-repeat: no-repeat;
    background-position: 60% 50%;
  }

  .B5 > ._content > .__content > .Header > * {
    position: relative;

    width: fit-content;
    height: fit-content;

    display: flex;
    flex-direction: column;
  }

  .B5 > ._content > .__content > .Header > .Left {
    justify-content: flex-start;
  }

  .B5 > ._content > .__content > .Header > .Right {
    justify-content: flex-end;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(1) {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    margin-bottom: 16px;

    text-transform: uppercase;

    color: #333333;
  }

  .B5 > ._content > .__content > .Header > .Left > span:nth-child(2) {
    position: relative;

    width: 440px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    color: #333333;
  }

  .B5 > ._content > .__content > .Header > .Right > span {
    position: relative;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;

    color: #333333;

    margin-bottom: 16px;
  }

  .B5 > ._content > .__content > .Header > .Right > div {
    position: relative;

    cursor: pointer;

    padding: 13.5px 20px;

    margin-left: auto;
    margin-right: 0;

    width: fit-content;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    text-transform: uppercase;

    color: #ffffff;
    /* background: #175ed2; */
  }

  .B5 > ._content > .__content > .Table > .Header > span:not(:nth-child(1)) {
    width: 100%;
    padding: 20px;
  }

  .B5 > ._content > .__content > .Table > .Header > span,
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line
    > span:not(:nth-child(1)),
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line.PLine
    > span:nth-child(1),
  .B5 > ._content > .__content > .Table > .Body > .Line > span:nth-child(1),
  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line.PLine
    > span:not(:nth-child(1)),
  .B5 > ._content > .__content > .Table > .Body > .Line > .BWrapper > .Button {
    font-size: 16px;
  }

  .B5 > ._content > .__content > .Table > .Body {
    position: relative;

    display: flex;
    flex-direction: column;

    width: 100%;
    height: fit-content;
  }

  .B5 > ._content > .__content > .Table > .Header {
    position: relative;

    display: grid;
    grid-template-columns: 40% 20% 20% 20%;

    justify-content: center;
    justify-items: center;

    width: 100%;
    height: fit-content;

    background-color: #f4f6f7;
  }

  .B5 > ._content > .__content > .Table > .Body > .Line {
    position: relative;
    display: grid;
    grid-template-columns: 40% 20% 20% 20%;
    justify-content: center;
    width: 100%;
    height: fit-content;
  }

  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line
    > span:nth-last-child(1) {
    margin-right: 20px;
  }

  .Line.LBG {
    background: #f6f9ff;
  }

  .B5
    > ._content
    > .__content
    > .Table
    > .Body
    > .Line:not(:nth-last-child(1)) {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  }

  .B5 > ._content > .__content > .Table > .Body > .Line > .BWrapper {
    position: relative;
    width: auto;
  }

  .B5 > ._content > .__content > .Table > .Body > .Line > .BWrapper > .Button {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: fit-content;
    padding: 13.5px 0px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #175ed2;
    margin: 4px;
  }

  .BText {
    color: #175ed2;
  }

  #Content > .B6 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 100px;
    padding: 0% 24px;
  }

  .B6 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 1140px;
    height: fit-content;

    margin: 0% auto;
  }

  .B6 > ._content > .Header {
    position: relative;

    width: 463px;
    height: fit-content;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    text-transform: uppercase;

    color: #333333;
  }

  .B6 > ._content > .Advantages {
    position: relative;

    width: 100%;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    column-gap: 24px;

    margin-bottom: 64px;
  }

  .B6 > ._content > .Advantages > * {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    row-gap: 20px;

    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .Advantages > * > div {
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    width: auto;
    height: fit-content;
  }

  .B6 > ._content > .Advantages > .Right > .AboutImgBanner > img {
    position: relative;
    width: 363px;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .B6 > ._content > .Advantages > * > div > span {
    position: relative;

    min-height: 56px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;

    color: #333333;
  }

  .B6 > ._content > .Advantages > .Right > .AboutImgBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 363px;
    height: auto;
    margin-left: 16px;
  }

  .B6 > ._content > .Advantages > .Left > .AboutText > span {
    width: auto;
    word-wrap: break-word;
  }

  #Content > .B7 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 100px;
  }

  .B7 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 1140px;
    height: fit-content;

    margin: 0% auto;
    padding: 0% 24px;
  }

  .B7 > ._content > .Header {
    position: relative;

    width: 463px;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    text-transform: uppercase;

    color: #333333;
  }

  .B7 > ._content > .FAQList {
    position: relative;

    width: 100%;
    height: fit-content;

    margin-bottom: 64px;

    display: flex;
    flex-direction: column;

    row-gap: 20px;
  }

  .B7 > ._content > .FAQList > .FAQCard {
    position: relative;

    width: auto;
    height: fit-content;

    display: flex;
    flex-direction: row;
    justify-content: space-between;

    padding: 33px 24px;

    border: 1px solid rgba(51, 51, 51, 0.15);
  }

  .B7 > ._content > .FAQList > .FAQCard > * {
    position: relative;

    width: fit-content;
    height: fit-content;

    margin: auto 0;

    display: flex;
    flex-direction: column;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Head {
    position: relative;

    width: 609px;
    height: fit-content;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 138%;

    text-transform: uppercase;

    color: #333333;
  }

  .B7 > ._content > .FAQList > .FAQCard > .Text > .Desc {
    position: relative;

    display: none;

    width: 609px;
    height: fit-content;

    margin-top: 8px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;

    color: #333333;
  }

  .B7 > ._content > .FAQList > .FAQCard > .BWrapper {
    width: 40px;
    height: 40px;

    border-radius: 100%;

    background: transparent;
  }

  .B7 > ._content > .FAQList > .FAQCard > .BWrapper > img {
    margin: auto;
  }

  .B7 > ._content > .FAQList > .FAQCard > .BWrapper > .Minus {
    display: none;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened {
    border: 1px solid #175ed2;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper {
    background: #175ed2;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper > .Minus {
    display: block;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .BWrapper > .Plus {
    display: none;
  }

  .B7 > ._content > .FAQList > .FAQCard.Opened > .Text > .Desc {
    display: block;
  }

  .B7 > ._content > .BGStockPhoto {
    display: flex;
    justify-content: center;
    bottom: 0;
    right: 0;
    width: auto;
    height: 357px;
  }

  #Content > .B8 {
    position: relative;

    display: flex;

    width: auto;
    height: fit-content;

    margin-bottom: 100px;
    padding: 0% 24px;
  }

  .B8 > ._content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    width: 100%;
    height: fit-content;

    margin: 0% auto;
  }

  .B8 > ._content > .Header {
    position: relative;

    width: 463px;

    margin-bottom: 32px;

    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;

    text-transform: uppercase;

    color: #333333;
  }

  .B1 > .BG > .ExtraDesktopBlocks {
    left: 36px;

    z-index: 3;
  }

  .B1 > .BG > .ExtraDesktopBlocks > .Block {
    padding: 16px;
    gap: 6px;
  }

  .B1 > .BG > .ExtraDesktopBlocks > .Block > .title {
    font-size: 16px;
  }

  .B1 > .BG > .ExtraDesktopBlocks > .Block > .desc {
    width: 163px;
    font-size: 13px;
  }

  .B1 > .BG > .ExtraSignature {
    z-index: 4;
  }

  .B1 > .BG > .ExtraSignature > span {
    font-size: 14px;
  }

  .B5 > ._content > .__content > .Table > .Header {
    grid-template-columns: 28% 24% 24% 24%;
  }

  .B5 > ._content > .__content > .Table > .Body > .Line {
    grid-template-columns: 28% 24% 24% 24%;
  }

}

.B5 > ._content > .__content > .MobileTable {
  display: none;
}

@media (max-width: 479px) {
  .B6 > ._content > .About {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 24px;
    row-gap: 20px;
    margin-bottom: 40px;
  }

  .B6 > ._content > .About > .Left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .B6 > ._content > .About > * {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .About > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .About > .Left > .AboutText > span {
    width: fit-content;
    height: auto;
    font-size: 14px;
  }

  .B6 > ._content > .About > * > div > span {
    position: relative;
    min-height: 56px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #333333;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner {
    width: fit-content;
    width: 288px;
    height: auto;
    margin: 0;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner > img {
    position: relative;
    width: 288px;
    margin: 0;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner > .TextImageContent {
    font-size: 13px;
    margin: 0;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .B6 > ._content > .About {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 24px;
    row-gap: 20px;
    margin-bottom: 40px;
  }

  .B6 > ._content > .About > .Left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .B6 > ._content > .About > * {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 20px;
    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .About > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .About > * > div > span {
    position: relative;
    min-height: 56px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #333333;
  }

  .B6 > ._content > .About > .Left > .AboutText > span {
    width: fit-content;
    height: auto;
    font-size: 14px;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner {
    width: fit-content;
    width: 410px;
    height: auto;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner > .TextImageContent {
    display: flex;
    width: fit-content;
    padding: 10px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .B6 > ._content > .About {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 24px;
    margin-bottom: 64px;
  }

  .B6 > ._content > .About > .Left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .B6 > ._content > .About > * {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 20px;
    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .About > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner {
    width: fit-content;
    width: 410px;
    height: auto;
  }

  .B6 > ._content > .About > * > div > img {
    position: relative;
    width: 450px;
    margin-left: 32px;
  }

  .B6 > ._content > .About > * > div > span {
    position: relative;
    min-height: 56px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #333333;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .B6 > ._content > .About > * {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 20px;
    width: 100%;
    height: fit-content;
  }

  .B6 > ._content > .About > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .About > .Left > .AboutText > span {
    width: 580px;
    word-wrap: break-word;
  }

  .B6 > ._content > .About > * > div > span {
    position: relative;
    min-height: 56px;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    color: #333333;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    height: auto;
    margin-left: 16px;
  }

  .B6 > ._content > .About > .Left > .AboutImgBanner > img {
    position: relative;
    width: 400px;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .B6 > ._content > .Advantages > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col1 {
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
    color: #949494;
    letter-spacing: -0.1px;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col2 {
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 155%;
    color: #333333;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .B6 > ._content > .Advantages > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col1 {
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 155%;
    color: #949494;
    letter-spacing: -0.1px;
  }

  .B6 > ._content > .Advantages > .Left > .parent > .Col2 {
    position: relative;
    font-family: "Etelka Text Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 155%;
    color: #333333;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .B6 > ._content > .Advantages > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    width: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .B6 > ._content > .Advantages > * > div > span {
    min-height: auto;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .B6 > ._content > .Advantages > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    width: 25px;
    margin-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .B6 > ._content > .Advantages > * > div {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: fit-content;
    flex-wrap: nowrap;
  }

  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    width: 25px;
    margin-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .B6 > ._content > .Advantages > * > div > img {
    position: relative;
    width: 25px;
    height: fit-content;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .BGPaper {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    height: 245px;
    right: -50px;
  }
}

@media (max-width: 479px) {
  .NoFullScreenView {
    display: none;
  }

  .noViewElement {
    display: flex;
  }

  .B10 > ._content > .B10SertCard > .B10UpNav > .B10NavCert {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
  }

  .B11 > ._content > .B11VideoCard > .B11Left > h2.TitleText,
  .B10 > ._content > .B10SertCard > .B10UpNav > h2.TitleText {
    font-size: 22px;
  }

  .B10NavCert > .NoFullScreenView {
    display: none;
  }

  #Content > .B11 {
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    margin-bottom: 100px;
    padding: 0 20px;
  }

  .B11 > ._content > .B11VideoCard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .B9 > ._content > .B9LineCards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
  }

  .B9 > ._content > .B9LineCards > .B9Left {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }

  #Content > .B9 {
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    margin-bottom: 100px;
    padding: 0 20px;
  }

  .B9 > ._content > .B9LineCards > .B9CardBG {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    background-color: #f6f9ff;
    padding: 24px;
    width: 100%;
  }

  .B9 > ._content > .B9LineCards > .B9Left > .B9CardFType {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .B10QualCert {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .B10QualCert > img:first-child {
    width: auto;
    height: 45px;
  }

  .RowCardsSpinner {
    gap: 10px;
  }

  .RowCardsSpinner > img {
    height: 160px;
    width: auto;
  }

  .Video {
    width: 100%;
    height: 180px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .NoFullScreenView {
    display: none;
  }

  .noViewElement {
    display: flex;
  }

  .RowCardsSpinner > img {
    height: 200px;
    width: auto;
  }

  .B9 > ._content > .B9LineCards > .B9Left {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }

  .info_card_block.B9 > ._content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .B11 > ._content > .B11VideoCard > .B11right {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    max-width: 100%;
  }

  .B11 > ._content > .B11VideoCard > .B11Left {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    max-width: 100%;
  }

  .B11 > ._content > .B11VideoCard {
    margin-left: -5px;
    margin-right: -5px;
  }

  .B9 > ._content > .B9LineCards > .B9CardBG {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    background-color: #f6f9ff;
    padding: 24px;
    width: calc(50% - 5px);
    font-size: 14px;
  }

  #Content > .B9 {
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    margin-bottom: 100px;
    padding: 0px 24px;
  }

  .B9 > ._content > .B9LineCards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .B9 > ._content > .B9LineCards > .B9Left > .B9CardFType {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: nowrap;
    font-size: 14px;
    width: 100%;
  }

  .Video {
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 5;
  }

  #Content > .B9.info_card_block {
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #Content > .B11.video_info_block {
    margin-bottom: 60px;
  }

  .video_info_block.B11 > ._content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .NoFullScreenView {
    display: none;
  }

  .noViewElement {
    display: flex;
  }

  #Content > .B11 {
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    margin-bottom: 100px;
    padding: 0 20px;
  }

  .RowCardsSpinner > img {
    height: 220px;
    width: auto;
  }

  #Content > .B9 {
    position: relative;
    display: flex;
    width: 100%;
    height: fit-content;
    margin-bottom: 100px;
    padding: 0 24px;
  }

  .B9 > ._content > .B9LineCards > .B9Left {
    display: flex;
    flex-direction: row;
    gap: 60px;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }

  .B9 > ._content > .B9LineCards > .B9CardBG {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    background-color: #f6f9ff;
    padding: 24px;
    width: calc(50% - 10px);
    font-size: 14px;
  }

  .B9 > ._content > .B9LineCards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: wrap;
    align-items: center;
  }

  .Video {
    width: 400px;
    height: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .noViewElement {
    display: none;
  }

  .B9 > ._content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    margin: 0% auto;
  }

  #Content > .B10Block > .B10 {
    position: relative;

    display: flex;

    width: 100%;
    height: fit-content;

    margin-bottom: 24px;
    padding: 0% 24px;
  }

  .B10 > ._content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    margin: 0% auto;
    padding: 0% 24px;
  }

  .B4-Component {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 20px;
    width: 100%;
    max-width: 100%;
    margin: 0% auto;
    margin-bottom: 100px;
  }

  .B11 > ._content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    margin: 0% auto;
  }

  .B7 > ._content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: fit-content;
    margin: 0% auto;
    padding: 0% 24px;
  }

  .B9 > ._content > .B9LineCards > .B9Left {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
  }
}

@media (min-width: 991px) and (max-width: 1125px) {
  .B9 > ._content > .B9LineCards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
  }

  .B9 > ._content > .B9LineCards > .B9Left {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
  }

  .B9 > ._content > .B9LineCards > .B9CardBG {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    background-color: #f6f9ff;
    padding: 24px;
    width: calc(50% - 10px);
    font-size: 14px;
  }
}

.noViewSection {
  display: none;
}

@media (min-width: 768px) and (max-width: 870px) {
  .B1 > .BG > ._content > .banner_photo {
    top: 33px;
    right: -36px;

    height: 245px;
  }
}

@media (min-width: 991px) and (max-width: 1100px) {
  .B1 > .BG > ._content > .banner_photo {
    height: 400px;
    top: auto;
    bottom: -105px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo > .FRow {
    row-gap: 10px;
    height: auto;
  }
  .ReqInfo .button {
    margin-top: 0;
  }
  .B6 > ._content > .Advantages > .Left > .ContactCol > .DownInfo {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .B6 > ._content > .Advantages > .Left > .ContactCol > .UpInfo > .FRow {
    height: auto;
    row-gap: 10px;
  }
}
