@charset "UTF-8";

a {
  text-decoration: none !important;
}

@font-face {
  font-family: "OpenSansBold";
  src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}

@font-face {
  font-family: "OpenSansRegular";
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "OpenSansLight";
  src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
}

@font-face {
  font-family: "OpenSansSemibold";
  src: url(../fonts/Open_Sans/OpenSans-Semibold.ttf);
}

@font-face {
  font-family: "RubikBold";
  src: url(../fonts/Rubik/Rubik-Bold.ttf);
}

/*main font 18 */
/*rubik */
.R60 {
  font-family: RubikBold;
  font-size: 3.3333rem;
}

.R36 {
  font-family: RubikBold;
  font-size: 2rem;
}

.R24 {
  font-family: RubikBold;
  font-size: 1.3333rem;
}

.R16 {
  font-family: RubikBold;
  font-size: 0.8889rem;
}

/*OpenSans */
.OSR18 {
  font-family: OpenSansRegular;
  font-size: 1rem;
}

.OSL18 {
  font-family: OpenSansLight;
  font-size: 1rem;
}

.OSL14 {
  font-family: OpenSansLight;
  font-size: 0.7778rem;
}

.OSS18 {
  font-family: OpenSansSemibold;
  font-size: 1rem;
}

.OSB18 {
  font-family: OpenSansBold;
  font-size: 1rem;
}

.OSB16 {
  font-family: OpenSansBold;
  font-size: 0.8889rem;
}

.OSB14 {
  font-family: OpenSansBold;
  font-size: 0.7778rem;
}

/*color */
.header {
  padding: 0;
  width: 100%;
  /* height: 150px; */
  position: absolute;
}

.nav-bar {
  height: 100%;
  top: 0;
  left: 0;
}

.nav-bar .logo {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 100%;
  margin-left: 0;
}

.nav-bar .logo .logoX7 {
  position: absolute;
  width: 100%;
  height: 54px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/main/logoX7.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-bar .nav-bar__nav,
.nav-bar .nav {
  display: inline-block;
  width: 60%;
  height: 100%;
  float: right;
}

.nav-bar .nav {
  width: 100%;
}

.nav li {
  width: 25%;
  height: 100%;
  display: inline-block;
  float: left;
  position: relative;
}

.nav li .OSR18 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 25px;
  /*    text-transform: uppercase;*/
  padding: 0;
  line-height: 25px;
  text-align: center;
  color: #212121;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.nav li .OSR18:hover {
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #f3450f;
}

.nav li .OSR18::before {
  content: "";
  position: absolute;
  border: 2px solid #f3450f;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
  bottom: -4px;
  left: 0;
  right: 0;
  opacity: 1;
}

.nav li:hover .OSR18::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav li .OSR18:after {
  content: "";
  position: absolute;
  border: 2px solid #f3450f;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.75s all;
  transition: 0.75s all;
  top: -4px;
  left: 0;
  right: 0;
  opacity: 1;
}

.nav li:hover .OSR18::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav-bar__nav .nav li,
.nav-bar .nav .nav li {
  height: 23%;
  margin-top: 11.5%;
}

.nav-bar__nav .nav li:nth-child(1),
.nav-bar .nav .nav li:nth-child(1) {
  margin-right: 20px;
  width: 12%;
}

.nav-bar__nav .nav li:nth-child(1) .OSR18,
.nav-bar .nav .nav li:nth-child(1) .OSR18 {
  width: 100%;
}

.nav-bar__nav .nav li:nth-child(2),
.nav-bar .nav .nav li:nth-child(2) {
  margin-right: 20px;
  width: 15%;
}

.nav-bar__nav .nav li:nth-child(2) .OSR18,
.nav-bar .nav .nav li:nth-child(2) .OSR18 {
  width: 100%;
}

.nav-bar__nav .nav li:nth-child(3),
.nav-bar .nav .nav li:nth-child(3) {
  margin-right: 20px;
  width: 19%;
}

.nav-bar__nav .nav li:nth-child(3) .OSR18,
.nav-bar .nav .nav li:nth-child(3) .OSR18 {
  width: 100%;
}

.nav-bar__nav .nav li:nth-child(4),
.nav-bar .nav .nav li:nth-child(4) {
  margin-right: 0;
  width: 20%;
}

