@charset "UTF-8";
/* 
$font-400 $font-300 $font-500 $font-600 $font-700
*/
/* $blue */
/* 	
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	
	-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; 

	background-size: 100% auto;
	background-position: center top; 	
	background-repeat: no-repeat; 
	background-image: url(../images/search.svg); 
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-style:inherit;font-size:inherit;font-family:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{width:100%;height:100%}body{width:100%;height:100%;color:#000;background:#fff;line-height:1.4}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
  font-family: 'SFUIDisplay-Regular';
  src: url("../fonts/SFUIDisplay-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'SFUIDisplay-Light';
  src: url("../fonts/SFUIDisplay-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'SFUIDisplay-Bold';
  src: url("../fonts/SFUIDisplay-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'SFUIDisplay-Medium';
  src: url("../fonts/SFUIDisplay-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: 'SFUIDisplay-Semibold';
  src: url("../fonts/SFUIDisplay-Semibold.ttf");
  font-display: swap;
}
.clearfix {
  clear: both;
}

h1 {
  margin: 0;
  font-family: "SFUIDisplay-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 48px;
}

h2 {
  margin: 0;
  font-family: "SFUIDisplay-Medium", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 48px;
}

h3 {
  margin: 0;
  font-family: "SFUIDisplay-Medium", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  font-size: 24px;
}

a {
  color: #100357;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #278AFF;
  text-decoration: none;
  cursor: pointer;
}

figure {
  width: auto;
  height: auto;
}

figure img {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "SFUIDisplay-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #100357;
  background: #fff;
  font-size: 16px;
}

#main {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0px auto;
}

.width-max-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
  height: auto;
  min-height: calc(100vh - 500px);
  margin: 0px auto;
  padding: 0;
}

/*  header */
header {
  width: 100%;
  max-width: none;
  min-height: 94px;
  margin: 0 auto;
  /*  */
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
}

.header {
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}

.header.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: none;
  height: 94px;
  opacity: 1;
  text-align: center;
  /* background: #fff; */
  z-index: 99;
}

.header.header-fixed.bl_fixed {
  background: #fff;
}

.header.bg-white {
  background: #fff;
}

.header-top {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
  height: auto;
  margin: auto;
  background: transparent;
}

.header-wrap {
  position: relative;
  width: 100%;
  max-width: calc(1180px + 30px);
  margin: 0px auto;
  height: 100%;
}

.header-pos {
  width: auto;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}

.header-left {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto 0 0;
  z-index: 99999;
}

.header-logo {
  display: block;
  margin: 5px 80px 0 0;
  height: auto;
  text-align: left;
}

.header-logo img {
  width: auto;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: right;
  margin: 0 0 0 auto;
  padding: 0 60px 0 0;
  column-gap: 10px;
  width: auto;
  text-align: left;
  z-index: 99999;
}

.header-phone {
  display: block;
  height: auto;
  padding: 14px 0;
}

.header-phone img {
  display: none;
}

/* menu-top  */
.menu-top {
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: none;
  height: 0;
  margin: 0 auto;
  margin-top: 94px;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}

.menu-top.menu-background {
  height: 100vh;
  background: #00000033;
}

.menu-level-1 > li:hover {
  background: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.menu-level-1 > li:hover > a {
  color: #278AFF;
}

.menu-level-1-arrow {
  float: right;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_down_black.svg);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}

.menu-level-1 .rotate .menu-level-1-arrow {
  background-image: url(../images/arrow_up_black.svg);
}

#touch-menu {
  display: none;
  position: absolute;
  right: 15px;
  top: 26px;
  width: 30px;
  color: #100357;
  font-size: 18px;
  z-index: 999999;
}

.c-hamburger span {
  background: #100357;
  /* цвет крестика */
}

.c-hamburger span::before, .c-hamburger span::after {
  background-color: #100357;
}

/* кнопка x-close */
#touch-menu-x {
  display: none;
}

.x-close {
  position: absolute;
  top: 0px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  z-index: 999;
}

.menu-level-1 a.x-close {
  padding: 10px 0 0 0;
  font-size: 18px;
}

.menu-level-1 a.x-close:hover {
  color: grey;
}

li.top-menu-txt {
  display: none;
}

.top-menu-tel {
  font-size: 18px;
}

.menu-top-wrap {
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
  text-align: left;
  margin: 0px auto;
}

.menu-top-pos {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  width: auto;
  max-width: 1440px;
  height: 100vh;
  margin: 0;
  text-align: left;
  background: #00000033;
}

.menu-level-wrap {
  height: calc(100vh - 94px);
  /*  */
  overflow-y: auto;
  scrollbar-gutter: stable;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
  background: #fff;
}

.menu-level-1 {
  display: block;
  position: relative;
  float: none;
  margin: 0;
  padding: 10px 0 0 0;
  /* no margin */
  text-align: left;
  background: #fff;
  height: auto;
  width: 360px;
}

.menu-level-1 > li {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  height: auto;
  /* тут можно фиксировать */
  margin: 0 0 20px 0;
  background: #fff;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.menu-level-1 > li > a {
  position: relative;
  float: none;
  margin-left: 0;
  padding: 12px 0 12px 15px;
  color: #100357;
}

.menu-level-1 > li.menu-button {
  width: auto;
  margin: 0 0 30px 15px;
}

.menu-level-1 > li.menu-button span {
  display: block;
  position: relative;
  width: auto;
  margin: 0;
  padding: 8px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

/*  */
.button-hover {
  display: inline-block;
  position: relative;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  	 /*  
  	background: #fff; 
  	border: 2px solid $blue;   
     */
}

.button-hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  box-sizing: border-box;
}

.button-hover:hover .button-hover-bg {
  transform: scaleX(1);
}

.button-hover-txt {
  position: relative;
  z-index: 2;
  /* ВАЖНО */
}

.button-hover:hover > .button-hover-txt {
  color: #fff;
}

button {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: none;
  outline: none !important;
  cursor: pointer;
  font-size: 24px;
}

.form-request-button.button-hover {
  margin: 20px 0 0 0;
}

.button-white.button-hover {
  width: 100%;
  height: auto;
  padding: 6px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #100357;
  border: 1px solid #fff;
  text-align: center;
}

.button-white.button-hover .button-hover-bg {
  background: #278AFF;
  color: #fff;
  border: 1px solid #fff;
}

/* menu */
.menu-level-1 > li.menu-button.button-hover {
  background: #278AFF;
  border: 2px solid #278AFF;
}

.menu-level-1 > li.menu-button.button-hover:hover {
  background: #fff;
}

.menu-level-1 > li.menu-button.button-hover:hover span {
  color: #278AFF;
}

/*  */
.menu-level-1-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  background-image: url(../images/arrow_right_black.svg);
}

.menu-level-1 a.rotate .menu-level-1-arrow {
  background-image: url(../images/arrow_down_black.svg);
}

#touch-menu {
  display: block;
}

.touch-menu-nav {
  display: none;
}

#touch-menu-x {
  display: block;
}

li.top-menu-txt {
  display: block;
}

.menu-icons-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  margin: 40px 0 0 15px;
  padding: 50px 0 40px 0;
  border-top: 1px solid #278AFF;
  border-bottom: 1px solid #278AFF;
}

/* Контент Главная */
.content-wrap {
  clear: both;
  position: relative;
  width: 100%;
  max-width: calc(1180px + 30px);
  margin: 0px auto;
  /* min-height: 75vh; */
}

