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, strong, sub, sup, tt, var,
b, 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;
  /*font-size: 100%;*/
  font: inherit;
  vertical-align: baseline;
}

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

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;
}

input, textarea, button,
input:active, textarea:active, button:active {
  outline: none;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-family: "ubuntu", serif;
  color: #000;
  font-weight: 400;
  outline: none;
}

a:focus, a:hover {
  text-decoration: none;
  outline: none;
}

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

.animation {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[aria-invalid=false] {
  background: #fff;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
          box-shadow: inset 0 0 0 1000px #fff;
  color: #A9A9A9 !important;
}

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

@font-face {
  font-family: "inter";
  src: url("../fonts/inter-bold-webfont.eot");
  src: url("../fonts/inter-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-bold-webfont.woff2") format("woff2"), url("../fonts/inter-bold-webfont.woff") format("woff"), url("../fonts/inter-bold-webfont.ttf") format("truetype"), url("../fonts/inter-bold-webfont.svg#interbold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter";
  src: url("../fonts/inter-regular-webfont.eot");
  src: url("../fonts/inter-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-regular-webfont.woff2") format("woff2"), url("../fonts/inter-regular-webfont.woff") format("woff"), url("../fonts/inter-regular-webfont.ttf") format("truetype"), url("../fonts/inter-regular-webfont.svg#interregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu-bold-webfont.eot");
  src: url("../fonts/ubuntu-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-bold-webfont.woff2") format("woff2"), url("../fonts/ubuntu-bold-webfont.woff") format("woff"), url("../fonts/ubuntu-bold-webfont.ttf") format("truetype"), url("../fonts/ubuntu-bold-webfont.svg#ubuntubold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu-medium-webfont.eot");
  src: url("../fonts/ubuntu-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-medium-webfont.woff2") format("woff2"), url("../fonts/ubuntu-medium-webfont.woff") format("woff"), url("../fonts/ubuntu-medium-webfont.ttf") format("truetype"), url("../fonts/ubuntu-medium-webfont.svg#ubuntumedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu-regular-webfont.eot");
  src: url("../fonts/ubuntu-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-regular-webfont.woff2") format("woff2"), url("../fonts/ubuntu-regular-webfont.woff") format("woff"), url("../fonts/ubuntu-regular-webfont.ttf") format("truetype"), url("../fonts/ubuntu-regular-webfont.svg#ubunturegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  width: 100%;
  height: 100%;
  background: #fff;
  font-family: "ubuntu", serif;
  color: #222;
  font-weight: 400;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body.active {
  overflow: hidden;
}

.wrapper {
  min-width: 1280px;
  width: 100%;
}
@media (max-width: 120px) {
  .wrapper {
    width: 100%;
    min-width: 100%;
  }
}
.wrapper__main {
  width: 1280px;
  margin: 0 auto;
}
@media (max-width: 120px) {
  .wrapper__main {
    width: 100%;
    padding: 0 20px;
  }
}

.wrapper2 {
  min-width: 1368px;
  width: 100%;
}
.wrapper2__main {
  width: 1368px;
  margin: 0 auto;
}

.header {
  background-image: url(../img/bg-header.png);
  background-position: center 0;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.header-top {
  padding: 26px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C0BFBF;
}
.header-top a img {
  width: 165px;
}
.header-top__nav li {
  margin: 0 20px;
}
.header-top__nav li:first-child {
  margin-left: 0;
}
.header-top__nav li:last-child {
  margin-right: 0;
}
.header-top__nav li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  /*color: #07040C;*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #64656D;
  border-bottom: 1px solid transparent;
}
.header-top__nav li a:hover {
  border-bottom-color: currentColor;
  color: #000;
}
.header-top .button:hover {
  background-color: #BE2E5B;
  color: #fff;
}
.header-center {
  position: relative;
  padding: 35px 0 0;
}
.header-center > div {
  width: 654px;
}
.header-center h1 {
  font-size: 50px;
  font-weight: 700;
}
.header-center h1 span {
  color: #57A4D0;
}
.header-center__about {
  font-size: 20px;
  line-height: 30px;
  margin: 22px 0 62px;
}
.header-center__about span {
  font-weight: 700;
}
.header-center__about strong {
  position: relative;
}
.header-center__about strong img {
  position: absolute;
  top: 4px;
  left: 10px;
}
.header-center__image {
  position: absolute;
  top: 37px;
  right: 0;
}
.header-center__image ul {
  position: absolute;
  top: -20px;
  left: -32px;
  width: 262px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-center__image ul li {
  border-radius: 150px;
  border: 2px solid rgba(0, 0, 0, 0.8);
  background: #FFF;
  font-size: 13px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: 120%;
  height: 48px;
  width: 182px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
}
.header-center__image ul li:hover {
  width: 194px;
  left: 6px;
  cursor: pointer;
}
.header-center__image ul li:first-child {
  width: 200px;
}
.header-center__image ul li:first-child:hover {
  width: 212px;
}
.header-center__image ul li:nth-child(2) {
  width: 235px;
  margin-right: auto;
}
.header-center__image ul li:nth-child(2):hover {
  width: 247px;
  left: -6px;
}
.header-center__image ul li:nth-child(3) {
  margin-right: 38px;
}
.header-center__image ul li:last-child {
  margin-bottom: 0;
}

.button {
  padding: 13px 20px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  font-family: "ubuntu", serif;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button:hover {
  color: #fff;
  cursor: pointer;
}

.button__grey {
  padding: 0;
  height: 60px;
  width: 298px;
  font-weight: 700;
  color: #fff;
  background-color: #57A4D0;
  border: none;
  position: relative;
  left: 0;
}
.button__grey:hover {
  background-color: #BE2E5B;
  width: 338px;
  font-size: 16px;
  left: -20px;
}

.properties {
  padding: 48px 0 80px;
}
.properties__main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.properties__main li {
  width: 224px;
}
.properties__main li figure {
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.properties__main li figure img {
  width: 100%;
  height: auto;
}
.properties__main li h3 {
  margin: 10px 0 13px;
  font-size: 24px;
  color: #07040C;
  font-weight: 700;
  line-height: 125%;
}
.properties__main li p {
  font-size: 16px;
  font-family: "inter", serif;
  color: #64656D;
  font-weight: 400;
  line-height: 145%;
}

.company {
  padding: 155px 0 192px;
  background: url(../img/bg-company.svg) no-repeat center;
  background-size: cover;
}
.company h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.company ul li:first-child {
  width: 242px;
  height: 55px;
  background: url(../img/company1.png) no-repeat center;
}
.company ul li:first-child:hover {
  background: url(../img/company1-hover.png) no-repeat center;
}
.company ul li:nth-child(2) {
  width: 213px;
  height: 116px;
  background: url(../img/company3.png) no-repeat center;
}
.company ul li:nth-child(2):hover {
  background: url(../img/company3-hover.png) no-repeat center;
}
.company ul li:nth-child(3) {
  width: 144px;
  height: 68px;
  background: url(../img/company4.png) no-repeat center;
}
.company ul li:nth-child(3):hover {
  background: url(../img/company4-hover.png) no-repeat center;
}
.company ul li:last-child {
  width: 309px;
  height: 45px;
  background: url(../img/company5.png) no-repeat center;
}
.company ul li:last-child:hover {
  background: url(../img/company5-hover.png) no-repeat center;
}

.can {
  padding: 14px 0;
}
.can__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.can__main img {
  min-width: 454px;
  margin-left: 14px;
}
.can-right {
  padding: 50px 0 0;
  width: 540px;
}
.can-right h3 {
  padding-left: 24px;
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.can-right h3 span {
  color: #57A4D0;
}
.can-right__info {
  padding: 34px 71px 42px 18px;
  font-size: 18px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: 145%;
  background-color: rgba(221, 237, 246, 0.4);
  border: 1px dashed #57A4D0;
  border-radius: 15px;
}
.can-right__info p {
  margin-bottom: 40px;
}
.can-right__info p:last-child {
  margin-bottom: 12px;
}

.office {
  margin: 48px 0 90px;
}
.office__main {
  padding: 70px 0 76px 100px;
  background-color: rgba(221, 237, 246, 0.4);
  border: 1px dashed #57A4D0;
  border-radius: 15px;
  position: relative;
}
.office__main div {
  width: 528px;
}
.office__main div h3 {
  color: #57A4D0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 78px;
}
.office__main div .button {
  margin-top: 48px;
}
.office-list {
  font-size: 18px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: 145%;
}
.office-list li {
  margin-bottom: 50px;
  position: relative;
}
.office-list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background: url(../img/pin-blue.png) no-repeat center;
  top: 4px;
  left: -30px;
}
.office-list li:last-child {
  margin-bottom: 0;
}
.office-image {
  position: absolute;
  right: 40px;
  top: 130px;
}
.office-circle__block {
  width: 148px;
  height: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
      align-content: space-between;
  position: absolute;
}
.office-circle__block li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8C8C8C;
  opacity: 0.5;
  margin-right: 30px;
}
.office-circle__block li:nth-child(4n) {
  margin-right: 0;
}
.office-circle__block#circle1 {
  top: -92px;
  left: -74px;
}
.office-circle__block#circle2 {
  bottom: -108px;
  right: -74px;
}

.home {
  margin: 0;
}
.home .office__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 68px 58px 64px 0;
}
.home .office__main div h3 {
  color: #BE2E5B;
}
.home .office-list li::before {
  background: url(../img/pin-red.png) no-repeat center;
}
.home .office-image {
  right: auto;
  left: 78px;
  top: 100px;
}

.create {
  padding: 80px 0 270px;
  text-align: center;
  position: relative;
}
.create__main {
  position: relative;
}
.create__main h2 {
  font-size: 46px;
  color: #07040C;
  font-weight: 700;
  line-height: normal;
}
.create__main h3 {
  font-size: 20px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: normal;
  color: #585967;
  margin: 20px 0 58px;
}
.create-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.create-list__info h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 15px;
}
.create-list__info p {
  font-size: 14px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: 145%;
}
.create-list__info li {
  position: relative;
}
.create-list__info li:first-child {
  width: 238px;
  left: 10px;
}
.create-list__info li:nth-child(2) {
  width: 238px;
  top: 284px;
}
.create-list__info li:nth-child(3) {
  width: 262px;
  top: 30px;
}
.create-list__info li:nth-child(4) {
  width: 260px;
  top: 284px;
  right: 62px;
}
.create-list__info li:last-child {
  width: 180px;
  top: 30px;
  right: 40px;
}
.create-list__shema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-list__shema li {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.create-list__shema li:first-child, .create-list__shema li:nth-child(3), .create-list__shema li:nth-child(5), .create-list__shema li:nth-child(7) {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-list__shema li:nth-child(2), .create-list__shema li:nth-child(4), .create-list__shema li:nth-child(6), .create-list__shema li:nth-child(8) {
  width: 216px;
  height: 8px;
}
.create-list__shema li img {
  position: absolute;
  top: 62px;
  left: 50%;
          transform: translate(-50%, 0);
}
.create-list__shema li:first-child, .create-list__shema li:nth-child(2) {
  background-color: #BE2E5B;
}
.create-list__shema li:nth-child(3), .create-list__shema li:nth-child(4) {
  background-color: #F2D89F;
}
.create-list__shema li:nth-child(5), .create-list__shema li:nth-child(6) {
  background-color: #3E9FA3;
}
.create-list__shema li:nth-child(7), .create-list__shema li:nth-child(8) {
  background-color: #57A4D0;
}
.create-list__shema li:nth-child(9) {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #57D063;
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-list__shema li:nth-child(3) img, .create-list__shema li:nth-child(7) img {
  top: -122px;
}
.create-list__shema li:nth-child(7) img {
  left: 34px;
}
.create .rolling {
  position: absolute;
}
.create .rolling.rolling-one {
  top: 74px;
  left: 0;
}
.create .rolling.rolling-two {
  bottom: 0;
  right: 0;
}

.reviews {
  padding: 25px 0 80px;
}
.reviews h2 {
  font-size: 46px;
  color: #07040C;
  text-align: center;
  font-weight: 700;
  line-height: normal;
}
.reviews h3 {
  font-size: 20px;
  font-family: "inter", serif;
  text-align: center;
  color: #585967;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 42px;
}
.reviews h3 span {
  display: block;
}
.reviews-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviews-list li {
  width: 490px;
  padding-left: 45px;
  margin-bottom: 40px;
}
.reviews-list li div {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 15px;
}
.reviews-list li p {
  font-size: 14px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: 145%;
}
.reviews-list li p strong {
  font-weight: 700;
}
.reviews-list li:nth-child(1) {
  padding-top: 15px;
  background: url(../img/review1.png) no-repeat top left;
  padding-bottom: 58px;
}
.reviews-list li:nth-child(2) {
  padding-top: 12px;
  background: url(../img/review2.png) no-repeat top left;
}
.reviews-list li:nth-child(3) {
  padding-top: 38px;
  background: url(../img/review3.png) no-repeat top left;
}
.reviews-list li:nth-child(4) {
  padding-top: 30px;
  background: url(../img/review4.png) no-repeat top left;
}

.order {
  padding: 104px 0 138px;
  background: url(../img/bg-order.svg) no-repeat center;
  background-size: cover;
}
.order__main {
  width: 850px;
  position: relative;
}
.order__main h2 {
  font-size: 50px;
  color: #376884;
  font-weight: 700;
  line-height: normal;
}
.order__main h3 {
  font-size: 18px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: 145%;
  margin: 20px 0 24px;
}
.order__main div {
  width: 348px;
}
.order-image {
  position: absolute;
  top: 0;
  right: 0;
}

.footer {
  background: linear-gradient(180deg, #FFF 0%, #57A4D0 63.95%);
  margin-top: 84px;
}
.footer__main {
  width: 850px;
  position: relative;
  padding: 158px 0 0;
}
.footer__main .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-info {
  width: 300px;
}
.footer-info h2, .footer-info h3 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
  color: #fff;
}
.footer-info h2 {
  margin-bottom: 60px;
  margin-top: 42px;
}
.footer-info .button {
  color: #393939;
  background-color: #fff;
}
.footer-info .button:hover {
  background-color: #BE2E5B;
  color: #fff;
}
.footer-menu li {
  margin-bottom: 30px;
}
.footer-menu li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.8;
}
.footer-menu li a:hover {
  border-bottom-color: #fff;
  opacity: 1;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-copy {
  padding: 72px 0 40px;
}
.footer-copy p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  opacity: 0.8;
}
.footer-tel {
  position: absolute;
  bottom: 0;
  left: 260px;
}

.form {
  display: none;
  position: fixed;
  width: 1016px;
  top: 40px;
  left: 50%;
          transform: translate(-50%, 0);
  background-color: #57A4D0;
  border-radius: 40px;
  padding: 98px 0 0 55px;
  z-index: 10000;
}
.form.active {
  display: block;
}
.form-close {
  position: absolute;
  top: 29px;
  left: 55px;
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-close:hover {
  cursor: pointer;
          transform: rotate(270deg);
}
.form-close li {
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.form-close li:first-child {
  width: 1px;
  height: 22px;
}
.form-close li:last-child {
  width: 22px;
  height: 1px;
}
.form div {
  width: 360px;
  position: relative;
}
.form-input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 18px;
  color: #9D9C9C;
  font-family: "inter", serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #fff;
}
.form-input::-webkit-input-placeholder {
  color: #9D9C9C;
  font-size: 18px;
  font-family: "inter", serif;
}
.form-input::-moz-placeholder {
  color: #9D9C9C;
  font-size: 18px;
  font-family: "inter", serif;
}
.form-input:-ms-input-placeholder {
  color: #9D9C9C;
  font-size: 18px;
  font-family: "inter", serif;
}
.form-input::-ms-input-placeholder {
  color: #9D9C9C;
  font-size: 18px;
  font-family: "inter", serif;
}
.form-input::placeholder {
  color: #9D9C9C;
  font-size: 18px;
  font-family: "inter", serif;
}
.form-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form-input:focus::-moz-placeholder {
  opacity: 0;
}
.form-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.form-input:focus::-ms-input-placeholder {
  opacity: 0;
}
.form-input:focus::placeholder {
  opacity: 0;
}
.form-input__message {
  resize: none;
  margin-bottom: 26px;
  height: 225px;
  padding-top: 16px;
}
.form .button {
  background-color: #BE2E5B;
  width: 100%;
}
.form .button:hover {
  background-color: #EC064E;
  width: 100%;
  left: 0;
  font-size: 14px;
}
.form-image {
  position: absolute;
  top: 98px;
  left: 316px;
}
.form-politic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
.form-politic input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-politic input[type=checkbox]:disabled ~ label.checkbox::before {
  background-color: #fff;
}
.form-politic input[type=checkbox]:checked ~ label.checkbox::before {
  background-color: #BE2E5B;
}
.form-politic .checkbox {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  border-radius: 50%;
  position: relative;
  margin-right: 12px;
}
.form-politic .checkbox::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
          transform: translate(-50%, -50%);
}
.form-politic .text {
  font-size: 12px;
  font-family: "inter", serif;
  font-weight: 400;
  line-height: 121%;
  color: #fff;
}
.form-politic .text:hover {
  cursor: pointer;
}
.form-politic .error {
  position: absolute;
  color: #EC064E;
  text-align: center;
  top: 4px;
}

@media screen and (max-height: 770px) {
  .form {
    top: 0;
    overflow-y: scroll;
    height: 100%;
    border-radius: 0;
  }
  .form::-webkit-scrollbar {
    width: 10px;
  }
  .form::-webkit-scrollbar-thumb {
    background-color: #BE2E5B;
    border-radius: 5px;
  }
  .form::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
}
.thaks {
  width: 100%;
  height: 100%;
  background-color: #57A4D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thaks-center {
  width: 600px;
  position: relative;
}
.thaks-center h3 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.thaks-center h3 span {
  display: block;
}
.thaks-center .button {
  width: 282px;
  height: 58px;
  background-color: #BE2E5B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thaks-center .button:hover {
  background-color: #EC064E;
  left: 0;
  font-size: 14px;
}
.thaks-center img {
  position: absolute;
  left: 200px;
  top: 50%;
          transform: translate(0, -50%);
}

[type=checkbox]:disabled ~ label.checkbox__label {
  /*background: url(../img/bg-check.png) center no-repeat;*/
}

input[type=checkbox]:checked ~ label.checkbox__label {
  /*background: url(../img/check.png), url(../img/bg-check.png);*/
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
}

.works {
  height: calc((100vw - 80px) / 3 * 1.4);
}

.background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bigmag {
  display: none;
  cursor: pointer;
  height: 24px;
  width: 40px;
  position: relative;
  z-index: 1000;
}
.bigmag li {
  width: 100%;
  height: 2px;
  background: #07040C;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  left: 0;
}
.bigmag li:nth-child(1) {
  top: 0;
}
.bigmag li:nth-child(2) {
  top: 50%;
          transform: translate(0, -50%);
}
.bigmag li:nth-child(3) {
  bottom: 0;
}
.bigmag.active li:nth-child(1) {
          transform: rotate(45deg) translate(7px, 8px);
}
.bigmag.active li:nth-child(2) {
  opacity: 0;
}
.bigmag.active li:nth-child(3) {
          transform: rotate(-45deg) translate(7px, -8px);
}

@media screen and (max-width: 1440px) {
  .office-circle__block#circle2 {
    right: 40px;
  }

  .office-circle__block#circle1 {
    top: -80px;
    left: 40px;
  }

  .wrapper2__main {
    width: 1280px;
  }

  .wrapper2 {
    min-width: 1280px;
  }
}
@media screen and (max-width: 1300px) {
  .wrapper,
.wrapper2 {
    min-width: 100%;
  }
  .wrapper__main,
.wrapper2__main {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .office {
    padding-left: 20px;
    padding-right: 20px;
  }
  .office__main {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1230px) {
  .header-center__image {
    position: relative;
    top: 0;
    margin-top: 70px;
    width: 556px;
    margin-right: auto;
    margin-left: auto;
  }

  .header-center > div {
    width: 100%;
  }

  .header {
    padding-bottom: 0;
  }

  .company ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company ul li {
    margin: 0 20px 40px;
  }
  .company ul li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .office-circle__block {
    display: none;
  }

  .can__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .can-right {
    margin: 0 auto;
  }

  .can__main img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .button__grey {
    margin: 0 auto;
    display: block;
  }

  .header-center__about {
    margin: 22px 0 40px;
  }

  .properties__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .properties__main li {
    width: 30%;
    margin-bottom: 40px;
    padding: 0 30px;
  }

  .properties {
    padding: 48px 0 0;
  }

  .office__main {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .office-image {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 80%;
    margin: 40px auto 0;
  }

  .office__main div {
    margin: 0 auto;
  }

  .home .office-image {
    left: 0;
    top: 0;
  }

  .create-list__info li:nth-child(n) {
    width: 33%;
    padding: 0 10px;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 40px;
  }

  .create-list__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .create-list__shema {
    display: none;
  }

  .create .rolling.rolling-one {
    width: 40%;
    top: 100px;
  }

  .create .rolling.rolling-two {
    width: 25%;
  }

  .create {
    padding: 80px 0 0;
  }

  .thaks-center .button {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header-top__nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    z-index: 500;
    left: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-top__nav.active {
    left: 0;
  }
  .header-top__nav ul {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 40px;
  }
  .header-top__nav ul li {
    margin: 0 0 30px 0;
  }
  .header-top__nav ul li a {
    color: #000;
    font-weight: 700;
  }

  .bigmag {
    display: block;
  }

  .properties__main li {
    width: 33%;
    padding: 0 10px;
  }

  .reviews-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews-list li {
    width: 100%;
  }
  .reviews-list li div {
    width: 100%;
  }
  .reviews-list li:nth-child(n) {
    background-size: contain;
    padding-bottom: 20px;
  }

  .reviews {
    padding: 25px 0 0;
  }

  .form {
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 890px) {
  .header-center h1,
.order__main h2 {
    font-size: calc((100vw - 320px) / 570 * 30 + 20px);
  }

  .header-center__about {
    font-size: calc((100vw - 320px) / 570 * 4 + 16px);
  }

  .can-right h3,
.company h2,
.create__main h2,
.reviews h2,
.footer-info h2, .footer-info h3 {
    font-size: calc((100vw - 320px) / 570 * 22 + 24px);
  }

  .can-right {
    width: 100%;
  }

  .order__main div,
.office__main div {
    width: 100%;
  }

  .office__main div {
    padding-left: 40px;
  }

  .order-image {
    display: none;
  }

  .properties__main li {
    width: 50%;
  }

  .home .office__main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .create-list__info li:nth-child(n) {
    width: 50%;
  }

  .footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 850px) {
  .footer-tel {
    display: none;
  }

  .header-center__about strong img {
    position: relative;
    top: 10px;
    left: 0;
  }

  .header-center__image {
    width: 100%;
  }
  .header-center__image img {
    width: 100%;
  }

  .header-center__image ul li:nth-child(n):hover {
    left: -6px;
  }

  .header-center__image ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 0;
  }
}
@media screen and (max-width: 830px) {
  .form {
    padding-left: 0;
  }

  .form-image {
    display: none;
  }

  .form div {
    margin: 0 auto;
  }

  .form-close {
    left: calc((100% - 360px) / 2);
  }
}
@media screen and (max-width: 650px) {
  .header-center__image ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-center__image ul li {
    width: 48%;
  }
  .header-center__image ul li:nth-child(n) {
    width: 48%;
    margin-right: 0;
  }
  .header-center__image ul li:nth-child(n):hover {
    width: 48%;
    left: 0;
  }

  .header-center__image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-center__image li {
    margin-right: 0;
  }

  .thaks-center {
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .thaks-center img {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .company ul li {
    margin: 0 10px 30px;
  }

  .office__main,
.home .office__main {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 6px;
  }

  .create-list__info li:nth-child(n),
.footer-info {
    width: 100%;
  }

  .reviews-list li:nth-child(n) {
    padding-left: 0;
  }

  .footer__main .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__main {
    padding-top: 20px;
  }

  .footer-info {
    margin-bottom: 40px;
  }

  .footer-info h2, .footer-info h3 {
    margin-bottom: 30px;
  }

  .can__main img {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  .header-center__image ul li:nth-child(n) {
    width: 100%;
  }

  .header-center__image ul li:last-child {
    margin-bottom: 20px;
  }

  .can-right {
    padding-top: 0;
  }

  .properties__main li {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .header-top .button {
    display: none;
  }

  .button {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .company ul li:last-child {
    width: 280px;
    height: 30px;
    margin-left: 0;
    margin-right: 0;
    background-size: contain;
  }
}
@media screen and (max-width: 420px) {
  .form div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-close {
    left: 10px;
  }
}