.nav-bar__nav .nav li:nth-child(4) .OSR18,
.nav-bar .nav .nav li:nth-child(4) .OSR18 {
  width: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 18px;
}

body {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  /* min-height: 100%; */
  padding: 0;
}

.content {
  padding-bottom: 90px;
}

/* .button {
  border-color: #f3450f;
  border-radius: 25px;
  border-style: solid;
  border-width: 2px;
  color: #232323;
  display: block;
  font-size: 18px;
  font-weight: 300;
  height: 50px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  width: 170px;
  background: transparent;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
  .button:hover {
    background-color: #f3450f;
    color: #ffffff; } */

.pattern {
  z-index: -1;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 850px;
  background: url(../img/main/pattern-1.png) repeat;
  opacity: 1;
  overflow: hidden;
}

.pattern::after {
  content: "";
  position: absolute;
  background: url(../img/main/bird3-2__point.png) no-repeat, url(../img/main/three__curves.png) no-repeat, url(../img/main/circleLine2.png) no-repeat;
  background-position: right bottom, left 68%, 85px 32px;
  bottom: 229px;
  left: 50%;
  width: 644px;
  height: 475px;
  z-index: -1;
}

.content {
  padding: 0 0 0 0;
}

.content .web-studio {
  padding: 0;
  background-repeat: repeat;
  height: 850px;
  margin-bottom: 150px;
}

.content .who-are-we {
  padding: 0;
  width: 100%;
 height: 600px;
  margin-bottom: 150px;
  position: relative;
}

.content .competence-company {
  width: 100%;
  height: 580px;
  margin-bottom: 150px;
  padding: 0;
  position: relative;
}

.web-studio .web-studio__left-block,
.web-studio .web-studio__right-block {
  width: 49%;
  height: 100%;
  float: left;
  position: relative;
  padding: 0;
}

.web-studio .web-studio__right-block {
  background-size: contain;
}

.web-studio .web-studio__right-block .bird {
  position: absolute;
  height: 700px;
  width: 100%;
  bottom: 0;
  background: url(../img/main/bird3-3.png) no-repeat bottom;
}

.web-studio__left-block .left-block__line-one,
.web-studio .web-studio__right-block .left-block__line-one {
  margin: 300px auto 10px;
  color: #212121;
}

.index-title {
  font-size: 2.9333rem;
}

.web-studio__left-block .left-block__line-two,
.web-studio .web-studio__right-block .left-block__line-two {
  margin: 60px auto;
  color: #212121;
}

.web-studio__left-block .arrow,
.web-studio .web-studio__right-block .arrow {
  position: absolute;
  width: 60px;
  height: 40px;
  background: url("../img/main/angleTop.png") no-repeat center;
  bottom: 75px;
  left: 46px;
  -webkit-animation: backward-translation 2s linear infinite;
  animation: backward-translation 2s linear infinite;
}

.web-studio__right-block div.right-block__curva {
  position: absolute;
  width: 145px;
  height: 20px;
  top: 255px;
  right: 100%;
}

