* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #dcdcdc;
  color: #1a1a1a;
}

.canvas {
  width: min(910px, calc(100vw - 16px));
  margin: 8px auto 14px;
}

.brand {
  width: 355px;
  margin: 0 auto 24px;
  background: #0b0b0e;
  color: #fff;
  text-align: center;
  padding: 9px 8px 6px;
  border: 1px solid #2d2d2d;
}

.brand h1 {
  margin: 0;
  font-size: 39px;
  font-weight: 800;
  letter-spacing: 0.5px;
  transform: scaleY(0.88);
}

.brand p {
  margin: -2px 0 0;
  font-size: 13px;
  font-style: italic;
}

.top-row {
  display: grid;
  grid-template-columns: 198px 55px 154px 52px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 14px;
}

.selection-box {
  position: relative;
  background: #dcdcdc;
  border: 2px solid #7ca7e6;
  padding: 9px 7px;
  min-height: 74px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}

.selection-box p {
  margin: 0;
}

.selection-box .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1.5px solid #5d8cd8;
  background: #dcdcdc;
  border-radius: 50%;
}

.selection-box .one {
  left: -7px;
  top: -7px;
}

.selection-box .two {
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
}

.selection-box .three {
  right: -7px;
  top: -7px;
}

.selection-box .four {
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.selection-box .five {
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.selection-box .six {
  left: -7px;
  bottom: -7px;
}

.selection-box .seven {
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
}

.selection-box .eight {
  right: -7px;
  bottom: -7px;
}

.arrow-right,
.arrow-left {
  font-size: 46px;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  color: #111;
}

.button-fake {
  border-radius: 12px;
  background: #08080b;
  color: #f7f7f7;
  padding: 10px 9px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  font-style: italic;
  text-decoration: none;
  display: block;
}

.columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 22px 8px;
}

.columns h2 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.columns p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.14;
}

.mid-note {
  margin: 8px auto 0;
  width: 256px;
  border: 2px solid #4f4f4f;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1.1;
}

.email-note {
  margin: -50px 36px 12px auto;
  width: 190px;
  text-align: left;
  font-size: 13px;
  line-height: 1.2;
}

.email-note a {
  color: #202020;
  text-decoration: underline;
  text-decoration-color: #cc2f2f;
  font-weight: 700;
}

.logo-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 16px;
  margin: 6px 10px 18px;
}



.logo-wrap h3 {
  margin: 0 0 6px;
  font-size: 13px;
	padding:1em;
  text-align: center;
}

.logo-box {
 position: relative;
    width: 450px;
    height: auto;
    background: #08080b;
    border: 1px solid #151515;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap:1em;
	padding:1em;
 
}

.logo-box .logo-item{
  position: relative;
	width:auto;
	height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	   border: 1px solid #fff;
    padding: 10px;
}

.logo-box .logo-item img{
	height: auto;
    width: 82%;
}

.logo-box .logo-item img.c3,
.logo-box .logo-item img.c9,
.logo-box .logo-item img.c6,
.logo-box .logo-item img.c2,
.logo-item img.p10{
	height:90%;
	width:auto;
}

.logo-item img.p9{
	filter:invert(1);
}

.ips .logo-item:nth-child(10),
.companies .logo-item:nth-child(9),
.companies .logo-item:nth-child(7){
	background:#fff;
}

.fake-form {
  width: 620px;
  margin: 0 auto 8px;
  padding: 8px 10px 14px;
  position: relative;
	height:100%;
}

.fake-form h4 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 700;
}

.fake-form form {
  margin: 0;
}

.fake-form .wpcf7 {
  margin: 0;
}

.fake-form .wpcf7-form p {
  margin: 0 0 6px;
}

.fake-form .wpcf7-form p br {
  display: none;
}

.fake-form .wpcf7-form label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
}

.fake-form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 2px;
}