.content-pos {
  width: auto;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}

.home-s1 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 61% 36px;
  background-size: auto;
  background-image: url(../images/home-s1-bg.png);
  -webkit-transition: background-image 0.5s;
  -moz-transition: background-image 0.5s;
  transition: background-image 0.5s;
}

.home-s1.hidden {
  /*  background-image:none;  */
}

h1 {
  max-width: 740px;
  padding: 210px 0 80px 0;
  line-height: 1.2;
}

.home-s2 {
  position: relative;
  min-height: 480px;
  padding: 80px 0 0 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(180deg, #36F4E8 0%, #0072F9 100%);
  border-radius: 30px;
}

.home-s2-bg {
  position: absolute;
  bottom: 20px;
  right: 85px;
  width: 712px;
}

.home-s2-bg-img {
  width: 100%;
}

.home-s2-bg-img img {
  width: 100%;
}

.home-s2-bg-marquee {
  position: absolute;
  bottom: 75px;
  right: 0px;
}

.home-s2-bg-marquee marquee {
  height: 685px;
}

.home-s2-bg-marquee img {
  height: 670px;
}

.home-s2-txt {
  max-width: 580px;
  font-size: 24px;
  line-height: 1.3;
}

.home-s2-button {
  display: inline-block;
  width: 298px;
  margin: 70px 0 32px 0;
  font-size: 24px;
}

.home-s2-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  max-width: 450px;
}

.home-s3 {
  margin-top: 90px;
}

.home-s3 h2 {
  max-width: 680px;
  margin: 0 0 60px 0;
}

.home-s3-items-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  margin: 0px 0 0px 0;
}

.home-s3-item-img {
  float: left;
  display: flex;
  width: 80px;
  height: 100%;
  padding: 0 20px 20px 0;
}

.home-s3-item-img img {
  max-width: 100%;
}

.home-s3-item-title {
  font-family: "SFUIDisplay-Medium", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-size: 24px;
}

.home-s3-item-txt {
  line-height: 1.3;
}

.home-s4 {
  margin-top: 45px;
  padding: 40px 0 30px 0;
  color: #fff;
  background: #278AFF;
  border-radius: 30px 30px 0px 0px;
}

.home-s5 {
  position: relative;
  margin-top: 120px;
  height: 422px;
}

.home-s5 .content-wrap {
  height: 100%;
}

.home-s5 .content-pos {
  height: 100%;
}

.home-s5-left {
  display: flex;
  flex-direction: column;
  max-width: 380px;
  height: 100%;
  justify-content: center;
}

.home-s5-left h2 {
  margin: 70px 0 0 0;
}

.home-s5-left-txt {
  margin: 30px 0 0 0;
  line-height: 1.2;
}

.home-s5-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 710px;
  height: 100%;
  background: linear-gradient(180deg, #36F4E8 0%, #0072F9 100%);
  border-radius: 30px 0px 0px 30px;
}

.home-s5-right:before {
  content: "";
  display: block;
  position: absolute;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.home-s5-right:after {
  content: "";
  display: block;
  position: absolute;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.home-s5 .home-s5-right:before {
  top: -60px;
  left: -270px;
  width: 270px;
  height: 144px;
  background-image: url(../images/home-s5-line-1.svg);
}

.home-s5 .home-s5-right:after {
  bottom: -180px;
  left: -270px;
  width: 216px;
  height: 255px;
  background-image: url(../images/home-s5-line-2.svg);
}

.home-s5-right-bg {
  width: 100%;
  height: 100%;
  text-align: left;
  margin: -50px 0 0 0;
}

.home-s5-right-bg img {
  padding: 0 0 0 87px;
}

.home-s6 {
  position: relative;
  margin-top: 0px;
  height: 475px;
}

.home-s6 .content-wrap {
  height: 100%;
}

.home-s6 .content-pos {
  height: 100%;
}

.home-s6 .home-s5-left {
  margin-top: 200px;
  display: block;
  max-width: 460px;
}

.home-s6 .home-s5-left-txt {
  max-width: 380px;
}

.home-s6 .home-s5-right {
  top: -50px;
}

.home-s6 .home-s5-right:before {
  bottom: -220px;
  right: 230px;
  width: 193px;
  height: 182px;
  background-image: url(../images/home-s6-line.svg);
}

.home-s6-right-bg {
  width: 100%;
  height: 100%;
  text-align: left;
  margin: -20px 0 0 0px;
}

.home-s6-right-bg img {
  padding: 0 0 0 50px;
}

.home-s7 {
  position: relative;
  margin-top: 190px;
  height: 610px;
}

.home-s7 .content-wrap {
  height: 100%;
}

.home-s7 .content-pos {
  height: 100%;
}

.home-s7-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 710px;
  height: 100%;
  border-radius: 0px 30px 30px 0px;
}

.home-s7-left-bg-1 {
  position: relative;
}

.home-s7-left-bg-1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 175px;
  right: -230px;
  width: 362px;
  height: 192px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s7-line.svg);
}

.home-s7-left-bg-2 {
  position: absolute;
  left: 30px;
  bottom: 195px;
}

.home-s7-right {
  display: flex;
  flex-direction: column;
  max-width: 430px;
  height: auto;
  margin: 0 52px 0 auto;
}

.home-s7-right .home-s5-left-txt {
  max-width: 380px;
}

.home-s8 {
  position: relative;
  margin-top: -30px;
  height: 397px;
}

.home-s8 .content-wrap {
  height: 100%;
}

.home-s8 .content-pos {
  height: 100%;
}

.home-s8 .home-s5-left {
  display: block;
  max-width: 530px;
}

.home-s8 .home-s5-left h2 {
  margin: 0;
}

.home-s8 .home-s5-left-txt {
  max-width: 380px;
}

.home-s8-right {
  position: absolute;
  top: 0;
  right: 18px;
  width: 50%;
  max-width: 580px;
  height: 100%;
  border-radius: 30px;
  background: #278AFF;
}

.home-s8-right:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -120px;
  left: -185px;
  width: 110px;
  height: 170px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s8-line.svg);
}

.home-s8-right-bg {
  position: absolute;
  left: -20px;
  top: -125px;
  width: auto;
  height: auto;
  text-align: left;
  margin: 0px;
}

/*  */
.home-s9 {
  position: relative;
  margin-top: 190px;
  height: 528px;
}

.home-s9-left-bg {
  text-align: center;
  padding: 30px 0 0 60px;
}

.home-s9-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 710px;
  height: 100%;
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(180deg, #36F4E8 0%, #0072F9 100%);
}

.home-s9 .content-wrap {
  height: 100%;
}

.home-s9 .content-pos {
  height: 100%;
}

.home-s9-right {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  height: 100%;
  /* justify-content: center; */
  margin: 0 0 0 auto;
}

.home-s9-left-txt {
  max-width: 380px;
  margin: 30px 0 0 0;
  line-height: 1.2;
}

.home-s10 {
  position: relative;
  margin-top: 160px;
  height: 475px;
}

.home-s10 .content-wrap {
  height: 100%;
}

.home-s10 .content-pos {
  height: 100%;
}

.home-s10-left {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  height: 100%;
}

.home-s10-left .home-s5-left-txt {
  margin: 28px 0 0 0;
}

.home-s10-right {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

.home-s10-right-bg-1 {
  position: relative;
}

.home-s10-right-bg-1:before {
  content: "";
  display: block;
  position: absolute;
  top: -330px;
  right: 420px;
  width: 204px;
  height: 213px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s10-line-1.svg);
}

