.partners_screen img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  background: white;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.main_container {
  max-width: 120rem;
  margin: auto;
  position: relative;
}

* {
  font-family: "Roboto";
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.menu_wrap {
  display: none;
}

.shadow {
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 5;
  background: rgba(0, 0, 0, 0.478);
  height: 100%;
  display: none;
}

@media (min-width: 71rem) and (max-width: 96rem) {
  .screen3 .polygons-wrap,
  .screen4 .polygons-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 4rem !important;
  }
  .screen3 .polygons_inline,
  .screen4 .polygons_inline {
    position: relative !important;
  }
  .screen3 .polygons_inline > div,
  .screen4 .polygons_inline > div {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
    white-space: 0;
    font-size: 0;
  }
  .screen3 .polygons_inline > div p,
  .screen4 .polygons_inline > div p {
    font-size: 1rem;
  }
  .screen3 .polygons_inline .center,
  .screen4 .polygons_inline .center {
    display: block !important;
    margin: auto !important;
    margin-top: -0.5rem !important;
  }
  .screen3 .polygons_inline .center .img_wrap,
  .screen4 .polygons_inline .center .img_wrap {
    padding-top: 2rem;
  }
  .screen3 .polygons_inline .row2,
  .screen4 .polygons_inline .row2 {
    margin-top: 2rem !important;
  }
  .screen4 .polygons {
    top: 0rem !important;
    right: -80% !important;
  }
  .screen2 .text_wrap p {
    margin-top: 0 !important;
  }
  header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 100% !important;
    max-width: 108rem !important;
    font-size: 1.2rem !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    margin: auto !important;
  }
}

@media (min-width: 71rem) and (max-width: 98rem) {
  .firstScreen .text {
    top: 2.5rem !important;
  }
  .firstScreen .contacts {
    margin-top: 0.5rem !important;
  }
}