.fake-form .wpcf7-form input[type='text'],
.fake-form .wpcf7-form input[type='email'],
.fake-form .wpcf7-form textarea {
  border: 3px solid #515151;
  padding: 8px;
  width: 100%;
  background: #dcdcdc;
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

.fake-form .wpcf7-form input[type='text'],
.fake-form .wpcf7-form input[type='email'] {
  height: 36px;
  font-size: 14px;
}

.fake-form .wpcf7-form p:nth-of-type(1) .wpcf7-form-control {
  width: 89%;
  margin-left: -3px;
  transform: rotate(-0.25deg);
}

.fake-form .wpcf7-form p:nth-of-type(2) .wpcf7-form-control {
  width: 86%;
  margin-left: 2px;
  transform: rotate(-0.15deg);
}

.fake-form .wpcf7-form p:nth-of-type(3) .wpcf7-form-control {
  width: 92%;
  margin-left: -4px;
  transform: rotate(0.2deg);
}

.fake-form .wpcf7-form textarea {
  height: 74px;
  width: 83%;
  margin-left: 3px;
  color: #4a4a4a;
  font-size: 14px;
  resize: vertical;
  transform: rotate(-0.1deg);
}

.line-input,
.fake-form .field {
  border: 3px solid #515151;
  padding: 8px;
  width: 100%;
  background: #dcdcdc;
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 6px;
}

.line-input {
  height: 36px;
  font-size: 14px;
}

.line-input[name='email'] {
  width: 86%;
  margin-left: 2px;
  transform: rotate(-0.15deg);
}

.line-input[name='subject'] {
  width: 92%;
  margin-left: -4px;
  transform: rotate(0.2deg);
}

.fake-form .field {
  height: 74px;
  width: 83%;
  margin-left: 3px;
  color: #a9a9a9;
  font-size: 14px;
  resize: vertical;
  transform: rotate(-0.1deg);
}

.fake-form button {
  position: absolute;
  right: -16px;
  bottom: 10px;
  border: none;
  background: #09090d;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  padding: 8px 18px;
  cursor: default;
}

.fake-form .wpcf7-form input[type='submit'] {
  position: absolute;
  right: -16px;
  bottom: 10px;
  border: none;
  background: #09090d;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  padding: 8px 18px;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.form-status {
  margin: 8px 0 0 13px;
  min-height: 24px;
  width: 72%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 2px dashed #2a2a2a;
  padding: 3px 6px 2px;
  color:#000;
  transform: rotate(-0.8deg);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}

.form-status.is-success {
  background: #57ff1a;
  color: #0e2c00;
}

.form-status.is-error {
  background: #ff8a8a;
  color: #4b0202;
}

.fake-form .wpcf7-response-output {
  margin: 8px 0 0 13px !important;
  min-height: 24px;
  width: 72%;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border: 2px dashed #2a2a2a !important;
  padding: 3px 6px 2px !important;
  color: #000;
  background: #57ff1a;
  transform: rotate(-0.8deg);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}

.fake-form .wpcf7-response-output:empty {
  display: none;
}

.fake-form .wpcf7 form.failed .wpcf7-response-output,
.fake-form .wpcf7 form.invalid .wpcf7-response-output,
.fake-form .wpcf7 form.unaccepted .wpcf7-response-output,
.fake-form .wpcf7 form.aborted .wpcf7-response-output,
.fake-form .wpcf7 form.spam .wpcf7-response-output {
  background: #ff8a8a;
  color: #4b0202;
}

.fake-form .wpcf7 form.sent .wpcf7-response-output {
  background: #57ff1a;
  color: #0e2c00;
}

.fake-form .wpcf7-not-valid-tip {
  margin: 4px 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  color: #890505;
}

.hidden-frame {
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

@media (max-width: 780px) {
  .canvas {
    width: calc(100vw - 12px);
  }

  .brand {
    width: 84%;
  }

  .top-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .arrow-right,
  .arrow-left {
    font-size: 32px;
  }

  .columns {
    grid-template-columns: 1fr;
    margin: 0 12px 10px;
  }

  .mid-note {
    margin: 8px auto;
  }

  .email-note {
    margin: 0 auto 14px;
    text-align: center;
  }

  .logo-row {
    grid-template-columns: 1fr;
  }

  .fake-form {
    width: min(390px, 94vw);
  }

  .fake-form button {
    position: static;
    margin-top: 8px;
  }

  .fake-form .wpcf7-form input[type='submit'] {
    position: static;
    margin-top: 8px;
  }
	.logo-box{
		width:100%;
	}
}