.home-s10-right-bg-1:after {
  content: "";
  display: block;
  position: absolute;
  top: 160px;
  left: -235px;
  width: 365px;
  height: 241px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s10-line-2.svg);
}

.home-s10-right-bg-2 {
  position: absolute;
  right: 20px;
  top: -210px;
}

.home-s11 {
  margin-top: 0px;
}

.home-s11 .content-wrap {
  height: 100%;
}

.home-s11 .content-pos {
  display: flex;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 20px;
  height: 100%;
  max-width: 784px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.home-s11 h2 {
  line-height: 1;
}

.home-s11-img {
  display: flex;
}

.home-s11-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
}

.home-s11-txt-1 {
  max-width: 320px;
  font-family: "SFUIDisplay-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}

.home-s11-mobile {
  display: none;
  margin: 13px 0 0 0;
  text-align: center;
}

.home-s11-txt-2 {
  font-size: 12px;
}

.home-s12 {
  margin-top: 60px;
}

.home-s12-items-list {
  max-width: 580px;
  margin: 0 auto;
}

.home-s12-item {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #278AFF;
}

.home-s12-item-title {
  position: relative;
  margin: 0;
  padding: 0 50px 0 0;
  font-family: "SFUIDisplay-Medium", Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.2;
  font-size: 18px;
}

.home-s12-item-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../images/home-s12-arrow-down.svg);
}

.home-s12-item-title.active:before {
  background-image: url(../images/home-s12-arrow-up.svg);
}

.home-s12-item-txt {
  display: none;
  position: relative;
  margin: 14px 0 0 0;
}

.home-s12-item-txt-1:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: -300px;
  width: 260px;
  height: 44px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s12-img-1.svg);
}

.home-s12-item-txt-2:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -250px;
  width: 180px;
  height: 100px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s12-img-2.svg);
}

.home-s12-item-txt-3:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -450px;
  width: 297px;
  height: 50px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s12-img-1.svg);
}

.home-s12-item-txt-4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -400px;
  width: 250px;
  height: 42px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s12-img-1.svg);
}

.home-s12-item-txt-5:before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  right: -370px;
  width: 225px;
  height: 38px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s12-img-1.svg);
}

.home-s12-item-txt-5:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -250px;
  width: 195px;
  height: 33px;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/home-s12-img-1.svg);
}

.home-s13 {
  margin: 100px 0 0 0;
  padding: 50px 0 0px 0;
  background: #278AFF;
  color: #fff;
}

.home-s13 .content-pos {
  padding-bottom: 0;
}

.home-s13-txt {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.home-s13-txt img {
  position: absolute;
  bottom: 0;
  right: -16px;
  display: block;
  width: 350px;
  vertical-align: bottom;
}

.home-s13 h2 {
  max-width: 514px;
}

.home-s13-button.button-white.button-hover {
  width: 300px;
  margin: 10px 0 32px 0;
  font-size: 24px;
}

/* Контент Главная */
/* форма pop-up 
Обязательные стили */
.request-quotation {
  position: relative;
  /* для фиксации формы */
  width: auto;
  height: auto;
}

.request-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: -1;
}

.request-wrap.txt-visible {
  display: block;
  opacity: 1;
  z-index: 9999999;
}

.screen-height {
  /* центрирование и фиксация */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* высота экрана */
  background-color: rgba(0, 0, 0, 0.75);
}

.form-request-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  overflow-y: auto;
}

.form-request-wrap {
  /* Размеры диалогового окна */
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  min-height: 365px;
  margin: 70px auto 30px auto;
  padding: 30px 0 30px 100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(127.3deg, #278AFF 33.74%, #88BFFF 79.55%);
  border-radius: 30px;
}

.form-request-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.form-request-img img {
  vertical-align: bottom;
}

.form-request-pos {
  width: auto;
  height: auto;
}

/* крестик для выхода */
.form-request-button-exit {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 0 10px 10px;
  cursor: pointer;
}

.form-request-button-exit:hover {
  color: #929292;
}

/* / форма pop-up 
Обязательные стили */
/* ОФОРМЛЕНИЕ */
/* Кнопка вызова формы */
.single-button {
  position: relative;
  display: table;
  width: 390px;
  height: 70px;
  margin: 0 auto;
  background: #676767;
  transition: background .5s;
  -moz-transition: background .5s;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  z-index: 2;
}

.single-button:hover {
  cursor: pointer;
  background: #929292;
}

.single-button span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

/* / Кнопка вызова формы */
.form-request-title {
  float: none;
  width: 100%;
  max-width: 514px;
  margin: 0 0 20px 0;
  color: #fff;
  line-height: 1.3;
  font-size: 48px;
}

.form-request-inputs-wrap {
  width: 100%;
  max-width: 280px;
}

.form-request-input {
  clear: both;
  float: none;
  width: 100%;
  height: 38px;
  margin: 0 0 6px 0;
}

.form-request-input span {
  display: block;
  float: left;
  width: 100px;
  padding: 5px 0px 0 0;
}

.form-request-input input {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E2E2E2;
  outline: none !important;
  border-radius: 20px;
  font-size: 14px;
}

.form-request-txt {
  max-width: 380px;
  margin: 0px 0 0px 0;
  line-height: 1.2;
  font-size: 12px;
}

.form-request-txt a {
  text-decoration: underline;
}

.form-request-txt a:hover {
  color: #fff;
}

/* submit */
.form-request-button-submit {
  clear: both;
  display: block;
  width: 160px;
  padding: 10px 0 0 0;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  text-align: center;
}

.form-request-button-submit button {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
  font-family: 'SFUIDisplay-Medium', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  border-radius: 60px;
  text-transform: uppercase;
  box-shadow: 4px 4px 12px rgba(162, 173, 214, 0.64);
  font-size: 16px;
}

/* / submit */
/* / необязательные стили */
/* / форма pop-up */
/* 1. Окно для вывода сообщения об успешной отправке формы */
/* а) обязательные стили */
#form-send-file-alert {
  /* display:block;*/
  display: none;
}

#form-send-file-alert.form-send-file-alert-visible {
  display: block;
  z-index: 99999999;
}

/* б) стили для оформления */
/* Окно сообщения (фиксированное) */
.form-send-file-alert-wrap {
  position: relative;
  width: auto;
  height: auto;
}

.form-send-file-alert-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999;
}

.form-send-file-alert-pos {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 500px;
  height: 80px;
  margin: auto;
  padding: 40px;
  text-align: center;
  background: #fff;
}

.form-send-file-alert-txt {
  margin: 0 auto;
  font-size: 22px;
  text-transform: uppercase;
}

.form-send-file-button {
  text-align: center;
}

.form-send-file-button input {
  width: 100px;
  height: 40px;
  margin: 20px auto 20px auto;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  outline: none;
  background: #278AFF;
}

/* / окно сообщения */
/* footer */
.footer {
  width: 100%;
  max-width: none;
  margin: 0px auto;
  background: #100357;
  color: #fff;
}

.footer-wrap {
  position: relative;
  width: 100%;
  max-width: calc(1180px + 30px);
  margin: 0px auto;
  height: auto;
}

