@import url(../font/opensans.css);
body, html {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  letter-spacing: 1px;
  font-size: 14px;
  scroll-behavior:smooth;}

* {
  box-sizing: border-box; }

.container {
  padding: 0 15px;
  min-height: 1px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1215px) {
  .container {
    width: 1200px; }
  .hide {
    display: none; } }

@media (min-width: 915px) and (max-width: 1215px) {
  .container {
    width: 900px; }
  .hide-1200px {
    display: none; }
  .hide-900px {
    display: none; } }

@media (min-width: 615px) and (max-width: 915px) {
  .container {
    width: 600px; }
  .hide-1200px {
    display: none; }
  .hide-900px {
    display: none; }
  .hide-600px {
    display: none; } }

@media (max-width: 615px) {
  .container {
    width: 100%; }
  .hide-1200px {
    display: none; }
  .hide-900px {
    display: none; }
  .hide-600px {
    display: none; }
  .hide-mobile {
    display: none; } }
@media (min-width: 915px) {
  .dhide {
    display: none;
  }
}
ul, li, a, p, h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0; }

nav {
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 100; }
  @media (max-width: 915px) {
    nav {
      margin-top: 100px; } }
  nav .logo {
    width: 250px;
    height: auto; }
    @media (max-width: 915px) {
      nav .logo {
        margin: 0 auto; } }
  nav ul {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 300;
    color: white; }
  nav li {
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer; }
  nav li:last-child {
    margin-right: 0px; }
  a.active {
    color: #F08017!important;}
  li a:visited, li a, footer a {
    color:#fff;
  }
  .icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: contain!important;
    float: left;
    margin-right: 9px;
  }
  .insta {
    background: url(img/instagram.png) no-repeat;
  }
  .call {
    background: url(img/call.png) no-repeat;
  }
  .callb {
    background: url(img/callb.png) no-repeat;
  }
  .yandex {
    background: url(img/yandex.png) no-repeat;
  }
  .gmaps {
    background: url(img/gmaps.png) no-repeat;
  }
  .twogis {
    background: url(img/2gis.png) no-repeat;
  }
  .caret {
    background: url(img/caret.png) no-repeat;
    width: 9px;
    height: 9px;
    float:none;
  }
  .caretb {
    background: url(img/caretb.png) no-repeat;
    width: 9px;
    height: 9px;
    float:none;
  }
