* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #37383C;
  background: #FBFBFB;
  font: 16px/120% "Inter Tight", sans-serif;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Inter Tight", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #37383C;
  text-decoration: none;
  font: 16px/120% "Inter Tight", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after, .cr_links:after, .ct_2:after, .screen.blue:after, .content:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.content {
  max-width: 1530px;
  padding: 0 30px;
  margin: 0 auto;
}

body {
  overflow: hidden;
}

.header {
  display: none;
  width: 100%;
  height: 70px;
  background: #F05531;
  border-bottom: 1px solid #F4886E;
  position: fixed;
  z-index: 5;
}

.burger {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 15px;
}
.burger.opened {
  top: 25px;
  right: 30px;
}
.burger.opened span {
  height: 0;
  background: #FBFBFB;
}
.burger.opened span:before {
  width: 30px;
  top: 50%;
  transform: rotate(-45deg);
  background: #FBFBFB;
}
.burger.opened span:after {
  width: 30px;
  top: 50%;
  transform: rotate(45deg);
  background: #FBFBFB;
}
.burger:hover {
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 23px;
  height: 2px;
  background: #FACCC1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #FACCC1;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #FACCC1;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.a_close {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../images/close_w_40x40.svg) center no-repeat;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: 0.3s;
}
.a_close:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.screens_block {
  flex: 0 0 auto;
  width: calc(100% - 200px);
  height: 100dvh;
  overflow: auto;
}

aside {
  width: 200px;
  flex: 0 0 auto;
  height: 100dvh;
  background: #37383C;
  overflow: auto;
  padding: 30px 0 70px;
}

.a_back {
  display: block;
  padding: 0 20px;
  font-size: 20px;
  line-height: 150%;
  color: #FBFBFB;
  position: relative;
  transition: 0.3s;
}
.a_back:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.a_back:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/a_back_12x12.svg) center no-repeat;
  position: absolute;
  right: 20px;
  top: 10px;
}

.a_menu {
  margin-top: 30px;
}
.a_menu > li {
  display: block;
  margin-bottom: 20px;
}
.a_menu > li:last-child {
  margin-bottom: 0;
}
.a_menu > li > a {
  display: block;
  font-size: 20px;
  line-height: 150%;
  color: #FBFBFB;
  border-left: 4px solid transparent;
  padding: 0 20px 0 16px;
  transition: 0.3s;
}
.a_menu > li > a.current {
  border-left: 4px solid #F05531;
}
.a_menu > li > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.a_menu > li > a > span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  opacity: 0.6;
}

.a_test {
  display: block;
  font-size: 16px;
  color: #AFAFAF;
  margin: 100px 20px 0 20px;
  transition: 0.3s;
}
.a_test:hover {
  color: #fff;
}
.a_test:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 20px;
  height: 15px;
  background: url(../images/eye_20x15.svg) center no-repeat;
  margin: 3px 6px 0 0;
}

.screen {
  overflow: hidden;
}
.screen.blue {
  background: #163E8B;
}
.screen.sky {
  background: #E7EEF2;
}
.screen p {
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 30px;
}
.screen p > a {
  font-size: inherit;
  line-height: inherit;
  color: #163E8B;
  text-decoration: underline;
}
.screen p > a:hover {
  text-decoration: none;
}

.screen1{
position:relative;
}


.s1_img_name{
position:absolute;
left: 20%;
top:95%;
transform: translate(-20%, 0);
color:#000000;
}

.s1_img {
  display: block;
  float: left;
  width: 44%;
  height: 100%;
  object-fit: cover;
}

.s1_block {
  display: flex;
  float: right;
  flex-direction: column;
  justify-content: space-between;
  width: 56%;
  height: 100%;
  background: #F05531;
  padding: 100px 80px;
}
.s1_block h1 {
  color: #fbfbfb;
}

.h1_mob {
  display: none;
}

h1 {
  font-size: 80px;
  line-height: 120%;
  font-family: "MorfinSans";
  font-weight: 400;
}

h2 {
  font-size: 60px;
  line-height: 120%;
  font-family: "MorfinSans";
  font-weight: 400;
}