@media (min-width: 71rem) {
  .slider_gallery {
    position: relative;
    width: calc(25rem + 25vw);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
  }
  .slider_gallery .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    overflow: hidden;
    width: 100%;
  }
  .slider_gallery .images img {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
  .slider_gallery .images img:first-child {
    margin-left: 0;
  }
  .slider_gallery .control_button {
    position: absolute;
    width: 10%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
  }
  .slider_gallery .slider_pagination div {
    width: 4rem;
    height: 2rem;
    margin-right: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
  .slider_gallery .slider_pagination div:after {
    content: "";
    display: block;
    background: #bababa;
    height: 0.55rem;
    width: 100%;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
  }
  .slider_gallery .slider_pagination div.active:after {
    background: white;
  }
  .mobile {
    display: none !important;
  }
  .menu_wrap {
    display: block !important;
  }
  .container {
    position: relative;
    background: white;
    padding-top: 0.85rem;
    position: fixed;
    width: 100vw;
    max-width: 120rem;
    top: 0px;
    z-index: 7;
    height: 4rem;
    -webkit-box-shadow: 0rem 0rem 3rem #1312121a;
            box-shadow: 0rem 0rem 3rem #1312121a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    margin: auto;
    font-size: 1.2rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: auto;
  }
  .container header .margin_tech {
    width: 0.1rem;
    height: 3rem;
    background: green;
  }
  .container header .logo {
    display: block;
    position: relative;
    height: 4.5rem;
  }
  .container header .logo .header_logo {
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .container header .logo .header_logo_background {
    height: 40%;
    position: absolute;
    z-index: 1;
    left: -1.25rem;
    bottom: -1.1rem;
  }
  .container header .logo object {
    pointer-events: none;
  }
  .container header .logo object svg {
    cursor: pointer;
  }
  .container header a {
    position: relative;
    color: white;
    text-decoration: none;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #49A3E0;
    margin-bottom: 1.25rem;
    cursor: pointer;
    display: block;
    white-space: nowrap;
  }
  .menu_wrap {
    display: block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-bottom: 1.25rem;
    width: 48%;
  }
  .menu_wrap menu {
    margin: 0;
    left: 50rem;
    top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu_wrap menu li {
    margin-right: 0.75rem;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
  }
  .menu_wrap menu li:first-child {
    margin-left: 0.75rem;
  }
  .firstScreen {
    margin-top: 5rem;
    position: relative;
    width: 100%;
  }
  .firstScreen .text {
    position: absolute;
    color: white;
    left: 5rem;
    top: 4rem;
    z-index: 2;
    width: 47%;
  }
  .firstScreen .text .about {
    width: 30rem;
    margin-right: 1.5vw;
  }
  .firstScreen .text > div {
    display: block;
    vertical-align: top;
  }
  .firstScreen .text h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3rem;
    margin-bottom: 0.75rem;
    margin-top: 0.1rem;
  }
  .firstScreen .text p {
    width: 90%;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .firstScreen .text .contacts {
    margin-top: 2rem;
  }
  .firstScreen .text .contacts div {
    margin-top: 0.2rem;
  }
  .firstScreen .text .contacts div:last-child {
    margin-top: 0.5rem;
  }
  .firstScreen .text .contacts img {
    vertical-align: middle;
    width: 2rem;
    margin-top: 0.25rem;
    margin-right: 1rem;
  }
  .firstScreen .text .contacts span {
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .firstScreen .object_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .firstScreen .object_flex .worker-fs-wrap {
    width: 0;
  }
  .firstScreen .object_flex .worker-fs-wrap .worker-fs {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(5rem + 45vw);
    max-width: 54rem;
  }
  .firstScreen .object_flex .full-screen-wrap .full-screen {
    vertical-align: top;
    min-width: 90rem;
    max-width: 112rem;
    width: calc(90rem+5vw);
  }
  .screen_1_2 .feauters_detail {
    position: fixed;
    top: 2rem;
    z-index: 6;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0rem 0rem 2rem #13121237;
            box-shadow: 0rem 0rem 2rem #13121237;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 120rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: none;
  }
  .screen_1_2 .feauters_detail .close_feauters {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: -1.25rem;
    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;
    -webkit-box-shadow: 0rem 0rem 0.5rem #13121237;
            box-shadow: 0rem 0rem 0.5rem #13121237;
  }
  .screen_1_2 .feauters_detail .close_feauters img {
    -webkit-box-sizing: content-box;
            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;
    color: #2e2a28;
    margin-top: 4rem;
    margin-bottom: 2rem;
    margin-left: 5rem;
  }
  .screen_1_2 h1 br {
    display: none;
  }
  .screen_1_2 .feauters {
    width: 90%;
    margin: auto;
    max-width: 95rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .screen_1_2 .feauters div {
    cursor: pointer;
    width: 20%;
    padding: 2rem 1rem;
    background: #fef6eb;
    display: inline-block;
    text-align: center;
  }
  .screen_1_2 .feauters div img {
    height: calc(2rem + 2vw);
    max-height: 4rem;
  }
  .screen_1_2 .feauters div h2 {
    margin: auto;
    margin-top: 0.35rem;
    font-weight: 400;
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 0.5rem;
    opacity: 0.9;
  }
  .screen_1_2 .feauters div p {
    width: 92%;
    margin: auto;
    font-size: 1rem;
    opacity: 0.7;
  }
  .screen2 {
    margin-top: 6rem;
    position: relative;
  }
  .screen2 > h1 {
    cursor: pointer;
    position: absolute;
    right: 2rem;
    top: -0.5rem;
    color: #2e2a28;
    margin: 0;
    font-size: 3rem;
  }
  .screen2 .projects {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    position: absolute;
    padding: 1rem;
    right: 5%;
    z-index: 2;
    border: 1px solid #fa8836;
  }
  .screen2 .text_wrap {
    width: calc(5rem + 25vw);
    max-width: 40rem;
    color: white;
    position: absolute;
    top: 0rem;
    left: 5rem;
    height: 100%;
  }
  .screen2 .text_wrap .text {
    position: relative;
    max-width: 40rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .screen2 .text_wrap .text > div {
    display: none;
  }
  .screen2 .text_wrap .text .about {
    position: relative;
    display: block;
  }
  .screen2 .text_wrap h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  .screen2 .text_wrap h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
  .screen2 .text_wrap p {
    font-size: 1.4rem;
    margin: 1.5rem 0;
    margin-top: 0;
  }
  .screen2 .text_wrap .numbers {
    margin-top: 2rem;
    min-width: 35rem;
  }
  .screen2 .text_wrap .numbers div {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 1rem;
    vertical-align: top;
    margin-right: 0.5rem;
    width: 8rem;
  }
  .screen2 .text_wrap .numbers div p {
    text-align: center;
    margin-top: 0.5rem;
  }
  .screen2 .text_wrap .numbers div p:first-child {
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
  }
  .screen2 .text_wrap .numbers div p:last-child {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
  .screen2 .object_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 50rem;
    margin: 0;
    padding: 0;
  }
  .screen2 .object_flex .full-screen-wrap {
    margin: 0;
    padding: 0;
  }
  .screen2 .object_flex .full-screen-wrap .full-screen {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    width: calc(5rem + 65vw);
    max-width: 75rem;
  }
  .screen2 .object_flex .slider_gallery {
    position: absolute;
    right: 0;
    width: calc(15rem + 35vw);
    max-width: 55rem;
    margin: auto 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .screen2 .object_flex .image-fs-wrap {
    position: relative;
    height: calc(5rem + 35vw);
    max-height: 80%;
    margin: auto 0;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs {
    position: relative;
    margin: auto 0;
    position: absolute;
    right: 0;
    height: 100%;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs img {
    height: 100%;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs .proj {
    position: absolute;
    top: 0;
    left: 0;
  }
  .screen2 .object_flex .image-fs-wrap .image-fs .proj0 {
    position: relative;
    z-index: 2;
  }
  .screen2 .object_flex .image-fs-wrap .arrow {
    position: relative;
    z-index: 4;
    width: 2rem;
    position: absolute;
    top: 0;
    opacity: 0.9;
    height: auto;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .screen2 .object_flex .image-fs-wrap .prev {
    -webkit-transform: scale(-1, 1);
            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 {
    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;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .partners_screen {
    margin-top: 5rem;
  }
  .partners_screen .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .partners_screen .text h2 {
    display: inline-block;
    font-size: 3rem !important;
    margin-left: 5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #2e2a28;
  }
  .partners_screen .text a {
    display: inline-block;
    font-size: 1.2rem !important;
    margin-left: 5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #2e2a28;
    margin-right: 5rem;
    cursor: pointer;
  }
  .partners_screen > .partners_flex {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .partners_screen .partners_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 84rem;
    margin: auto;
    margin-bottom: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .partners_screen .partners_flex .partner_item {
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    height: 10rem;
  }
  .partners_screen .all_partners {
    display: none;
    overflow-x: scroll;
    position: fixed;
    background: white;
    width: 84rem;
    max-width: 100vw;
    height: 100vh;
    top: 4.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 6;
  }
  .partners_screen .all_partners::-webkit-scrollbar {
    width: 30px;
    height: 10px;
    -webkit-transform: translate(10rem, 10rem);
            transform: translate(10rem, 10rem);
  }
  .partners_screen .all_partners::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
    width: 10rem;
  }
  .partners_screen .all_partners::-webkit-scrollbar-thumb {
    background-color: #49a3e0;
    border-right: 20px white solid;
    background-clip: padding-box;
  }
  .partners_screen .all_partners .partners_flex {
    position: relative;
    padding-bottom: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners_screen .all_partners .partners_flex .partner_item {
    width: 15rem;
    height: 100%;
  }
  .partners_screen .all_partners .close_partners {
    width: 100%;
    display: block;
    left: 50%;
    position: -webkit-sticky;
    position: sticky;
    top: 0rem;
    cursor: pointer;
    text-align: right;
    height: 1rem;
  }
  .partners_screen .all_partners .close_partners div {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background: white;
    margin: auto;
    margin-top: 1.75rem;
    margin-right: 2.5rem;
    -webkit-box-shadow: 0rem 0rem 0.5rem #13121237;
            box-shadow: 0rem 0rem 0.5rem #13121237;
  }
  .partners_screen .all_partners .close_partners img {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    opacity: 0.75;
    display: block;
    margin: auto;
    padding-top: 25%;
    height: 1.5rem;
  }
  .screen3 .title,
  .screen4 .title {
    margin-top: 0rem;
    position: relative;
    height: 3rem;
  }
  .screen3 .title h1,
  .screen4 .title h1 {
    color: #38322d;
    z-index: 4;
    position: absolute;
    top: 60%;
    font-size: 3rem;
    display: block;
    margin-left: 5rem;
    cursor: pointer;
  }
  .screen3 .screen_flex,
  .screen4 .screen_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2rem;
    position: relative;
    width: 100%;
  }
  .screen3 .screen_flex .polygons-wrap,
  .screen4 .screen_flex .polygons-wrap {
    position: relative;
    z-index: 3;
    width: 10rem;
    margin: auto 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 8rem;
    margin-left: 7rem;
  }
  .screen3 .screen_flex .polygons-wrap .polygons,
  .screen4 .screen_flex .polygons-wrap .polygons {
    height: 100%;
    padding: 0;
    margin: auto;
    width: 50rem;
    min-width: 40rem;
    max-width: 55rem;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .polygons_inline,
  .screen4 .screen_flex .polygons-wrap .polygons .polygons_inline {
    text-align: center;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .polygons_inline div,
  .screen4 .screen_flex .polygons-wrap .polygons .polygons_inline div {
    margin-right: 1rem;
    display: inline-block;
    width: 15rem;
    text-align: center;
    position: relative;
    vertical-align: top;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .polygons_inline div .back,
  .screen4 .screen_flex .polygons-wrap .polygons .polygons_inline div .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 15rem;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .polygons_inline div p,
  .screen4 .screen_flex .polygons-wrap .polygons .polygons_inline div p {
    position: relative;
    z-index: 2;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .polygons_inline div .img_wrap,
  .screen4 .screen_flex .polygons-wrap .polygons .polygons_inline div .img_wrap {
    margin-top: 2rem;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .polygons_inline div .img_wrap img,
  .screen4 .screen_flex .polygons-wrap .polygons .polygons_inline div .img_wrap img {
    display: block;
    margin: auto auto;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .polygons_inline .control p,
  .screen4 .screen_flex .polygons-wrap .polygons .polygons_inline .control p {
    margin-top: -0.75rem;
  }
  .screen3 .screen_flex .polygons-wrap .polygons .row2,
  .screen4 .screen_flex .polygons-wrap .polygons .row2 {
    margin-top: 1.5rem;
  }
  .screen3 .screen_flex .text_wrap,
  .screen4 .screen_flex .text_wrap {
    width: calc(5rem + 25vw);
    text-align: right;
    max-width: 30rem;
    color: white;
    position: absolute;
    top: 5rem;
    right: 5rem;
    z-index: 3;
  }
  .screen3 .screen_flex .text_wrap h1,
  .screen4 .screen_flex .text_wrap h1 {
    font-size: 3rem;
  }
  .screen3 .screen_flex .text_wrap ul li,
  .screen4 .screen_flex .text_wrap ul li {
    font-size: 1.4rem;
  }
  .screen3 .screen_flex .text_wrap p,
  .screen4 .screen_flex .text_wrap p {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
  .screen3 .screen_flex .text_wrap .text,
  .screen4 .screen_flex .text_wrap .text {
    position: relative;
    max-width: 38rem;
  }
  .screen3 .screen_flex .text_wrap .text > div,
  .screen4 .screen_flex .text_wrap .text > div {
    position: absolute;
    top: 2rem;
    left: 0;
    display: none;
  }
  .screen3 .screen_flex .text_wrap .text .about,
  .screen4 .screen_flex .text_wrap .text .about {
    padding-top: 5rem;
    position: relative;
    display: block;
  }
  .screen3 .screen_flex .text_wrap .text .about p,
  .screen4 .screen_flex .text_wrap .text .about p {
    margin: 2rem 0;
  }
  .screen3 .screen_flex .object_flex .full-screen-wrap .full-screen,
  .screen4 .screen_flex .object_flex .full-screen-wrap .full-screen {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    height: 50rem;
    width: auto;
  }
  .screen3 .polygons-wrap .polygons .polygons_inline p {
    margin-top: -1.5rem;
  }
  .screen4 .title {
    margin-right: 10%;
  }
  .screen4 .title h1 {
    width: 100%;
    text-align: right;
    margin-left: 0;
  }
  .screen4 .screen_flex {
    margin-top: 2rem;
  }
  .screen4 .screen_flex .polygons-wrap {
    margin-top: 4rem;
  }
  .screen4 .screen_flex .polygons-wrap .polygons {
    position: absolute;
    top: 4rem;
    right: 0%;
    margin-right: 7rem;
  }
  .screen4 .text_wrap {
    position: absolute;
    top: 5rem;
    left: 5rem;
    left: 5rem;
    text-align: left;
    z-index: 3;
  }
  .screen4 .text_wrap .text {
    position: static;
    text-align: left;
  }
  .screen4 .text_wrap .about {
    padding-top: 0rem !important;
  }
  .screen4 .text_wrap .about ul {
    padding-left: 2rem;
  }
  .screen4 .object_flex .full-screen-wrap .full-screen {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .screen5 {
    position: relative;
    margin-top: 6rem;
    height: 45rem;
  }
  .screen5 h1 {
    font-size: 3rem;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #38322d;
    margin-bottom: 2rem;
  }
  .screen5 img.back {
    width: 20rem;
    display: block;
  }
  .screen5 .object_wrap_left {
    font-size: 0;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
  }
  .screen5 .object_wrap_right {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
  .screen5 .object_wrap_left {
    width: 20rem;
  }
  .screen5 form {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 50rem;
    background: white;
    padding: 2rem;
  }
  .screen5 form input {
    background: #fefaf4;
    border: none;
    display: block;
    height: 4rem;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.2rem;
    -webkit-appearance: none;
  }
  .screen5 form input:focus {
    outline: 1px solid #fa8836;
  }
  .screen5 form input::-webkit-input-placeholder {
    font-size: 1.2rem;
    color: #c8c8c8;
  }
  .screen5 form input:-ms-input-placeholder {
    font-size: 1.2rem;
    color: #c8c8c8;
  }
  .screen5 form input::-ms-input-placeholder {
    font-size: 1.2rem;
    color: #c8c8c8;
  }
  .screen5 form input::placeholder {
    font-size: 1.2rem;
    color: #c8c8c8;
  }
  .screen5 form input.button {
    margin-top: 3rem;
    background: #fa8836;
    color: white;
    font-size: 1.2rem;
    padding: 0;
    cursor: pointer;
  }
  .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: 9;
    position: fixed;
    background: white;
    width: 50vw;
    height: 80%;
    top: 7rem;
    left: 25vw;
  }
  .screen5 .accordance_text_wrap .text_wrap {
    height: calc(100% - 8rem);
    overflow-y: scroll;
  }
  .screen5 .accordance_text_wrap .close_accordance {
    width: 100%;
    display: block;
    margin-top: 1rem;
    cursor: pointer;
    text-align: right;
    background: white;
  }
  .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;
    -webkit-box-shadow: 0rem 0rem 1rem #c9c9c9;
            box-shadow: 0rem 0rem 1rem #c9c9c9;
  }
  .screen5 .accordance_text_wrap .close_accordance img {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    opacity: 0.75;
    display: block;
    margin: auto;
    padding-top: 25%;
    height: 1.5rem;
  }
  .screen5 .accordance_text_wrap p {
    padding: 1rem 3rem;
  }
  footer {
    position: relative;
    width: 100%;
    height: 10rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #49a3e0), color-stop(150%, #397ec7));
    background: linear-gradient(180deg, #49a3e0 30%, #397ec7 150%);
  }
  footer * {
    font-size: 1.3rem;
  }
  footer .wrap {
    margin: auto;
    padding-top: 1.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  footer .wrap > * {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    vertical-align: top;
  }
  footer .contacts {
    margin-top: 1rem;
    color: white;
    margin-right: 5rem;
  }
  footer .contacts .phone {
    margin-bottom: 0.5rem;
  }
  footer .contacts img {
    vertical-align: middle;
    width: 2rem;
    margin-right: 1rem;
    padding-top: 0.25rem;
  }
  footer .contacts span {
    vertical-align: middle;
  }
  footer .info {
    margin-top: 1.4rem;
    color: white;
  }
  footer .info p {
    margin: 0;
    padding: 0;
    margin-bottom: 1.3rem;
    margin-right: 5rem;
  }
  footer .info p:last-child {
    opacity: 0.6;
  }
  footer .adress {
    margin-top: 1rem;
    color: white;
  }
  footer .adress p:last-child {
    margin-top: 1.6rem;
    opacity: 0.6;
  }
}
/*# sourceMappingURL=styleFs.css.map */