.menu {
  position: fixed;
  display: flex;
  background: white;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 60px;
  transform: translateY(-100%);
  transition: transform .2s linear;
  z-index: 100; }
  .menu .logo {
    width: 88px;
    position: absolute;
    top: 10px;
    left: 15px; }
  .menu .wrapper {
    display: flex; }
  @media (max-width: 915px) {
    .menu {
      transform: translateY(0%); }
      .menu .wrapper {
        position: absolute;
        top: 0px;
        width: 100%;
        flex-direction: column;
        transition: transform .4s ease-out;
        transform: translateY(-100%); }
      .menu .wrapper.open {
        transform: translateY(0%); } }
  .menu.open {
    transform: translateY(0%); }
  .menu li a {
    font-size: 14px;
    font-weight: 300;
    color: #222D39;
    margin: 0 15px;
    cursor: pointer; }
    @media (max-width: 915px) {
      .menu li {
        margin-left: 0px;
        margin-right: 0px;
        padding: 15px 0;
        text-align: center;
        background: white;
        font-size: 16px; } }
  .menu li:first-child {
    margin-left: 0px; }
    @media (max-width: 915px) {
      .menu li:first-child {
        padding-top: 60px; } }
  .menu li:last-child {
    margin-right: 0px; }
    @media (max-width: 915px) {
      .menu li:last-child {
        padding-bottom: 60px; } }
  .menu li.active a {
    color: #F08017; }

@media (max-width: 915px) {
  .burger-menu {
    height: 13px;
    width: 23px;
    right: 15px;
    position: absolute;
    cursor: pointer; }
    .burger-menu.open {
      background: url("img/menu.png") no-repeat;
      background-size: contain; }
    .burger-menu.close {
      background: url("img/close.png") no-repeat;
      background-size: contain;
      height: 18px;
      width: 18px; }
}

.dropbtn, .dropbtn2 {
  cursor: pointer;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  border: none;
  outline: none;
  color: #fff;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
}
.menu .dropbtn, .menu .dropbtn2 {
  color:#222D39;
  margin: 0 15px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: #222D39;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown-content a:visited {
  color:#222D39;
}
.show {
  display: block;
}
@media (max-width: 615px) {
  .show {
    display: initial;
  }
}

.main {
  background: #2A1A7C;
  position: relative;
  overflow: hidden; }
  .main .wrapper {
    width: 1366px;
    height: 730px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1366px) {
      .main .wrapper {
        left: 0px;
        transform: translateX(0px); } }
    @media (max-width: 615px) {
      .main .wrapper {
        height: 820px; } }

.main .hero {
  width: 375px;
  margin-top: 200px;
  color: white;
  position: relative; }
  @media (max-width: 915px) {
    .main .hero {
      margin-top: 235px; } }
  @media (max-width: 600px) {
    .main .hero {
      width: 100%; } }
  .main h1 {
    font-weight: 300;
    font-size: 40px; }
  .main p {
    line-height: 25px;
    padding-bottom: 20px;}
    @media (min-width: 615px) {
      .main p  {
        padding-bottom: 35px;
        padding-top: 35px;
      }
    }
  .main .button-container {
    display: flex;
    align-items: center; }
    @media (max-width: 615px) {
      .main .button-container {
        flex-direction: column;
        justify-content: center; } }
  .main .button span {
    padding: 15px 30px;
    background: #00B5E5;
    border-radius: 40px;
    display: inline-block;
    transition: .2s ease-out;
    box-sizing: border-box;
    border: 1px solid #00B5E5;
    cursor: pointer; }
    .main .button span:hover {
      background: transparent; }
  .main .link {
    display: flex;
    align-items: center;
    margin-left: 40px; }
    .main .link:hover {
      cursor: pointer; }
      .main .link:hover span {
        color: #F08017; }
    @media (max-width: 615px) {
      .main .link {
        margin-left: 0px;
        margin-top: 20px; } }
  .main .link span {
    transition: color .2s ease-out; }

.main .small-star {
  background: url("img/Stars.svg") no-repeat;
  background-size: contain;
  width: 85%;
  height: 78%;
  position: absolute;
  top: 78px;
  left: 69px; }

.main .big-star {
  background: url("img/Big_Stars.svg") no-repeat;
  background-size: contain;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 96px;
  left: 487px; }

.main .moon {
  width: 450px;
  height: 450px;
  background: url("img/Moon.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: -75px; }

.main .back-clouds {
  width: 170%;
  height: 376px;
  background: url("img/Bsck_Clouds.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -63px;
  bottom: 45px; }

.main .front-clouds {
  width: 170%;
  height: 525px;
  background: url("img/Friont_Clouds.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -175px;
  bottom: -141px; }
  @media (min-width: 1400px) {
    .main .front-clouds {
      bottom: -172px; } }

.main .rocket {
  width: 170%;
  height: 742px;
  background: url("img/White_Clouds__rocket.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: -106px;
  bottom: -155px; }
  @media (min-width: 1400px) {
    .main .rocket {
      bottom: -185px; } }

.main .fire {
  width: 90px;
  height: 127px;
  background: url("img/fireworks_1.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 495px;
  bottom: 64px; }

.main .ball {
  width: 80px;
  height: 80px;
  background: url(img/Ball.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 383px;
  bottom: 22px; }

.main .hand1 {
  width: 40px;
  height: 40px;
  background: url("img/2049828.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 820px;
  bottom: 343px; }

.main .hand2 {
  width: 29px;
  height: 23px;
  background: url("img/2049828_1.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 900px;
  bottom: 262px; }

.aboutUs {
  margin-top: 65px; }
  .aboutUs .block-text {
    padding-bottom: 100px; }

.aboutUs .block-text h2 {
  font-size: 22px;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 615px) {
    .aboutUs .block-text h2 {
      padding: 0 15px; } }

.aboutUs .block-text p {
  width: 515px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  font-weight: 300; }
  @media (max-width: 615px) {
    .aboutUs .block-text p {
      width: 100%;
      padding: 0px 15px; } }

.aboutUs .slider {
  width: 1230px;
  margin: 0 auto; }
  @media (max-width: 1215px) {
    .aboutUs .slider {
      width: 100%; } }
  .aboutUs .slider div {
    outline: none; }
  .aboutUs .slider img {
    width: 374px;
    height: 282px;
    margin: 0 auto; }
    @media (max-width: 1215px) {
      .aboutUs .slider img {
        width: 30vw;
        height: auto; } }
    @media (max-width: 915px) {
      .aboutUs .slider img {
        width: 45vw; } }
    @media (max-width: 615px) {
      .aboutUs .slider img {
        width: 90vw; } }
  .aboutUs .slider .slick-prev, .aboutUs .slider .slick-next {
    display: none; }
  .aboutUs .slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
  .aboutUs .slider .slick-dots li {
    margin: 0px 5px;
    width: 10px;
    height: 10px;
    background: #E3E3E3;
    border-radius: 10px;
    transition: .2s ease-out;
    transform-origin: 50% 50%; }
    .aboutUs .slider .slick-dots li.slick-active {
      transform: scale(1.2);
      background: #F08017; }
    .aboutUs .slider .slick-dots li li:first-child {
      margin-left: 0px; }
    .aboutUs .slider .slick-dots li li:last-child {
      margin-right: 0px; }
    .aboutUs .slider .slick-dots li button {
      display: none; }

.background-thirtyscreen {
  background: #191EC7;
  width: 100%;
  margin-top: 100px;
  position: relative;
  overflow: hidden; }
  .background-thirtyscreen .thirtyd {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 915px) {
      .background-thirtyscreen .thirtyd {
        flex-direction: column; } }
  .background-thirtyscreen .wrapper {
    position: absolute;
    height: 100%;
    width: 1366px;
    top: 0px;
    z-index: 1;
    pointer-events: none; }
    @media (min-width: 1370px) {
      .background-thirtyscreen .wrapper {
        left: 50%;
        transform: translateX(-50%); } }

.background-thirtyscreen .thirtyd .block-info {
  padding-top: 245px;
  padding-bottom: 320px;
  width: 375px;
  color: white; }
  @media (max-width: 915px) {
    .background-thirtyscreen .thirtyd .block-info {
      padding-bottom: 0px;
      padding-top: 100px; } }
  @media (max-width: 615px) {
    .background-thirtyscreen .thirtyd .block-info {
      width: 100%; } }
  .background-thirtyscreen .thirtyd .block-info h2 {
    font-size: 40px;
    font-weight: 300; }
    @media (max-width: 615px) {
      .background-thirtyscreen .thirtyd .block-info h2 {
        width: 100%; } }
  .background-thirtyscreen .thirtyd .block-info p {
    line-height: 25px;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media (max-width: 615px) {
      .background-thirtyscreen .thirtyd .block-info p {
        width: 100%; } }
  .background-thirtyscreen .thirtyd .block-info .button-container {
    display: flex;
    align-items: center; }
    @media (max-width: 615px) {
      .background-thirtyscreen .thirtyd .block-info .button-container {
        flex-direction: column;
        justify-content: center; } }
  .background-thirtyscreen .thirtyd .block-info .button span {
    padding: 15px 30px;
    border: 1px solid #00B5E5;
    background: transparent;
    border-radius: 40px;
    display: inline-block;
    transition: .2s ease-out;
    cursor: pointer; }
    .background-thirtyscreen .thirtyd .block-info .button span:hover {
      background: #00B5E5; }
  .background-thirtyscreen .thirtyd .block-info .link {
    margin-left: 40px; }
    @media (max-width: 615px) {
      .background-thirtyscreen .thirtyd .block-info .link {
        margin-left: 0px;
        margin-top: 20px; } }
    .background-thirtyscreen .thirtyd .block-info .link span {
      transition: .2s ease-out;
      cursor: pointer; }
      .background-thirtyscreen .thirtyd .block-info .link span:hover {
        color: #F08017; }

.background-thirtyscreen .right-block {
  position: relative;
  margin-top: 150px;
  transform: translateY(70px);
  margin-right: 90px; }
  @media (max-width: 1215px) {
    .background-thirtyscreen .right-block {
      transform: translateY(0px);
      margin-top: 173px;
      margin-right: 0px; } }
  @media (max-width: 915px) {
    .background-thirtyscreen .right-block {
      margin-top: 70px;
      margin-bottom: 50px; } }
  .background-thirtyscreen .right-block img {
    width: 469px;
    height: auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1215px) {
      .background-thirtyscreen .right-block img {
        width: 340px; } }
    @media (max-width: 915px) {
      .background-thirtyscreen .right-block img {
        width: 80%;
        display: block;
        margin: 0 auto; } }
  .background-thirtyscreen .right-block .block {
    position: absolute;
    right: -50px;
    top: 30px;
    width: 408px;
    height: 680px;
    background: white;
    border-radius: 15px; }
    @media (max-width: 1215px) {
      .background-thirtyscreen .right-block .block {
        width: 347px;
        height: 498px; } }
    @media (max-width: 915px) {
      .background-thirtyscreen .right-block .block {
        width: 71%;
        height: 100%;
        top: 30px;
        right: 0px; } }

.background-thirtyscreen .back-cloud {
  width: 170%;
  height: 811px;
  background: url(img/back-cloud-3-4.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -23px;
  bottom: -137px; }

.background-thirtyscreen .front-cloud-1 {
  width: 170%;
  height: 276px;
  background: url(img/front-cloud-4.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -11px;
  top: -117px; }

.background-thirtyscreen .front-cloud-2 {
  width: 170%;
  height: 276px;
  background: url(img/front-cloud-4.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -11px;
  bottom: -160px; }
  
.background-thirtyscreen .line-1 {
  width: 400px;
  height: 400px;
  background: url(img/line-3-1.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -149px;
  top: -47px; }

.background-thirtyscreen .line-2 {
  width: 400px;
  height: 400px;
  background: url(img/line-3-2.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 477px;
  top: -84px; }

.background-thirtyscreen .line-3 {
  width: 400px;
  height: 400px;
  background: url(img/line-3-3.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -300px;
  top: 625px; }

@media (max-width:915px) {
  .background-thirtyscreen .front-cloud-1 {
    height: 176px;
    top: -80px;
  }
  .background-thirtyscreen .back-cloud {
    height: 650px;
  }
  .background-thirtyscreen .front-cloud-2 {
    height: 170px;
    bottom: -100px;
  }
  .background-thirtyscreen .line-1 {
    height: 287px;
  }
}

.tab {
  overflow: hidden;
  margin: 8px 0;
}
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.4s;
  border-radius: 40px;
}
.tab button:hover {
  background-color: #dcdcdc;
}
.tab button.active {
  background-color: #fcfcfc;
}
.tabcontent {
  display: none;
}
.tabcontent p {
  padding-top: 5px!important;
}

.block-popup{
  position: fixed;
  background: #fff;
  width: 90%;
  max-width: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 12px 20px -10px;
  text-align: center;
  z-index: 101;
  display: none;
}
.block-popup span{
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 30px;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.78);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.block-popup .button {
  cursor: pointer;
  transition: .2s ease-out;
}
.block-popup .button:hover {
  background: #00B5E5;
}
.block-popup .button {
  display: inline-block;
  border-radius: 30px;
  width: auto;
  height: auto;
  color: white;
  padding: 12px 0;
  margin: 12px 30px;
  background: #3238E7;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-popup .button:after {
  display: none;
}

.fortyscreen-info {
  margin-top: 40px;
  padding-bottom: 40px; }
  .fortyscreen-info h2 {
    font-size: 22px;
    font-weight: 300;
    text-align: center; }
  .fortyscreen-info p {
    text-align: center;
    font-weight: 300;
    font-size: 28px;}

.fortyscreen {
  padding-top: 120px;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 400px);
  grid-gap: 150px 125px;
  grid-template-areas: "one two" "four three" "five six"; }
  @media (max-width: 915px) {
    .fortyscreen {
      padding-top: 0px;
      grid-template-columns: 1fr;
      grid-template-rows: repeat(6, 300px);
      grid-gap: 60px 0px;
      grid-template-areas: "one" "two" "three" "four" "five" "six"; } }
  .fortyscreen .block:nth-child(1) {
    grid-area: one; }
  .fortyscreen .block:nth-child(2) {
    grid-area: two; }
  .fortyscreen .block:nth-child(3) {
    grid-area: three; }
  .fortyscreen .block:nth-child(4) {
    grid-area: four; }
  .fortyscreen .block:nth-child(5) {
    grid-area: five; }
  .fortyscreen .block:nth-child(6) {
    grid-area: six; }
  .fortyscreen .photo {
    position: relative;
    height: 100%; }
  .fortyscreen .photo img {
    width: 95%;
    height: 95%;
    position: absolute;
    object-fit: cover; }
    .fortyscreen .photo img:first-child {
      left: -5px;
      top: -5px; }
    .fortyscreen .photo img:last-child {
      bottom: -5px;
      right: -5px; }

.fortyscreen .photo {
  position: relative;
  height: 100%;
  z-index: 10; }
  .fortyscreen .photo img {
    width: 95%;
    height: 95%;
    position: absolute;
    object-fit: cover;
    z-index: 10; }
    .fortyscreen .photo img:first-child {
      left: -5px;
      top: -5px; }
    .fortyscreen .photo img:last-child {
      bottom: -5px;
      right: -5px; }
  .fortyscreen .photo.photo-2 img:first-child {
    right: -5px;
    left: auto;
    top: -5px; }
  .fortyscreen .photo.photo-2 img:last-child {
    bottom: -5px;
    right: auto;
    left: -5px; }

.fortyscreen .text.text-1, .fortyscreen .text.text-3 {
  padding-right: 120px; }
  @media (max-width: 1215px) {
    .fortyscreen .text.text-1, .fortyscreen .text.text-3 {
      padding-right: 0px; } }

.fortyscreen .text.text-2 {
  padding-left: 120px; }
  @media (max-width: 1215px) {
    .fortyscreen .text.text-2 {
      padding-left: 0px; } }

.fortyscreen .text img {
  height: 50px; }

.fortyscreen .text h4 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 40px; }

  @media (max-width: 915px) {
  .fortyscreen .text h4 {
    margin-top: 0;
    margin-left: 40px;
    font-size: 20px;
    }
  .num {
    float:left;
  }
  }
.fortyscreen .text p {
  font-weight: 300;
  margin-bottom: 40px; }

.fortyscreen .text .button {
  width: 50px;
  height: 50px;
  background: #3238E7;
  border-radius: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; }
  .fortyscreen .text .button:after {
    content: '';
    display: block;
    background: url("img/arrow.svg") no-repeat;
    background-size: contain;
    width: 22px;
    height: 17px; }

.fortyscreen .text.text-1 .button, .fortyscreen .text.text-2 .button {
  cursor: pointer;
  transition: .2s ease-out; }
  .fortyscreen .text.text-1 .button:hover, .fortyscreen .text.text-2 .button:hover {
    margin-left: 10px; }

.fortyscreen .text.text-3 .button {
  cursor: pointer;
  transition: .2s ease-out; }
  .fortyscreen .text.text-3 .button:hover {
    background: #00B5E5; }

.fortyscreen .text.text-3 .button {
  display: inline-block;
  border-radius: 30px;
  width: auto;
  height: auto;
  color: white;
  padding: 15px 30px; }
  .fortyscreen .text.text-3 .button:after {
    display: none; }

.wrapper-fortyscreen {
  position: relative;
  margin-bottom: 125px;
  padding: 0; }
  @media (max-width: 1215px) {
    .wrapper-fortyscreen {
      margin-bottom: 100px; } }
  .wrapper-fortyscreen .sled {
    background: url(img/sled.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    left: 52px;
    width: 53%;
    height: 104%;
    z-index: -1; }
  .wrapper-fortyscreen .kraska1 {
    background: url(img/kraska4.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 551px;
    left: 72px;
    width: 52px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .kraska2 {
    background: url(img/kraska3.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1119px;
    left: 1000px;
    width: 52px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .kraska3 {
    background: url(img/kraska2.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 791px;
    width: 52px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .kraska4 {
    background: url(img/kraska1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 572px;
    left: 791px;
    width: 52px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .ruka1 {
    background: url(img/2049828.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 255px;
    width: 32px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .ruka2 {
    background: url(img/2049828_1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1178px;
    left: 255px;
    width: 32px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .polygon1 {
    background: url(img/polygon2.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 1589px;
    left: 1000px;
    width: 32px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .polygon2 {
    background: url(img/polygon1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 639px;
    left: 570px;
    width: 32px;
    height: 46px;
    z-index: -1; }
  .wrapper-fortyscreen .polygon3 {
    background: url(img/polygon1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -37px;
    left: 424px;
    width: 32px;
    height: 46px;
    z-index: -1; }

.fivescreen {
  background: #FCC420; }

.fivescreen h2, .fivescreen p, .fivescreen span {
  color: #1E1E1E; }

.fivescreen .button span {
  padding: 15px 30px;
  background: #00B5E5 !important;
  border-radius: 40px;
  display: inline-block;
  border: 0 !important;
  color: white;
  transition: .4s ease-out !important; }
  .fivescreen .button span:hover {
    background: #3238E7 !important; }

.fivescreen .block-info {
  padding-top: 215px !important;
  padding-bottom: 160px !important; }
  @media (max-width: 915px) {
    .fivescreen .block-info {
      padding-top: 60px !important;
      padding-bottom: 60px !important; } }

.fivescreen .right-block {
  margin-top: 74px !important;
  margin-right: -3px; }
  @media (max-width: 1215px) {
    .fivescreen .right-block {
      margin-top: 156px !important; } }

.fivescreen img {
  width: 550px !important;}

@media (max-width:915px) {
  .fivescreen img {
    width: 290px !important;
  }
  .fivescreen .right-block {
    margin-top: -40px !important;
  }
  .background-thirtyscreen .front-cloud-1 {
    height: 158px;
    top: -73px;
  }
}
.sixscreen {
  padding: 150px 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  position: relative;
  z-index: 10; }
  @media (max-width: 915px) {
    .sixscreen {
      grid-template-columns: 1fr;
      padding: 60px 15px; } }

.sixscreen .left img {
  width: 380px;
  height: 100%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 1215px) {
    .sixscreen .left img {
      margin: 0; } }
  @media (max-width: 400px) {
    .sixscreen .left img {
      width: 360px; } }
  @media (max-width: 380px) {
     .sixscreen .left img {
      width: 340px; } }

.sixscreen .right {
  width: 450px;
  justify-self: end;
  color: #1E1E1E; }
  .sixscreen .right h2 {
    font-size: 40px;
    font-weight: 300;
    text-align: right; }
  .sixscreen .right p {
    line-height: 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: right; }
  .sixscreen .right .button-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    .sixscreen .right .button-container .button span {
      box-sizing: border-box;
      padding: 15px 30px;
      border-radius: 40px;
      border: 1px solid #2D33E1;
      display: inline-block;
      transition: .2s ease-out;
      cursor: pointer; }
      .sixscreen .right .button-container .button span:hover {
        background: #2D33E1;
        color: white; }
    .sixscreen .right .button-container .link {
      margin-right: 40px;
      transition: .2s ease-out;
      cursor: pointer; }
      @media (max-width: 615px) {
        .sixscreen .right .button-container .link {
          margin-right: 0px;
          margin-top: 20px; } }
      .sixscreen .right .button-container .link:hover {
        color: #F08017; }

@media (max-width: 600px) {
  .sixscreen .right {
    width: 100%; }
    .sixscreen .right .button-container {
      flex-direction: column; } }

.wrapper-sixscreen {
  position: relative;
  overflow: hidden; }

.wrapper-sixscreen .wrapper {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1366px;
  left: 50%;
  transform: translateX(-50%); }
  .wrapper-sixscreen .wrapper .backg1 {
    background: url(img/2049828_1.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 69px;
    left: 121px;
    width: 32px;
    height: 46px; }
  .wrapper-sixscreen .wrapper .backg2 {
    background: url(img/polygon2.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 77px;
    left: 616px;
    width: 32px;
    height: 46px; }
  .wrapper-sixscreen .wrapper .backg3 {
    background: url(img/kraska4.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 555px;
    left: 486px;
    width: 53px;
    height: 46px; }

footer {
  width: 100%;
  position: relative;
  background: #2C32DE; }
  footer .container-footer {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 615px) {
      footer .container-footer {
        flex-direction: column;
        justify-content: center; } }

footer .left {
  width: 200px;
  margin-left: 90px;
  margin-top: 60px;
  font-size: 12px;
  margin-bottom: 175px; }
  @media (max-width: 1215px) {
    footer .left {
      margin-left: 0px; } }
  @media (max-width: 615px) {
    footer .left {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 100%;
      margin-bottom: 0px; } }
  footer .left .logo {
    width: 120px;
    height: auto; }
    @media (max-width: 615px) {
      footer .left .logo {
        width: 170px; } }
  footer .left p {
    margin-top: 30px;
    font-weight: 300;
    color: white;
    margin-bottom: 30px; }
  footer .left ul {
    display: flex; }
    @media (max-width: 615px) {
      footer .left ul {
        justify-content: center; } }
  footer .left li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 30px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
  footer .left li:first-child {
    margin-left: 0px; }
  footer .left li:last-child {
    margin-right: 0px; }

footer .right {
  width: 200px;
  margin-right: 90px;
  margin-top: 60px; }
  @media (max-width: 1215px) {
    footer .right {
      margin-right: 0px; } }
  @media (max-width: 615px) {
    footer .right {
      margin-bottom: 60px; } }
  footer .right h2 {
    font-size: 22px;
    font-weight: 300;
    color: white;
    margin-bottom: 35px;
    margin-left: 25px; }
  footer .right img.tel {
    width: 16px;
    height: auto;
    margin-right: 10px; }
  footer .right img.addr {
    width: 16px;
    height: auto;
    margin-right: 10px; }
  footer .right .caption {
    display: flex;
    align-items: center; }
  footer .right span {
    font-size: 12px;
    font-weight: 300;
    color: white; }
  footer .right .tel-one, footer .right div.addr, footer .right .caption.two {
    margin-top: 15px; }
  footer .right div.tel {
    margin-left: 26px;
    color: white;
    cursor: pointer;}
  footer .right div.addr {
    margin-left: 26px;
    color: white;
    cursor: pointer;}

.container-footer-two {
  color: white;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px; }
  @media (max-width: 915px) {
    .container-footer-two {
      flex-direction: column;
      text-align: center; }
      .container-footer-two .copyright-block {
        margin-top: 10px; } }
  .container-footer-two .copyright a {
    color: #c7c4e8; }
  .container-footer-two .copyright-block span:first-child {
    border-right: 1px solid white;
    padding-right: 20px;
    margin-right: 20px; }
  .container-footer-two .copyright-block span {
    cursor: pointer; }

footer .container-footer-two, footer .container-footer {
  position: relative;
  z-index: 10;
  font-size: 12px; }

footer .background {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 659px;
  background: url("img/footer.png") no-repeat;
  background-size: cover; }
  @media (max-width: 1215px) {
    footer .background {
      height: 50vw; } }

:target{scroll-margin-top:70px;}