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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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-info {
  width: 91%;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: 22px;
  font-weight: bold;
  padding-left: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
  .input-info:focus {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }

.input-info-textarea {
  width: 91%;
  font-family: 'Poppins', sans-serif;
  height: 100px;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: 22px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); }
  .input-info-textarea:focus {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }

.input-info-textarea:focus {
  outline: none; }

input::placeholder {
  color: #0f0f0f; }

.contact {
  width: 246px;
  margin: auto; }

.title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10%; }

.text {
  text-align: center;
  line-height: 18px;
  margin-top: 5%;
  font-size: 18px;
  font-family: 'Poppins', sans-serif; }

.main {
  width: 100%; }

input:focus {
  outline: none; }

.background {
  background-image: url("../img/background.png");
  width: 100%;
  height: 145%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2; }

.content {
  width: 300px;
  background-color: rgba(236, 240, 241, 0.7);
  backdrop-filter: blur(11px);
  position: absolute;
  right: 0;
  min-height: 600px; }

.container {
  display: flex;
  position: relative;
  padding-left: 35px;
  padding-top: 12px;
  margin-bottom: 12px;
  font-size: 11px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 12px;
  align-items: center; }

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background: rgba(49, 49, 49, 0.3); }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container input:checked ~ .checkmark:after {
  display: block; }

.container .checkmark:after {
  left: 3px;
  top: 3px;
  width: 19px;
  height: 19px;
  background: #131212;
  border-radius: 50%; }

.submit-button {
  position: relative;
  height: 45px;
  background: #FFFFFF;
  border-radius: 10px; }

.button-a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  cursor: pointer; }
  .button-a:hover .submit-button {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }

.button-text {
  font-family: 'Poppins', sans-serif;
  padding-top: 15px;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  font-weight: bold; }

.button-img {
  position: absolute;
  right: 20px;
  top: 14px; }

.mail {
  text-align: center;
  font-size: 12px;
  font-family: 'Poppins', sans-serif; }

.phone {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  margin: 5px; }
  .phone a {
    color: blueviolet; }

a.phone {
  text-decoration: none; }

.mail-card div:hover {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; }

.mail-card {
  display: flex;
  justify-content: space-around; }

.mail-card div {
  border: 1px #ccc solid;
  background-color: white;
  border-radius: 4px;
  flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  height: 25px;
  padding: 10px; }

.social-media {
  margin: auto;
  margin-bottom: 14px;
  padding: 0 10px;
  text-align: center; }

.stick {
  width: 187px;
  height: 40px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  right: 154px;
  top: 136px;
  z-index: -1;
  background: rgba(236, 240, 241, 0.9);
  transition: 0.5s;
  justify-content: space-around;
  display: flex;
  align-items: center; }

.inp-label {
  border: solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 16px 4px;
  border-radius: 10px;
  border-bottom-width: 19px; }

.inp-label-text {
  border: solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 93px 4px;
  border-radius: 10px;
  border-bottom-width: 4px; }

.stick:hover {
  right: 290px; }

.mapTextLink {
  text-decoration: none;
  color: #4b4fc3;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  padding-right: 15px; }

.map {
  padding-left: 5px; }

@media screen and (max-width: 576px) {
  .contact {
    width: 90%;
    margin: auto; }
  .content {
    height: 145vh;
    width: 100%;
    background-color: rgba(236, 240, 241, 0.7);
    backdrop-filter: blur(11px);
    position: absolute;
    right: 0;
    min-height: 600px; }
  .mail {
    text-align: center;
    font-size: 12px;
    font-family: 'Poppins', sans-serif; }
  .phone {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin: 5px; }
  .social-media {
    margin: auto; }
  .stick {
    display: none; }
  .stick:hover {
    display: none; }
  .mapTextLink {
    display: none; }
  .map {
    display: none; } }

@media screen and (max-width: 330px) {
  .social-media {
    display: none; }
  .communication {
    bottom: 7%; } }

@media screen and (min-width: 1500px) {
  .content {
    width: 501px; }
  .stick {
    right: 353px;
    top: 157px; }
  .contact {
    width: 85%; }
  .stick:hover {
    right: 500px; }
  .phone {
    font-size: 24px; }
  .mail {
    font-size: 18px; }
  .button-text {
    font-size: 17px; }
  .container {
    font-size: 17px; }
  .input-info {
    font-size: 17px; }
  .input-info-text {
    font-size: 17px; }
  .text {
    font-size: 16px; }
  .title {
    font-size: 21px; } }

.mail a, .mail a:visited, .mail a:link {
  color: #333; }

.social-media a {
  display: inline-block;
  margin: 0 5px; }

.toast-body {
  color: #2e61b8; }

.toast {
  padding: 30px;
  text-align: center;
  font-size: 21px; }

#scrollUp {
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  background: #555;
  color: #fff; }
