@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* * {
  padding: 0;
  margin: 0;
} */

body {
  background-color: #f1f1f1;
  color: #0f141e;

  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  /* font: 16px "Roboto", sans-serif; */
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: blue;
}
a:visited {
  color: grey;
}
.avatar {
  width: 200px;
  border-radius: 25px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 0.6em;
  margin-bottom: 1em;
  margin: auto;
  padding: 15px;
}
.info {
  display: flex;
  margin-bottom: 20px;
}
/* адаптация под размер экрана */
@media (max-width: 3000px) {
  .info {
    text-align: left;
    display: flex;
  }

  .info-text {
    margin-left: 40px;
  }
}
@media (max-width: 1000px) {
  .info {
    text-align: center;
    display: block;
    font-size: 3vw;
  }

  .info-text {
    margin-left: 0px;
  }
}
/* адаптация под размер экрана */

/* .info-text {
  margin-left: 40px;
} */

.info-text h4 {
  margin-bottom: 10px;
}
.info p {
  color: #86898f;
  margin: 0;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  /* text-transform: none; */
  /* letter-spacing: ; */
  /* word-spacing: ; */
}
/* box model */
.position {
  color: #111;
}
.container {
  max-width: 80%;
  margin: auto;
  padding-top: 30px;
}

/* .social {
  background: green;
  padding: 0;
  border: 5px solid red;
  margin: 5px;
} */
/* .box-model div {
  float: left;
  background: #000;
  height: 200px;
  width: 25%;
  box-sizing: border-box;
} */
.bg-yellow {
  background: #dce0eb;
}
.bg-green {
  background: #dce0eb;
}
.bg-red {
  background: #dce0eb;
}
.card {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.card h2 {
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  .list {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .list {
    padding: 0 20px;
    font-size: 3vw;
  }
}
.list li {
  color: #86898f;
  margin-bottom: 10px;
}
@media (max-width: 1500px) {
  table {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  table {
    font-size: 3vw;
  }
}
.table {
  width: 100%;
}
.table td {
  padding-bottom: 10px;
}
.table td:nth-child(2) {
  color: #86898f;
}
.table td:nth-child(3) {
  color: #86898f;
}
/* .table tr:nth-child(odd) {
  background: coral;
} */
/* @media (max-width: 700px) {
  .link-list {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .link-list {
    font-size: 3vw;
  }
} */

.link-list {
  list-style: none;
  padding: 0px;
}

@media (max-width: 1500px) {
  .link-list li {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .link-list li {
    font-size: 3vw;
  }
}

.link-list li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.contact h2 {
  text-align: center;
}
.form-group label {
  display: block;
  font-size: 14px;
  color: #86898f;
}
.form-group input,
.form-group textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  color: black;
  padding: 15px 0 10px;
  outline: none;
  font-family: inherit;
}
.row {
  display: flex;
  margin-bottom: 20px;
}
.row > .form-group {
  width: 50%;
  margin-right: 20px;
}

.row > .form-group:last-child {
  margin-right: 0;
}
.onboarding-information-policy {
  /* position: relative;
  margin-right: 5px;
  top: -3px; */
  padding: 10px;
}
.btn {
  background: #111;
  padding: 15px 20px;
  color: #fff;
  border: none;
  font-family: inherit;
  cursor: pointer;
  border-radius: 15%;
}
.btn:hover {
  opacity: 0.7;
}
/* position */
/* .position {
  position: relative;
  border: 4px solid #111;
  margin-top: 40px;
  padding: 20px;
  height: 300px;
}
.box {
  position: absolute;
  width: 50px;
  height: 50px;
  background: lightcoral;
} */

@media (max-width: 1500px) {
  .bg-green h2 {
    font-size: 1.5em;
  }
  .bg-yellow h2 {
    font-size: 1.5em;
  }
  .bg-red h2 {
    font-size: 1.5em;
  }

  .contact h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 1000px) {
  .bg-green h2 {
    font-size: 4vw;
  }
  .bg-yellow h2 {
    font-size: 4vw;
  }
  .bg-red h2 {
    font-size: 4vw;
  }
  .contact h2 {
    font-size: 4vw;
  }
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:inline-block;
   padding: .3em .6em .3em 1.5em;
   font: size 3vw;
   cursor: pointer;
   position: relative;
}
summary:before {  
  left: .3em;
  top: .4em;
  color: #86898f;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
   padding:0 1em 0 1em;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}
details{
  display:block;
  margin-bottom: .5rem;
}