h3 {
  font-size: 38px;
  line-height: 120%;
  font-family: "MorfinSans";
  font-weight: 400;
}

.s1b_text {
  font-size: 22px;
  line-height: 160%;
  color: #fbfbfb;
}

.btn {
  display: block;
  max-width: 400px;
  height: 80px;
  background: #fbfbfb;
  font-size: 30px;
  line-height: 80px;
  padding: 0 10px;
  font-family: "MorfinSans";
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.btn:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 41px;
  height: 16px;
  background: url(../images/arrow_b_right_41x16.svg) center no-repeat;
  margin: 0 0 0 25px;
}

.btn_2 {
  display: inline-block;
  font-size: 30px;
  font-family: "MorfinSans";
  color: #fff;
  opacity: 0.7;
  padding-right: 42px;
  position: relative;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
.btn_2:hover {
  opacity: 1;
  text-decoration: none;
}
.btn_2:after {
  display: block;
  content: "";
  width: 22px;
  height: 12px;
  background: url(../images/chev_w_down_22x12.svg) center no-repeat;
  position: absolute;
  right: 0;
  top: 12px;
}

.s1b_btn {
  margin-top: 40px;
}

.slide_down {
  font-size: 22px;
  color: #B8BCBD;
  padding-left: 44px;
  position: absolute;
  bottom: 90px;
  left: 30px;
}
.slide_down:before {
  display: block;
  content: "";
  width: 30px;
  height: 31px;
  background: url(../images/mouse_30x31.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: -3px;
}

.content {
  position: relative;
}

.ct_1 {
  max-width: 1000px;
  width: 100%;
  padding-top: 90px;
}

.ct_2 {
  padding-top: 90px;
}
.ct_2 p {
  max-width: 1000px;
}

.img_block {
  max-width: 1060px;
  width: 100%;
  float: right;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.img_block > img {
  display: block;
  max-width: 650px;
  width: 100%;
}

.ib_sign {
  max-width: 410px;
  font-size: 20px;
  line-height: 170%;
  font-style: italic;
  padding-left: 30px;
}

.line_block {
  max-width: 1060px;
  width: 100%;
  float: right;
  margin: 30px 0 50px;
  padding-left: 55px;
  border-left: 5px solid #163E8B;
}
.line_block > div {
  margin-bottom: 15px;
}
.line_block > div:last-child {
  margin-bottom: 0;
}

.lb_text_1 {
  font-size: 36px;
  font-family: "MorfinSans";
  text-transform: uppercase;
}

.lb_text_2 {
  font-size: 30px;
  font-family: "MorfinSans";
  color: #6C6C6C;
  text-transform: uppercase;
}

.photo_slider {
  max-width: 1090px;
  max-height: 455px;
  width: 100%;
  float: right;
  margin: 40px 0;
}
.photo_slider .owl-nav, .photo_slider .owl-dots {
  display: none;
}

.ps_content {
  width: 990px;
  max-height: 455px;
  display: flex;
  align-items: center;
}
.ps_content > img {
  display: block;
  width: 650px;
}

.content_left {
  display: block;
  float: left;
  width: 44%;
  height: 100%;
  position: relative;
  background: #37383C;
}
.content_left:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
  background-size: cover !important;
  left: 0;
  top: 0;
}

.cl_img {
  display: block;
  width: 100%;
  height: 498px;
  background: #F05531;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cl_img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl_sign {
  width: 100%;
  padding: 0 30px;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  font-style: italic;
  opacity: 0.7;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  transform: translateY(265px);
}

.content_right {
  display: flex;
  float: right;
  flex-direction: column;
  justify-content: space-between;
  width: 56%;
  height: 100%;
  padding: 75px 80px;
}

.cr_line {
  border-left: 5px solid #5b78ae;
  padding-left: 55px;
  font-size: 30px;
  font-family: "MorfinSans";
  color: #B9C5DC;
  margin-bottom: 20px;
}
.cr_line.last > div {
  margin: 15px 0 0;
}
.cr_line > div {
  font-size: 46px;
  line-height: 110%;
  font-family: "MorfinSans";
  color: #FBFBFB;
  margin-bottom: 15px;
}
.cr_line > span {
  display: block;
  margin-bottom: 15px;
}

.cr_text p {
  color: #FBFBFB;
}

.cr_link_1 {
  max-width: 100%;
  text-align: left;
  padding: 0 30px;
}

.cr_link_2 {
  margin-top: 30px;
}

.s_list {
  margin-top: 40px;
}
.s_list > li {
  display: block;
  font-size: 22px;
  line-height: 150%;
  padding-left: 22px;
  position: relative;
}
.s_list > li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #37383B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}

.screen_long {
  height: unset;
  padding-bottom: 30px;
}

.cr_link {
  display: block;
  float: left;
  height: 80px;
  padding: 0 30px;
  border: 1px solid #fbfbfb;
  font-size: 30px;
  line-height: 78px;
  color: #fbfbfb;
  font-family: "MorfinSans";
  margin: 0 20px 20px 0;
  transition: 0.3s;
}
.cr_link:hover {
  background: #fbfbfb;
  color: #000;
}

.screen2, .screen6, .screen10, .screen14, .screen3 {
  background: url(../images/s2_bg.jpg) center no-repeat;
  background-size: cover;
}
.screen2 h2, .screen6 h2, .screen10 h2, .screen14 h2, .screen3 h2, .screen2 h3, .screen6 h3, .screen10 h3, .screen14 h3, .screen3 h3 {
  color: #fbfbfb;
}
.screen2 p, .screen6 p, .screen10 p, .screen14 p, .screen3 p {
  color: #FBFBFB;
}
.screen2 .content, .screen6 .content, .screen10 .content, .screen14 .content, .screen3 .content {
  height: 100dvh;
}

.screen3 {
  background-image: url(../images/new-bg.jpg);
}

.screen20 {
  background-image: url(../images/bgS20.jpg);
}

.screen6, .screen10, .screen14 {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 100%), #F8F8F8;
}


.screen5 .content_left:after {
  background: url(../images/bg1.jpg) center no-repeat;
}

.screen9 .content_left:after, .screen13 .content_left:after {
  background: url(../images/bg2.jpg) center no-repeat;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (max-height: 900px) {
  .ct_2 {
    padding-top: 30px;
  }
  .ct_2 p {
    font-size: 17px;
    margin-bottom: 15px;
  }
} /*h900*/
@media only screen and (max-height: 700px) {
  .ps_content > img {
    max-width: 500px;
  }
} /*h700*/
@media only screen and (max-height: 800px), (max-width: 1400px) {
  aside {
    padding-top: 20px;
  }
  a_back {
    font-size: 16px;
  }
  .a_menu {
    margin-top: 20px;
  }
  .a_menu > li > a {
    font-size: 16px;
    line-height: 120%;
  }
  .a_menu > li > a > span {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .s1_block {
    padding: 30px;
  }
  h1 {
    font-size: 60px;
    line-height: 120%;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 28px;
  }
  .s1b_text {
    font-size: 17px;
    line-height: 150%;
  }
  .slide_down {
    bottom: 30px;
    font-size: 18px;
  }
  .screen p {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .ct_1, .ct_2 {
    padding-top: 0;
  }
  .ib_sign {
    font-size: 17px;
    line-height: 140%;
    padding-left: 20px;
  }
  .img_block {
    margin: 10px 0;
  }
  .line_block {
    margin: 10px 0 30px;
    padding-left: 20px;
    border-left: 3px solid #163E8B;
  }
  .line_block > div {
    margin-bottom: 5px;
  }
  .lb_text_1 {
    font-size: 30px;
  }
  .lb_text_2 {
    font-size: 24px;
  }
  .content_right {
    padding: 30px;
  }
  .cr_line {
    border-left: 3px solid #5b78ae;
    padding-left: 25px;
    font-size: 24px;
  }
  .cr_line.last > div {
    margin: 10px 0 0 0;
  }
  .cr_line > div {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cr_line > span {
    margin-bottom: 10px;
  }
  .btn {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
  .btn_2 {
    font-size: 24px;
  }
  .cl_img {
    height: 350px;
  }
  .cl_sign {
    transform: translateY(185px);
    padding: 0 10px;
    font-size: 14px;
    line-height: 130%;
  }
  .s_list {
    margin-top: 20px;
  }
  .s_list > li {
    font-size: 15px;
    padding-left: 15px;
  }
  .s_list > li:before {
    width: 5px;
    height: 5px;
    top: 12px;
  }
  .cr_link_1 {
    padding: 0 20px;
  }
  .cr_link {
    padding: 10px 20px;
    height: unset;
    font-size: 20px;
    line-height: 120%;
    margin: 0 15px 15px 0;
  }
} /*h800 w1400*/
@media only screen and (max-width: 1310px) {
  .photo_slider {
    padding: 0 30px;
  }
  .ps_content {
    width: 100%;
  }
  .ps_content > img {
    width: 100%;
    max-width: 650px;
  }
} /*w1310*/
@media only screen and (max-width: 1024px) {
  .screens_block {
    width: 100%;
  }
  body {
    overflow: auto;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .photo_slider {
    padding: 0 20px;
  }
  .header {
    display: block;
  }
  .a_close {
    display: block;
  }
  aside {
    display: none;
    width: 190px;
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    padding: 75px 0 60px;
  }
  .a_back {
    padding: 0 15px;
    font-size: 14px;
  }
  .a_menu {
    margin-top: 20px;
  }
  .a_menu > li {
    margin-bottom: 20px;
  }
  .a_menu > li > a {
    font-size: 14px;
    padding: 0 15px;
  }
  .a_menu > li > a > span {
    font-size: 13px;
  }
  .screen {
    width: 100%;
    height: unset;
    padding: 7px 0;
  }
  .screen p {
    font-size: 15px;
  }
  .screen1 {
    padding-top: 70px;
    background: #F05531;
  }
  .screen2, .screen3, .screen6, .screen10, .screen14 {
    padding-top: 20px;
  }
  .screen2 .content, .screen3 .content, .screen6 .content, .screen10 .content, .screen14 .content {
    height: unset;
  }
  .slide_down {
    display: none;
  }
  .photo_slider {
    margin: 10px 0;
  }
  .cl_img {
    position: static;
    height: unset;
    transform: translateY(0);
  }
  .cl_sign {
    position: static;
    margin-top: 10px;
    transform: translateY(0);
    font-size: 15px;
  }
  .content_left {
    background: none;
  }
  .content_left:after {
    display: none;
  }
  .content_right {
    padding: 20px;
  }
  .cr_line {
    border-left: none;
    padding-left: 0;
    font-size: 22px;
  }
  .cr_line > div {
    font-size: 26px;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  .screen1 {
    background: #F05531;
  }
  .screen1 h1 {
    display: none;
  }
  .screen1 h1.h1_mob {
    display: block;
    padding: 20px 15px;
    color: #FBFBFB;
  }
  .s1_img {
    max-width: 330px;
    width: 100%;
    height: 375px;
    float: none;
    margin: 0 auto;
  }

.s1_img_name{
left: 50%;
top:57%;
transform: translate(-50%, 0);
	}
  .s1_block {
    width: 100%;
    height: unset;
    float: none;
    align-items: center;
  }
  .s1b_bot {
    width: 100%;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 25px;
  }
  .s1b_text {
    font-size: 15px;
  }
  .s1b_btn {
    margin-top: 20px;
  }
  .img_block, .ps_content {
    display: block;
  }
  .img_block > img, .ps_content > img {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  .ib_sign {
    max-width: 100%;
    font-size: 15px;
    padding: 15px 0 0;
    text-align: center;
  }
  .content_left {
    width: 100%;
    float: none;
    padding-bottom: 15px;
  }
  .cl_img {
    max-width: 480px;
    margin: 0 auto;
  }
  .content_right {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .cr_link_1 {
    padding: 0 10px;
  }
} /*768*/
@media only screen and (max-width: 550px) {
  .cr_links br {
    display: none;
  }
  .cr_link {
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
.s1_img_name{
top:63%;
	}

} /*550*/
@media only screen and (max-width: 480px) {
  .screen.blue {
    padding-top: 0;
  }
} /*480*//*# sourceMappingURL=style.css.map */