.web-studio__right-block div.right-block__curva div {
  -webkit-animation: lineAnimate 30s ease-in-out infinite;
  animation: lineAnimate 30s ease-in-out infinite;
  width: 145px;
  height: 20px;
  background: url(../img/main/curva.png) center repeat no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.web-studio__right-block div.right-block__tor-half {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 526px;
  right: 20%;
}

.web-studio__right-block div.right-block__tor-half div {
  width: 60px;
  height: 60px;
  background: url(../img/main/tor.5.png) center no-repeat;
  background-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: rotate 6s ease-in-out infinite;
  animation: rotate 6s ease-in-out infinite;
  left: 0;
}

.web-studio__right-block div.right-block__tor {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 272px;
  right: 75%;
  -webkit-animation: rotate 12s ease-in-out infinite;
  animation: rotate 12s ease-in-out infinite;
}

.web-studio__right-block div.right-block__tor div {
  width: 30px;
  height: 30px;
  background: url(../img/main/tor.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.who-are-we::after {
  content: "";
  position: absolute;
  width: 49%;
  height: 100%;
  background: url("../img/main/tor1.4.png"), url("../img/main/kurva.png"), url("../img/main/kurva.png"), url("../img/main/kurva.png"), url("../img/main/point.png"), url("../img/main/circleLine.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 398px 15px, right 220px, right 240px, right 260px, 253px 147px, 4px 19px;
  background-size: 75px 75px, 115px 10px, 115px 10px, 115px 10px, 155px 35px, 155px 155px;
  z-index: -1;
}

.who-are-we .who-are-we__left-block {
  width: 49%;
  height: 418px;
  display: inline-block;
  padding: 0 0 0 30px;
  padding: 0;
  margin: auto 15px;
  width: 46% !important;
  background: url("../img/main/bird1.png");
  background-repeat: no-repeat;
  background-position: 10px 88px;
  background-size: 545px 399px;
  position: absolute;
  left: 0;
  top: 0px;
}

.who-are-we .who-are-we__left-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0px;
  left: 0;
  background: #f3450f;
}

.who-are-we .who-are-we__right-block {
  width: 49%;
  height: 100%;
  display: inline-block;
  padding: 0 0 0 30px;
  position: absolute;
  top: 30px;
  right: 0;
}

.who-are-we__right-block .right-block__line-one {
  margin: 28px auto 0;
  height: 27px;
  line-height: 27px;
}

.who-are-we__right-block .right-block__line-two {
  margin: 30px auto;
  line-height: 1.7;
}

.who-are-we__right-block .button {
  margin-left: 228px;
  position: absolute;
  bottom: 2px;
}

.who-are-we__right-block .button::before {
  display: none;
}

.who-are-we__right-block .link-for-button {
  position: absolute;
  bottom: 17px;
  color: #f3450f;
}

.who-are-we__right-block .link-for-button::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #f3450f;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  -webkit-transform: translate(0px);
  transform: translate(0px);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.who-are-we__right-block .link-for-button::after {
  content: "";
  position: absolute;
  border-top: 3px solid transparent;
  border-left: 6px solid #f3450f;
  border-bottom: 3px solid transparent;
  top: 8px;
  right: 0px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.hover-arrow {
  -webkit-transform: translate(60px);
  transform: translate(60px);
}

.competence-company {
  background: url("../img/main/squareFull.png") no-repeat left top;
}

.competence-company::before {
  background: url("../img/main/squarePoint.png") no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  content: "";
  top: 40px;
  left: -30px;
  z-index: -1;
}

.competence-company .competence-company__ {
  position: absolute;
  top: 23px;
  left: 28px;
  color: #fff;
  letter-spacing: 5px;
}

.competence-company .competence-company__quality {
  color: #fff;
  width: 195px;
  height: 125px;
  position: absolute;
  line-height: 1.2;
  top: 231px;
  left: 28px;
}

.competence-company .competence-company__offer {
  position: absolute;
  top: 145px;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  width: 73%;
  height: 86%;
  background: #fff;
}

.competence-company__offer .offer__line-one,
.competence-company__offer .offer__line-two {
  height: 50%;
  width: 100%;
}

.offer__line-one .offer-block,
.competence-company__offer .offer__line-two .offer-block {
  display: inline-block;
  width: 33.3%;
  height: 100%;
  float: left;
  border: 1px solid rgba(173, 173, 173, 0.2);
  background: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.offer__line-one .offer-block:nth-child(1),
.competence-company__offer .offer__line-two .offer-block:nth-child(1) {
  border-top: none;
  border-right: 1px solid rgba(173, 173, 173, 0.2);
  border-bottom: 1px solid rgba(173, 173, 173, 0.2);
  border-left: none;
}

.offer__line-one .offer-block:nth-child(2),
.competence-company__offer .offer__line-two .offer-block:nth-child(2) {
  border-top: none;
  border-right: 1px solid rgba(173, 173, 173, 0.2);
  border-bottom: 1px solid rgba(173, 173, 173, 0.2);
  border-left: 1px solid rgba(173, 173, 173, 0.2);
}

.offer__line-one .offer-block:nth-child(3),
.competence-company__offer .offer__line-two .offer-block:nth-child(3) {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgba(173, 173, 173, 0.2);
  border-left: 1px solid rgba(173, 173, 173, 0.2);
}

.offer__line-one .offer-block:hover,
.competence-company__offer .offer__line-two .offer-block:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: white;
  z-index: 999;
}

.offer__line-one .offer-block a,
.competence-company__offer .offer__line-two .offer-block a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.offer__line-two .offer-block:nth-child(1) {
  border-top: 1px solid rgba(173, 173, 173, 0.2) !important;
  border-right: 1px solid rgba(173, 173, 173, 0.2) !important;
  border-bottom: none !important;
  border-left: none !important;
}

.offer__line-two .offer-block:nth-child(2) {
  border-top: 1px solid rgba(173, 173, 173, 0.2) !important;
  border-right: 1px solid rgba(173, 173, 173, 0.2) !important;
  border-bottom: none !important;
  border-left: 1px solid rgba(173, 173, 173, 0.2) !important;
}

.offer__line-two .offer-block:nth-child(3) {
  border-top: 1px solid rgba(173, 173, 173, 0.2) !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 1px solid rgba(173, 173, 173, 0.2) !important;
}

.offer-block .offer-block__line-1 {
  width: 60px;
  height: 60px;
  margin: 30px auto 10px 30px;
  overflow: hidden;
}

.offer-block .offer-block__line-2 {
  width: 100%;
  height: 68%;
  color: #313131;
}

.offer-block .offer-block__line-2 .R16 {
  padding: 0 30px;
  margin-top: 0;
}

.offer-block .offer-block__line-2 .OSL14 {
  padding: 0px 30px 0;
}

.portfolio {
  height: 855px;
  padding: 0;
}

.portfolio h2 {
  padding: 0;
}

.portfolio .p-f::before {
  content: "портфолио";
  text-transform: uppercase;
  color: #f3450f;
  position: absolute;
  top: -22px;
  left: 2px;
  font-size: 14px;
  letter-spacing: 5px;
}

.portfolio .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 175px;
}

.portfolio .portfolio__ {
  height: 638px;
  width: 100%;
  /*margin: auto;*/
  /* min-height: 312px; */
  /* max-height: 1340px; */
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.portfolio .portfolio__ .portfolio__block {
  padding: 0;
  width: 48%;
  height: 300px;
  background: url(../img/main/imgtest.png) no-repeat 50%;
  display: inline-block;
  margin: 2px;
  background-size: cover;
}

.portfolio .portfolio__ .portfolio__block:nth-child(odd) {
  margin: 15px 15px 15px 0 !important;
}

.portfolio .portfolio__ .portfolio__block:nth-child(even) {
  margin: 15px 0 15px 15px !important;
}

.portfolio__block .block-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio__block .block-effect::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(72, 76, 97, 0.8)));
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.block-effect:hover .block-effect::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.block-effect .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content.conf .m0,
.content.conf li {
  margin: 0 0 7px 0;
}

.content.conf h1 {
  font-family: RubikBold;
  font-size: 36px;
  margin-bottom: 55px;
}

.content.conf h2 {
  font-family: OpenSansBold;
  font-size: 24px;
  margin-bottom: 27px;
}

.content.conf h3 {
  font-family: OpenSansRegular;
  font-size: 16px;
  color: #f3450f;
  margin: 40px 0;
}

.content.conf p,
.content.conf ul,
.content.conf ol {
  font-family: OpenSansLight;
  font-size: 16px;
  margin-bottom: 30px;
}

.content.conf .fw {
  font-weight: 300;
}

.content.conf ul {
  list-style: none;
  padding: 0;
}

.content.conf ul li {
  padding-left: 30px;
  position: relative;
}

.content.conf ul li::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000000;
  left: 0;
  top: 11px;
  margin: auto;
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -23%;
  /*position: absolute;*/
  /*bottom: 65px;*/
}

.agreement label {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #f2450f;
  margin: 6px 5px 0 0 !important;
  position: relative;
}

.agreement input {
  display: none !important;
}

.agreement input~div {
  width: 7px;
  height: 7px;
  background: #181818;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  position: absolute;
}

.agreement input:checked~div {
  display: block;
}

.agreement a {
  color: #181818;
  border-bottom: 1px solid #181818;
}

a.conf {
  position: absolute;
  display: block;
  bottom: 20px;
  height: 19px;
  width: 209px;
  left: 0;
  color: #959595;
  border-bottom: 1px solid #959595;
  line-height: 1;
  white-space: nowrap;
}

.conf {
  padding-top: 150px;
  padding-bottom: 50px;
}




@media all and (max-width: 1200px) {

  .competence-company::before {
    display: none;
  }

  .conf {
    padding-top: 0px;
  }

  .content.conf h1 {
    font-size: 24px;
  }

  .who-are-we::after {
    display: none;
  }

  .portfolio p {
    width: auto !important;
    padding: 0 35px;
  }

  .web-studio .web-studio__left-block,
  .web-studio .web-studio__right-block {
    width: auto;
    margin-bottom: 50px;
  }

  .container {
    max-width: 100%;
  }

  .portfolio {
    height: auto;
  }

  .portfolio .button {
    position: static;
  }

  .portfolio .portfolio__ {
    height: auto;
    min-height: 0;
    max-height: auto;
  }

  .portfolio .portfolio__ .portfolio__block {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .portfolio__block {
    background-size: cover !important;
  }

  .portfolio .portfolio__ .portfolio__block:nth-child(2n) {
    margin: 0 0 20px !important;
  }

  .portfolio .portfolio__ .portfolio__block:nth-child(2n+1) {
    margin: 0 0 20px !important;
  }

  .who-are-we__right-block .link-for-button::after {
    top: 5px;
  }

  .portfolio .portfolio__ {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .who-are-we__right-block .right-block__line-two {
    margin: 20px 0;
  }

  .offer-block .offer-block__line-2 .OSL14 {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .offer-block .offer-block__line-2 .R16 {
    padding: 0 25px;
  }

  .content .competence-company {
    height: auto;
    margin-bottom: 60px;
    padding: 10px;
  }

  .offer__line-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer__line-one .offer-block,
  .competence-company__offer .offer__line-two .offer-block {
    width: 50%;
    height: auto;
  }

  .competence-company .competence-company__offer {
    width: 100%;
    height: auto;
  }

  .competence-company .competence-company__ {
    position: static;
  }

  .competence-company .competence-company__quality {
    position: static;
  }

  .competence-company .competence-company__offer {
    position: static;
  }

  .who-are-we__right-block .button {
    position: static;
    margin-left: auto;
  }

  .who-are-we .who-are-we__left-block {
    width: 100% !important;
    position: static;
    background-size: contain;
    padding: 0;
    display: none;

  }

  .who-are-we .who-are-we__right-block {
    position: static;
    width: 100% !important;
    padding: 0;
    padding-bottom: 10px;
  }

  .content .who-are-we {
    height: auto;
    margin-bottom: 0;
  }

  .content .web-studio {
    height: auto;
  }

  .web-studio__left-block .arrow,
  .web-studio .web-studio__right-block .arrow {
    bottom: -90px;
  }

  .web-studio__left-block .left-block__line-two,
  .web-studio .web-studio__right-block .left-block__line-two {
    margin: 20px 0;
  }

  .web-studio__left-block .left-block__line-one,
  .web-studio .web-studio__right-block .left-block__line-one {
    margin-top: 0px;
    font-size: 28px;
    line-height: 1.2;
  }

  .wrapper {
    margin: 0;
    width: 100%;
    padding: 0 10px;
  }

  .agreement {
    margin: 0;
  }

  .agreement label {
    margin: 2px 5px 0 0 !important;
  }
}

@media all and (max-width: 1200px) and (min-width: 1024px) {
  .pattern::after {
    left: 46%;
  }
}

@media all and (width: 1200px) {
  .pattern::after {
    left: 50%;
  }
}

@media all and (width: 1152px) {
  .pattern::after {
    left: 49%;
  }
}

@media all and (max-width: 1024px) and (min-width: 992px) {
  body .pattern {
    width: 1024px;
  }

  body .pattern::after {
    left: 46%;
  }
}

@media all and (max-width: 992px) and (min-width: 768px) {
  .pattern {
    min-width: 1024px;
  }

  .pattern::after {
    left: 46%;
  }

  body {
    overflow-x: auto;
  }
}

@media all and (max-width: 768px) {
  .pattern {
    min-width: 1024px;
  }

  .pattern::after {
    left: 46%;
  }
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 135px;
  padding: 0;
}

.footer .nav-bar .logo {
  width: 300px;
  line-height: 135px;
}

@media all and (max-width: 1200px) {

  html,
  body {
    font-size: 14px;
    /* min-width: 1024px !important;  */
  }

  .nav-bar__nav .nav li:nth-child(1),
  .nav-bar .nav .nav li:nth-child(1) {
    margin-right: 20px;
    width: 10%;
  }
}

@media all and (max-width: 1023px) {

  html,
  body {
    /*overflow: auto;*/
  }
}

.close {
  font-size: 28px;
}