.footer-pos {
  width: auto;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.footer-top {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
}

.footer-top a {
  display: block;
  margin: 0 50px 0 0;
  padding: 0;
  color: #fff;
}

.footer-top a:hover {
  text-decoration: underline;
}

.footer-img-mobile {
  display: none;
}

.footer-middle {
  display: flex;
  -moz-column-gap: 40px;
  column-gap: 40px;
  align-items: center;
  margin: 36px auto 28px auto;
}

.footer-left {
  max-width: 490px;
  margin: 0 auto 0 0;
}

.footer-left-title {
  margin: 0 0 8px 0;
  font-size: 24px;
}

.footer-left-txt {
  line-height: 1.2;
}

.footer-center {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 10px auto 0 0;
}

.footer-right {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  max-width: 235px;
  margin: 0 0 0 auto;
}

.footer-right-img {
  height: 80px;
}

.footer-right-img img {
  height: 100%;
}

.footer-right-txt {
  line-height: 1.2;
}

.footer-bottom {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 30px;
  padding: 30px 0 40px 0;
  border-top: 1px solid #fff;
}

.footer-bottom-1 {
  display: flex;
  margin: 0 auto 0 0;
}

.footer-bottom-1-top {
  line-height: 1.2;
}

.footer-bottom-2 {
  margin: 0  auto 0 auto;
}

.footer-bottom-3 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin: 0 0 0 auto;
}

.footer-bottom-3-txt {
  max-width: 280px;
}

.footer-bottom-3-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 5px;
}

.footer-bottom-4 {
  position: absolute;
  left: 0;
  bottom: 45px;
}

