body {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  color: #e6223d; }

.clearfix:after {
  display: table;
  clear: both;
  content: ""; }

.wrapper {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto; }

.container {
  max-width: 2100px;
  margin: 0 auto;
  position: relative;
  z-index: 20; }

.rt-triangle {
  width: 0;
  height: 0;
  border-top: 810px solid #e6223d;
  border-left: 810px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.lb-triangle {
  width: 0;
  height: 0;
  border-bottom: 550px solid #e6223d;
  border-right: 550px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

header {
  padding: 150px 80px 120px 80px;
  min-height: 1620px;
  background-color: #ca2236;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  header .logo {
    display: block;
    float: left;
    margin-left: 180px; }
    header .logo img {
      width: 649px; }
  header .social {
    width: 48px;
    float: right; }
    header .social a {
      display: block;
      margin-bottom: 50px;
      width: 48px;
      height: 48px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      header .social a:hover {
        opacity: 0.5; }
    header .social .facebook {
      background: url(../img/facebook.png) no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    header .social .instagram {
      background: url(../img/instagram.png) no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    header .social .twitter {
      background: url(../img/in.png) no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
  header .header-p {
    font-size: 2.563em;
    line-height: 1.52;
    font-weight: 700;
    text-transform: uppercase;
    color: #e95d6b;
    max-width: 750px;
    float: right;
    margin-top: 220px; }
    header .header-p span {
      color: #ea808b; }
a {
 color: #e6223d
}

form {
  padding: 110px 90px 170px 90px;
  background-color: #f5f5f5;
  max-width: 1035px;
  position: absolute;
  top: 430px;
  left: 0;
  z-index: 50;
  -webkit-box-shadow: 7px 7px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 40px 0px rgba(0, 0, 0, 0.2); }
  form h2 {
    font-weight: 700;
    font-size: 4.438em;
    line-height: 1.17;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
  form h3 {
    font-weight: 500;
    font-size: 2.188em;
    line-height: 2.2em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px; }
  form .name {
    margin-bottom: 90px; }
  form input, form .message {
    font-family: "Poppins";
    width: 100%;
    height: 125px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 40px;
    font-weight: 500;
    font-size: 2.188em;
    line-height: 2.2em;
    font-weight: 500;
    background-color: #ebebeb;
    border: none;
    color: #e6223d;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    form input::-webkit-input-placeholder, form .message::-webkit-input-placeholder {
      color: #e6223d; }
    form input::-moz-placeholder, form .message::-moz-placeholder {
      color: #e6223d; }
    form input:-moz-placeholder, form .message:-moz-placeholder {
      color: #e6223d; }
    form input:-ms-input-placeholder, form .message:-ms-input-placeholder {
      color: #e6223d; }
    form input::-webkit-input-placeholder, form .message::-webkit-input-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form input::-moz-placeholder, form .message::-moz-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form input:-moz-placeholder, form .message:-moz-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form input:-ms-input-placeholder, form .message:-ms-input-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form input:focus::-webkit-input-placeholder, form .message:focus::-webkit-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form input:focus::-moz-placeholder, form .message:focus::-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form input:focus:-moz-placeholder, form .message:focus:-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form input:focus:-ms-input-placeholder, form .message:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  form .message {
    height: 550px;
    resize: none;
    font-weight: 500;
    padding: 40px;
    margin-bottom: 45px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    form .message::-webkit-input-placeholder {
      color: #e6223d; }
    form .message::-moz-placeholder {
      color: #e6223d; }
    form .message:-moz-placeholder {
      color: #e6223d; }
    form .message:-ms-input-placeholder {
      color: #e6223d; }
    form .message::-webkit-input-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form .message::-moz-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form .message:-moz-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form .message:-ms-input-placeholder {
      opacity: 1;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form .message:focus::-webkit-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form .message:focus::-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form .message:focus:-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    form .message:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
  form .submit {
    max-width: 560px;
    width: 100%;
    height: 125px;
    font-weight: 700;
    background-color: #e6223d;
    border: none;
    font-size: 3.563em;
    text-align: center;
    color: #fff;
    display: block;
    margin: 45px auto;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    cursor: pointer; }
    form .submit:hover {
      opacity: 0.8; }
  form .input-required {
    height: 90px; }
    form .input-required p {
      border-top: 1px solid #e88693;
      width: 100%;
      color: #aaaaaa;
      font-size: 2.000em;
      line-height: 90px;
      display: none; }
  form .submit-p {
    font-size: 1.563em;
    line-height: 1.4;
    color: #aaaaaa;
    max-width: 775px;
    text-align: center;
    margin: 0 auto; }
    form .submit-p span {
      font-weight: 600; }

.positive-feedback {
  background-color: rgba(244, 244, 244, 0.93);
  max-width: 1035px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 77%;
  -webkit-box-shadow: 0px 25px 50px -28px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 25px 50px -28px rgba(0, 0, 0, 0.3);
  display: none; }
  .positive-feedback a {
    width: 57px;
    height: 58px;
    background: url(../img/close-button.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    display: block;
    position: absolute;
    right: 60px;
    top: 60px; }
  .positive-feedback h2 {
    font-size: 4.438em;
    color: #e5213c;
    text-align: center;
    font-weight: 700;
    margin-top: 750px; }
  .positive-feedback p {
    font-size: 2.188em;
    text-align: center;
    color: #e5213c;
    font-weight: 500; }

footer {
  overflow: hidden;
  padding-top: 100px;
  background-color: #ebebeb;
  min-height: 1500px;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  footer .contacts {
    float: right;
    max-width: 750px;
    width: 100%; }
    footer .contacts h4 {
      font-weight: 700;
      color: #e6223d;
      font-size: 4.438em;
      margin-bottom: 20px; }
    footer .contacts p {
      font-size: 2.188em;
      color: #e5213c;
      font-weight: 500;
      line-height: 1.6; }
 
  footer .logo {
    display: block;
    margin: 0 auto;
    width: 289px;
    margin-top: 100px;
    padding-bottom: 90px; }
    footer .logo img {
      width: 289px; }
  footer .social {
    display: none;
    width: 400px;
    float: right; }
    footer .social a {
      display: block;
      width: 40px;
      height: 40px;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease;
      float: left;
      margin-right: 80px; }
      footer .social a:hover {
        opacity: 0.5; }
    footer .social li:last-child a {
      margin-right: 0; }
    footer .social .facebook {
      background: url(../img/facebook-ft.png) no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    footer .social .instagram {
      background: url(../img/instagram-ft.png) no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }
    footer .social .twitter {
      background: url(../img/twitter-ft.png) no-repeat 50%;
      -webkit-background-size: contain;
              background-size: contain; }

#map {
  max-width: 51%;
  height: 640px;
  width: 100%;
  float: right;
  z-index: 10;
  margin-top: 112px; }
