html,
body {
  overflow-x: hidden;
}

.worker-mb {
  image-rendering: -webkit-optimize-contrast;
}

@media (max-width: 71rem) {
  .slider_gallery {
    position: relative;
    width: 100%;
    margin: auto;
  }
  .slider_gallery .images {
    display: flex;
    flex-basis: auto;
    overflow: hidden;
  }
  .slider_gallery .images img {
    display: inline-block;
    flex-shrink: 0;
    width: 100%;
  }
  .slider_gallery .control_button {
    position: absolute;
    width: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
  }
  .slider_gallery .control_button i {
    cursor: pointer;
  }
  .slider_gallery .control_prev {
    left: 0;
  }
  .slider_gallery .control_next {
    right: 0;
  }
  .slider_gallery .slider_pagination {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
  }
  .slider_gallery .slider_pagination div {
    width: 4rem;
    height: 2rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slider_gallery .slider_pagination div:after {
    content: "";
    display: block;
    background: rgb(186, 186, 186);
    height: 0.55rem;
    width: 100%;
    transition: ease-in-out 0.25s;
  }
  .slider_gallery .slider_pagination div.active:after {
    background: rgb(255, 255, 255);
  }
  .full-screen {
    display: none !important;
  }
  .container {
    background: rgb(255, 255, 255);
    padding-top: 0.35rem;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 7;
    height: 2.5rem;
    box-shadow: 0rem 0rem 3rem rgba(19, 18, 18, 0.1019607843);
  }
  .container header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 95%;
    font-size: 1.2rem;
  }
  .container header .button_menu {
    margin-right: 0.5rem;
    position: relative;
    z-index: 2;
    height: 1.3rem;
    opacity: 0.6;
    width: 1.3rem;
    min-width: 1rem;
    background-image: url("images/svg/button_menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0.2rem;
    cursor: pointer;
  }
  .container header .logo {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: relative;
    height: 2.5rem;
  }
  .container header .logo > * {
    display: inline-block;
    vertical-align: middle;
  }
  .container header .logo .header_logo {
    position: relative;
    z-index: 2;
  }
  .container header .logo .header_logo_background {
    height: 40%;
    position: absolute;
    z-index: 1;
    left: 1.35rem;
    bottom: -0.7rem;
  }
  .container header a {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 1rem;
    white-space: nowrap;
    color: white;
    text-decoration: none;
    padding: 0.3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #fa8836;
    margin-top: -0.25rem;
    cursor: pointer;
  }
  .container header .logo_link {
    position: absolute;
    left: 14%;
    width: 80%;
    height: 100%;
    z-index: 3;
    background: none;
    cursor: pointer;
  }
  .menu_wrap {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: white;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    display: none;
  }
  .menu_wrap menu {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
  }
  .menu_wrap li {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    list-style-type: none;
    cursor: pointer;
  }
  .firstScreen {
    margin-top: 2rem;
    position: relative;
    width: 100%;
    font-size: 0;
  }
  .firstScreen .text {
    position: relative;
    color: rgb(255, 255, 255);
    width: 70%;
    z-index: 2;
    background: linear-gradient(30deg, #3f8ad9 20%, #46adf2);
    padding: 2rem;
    width: 100%;
  }
  .firstScreen .text h1 {
    width: 80%;
    font-size: 3rem;
    margin-bottom: 1vw;
    margin-top: 0;
  }
  .firstScreen .text p {
    width: 80%;
    font-size: 1.4rem;
  }
  .firstScreen .text .contacts {
    margin-top: 0.5rem;
  }
  .firstScreen .text .contacts img {
    vertical-align: middle;
    width: 2rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
  }
  .firstScreen .text .contacts span {
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .firstScreen .object_flex {
    font-size: 0;
    height: 100%;
    line-height: 0;
    position: relative;
  }
  .firstScreen .object_flex .mobile {
    width: 100vw;
    font-size: 0;
  }
  .firstScreen .object_flex .mobile-bg {
    font-size: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: calc(4rem + 10%);
    margin-top: -0.1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .firstScreen .object_flex .worker-mb {
    margin-top: 0;
  }
  .screen_1_2 .feauters_detail {
    position: fixed;
    top: 2rem;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    box-shadow: 0rem 0rem 2rem rgba(19, 18, 18, 0.2156862745);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 40rem;
    width: 100vw;
    display: none;
  }
  .screen_1_2 .feauters_detail .close_feauters {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 1rem;
    display: inline-block;
    float: right;
    z-index: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 0rem;
    cursor: pointer;
    text-align: right;
    height: 0rem;
    opacity: 0.25;
  }
  .screen_1_2 .feauters_detail .close_feauters:hover {
    opacity: 1;
  }
  .screen_1_2 .feauters_detail .close_feauters div {
    display: inline-block;
    padding: 0.5rem;
    background: white;
    margin: auto;
    margin-top: -1.25rem;
    box-shadow: 0rem 0rem 0.5rem rgba(19, 18, 18, 0.2156862745);
  }
  .screen_1_2 .feauters_detail .close_feauters img {
    box-sizing: content-box;
    opacity: 0.75;
    display: block;
    margin: auto;
    height: 1.5rem;
  }
  .screen_1_2 .feauters_detail .slider_gallery {
    display: none;
  }
  .screen_1_2 h1 {
    font-size: 2.4rem;
    margin-left: 6%;
    margin-top: -1rem;
    width: 60vw;
    color: #2e2a28;
  }
  .screen_1_2 .feauters {
    margin: auto;
    margin-top: 2rem;
    display: flex;
    width: 90%;
    justify-content: space-between;
    height: auto;
    flex-wrap: wrap;
  }
  .screen_1_2 .feauters div {
    margin-bottom: 0.5rem;
    flex-grow: 5;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0.5rem;
    padding: 1.5rem 1rem;
    background: #fef6eb;
    display: inline-block;
    text-align: center;
    margin-bottom: 1.25rem;
    cursor: pointer;
  }
  .screen_1_2 .feauters div img {
    height: calc(4rem + 2vw);
  }
  .screen_1_2 .feauters div h2 {
    margin: auto;
    margin-top: 0.4rem;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.5rem;
    opacity: 0.9;
  }
  .screen_1_2 .feauters div h2 br {
    display: none;
  }
  .screen_1_2 .feauters div p {
    font-size: 1rem;
    opacity: 0.7;
  }
  .screen2 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .screen2 > h1 {
    margin-top: 3.5rem;
    order: 1;
    margin-left: 2rem;
    font-size: 2.4rem;
  }
  .screen2 .text_wrap {
    order: 3;
  }
  .screen2 .text_wrap .text {
    position: relative;
    color: white;
    background: linear-gradient(30deg, #f37d21 20%, #f8cb2b);
    padding: 2rem;
    padding-top: 1rem;
    width: 100%;
  }
  .screen2 .text_wrap .text > div {
    display: none;
  }
  .screen2 .text_wrap .text .about {
    display: block;
  }
  .screen2 .text_wrap .text h1 {
    font-size: 3rem;
    width: 80%;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
  .screen2 .text_wrap .text h2 {
    font-size: 2rem;
  }
  .screen2 .text_wrap .text p {
    font-size: 1rem;
    width: 80%;
    margin-top: 1rem;
  }
  .screen2 .text_wrap .text .numbers {
    margin-top: 1.5rem;
  }
  .screen2 .text_wrap .text .numbers div {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    height: 7rem;
    vertical-align: top;
    margin-right: 0.5rem;
    padding: 0.5rem 1rem;
    width: -moz-min-content;
  }
  .screen2 .text_wrap .text .numbers div p {
    text-align: center;
    min-width: 5rem;
    margin: auto;
  }
  .screen2 .text_wrap .text .numbers div p:first-child {
    font-size: 3rem;
    font-weight: bold;
    margin: auto;
    margin-top: 0;
  }
  .screen2 .text_wrap .mobile-bg-detail {
    width: calc(4rem + 10%);
    margin-top: -0.1rem;
  }
  .screen2 .text_wrap .frame {
    width: calc(4rem + 10%);
  }
  .screen2 .object_flex {
    order: 2;
    margin-top: 0rem;
    position: relative;
    width: 100%;
  }
  .screen2 .object_flex .image-fs-wrap {
    width: 100%;
    height: auto;
    margin: auto 0;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs {
    position: relative;
    margin: auto 0;
    right: 0;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    font-size: 0;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs img {
    height: auto;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs .proj {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs .proj0 {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    height: auto;
  }
  .screen2 .object_flex .image-fs-wrap .arrow {
    z-index: 4;
    width: 2rem;
    position: absolute;
    top: 45%;
    opacity: 0.9;
    height: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .screen2 .object_flex .image-fs-wrap .prev {
    transform: scale(-1, 1);
    left: 5%;
  }
  .screen2 .object_flex .image-fs-wrap .next {
    right: 5%;
  }
  .screen2 .object_flex .image-fs-wrap .pagination_circle {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    z-index: 5;
    display: none;
  }
  .screen2 .object_flex .image-fs-wrap .pagination_circle .circle_wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .screen2 .object_flex .image-fs-wrap .pagination_circle .circle_wrap div.active_circle {
    background: white;
    border-radius: 3rem;
    display: inline-block;
  }
  .screen2 .object_flex .image-fs-wrap .pagination_circle .circle_wrap div {
    -webkit-tap-highlight-color: transparent;
    margin-left: 1rem;
    width: 0.7rem;
    height: 0.7rem;
    background: none;
    border: 3px solid white;
    border-radius: 3rem;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.9;
    transition: 0.25s ease-in-out;
    cursor: pointer;
  }
  .partners_screen {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
  }
  .partners_screen .text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
  }
  .partners_screen .text h2 {
    display: inline-block;
    font-size: 3rem !important;
    margin-left: 5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #2e2a28;
    margin-bottom: 0.5rem;
  }
  .partners_screen .text a {
    display: inline-block;
    font-size: 1.2rem !important;
    margin-left: 5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #2e2a28;
    margin-right: 5rem;
    cursor: pointer;
    opacity: 0.5;
  }
  .partners_screen .partners_flex {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 80rem;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
  }
  .partners_screen .partners_flex .partner_item {
    margin-left: 1rem;
    margin-right: 1rem;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE */
    image-rendering: crisp-edges;
    width: 10rem;
    height: 100%;
    margin-bottom: 2rem;
  }
  .partners_screen .all_partners {
    display: none;
    overflow-x: scroll;
    z-index: 6;
    position: fixed;
    width: 90vw;
    height: 100vh;
    top: 0rem;
    background: white;
    left: 5vw;
    box-shadow: 0rem 0rem 1rem rgba(19, 18, 18, 0.2156862745);
  }
  .partners_screen .all_partners .close_partners {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 2.8rem;
    height: 1rem;
    cursor: pointer;
    text-align: right;
  }
  .partners_screen .all_partners .close_partners div {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: white;
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    margin-right: 3rem;
    box-shadow: 0rem 0rem 1rem rgba(19, 18, 18, 0.2156862745);
  }
  .partners_screen .all_partners .close_partners img {
    box-sizing: content-box;
    opacity: 0.75;
    display: block;
    margin: auto;
    padding-top: 26%;
    height: 1.5rem;
  }
  .partners_screen .all_partners .partners_flex {
    margin-top: 3rem;
    background: white;
  }
  .screen3,
.screen4 {
    margin-top: 3.5rem;
  }
  .screen3 .title h1,
.screen4 .title h1 {
    position: relative;
    z-index: 4;
    margin-top: 3rem;
    font-size: 2.4rem;
    color: #2e2a28;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
  }
  .screen3 .polygons-wrap,
.screen4 .polygons-wrap {
    position: relative;
    z-index: 3;
    height: 14rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 0rem;
  }
  .screen3 .polygons-wrap .polygons,
.screen4 .polygons-wrap .polygons {
    margin: auto;
    width: 80vw;
    overflow-x: scroll;
    overflow-y: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
  }
  .screen3 .polygons-wrap .polygons::-webkit-scrollbar,
.screen4 .polygons-wrap .polygons::-webkit-scrollbar {
    width: 0;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline,
.screen4 .polygons-wrap .polygons .polygons_inline {
    font-size: 0;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline div,
.screen4 .polygons-wrap .polygons .polygons_inline div {
    display: inline-block;
    width: 8rem;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-left: 0rem;
    margin-right: 0rem;
    height: 15rem;
    margin-right: 0.5rem;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline div .back,
.screen4 .polygons-wrap .polygons .polygons_inline div .back {
    position: absolute;
    top: 0;
    left: -25%;
    width: 12rem;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline div .img_wrap,
.screen4 .polygons-wrap .polygons .polygons_inline div .img_wrap {
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline div .img_wrap img,
.screen4 .polygons-wrap .polygons .polygons_inline div .img_wrap img {
    height: 3rem;
    display: block;
    margin: auto auto;
    margin-top: 3rem;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline div .img_wrap img.control,
.screen4 .polygons-wrap .polygons .polygons_inline div .img_wrap img.control {
    height: 5rem;
    margin: auto auto;
    margin-top: 0.8rem;
    margin-bottom: 1rem;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline div p,
.screen4 .polygons-wrap .polygons .polygons_inline div p {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    margin-top: -1rem;
  }
  .screen3 .polygons-wrap .polygons .row2,
.screen4 .polygons-wrap .polygons .row2 {
    margin-top: 0rem;
  }
  .screen3 .item,
.screen4 .item {
    transform: scale(0.7) !important;
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .screen3 .item.active,
.screen4 .item.active {
    transform: scale(1) !important;
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .screen3 .pagination,
.screen4 .pagination {
    display: flex;
    width: 80%;
    max-width: 30rem;
    justify-content: space-around;
    font-size: 1.2rem;
    margin: auto;
  }
  .screen3 .pagination p,
.screen4 .pagination p {
    font-family: "Arial";
    color: rgb(230, 147, 93);
    font-size: 1.5rem;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0.25rem 0;
  }
  .screen3 .pagination p span,
.screen4 .pagination p span {
    padding: 0;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    vertical-align: middle;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .screen3 .pagination .active span,
.screen4 .pagination .active span {
    margin-top: 0.1rem;
    vertical-align: middle;
    font-size: 2rem;
  }
  .screen3 .text_wrap,
.screen4 .text_wrap {
    margin-top: 1rem;
  }
  .screen3 .text_wrap .text,
.screen4 .text_wrap .text {
    position: relative;
    color: white;
    background: linear-gradient(30deg, #f37d21 20%, #f8cb2b);
    padding: 2rem 1.5rem;
    width: 100%;
  }
  .screen3 .text_wrap .text h1,
.screen4 .text_wrap .text h1 {
    margin-top: 0;
    font-size: 2rem;
    width: 80%;
  }
  .screen3 .text_wrap .text p,
.screen4 .text_wrap .text p {
    font-size: 1rem;
    width: 80%;
    margin: 1rem 0;
  }
  .screen3 .text_wrap .text p:first-child,
.screen4 .text_wrap .text p:first-child {
    margin-top: 0;
  }
  .screen3 .text_wrap .text ul,
.screen4 .text_wrap .text ul {
    font-size: 1rem;
    padding-left: 2rem;
  }
  .screen3 .text_wrap .text div,
.screen4 .text_wrap .text div {
    display: none;
  }
  .screen3 .text_wrap .text .about,
.screen4 .text_wrap .text .about {
    position: relative;
    display: block;
  }
  .screen3 .text_wrap .text .numbers,
.screen4 .text_wrap .text .numbers {
    margin-top: 1rem;
  }
  .screen3 .text_wrap .text .numbers div,
.screen4 .text_wrap .text .numbers div {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    height: 7rem;
    vertical-align: top;
    margin-right: 0.5rem;
    padding: 0.5rem 1rem;
    width: -moz-min-content;
  }
  .screen3 .text_wrap .text .numbers div p,
.screen4 .text_wrap .text .numbers div p {
    text-align: center;
    min-width: 5rem;
    margin: auto;
  }
  .screen3 .text_wrap .text .numbers div p:first-child,
.screen4 .text_wrap .text .numbers div p:first-child {
    font-size: 3rem;
    font-weight: bold;
    margin: auto;
    margin-top: 0;
  }
  .screen3 .text_wrap .mobile-bg-detail,
.screen4 .text_wrap .mobile-bg-detail {
    width: calc(4rem + 10%);
    margin-top: -0.1rem;
  }
  .screen3 .frame,
.screen4 .frame {
    width: calc(4rem + 10%);
  }
  .screen3 .text {
    background: linear-gradient(30deg, #3f8ad9 20%, #46adf2) !important;
  }
  .screen4 .polygons_and_pagination {
    display: flex;
    flex-direction: column-reverse;
  }
  .screen4 .polygons_and_pagination .polygons-wrap .polygons .polygons_inline .img_wrap {
    margin-bottom: 1rem;
  }
  .screen4 .polygons_and_pagination .polygons-wrap .polygons .polygons_inline .img_wrap img {
    height: 4rem;
  }
  .screen5 {
    margin-top: 3.5rem;
  }
  .screen5 h1 {
    text-align: center;
    font-size: 2.4rem;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #2e2a28;
    margin-bottom: 2rem;
  }
  .screen5 form {
    width: 80%;
    margin: auto;
    max-width: 50rem;
  }
  .screen5 form input {
    background: #fefaf4;
    border: none;
    display: block;
    height: 4rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1.2rem;
    -webkit-appearance: none;
  }
  .screen5 form input:active {
    border-color: #fa8836;
  }
  .screen5 form input::-moz-placeholder {
    font-size: 1.2rem;
    color: rgb(200, 200, 200);
  }
  .screen5 form input:-ms-input-placeholder {
    font-size: 1.2rem;
    color: rgb(200, 200, 200);
  }
  .screen5 form input::placeholder {
    font-size: 1.2rem;
    color: rgb(200, 200, 200);
  }
  .screen5 form input.button {
    margin-top: 3rem;
    background: #fa8836;
    color: white;
    font-size: 1.2rem;
    padding: 0;
    cursor: pointer;
  }
  .screen5 form input:focus {
    outline: 1px solid #fa8836;
  }
  .screen5 form p.personal_accordance {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-size: 1rem;
  }
  .screen5 form p.personal_accordance a {
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #000;
    cursor: pointer;
  }
  .screen5 .accordance_text_wrap {
    display: none;
    z-index: 8;
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100vw;
    height: 100vh;
    top: 0rem;
    padding-bottom: 2rem;
    box-sizing: content-box;
  }
  .screen5 .accordance_text_wrap .text_wrap {
    position: relative;
    height: calc(100% - 8rem);
    overflow-y: scroll;
    background: rgb(255, 255, 255);
    margin-bottom: 2rem;
    scroll-padding: 0 0 8rem 0;
  }
  .screen5 .accordance_text_wrap .close_accordance {
    width: 100%;
    display: block;
    margin-top: 1rem;
    cursor: pointer;
    text-align: right;
    background: rgb(255, 255, 255);
  }
  .screen5 .accordance_text_wrap .close_accordance div {
    width: 3rem;
    height: 3rem;
    border-radius: 10rem;
    background: white;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0rem 0rem 1rem #c9c9c9;
  }
  .screen5 .accordance_text_wrap .close_accordance img {
    box-sizing: content-box;
    opacity: 0.75;
    display: block;
    margin: auto;
    padding-top: 25%;
    height: 1.5rem;
  }
  .screen5 .accordance_text_wrap p {
    padding: 1rem 48px;
  }
  .shadow {
    z-index: 8;
  }
  footer {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1rem;
    background: linear-gradient(180deg, #397ec7 20%, #46adf2);
    margin-top: 3.5rem;
  }
  footer .wrap {
    padding: 0 1rem;
    margin: auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  footer .wrap > * {
    width: 20rem;
    display: inline-block;
    vertical-align: top;
  }
  footer .contacts {
    margin-top: 1rem;
    color: white;
    text-align: left;
    margin-bottom: 0.6rem;
  }
  footer .contacts img {
    vertical-align: middle;
    width: 2rem;
    margin-bottom: 0.2rem;
    margin-right: 1rem;
    padding-top: 0.35rem;
  }
  footer .contacts span {
    vertical-align: middle;
    font-size: 1.4rem;
  }
  footer .info {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    color: white;
  }
  footer .info p {
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 1.3rem;
  }
  footer .info p:last-child {
    font-size: 1rem;
    opacity: 0.6;
  }
  footer .adress {
    margin-top: 1.4rem;
    font-size: 1.4rem;
    color: white;
    text-align: left;
  }
  footer .adress p:last-child {
    margin-top: 1.25rem;
    opacity: 0.6;
  }
}/*# sourceMappingURL=styleMobile.css.map */