/* media */
@media (max-width: 1490px) {
  .home-s2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-s4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/* /1490 */
@media (max-width: 1450px) {
  .home-s2 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 65px 0 0 0px;
  }

  .home-s2-txt {
    max-width: 420px;
  }

  .home-s4 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* /1450 */
@media (max-width: 1420px) {
  .home-s7-right {
    margin: 0 0px 0 auto;
    padding: 120px 0 0 0;
  }

  .home-s8 .home-s5-left {
    max-width: 400px;
    margin: 0 0 0 50px;
  }

  .home-s8 .home-s5-left h2 {
    line-height: 1.1;
  }
}
/* / 1420 */
@media (max-width: 1350px) {
  .home-s7-left-bg-2 img {
    width: 600px;
  }

  .home-s7-left-bg-1:before {
    display: none;
  }

  .home-s7-right {
    padding: 150px 0 0 0;
  }
}
/* /1350 */
@media (max-width: 1300px) {
  h1 {
    max-width: 620px;
    font-size: 40px;
  }

  .home-s2 {
    min-height: 415px;
    padding: 65px 0 0 0px;
  }

  .home-s2-txt {
    max-width: 500px;
    font-size: 20px;
  }

  .home-s2-button {
    margin: 55px 0 32px 0;
  }

  .home-s2-bg {
    right: 30px;
    max-width: 600px;
  }

  .home-s2-bg-marquee marquee {
    height: 565px;
  }

  .home-s2-bg-marquee img {
    height: 550px;
  }
}
/* / 1300 */
@media (max-width: 1280px) {
  .home-s9-left-bg {
    width: 500px;
  }

  .home-s9-left-bg img {
    width: 100%;
  }

  .home-s10-right-bg-1:before {
    right: 380px;
  }

  .home-s10-right-bg-1 {
    width: 650px;
  }

  .home-s10-right-bg-1 img {
    width: 100%;
  }

  .home-s10-right-bg-2 {
    width: 500px;
    top: -190px;
  }

  .home-s10-right-bg-2 img {
    width: 100%;
  }
}
/* /1280 */
@media (max-width: 1250px) {
  .home-s8-right {
    right: 15px;
  }
}
/* / 1250 */
@media (max-width: 1235px) {
  .home-s5-right-bg img {
    padding: 0 0 0 30px;
  }

  .home-s6-right-bg img {
    padding: 0 0 0 20px;
  }
}
/* / 1235 */
@media (max-width: 1220px) {
  .home-s7-left {
    width: 80%;
  }

  .home-s7-left-bg-1 {
    position: relative;
    width: 100%;
  }

  .home-s7-left-bg-1 img {
    width: 100%;
    height: auto;
  }

  .home-s7-left-bg-2 {
    bottom: 250px;
  }

  .home-s7-left-bg-2 img {
    width: 80%;
    height: auto;
  }

  .home-s7-left-bg-1:before {
    display: none;
  }

  .home-s7-right {
    padding: 170px 0 0 0;
  }

  .home-s8 .home-s5-left {
    margin: 0;
  }
}
/* 1220 */
@media (max-width: 1200px) {
  .home-s9 {
    height: 420px;
  }

  .home-s9-left-bg {
    width: 400px;
    padding: 0;
    margin: 30px 30px 0 auto;
  }

  .home-s9-left-bg img {
    width: 100%;
  }

  .home-s10-right-bg-1:before {
    display: none;
  }
}
/* /1200 */
@media (max-width: 1180px) {
  .home-s2 {
    min-height: 400px;
    padding: 50px 0 0 0px;
  }

  .home-s2-bg {
    max-width: 500px;
  }
	.home-s2-bg-marquee{
		 bottom: 45px;
		right: 0px;
	}
  .home-s2-bg-marquee marquee {
    height: 505px;
  }

  .home-s2-bg-marquee img {
    height: 490px;
  }

  .home-s5-right-bg img {
    padding: 0 0 0 20px;
  }

  .home-s6-right-bg img {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .home-s8-right {
    height: 300px;
  }

  .home-s8-right-bg {
    top: -90px;
    max-width: 500px;
  }

  .home-s8-right-bg img {
    width: 100%;
    height: auto;
  }

  .home-s8-right:before {
    bottom: -160px;
    left: -140px;
  }

  .home-s9 {
    margin-top: 100px;
  }
}
/* / 1180 */
@media (max-width: 1160px) {
  .home-s6 .home-s5-right:before {
    bottom: -200px;
  }
}
/* / 1160 */
@media (max-width: 1100px) {
  h1 {
    max-width: 550px;
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }

  .home-s2 {
    padding: 40px 0 0 0px;
  }

  .home-s2-button {
    width: 280px;
    margin: 40px 0;
    font-size: 20px;
  }

  .home-s2-icons {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 10px;
    max-width: 280px;
  }

  .home-s3 h2 {
    max-width: 400px;
  }

  .home-s3-item-title {
    font-size: 20px;
  }

  .home-s3-item-txt {
    margin: 0 0 10px 0;
    font-size: 14px;
  }

  .home-s3-item-img {
    width: 60px;
  }

  .home-s4 {
    margin-top: 20px;
  }

  .home-s6 {
    height: 450px;
  }

  .home-s7-right {
    padding: 220px 0 0 0;
  }

  .home-s8-right-bg {
    width: 100%;
  }

  .home-s8-right-bg img {
    width: 100%;
    height: auto;
  }

  .home-s9 {
    margin-top: 100px;
  }

  .home-s9-right {
    max-width: 45%;
  }
}
/* / 1100 */
@media (max-width: 1090px) {
  .footer {
    font-size: 14px;
  }

  .footer a {
    font-size: 14px;
  }

  .footer-top a {
    margin: 0 20px 0 0;
  }

  .footer-left-title {
    font-size: 20px;
  }
}
@media (max-width: 1050px) {
  .home-s6 .home-s5-right:before {
    right: 100px;
  }

  .form-request-wrap {
    width: 95%;
    padding: 30px 0 30px 30px;
  }
}
/* / 1050px */
@media (max-width: 1045px) {
  .home-s5 {
    height: 390px;
  }

  .home-s5-right-bg img {
    padding: 0 0 0 20px;
    width: 90%;
    height: auto;
  }
}
/* / 1045 */
@media (max-width: 1024px) {
  header {
    width: 100%;
    max-width: none;
    min-height: 70px;
  }

  .header.header-fixed {
    height: 70px;
  }

  .header-pos {
    padding-top: 25px;
  }

  #touch-menu {
    top: 25px;
  }

  .menu-top {
    margin-top: 70px;
  }

  .menu-level-wrap {
    height: calc(100vh - 70px);
  }
}
/* / 1024 */
@media (max-width: 1000px) {
  .home-s10-right-bg-1 {
    width: 550px;
  }

  .home-s10-right-bg-2 {
    width: 450px;
    top: -170px;
  }
}
/* /1000 */
@media (max-width: 970px) {
  .home-s2 {
    min-height: 400px;
    padding: 45px 0 0 0px;
  }

  .home-s2-txt {
    max-width: 350px;
    font-size: 14px;
  }

  .home-s2-button {
    margin: 30px 0;
  }

  .home-s5 {
    height: 350px;
  }

  .home-s5 .home-s5-right:before {
    top: -50px;
    left: -200px;
    width: 200px;
    height: 100px;
  }

  .home-s5 .home-s5-right:after {
    bottom: -140px;
    left: -220px;
    width: 200px;
    height: 200px;
  }

  .home-s6 {
    height: 390px;
  }
}
/* / 970 */
@media (max-width: 950px) {
  .header-phone span {
    display: none;
  }

  .header-phone img {
    display: block;
  }

  .home-s7-right {
    max-width: 350px;
  }
}
/* / 950 */
@media (max-width: 930px) {
  .form-request-img img {
    width: 400px;
  }
}
@media (max-width: 920px) {
  .home-s13 h2 {
    max-width: 400px;
  }

  .home-s13-txt img {
    right: 0;
  }
}
/* / 920 */

@media (max-width: 900px) {
  .home-s2-bg {
		max-width: 390px;
  }
  .home-s2-bg-marquee{
		right: 10px;
		bottom: 47px;
	}
	
  .home-s2-bg-marquee marquee {
    height: 365px;
  }
  .home-s2-bg-marquee img {
    height: 350px;
  }
  .home-s2-txt {
    max-width: 350px;
    font-size: 14px;
  }

  .home-s8 .home-s5-left {
    max-width: 300px;
  }

  .home-s8-right:before {
    display: none;
  }

  .home-s9 {
    height: 360px;
    margin-top: 50px;
  }

  .home-s9-left-bg {
    width: 330px;
  }

  	/* .home-s10-right-bg-1 {
          width: 550px;
      }
  	.home-s10-right-bg-2 {
          width: 450px;
          top: -170px;
      } */
  .home-s10-left {
    display: block;
    max-width: 400px;
    height: auto;
    padding: 100px 0 0 0;
  }

  .home-s10-right-bg-1:after {
    top: 230px;
    left: -100px;
    width: 300px;
    height: 250px;
    background-size: 100% auto;
  }

  .footer-right-img {
    display: flex;
    align-items: center;
  }

  .footer-right-img img {
    height: 70px;
  }
}
/*/  900 */
@media (max-width: 895px) {
  .home-s3 h2 {
    margin: 0 0 30px 0;
  }

  .home-s3-items-wrap {
    display: block;
  }

  .home-s3-item {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    max-width: 600px;
    margin: 40px 0 0 0;
  }

  .home-s3-item-img {
    width: 65px;
    height: 65px;
    padding: 0 20px 0px 0;
  }

  .home-s3 .home-s3-item:nth-child(2) {
    float: right;
  }

  .home-s3 .home-s3-item:nth-child(2) .home-s3-item-img {
    float: right;
    padding: 0 0px 0px 10px;
  }

  .home-s4 .home-s3-item:nth-child(1) {
    float: right;
  }

  .home-s4 .home-s3-item:nth-child(3) {
    float: right;
  }

  .home-s4 .home-s3-item:nth-child(1) .home-s3-item-img {
    float: right;
    padding: 0 0px 0px 10px;
  }

  .home-s4 .home-s3-item:nth-child(3) .home-s3-item-img {
    float: right;
    padding: 0 0px 0px 10px;
  }

  .home-s4 {
    margin: 0px;
    padding: 0;
    background: #fff;
    color: #100357;
  }

  .home-s5 {
    margin-top: 120px;
  }

  .home-s7 {
    margin-top: 200px;
  }

  .home-s7-right {
    padding: 250px 0 0 0;
  }

  .home-s9 {
    margin-top: 80px;
  }
}
/*  / 895 */
@media (max-width: 870px) {
  .form-request-wrap {
    padding: 30px;
  }

  .form-request-inputs-wrap {
    max-width: none;
  }

  .form-request-input {
    max-width: 280px;
  }

  .form-request-img {
    bottom: 100px;
  }

  .form-request-img img {
    width: 350px;
  }

  .form-request-title {
    max-width: 390px;
    line-height: 1.2;
    font-size: 40px;
  }
}
/* / 870 */
@media (max-width: 860px) {
  .home-s5 {
    height: 300px;
  }

  .home-s5 .home-s5-right:before {
    top: -65px;
    left: -150px;
    width: 180px;
    height: 100px;
    background-size: 100% auto;
  }

  .home-s5 .home-s5-right:after {
    bottom: -120px;
    left: -130px;
    width: 120px;
    height: 130px;
    background-size: 100% auto;
  }

  .home-s6 {
    height: 330px;
  }

  .home-s6 .home-s5-right:before {
    bottom: -150px;
    right: 100px;
    width: 130px;
    height: 130px;
    background-size: 100% auto;
  }

  .home-s5-left {
    max-width: 340px;
  }
}
/* / 860 */
@media (max-width: 850px) {
  .header-logo {
    margin: 0 40px 0 0;
  }

  .header-left-txt {
    font-size: 14px;
  }

  .home-s3-item {
    max-width: 500px;
  }

  .home-s3-item-img {
    height: 100px;
  }

  .home-s6 .home-s5-left-txt {
    max-width: 350px;
  }
}
/* / 850 */
@media (max-width: 800px) {
   h1 {
    max-width: 270px;
    font-size: 30px;
    line-height: 1.3;
    padding: 90px 0 100px 0;
  }
   h2 {
    font-size: 30px;
  }
  .home-s1 {
    background-position: 30% 60px;
    background-size: 340px auto;
    background-image: url(../images/home-s1-bg-mobile.png);
  }
  .home-s2 {
   min-height: 550px;
    padding: 285px 0 0 0px;
  }
  .home-s2-bg {
    max-width: none;
    width: 400px;
    top: 80px;
	bottom: auto;
	margin: auto;
  }
    .home-s2-bg-marquee {
        right: 0px;
        bottom: 40px;
    }
  .home-s2-bg-marquee marquee {
    height: 415px;
  }

  .home-s2-bg-marquee img {
    height: 400px;
  }

  .home-s2-icons {
    grid-template-columns: repeat(3, 1fr);
  }
   .home-s2-txt {
    color: #fff;
  }

  .home-s10-right-bg-1:after {
    left: -50px;
  }
}
/* / 800 */
/* breackpoint */
@media (max-width: 770px) {

  .home-s5 {
    height: auto;
    margin-top: 50px;
  }

  .home-s5-left h2 {
    margin: 0px 0 0 0;
  }

  .home-s5-left {
    display: block;
    width: 100%;
    max-width: none;
  }

  .home-s5-left-txt {
    max-width: 80%;
  }

  .home-s5-right {
    position: relative;
    float: right;
    width: 80%;
    max-width: none;
    height: 300px;
    margin: 50px 0 0 0;
  }

  .home-s5 .home-s5-right:before {
    top: 70%;
    left: -50px;
    width: 210px;
    height: 200px;
    background-size: 100% auto;
    background-image: url(../images/home-s5-line-1-mobile.svg);
  }

  .home-s5 .home-s5-right:after {
    display: none;
  }

  .home-s5-right-bg {
    width: 100%;
    height: 100%;
    text-align: left;
    margin: -35px 0 0 0;
  }

  .home-s5-right-bg img {
    width: 350px;
  }

  .home-s6 {
    height: auto;
    margin-top: 140px;
  }

  .home-s6-right-bg img {
    width: 380px;
    height: auto;
    padding: 0 0 0 50px;
  }

  .home-s6 .home-s5-left {
    max-width: none;
    margin-top: 0;
  }

  .home-s6 .home-s5-left-txt {
    max-width: 80%;
  }

  .home-s6 .home-s5-left h2 {
    margin: 0;
  }

  .home-s6 .home-s5-right {
    top: 30px;
  }

  .home-s6 .home-s5-right:before {
    top: 70%;
    left: -50px;
    width: 60px;
    height: 170px;
    background-size: 100% auto;
    background-image: url(../images/home-s6-line-mobile.svg);
  }

  .home-s7 {
    height: auto;
    margin-top: 120px;
  }

  .home-s7 .content-wrap {
    height: auto;
  }

  .home-s7 .content-pos {
    height: auto;
  }

  .home-s7-right {
    display: block;
    max-width: none;
    width: 100%;
    max-width: 380px;
    padding: 0;
  }

  .home-s7-left {
    position: relative;
    margin: 140px 0 0 0;
  }

  .home-s7-left-bg-1:before {
    display: block;
    width: 150px;
    height: 180px;
    bottom: 10%;
    right: 80px;
    background-size: 100% auto;
    background-image: url(../images/home-s7-line-mobile.svg);
  }

  .home-s7-left-bg-2 {
    bottom: 140px;
  }

  .home-s7-left-bg-2 img {
    width: 75%;
    height: auto;
  }

  .home-s8 {
    position: relative;
    margin-top: 20px;
    height: auto;
  }

  .home-s8 .home-s5-left {
    max-width: none;
  }

  .home-s8 .home-s5-left-txt {
    max-width: 80%;
  }

  .home-s8-right {
    position: relative;
    width: 80%;
    height: 250px;
    margin: 140px 0 0 auto;
  }

  .home-s8-right-bg {
    max-width: 400px;
    left: -30px;
  }

  .home-s8-right:before {
    display: block;
    bottom: -30px;
    left: -70px;
    width: 50px;
    height: 180px;
    background-size: 100% auto;
    background-image: url(../images/home-s8-line-mobile.svg);
  }

  .home-s9 {
    position: relative;
    margin-top: 90px;
    height: auto;
  }

  .home-s9-left {
    position: relative;
    width: 80%;
    margin: 70px auto 0 0;
  }

  .home-s9-left-bg {
    width: 430px;
    margin: 0px 30px 0 auto;
    padding: 30px 0 30px 0;
    text-align: right;
  }

  .home-s9-left-bg img {
    width: 100%;
  }

  .home-s9-left-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 70%;
    right: -100px;
    width: 70px;
    height: 220px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/home-s9-line.svg);
  }

  .home-s9-right {
    display: block;
    width: 80%;
    max-width: none;
    margin: 0 auto 0 0;
  }

  .home-s9-left-txt {
    max-width: none;
  }

  .home-s10 {
    height: auto;
    margin-top: 100px;
  }

  .home-s10-right {
    position: relative;
    width: 80%;
    margin: 120px 0 0 auto;
  }

  .home-s10-right-bg-1 {
    width: 100%;
  }

  .home-s10-right-bg-1 img {
    width: 100%;
  }

  .home-s10-right-bg-1:before {
    top: 130px;
    right: 20px;
    background-size: 100% auto;
  }

  .home-s10-right-bg-1:after {
    top: 130px;
    right: 20px;
    background-size: 100% auto;
  }

  .home-s10-right-bg-2 {
    position: absolute;
    right: 20px;
    top: -175px;
    width: 500px;
  }

  .home-s10-right-bg-2 img {
    width: 100%;
    height: auto;
  }

  .home-s10-left {
    display: block;
    width: 100%;
    padding: 0;
  }

  .home-s10-right-bg-1:before {
    display: none;
  }

  .home-s10-right-bg-1:after {
    width: 100px;
    height: 200px;
    top: 30%;
    right: auto;
    left: -20px;
    background-size: 100% auto;
    background-image: url(../images/home-s10-line-mobile.svg);
  }

  .home-s12 {
    margin-top: 100px;
  }
}
/* / 770 */
/* / breackpoint */
@media (max-width: 750px) {
  .home-s13-txt img {
    width: 300px;
  }

  .footer-right {
    display: none;
  }

  .footer-bottom-3-icons {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .footer-bottom-2 img {
    width: 100px;
  }

  .footer-icon-item img {
    width: 110px;
  }
}
/* / 750 */
@media (max-width: 735px) {
  .home-s10-right-bg-2 {
    right: 20px;
    top: -160px;
    width: 400px;
  }

  .form-request-title {
    max-width: 350px;
    font-size: 35px;
  }

  .form-request-img {
    bottom: 120px;
  }

  .form-request-img img {
    width: 300px;
  }

  button {
    font-size: 20px;
  }
}
/* / 735 */
@media (max-width: 700px) {
  .header-left-txt {
    display: none;
  }

  .home-s3-item {
    max-width: 400px;
  }

  .home-s3-item-img {
    height: 120px;
  }

  .footer-left-title {
    max-width: 350px;
  }
}
/* / 700 */
@media (max-width: 670px) {
  .home-s13-txt img {
    width: 270px;
  }

  .form-request-wrap {
    min-height: 300px;
  }

  .form-request-title {
    max-width: 300px;
    font-size: 30px;
  }

  .form-request-input {
    max-width: 200px;
  }

  .form-request-img {
    bottom: 105px;
  }

  .form-request-img img {
    width: 250px;
  }
}
/* / 670 */
@media (max-width: 630px) {
  .home-s7-left-bg-1:before {
    right: 0;
  }

  .home-s10-right-bg-2 {
    top: -120px;
    width: 350px;
  }

  .home-s13-txt img {
    width: 200px;
  }

  .footer-bottom-3-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    column-gap: 10px;
  }
}
/* / 630 */
@media (max-width: 600px) {
  .home-s3-item {
    max-width: 350px;
  }

  .home-s3-item-img {
    height: 100px;
    width: 55px;
  }

  .home-s4 .home-s3-item:nth-child(2) .home-s3-item-img {
    height: 150px;
  }

  .home-s9-left-bg {
    width: 350px;
  }

  .home-s9-left-bg:before {
    top: 80%;
    right: -80px;
  }
}
/* /600 */
@media (max-width: 580px) {
  /* 580px */
  .home-s9-left-bg:before {
    top: 80%;
    right: -60px;
    width: 50px;
    height: 220px;
  }

  .footer-top {
    display: block;
    position: relative;
  }

  .footer-top a {
    margin: 0 0px 10px 0;
  }

  .footer-img-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer-img-mobile img {
    width: 120px;
  }

  .footer-middle {
    display: block;
    margin: 30px 0 0 0;
  }

  .footer-left {
    max-width: none;
    margin: 0 0 30px 0;
  }

  .footer-center {
    max-width: none;
    margin: 0 0 30px 0;
  }

  .footer-right {
    max-width: none;
    margin: 0 0 30px 0;
  }

  .footer-bottom {
    display: block;
    margin: 0;
    padding: 30px 0 140px 0;
  }

  .footer-bottom-1 {
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
    margin: 0;
  }

  .footer-bottom-2 {
    display: none;
  }

  .footer-bottom-3-icons {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-bottom-4 {
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
    text-align: center;
  }
}
/* / $footer-media 580px */

@media (max-width: 560px) {
  h1 {
    max-width: 200px;
    font-size: 22px;
  }
    .home-s1 {        
        background-size: 300px auto;
	  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .home-s3 h2 {
    margin: 0 0 20px 0;
  }
	.home-s2{
		padding: 250px 0 0 0px;
	}
  .home-s2-bg {
    max-width: none;
    width: 350px;
    top: 65px;
    right: 15px;
  }

  .home-s2-bg-marquee marquee {
    height: 345px;
  }

  .home-s2-bg-marquee img {
    height: 330px;
  }

  .home-s3-item-title {
    font-size: 18px;
  }

  .home-s4 .home-s3-item:nth-child(2) .home-s3-item-img {
    height: 120px;
  }

  .home-s10-right-bg-2 {
    width: 75%;
  }

  .home-s11 {
    height: 180px;
  }

  .home-s11-txt-1 {
    font-size: 14px;
  }

  .home-s11 .content-pos {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
/* / 560 */
@media (max-width: 555px) {
  .home-s5-right {
    height: 270px;
  }

  .home-s6-right-bg img {
    width: 350px;
    height: auto;
    padding: 0 0 0 30px;
  }
}
/* /555 */
@media (max-width: 550px) {
  /* 550px */
  /* 100% ширины экрана */
  .header.header-fixed {
    position: fixed;
    top: 0;
    opacity: 1;
  }

  .menu-top-pos {
    display: block;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0;
    width: auto;
  }

  .menu-level-1 {
    background-color: #fff;
    width: calc(100vw - 15px);
  }

  .menu-level-1 > li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .menu-level-1 > li.menu-button {
    margin: 0 15px 30px 25px;
  }

  .menu-level-1 > li > a {
    padding: 12px 0 12px 25px;
  }

  .menu-level-1 > li.menu-button > span {
    padding: 8px 0;
  }

  .home-s13-button.button-white.button-hover {
    width: 250px;
    margin: 20px 0 32px 0;
    font-size: 18px;
  }
}
/* / 550px */
@media (max-width: 530px) {
  .home-s3 h2 {
    margin: 0 0 50px 0;
  }

  .home-s3 .home-s3-item:nth-child(1n) {
    float: left;
    width: 100%;
    max-width: none;
    margin: 0 0 35px 0;
  }

  .home-s4 .home-s3-item:nth-child(1n) {
    float: left;
    width: 100%;
    max-width: none;
    margin: 0 0 30px 0;
  }

  .home-s7-left-bg-1:before {
    bottom: 0;
    width: 120px;
    height: 150px;
  }

  .home-s5 {
    margin-top: 40px;
  }

  .home-s5-right {
    margin: 70px 0 0 0;
  }

  .home-s6 .home-s5-right {
    top: 0px;
  }

  .home-s8 {
    margin-top: 40px;
  }

  /*  */
  .form-request-title {
    max-width: 220px;
    font-size: 22px;
  }

  .form-request-img img {
    width: 210px;
  }

  button {
    font-size: 18px;
  }
}
/* / 530 */
@media (max-width: 520px) {
  .home-s5 {
    margin-top: 20px;
  }

  .home-s13 {
    margin: 0;
    padding: 70px 0 30px 0;
    background: #fff;
    color: #100357;
  }

  .home-s13-txt img {
    display: none;
  }

  .home-s13 .button-white.button-hover {
    background: #278AFF;
    border: 1px solid #278AFF;
  }

  .home-s13 .button-white.button-hover .button-hover-bg {
    background: #fff;
    border: 1px solid #fff;
  }

  .home-s13 .button-hover > .button-hover-txt {
    color: #fff;
  }

  .home-s13 .button-hover:hover > .button-hover-txt {
    color: #278AFF;
  }
}
@media (max-width: 500px) {
  .home-s2-icons {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .home-s9-left-bg {
    width: 280px;
  }
}
@media (max-width: 490px) {
  .home-s5-right {
    height: 240px;
  }

  .home-s5-right-bg img {
    width: 290px;
  }

  .home-s6-right-bg img {
    width: 300px;
  }

  .home-s8-right {
    height: 200px;
  }
}
/* / 490 */
@media (max-width: 480px) {
  .home-s1 {
    background-size: 280px auto;
  }

  h1 {
    max-width: 170px;
    font-size: 20px;
    line-height: 1.2;
  }

  .home-s2 {
    min-height: auto;
    padding-top: 190px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-s2-button {
    width: 100%;
    margin: 40px 0;
    font-size: 18px;
	}

	.home-s2-bg {
    width: 280px;
    top: 50px;
   
	}
	.home-s2-bg-marquee{
		bottom: 30px;
	}
	  .home-s2-bg-marquee marquee {
		height: 275px;
	  }
	
  .home-s2-bg-marquee img {
    height: 260px;
  }

  .home-s2 .content-pos {
    text-align: center;
  }

  .home-s2-txt {
    text-align: center;
    margin: 0 auto;
  }

  .home-s2-button {
    margin: 30px auto;
  }

  .home-s2-icons {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }

  .home-s7-left-bg-2 {
    width: 65%;
    left: auto;
    right: 50px;
    bottom: 110px;
  }

  .home-s7-left-bg-2 img {
    width: 100%;
  }

  .home-s7-left {
    margin: 110px 0 0 0;
  }

  .home-s10-right-bg-2 {
    top: -100px;
  }

  .form-request-img {
    bottom: 115px;
  }

  .form-request-img img {
    width: 200px;
  }

  .form-request-input {
    max-width: 180px;
  }

  .form-request-input input {
    padding: 0 10px;
  }

  .form-request-txt {
    max-width: 300px;
  }
}
/* / 480 */
@media (max-width: 460px) {
  .home-s10-right-bg-1:after {
    top: 20%;
  }
}
/* /460 */
@media (max-width: 450px) {
  .form-request-input {
    max-width: 150px;
  }

  .form-request-img img {
    width: 180px;
  }
}
/* / 450 */
@media (max-width: 425px) {
  .home-s5-right {
    height: 200px;
  }

  .home-s5-right-bg img {
    width: 230px;
  }

  .home-s5 .home-s5-right:before {
    top: 50%;
  }

  .home-s6-right-bg img {
    width: 250px;
  }

  .home-s8-right {
    height: 170px;
    margin: 100px 0 0 auto;
  }

  .home-s8-right-bg {
    top: -50px;
  }

  .home-s8-right:before {
    bottom: -30px;
    left: -50px;
  }

  .home-s9-left-bg {
    width: 200px;
  }
}
/* / 425 */
@media (max-width: 410px) {
  .form-request-wrap {
    padding: 20px;
  }

  .form-request-title {
    max-width: 200px;
    font-size: 20px;
  }

  .form-request-img {
    bottom: 108px;
  }

  .form-request-img img {
    width: 165px;
  }
}
/* / 410 */
@media (max-width: 400px) {
  .footer {
    font-size: 12px;
  }

  .footer-top a {
    font-size: 12px;
  }

  .footer-bottom-3-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-icon-item img {
    width: 130px;
  }

  .footer-img-mobile img {
    width: 74px;
  }

  .footer-left-title {
    max-width: 300px;
    font-size: 18px;
  }

  .footer-bottom-1 {
    font-size: 12px;
  }

  .footer-bottom-4 {
    font-size: 12px;
  }

  .footer-bottom-3-txt {
    font-size: 16px;
  }
}
/* / 400px */
@media (max-width: 370px) {
  body {
    font-size: 12px;
  }

  h1 {
    padding: 79px 0 80px 0;
  }

  h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
  }

  .home-s1 {
    background-size: 250px auto;
  }
	.home-s2{
		padding-top: 180px;
	}
  .home-s2-bg {
    width: 240px;
    top: 45px;
   
    left: auto;
    margin: auto;
  }
	.home-s2-bg-marquee{
		bottom: 25px;
	}
  .home-s2-bg-marquee marquee {
    height: 240px;
  }

  .home-s2-bg-marquee img {
    height: 225px;
  }

  .home-s3 {
    margin-top: 80px;
  }

  .home-s3 h2 {
    max-width: 200px;
    margin: 0 0 40px 0;
  }

  .home-s3 .home-s3-item:nth-child(1n) {
    margin: 0 0 50px 0;
  }

  .home-s3-item-img {
    height: 60px;
    width: 55px;
  }

  .home-s3-item-txt {
    margin: 0 0 10px 0;
    font-size: 12px;
  }

  .home-s4 .home-s3-item:nth-child(1n) {
    margin: 0 0 50px 0;
  }

  .home-s4 .home-s3-item:nth-child(2) .home-s3-item-img {
    height: 140px;
  }

  .home-s5 {
    height: auto;
    margin-top: 0px;
  }

  .home-s5 h2 {
    margin: 0 0 20px 0;
  }

  .home-s5-left-txt {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 1.2;
  }

  .home-s5-right {
    width: 73%;
    height: 165px;
    margin: 15px 0 0 0;
    border-radius: 12px 0px 0px 12px;
  }

  .home-s5-right-bg {
    margin: -15px 0 0 0;
  }

  .home-s5-right-bg img {
    width: 175px;
  }

  .home-s5 .home-s5-right:before {
    top: 50%;
  }

  .home-s6 {
    margin-top: 100px;
  }

  .home-s6 .home-s5-left h2 {
    margin: 0 0 20px 0;
  }

  .home-s6-right-bg {
    margin: -10px 0 0 0px;
  }

  .home-s6-right-bg img {
    width: 200px;
    padding: 0 0 0 10px;
  }

  .home-s7 {
    height: auto;
    margin-top: 55px;
  }

  .home-s7-right {
    max-width: 210px;
  }

  .home-s7-left {
    width: 75%;
    margin: 130px 0 0 0;
  }

  .home-s7-left-bg-2 {
    width: 95%;
    bottom: 55px;
    right: 10px;
  }

  .home-s7-left-bg-1:before {
    right: -20px;
    width: 120px;
    height: 150px;
  }

  .home-s8 {
    margin-top: 35px;
  }

  .home-s8 .home-s5-left h2 {
    margin: 0 0 20px 0;
    line-height: 1.3;
  }

  .home-s8 .home-s5-left-txt {
    max-width: 85%;
    line-height: 1.3;
  }

  .home-s8-right {
    width: 75%;
    height: 168px;
    margin: 73px 0 0 auto;
    border-radius: 12px;
  }

  .home-s8-right:before {
    bottom: -55px;
  }

  .home-s8-right-bg {
    top: -54px;
    max-width: 400px;
    left: 5px;
  }

  .home-s9 {
    margin-top: 50px;
  }

  .home-s9 h2 {
    max-width: 190px;
  }

  .home-s9-left {
    width: 70%;
    height: 190px;
    margin: 30px auto 0 0;
    border-radius: 0px 12px 12px 0px;
  }

  .home-s9-left-txt {
    margin: 8px 0 0 0;
  }

  .home-s9-left-bg {
    width: 190px;
    margin: 0px 15px 0 auto;
    padding: 15px 0 0px 0;
  }

  .home-s9-left-bg:before {
    top: 50%;
    right: -80px;
  }

  .home-s10 {
    margin-top: 60px;
  }

  .home-s10-right-bg-2 {
    top: -85px;
  }

  .home-s10-right-bg-1:after {
    width: 80px;
    height: 130px;
  }

  .home-s10-left .home-s5-left-txt {
    margin: 13px 0 0 0;
    line-height: 1.6;
  }

  .home-s10-right {
    width: 70%;
    margin: 80px 0 0 auto;
  }

  .home-s11 {
    height: auto;
    margin-top: 30px;
  }

  .home-s11-desk {
    display: none;
  }

  .home-s11-mobile {
    display: block;
  }

  .home-s11 .content-pos {
    display: block;
  }

  .home-s11-txt {
    display: block;
    text-align: center;
  }

  /* кнопка */
  .home-s11 .button-white.button-hover {
    width: 100%;
    margin: 40px 0 50px 0;
    background: #278AFF;
    border: 1px solid #278AFF;
  }

  .home-s11 .button-white.button-hover .button-hover-bg {
    background: #fff;
    border: 1px solid #fff;
  }

  .home-s11 .button-hover > .button-hover-txt {
    color: #fff;
  }

  .home-s11 .button-hover:hover > .button-hover-txt {
    color: #278AFF;
  }

  /*  */
  .home-s12 {
    margin-top: 30px;
  }

  .home-s13 {
    margin: 0px 0 0 0;
    padding: 50px 0 30px 0;
  }

  .home-s13 h2 {
    max-width: 250px;
  }

  .home-s13 .button-white.button-hover {
    width: 100%;
    margin: 20px 0 50px 0;
  }
}
/* / 370 */
@media (max-width: 355px) {
  .home-s1 {
    background-size: 250px auto;
  }

  h1 {
    max-width: 160px;
    padding: 90px 0 80px 0;
    font-size: 18px;
  }

  .home-s2 {
    min-height: 450px;
    padding-top: 180px;
  }


  .form-request-input {
    max-width: none;
  }

  .form-request-button.button-hover {
    margin: 120px 0 0 0;
  }

  .form-request-img {
    text-align: center;
    width: 100%;
    bottom: 120px;
  }

  .form-request-txt {
    max-width: 220px;
    text-align: center;
  }

  .home-s2-icon-item img {
    width: 120px;
  }

  .home-s3-item-img {
    height: 70px;
  }

  .home-s7-left-bg-1:before {
    right: -50px;
  }
}
/* / 355 */
/* после media */
/* скрипт фиксации меню */
.bl_fixed {
  position: fixed;
  top: 0;
  /* box-shadow: 0 0 10px -4px #000; */
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.bl_opacity {
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
