/* Footer */

@font-face {
  font-family: "Montserrat.ttf";
 src: url("../assets/fonts/Montserrat/Montserrat-Regular.ee6539921d71.ttf")
}
@font-face {
  font-family: "Montserrat-SemiBold.ttf";
 src: url("../assets/fonts/Montserrat/Montserrat-SemiBold.c641dbee1d75.ttf")
}
.fot {
  padding: 0px;
}
.footer {
  height: 544px;
  background-color: #303669;
  margin-top: 33px;
  position: relative;
}

.footer-item {
  display: flex;
}

.left-footer {
  margin-left: 206px;
  margin-top: 19px;
}

.left-footer img{
  max-width:244px;
  width:auto;
}
.left-footer ul {
  margin-top: 48px;
}

.left-footer li {
  list-style: none;
  color: #f6f6f6;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
}

.right-footer {
  margin-left: 550px;
  margin-top: 75px;
}

.call-centr {
  display: flex;
}

.c-centr {
  color: #ffbc00;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}

.c-number {
  color: #f6f6f6;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  margin-left: 27px;
}

.call-button {
  width: 285px;
  height: 54px;
  border-radius: 10px;
  background-color: #ffbc00;
  border: none;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 40px;
  margin-left: auto;
  color: #303669;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}

.adress {
  display: flex;
  justify-content: center;
  color: #f6f6f6;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
}

.adress-item {
  width: 185px;
  margin-top: 35px;
}

.adress-item span {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.adress-item p{
  font-family: "Montserrat";
}


.license {
  position: absolute;
  bottom: 20px;
}

.bg-6 {
  position: absolute;
  left: 130px;
}

.bg-7 {
  position: absolute;
  right: 0;
  top: 54%;
  width: 245px;
}

.bg-7 img {
  width: 100%;
}

.developer {
  position: absolute;
  bottom: 20px;
  color: #f6f6f6 !important;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
}

.welard {
  font-family: Montserrat-SemiBold;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

textarea:focus {
  outline: none;
}



/* Адаптация */

@media(max-width:1600px) {
  .bg-7{
    width:200px;
    top:56%;
  }
}
@media(max-width:1400px) {

  .right-footer {
    margin-left: 400px;
  }

  .c-number {
    font-size: 25px;
  }

  .call-button {
    width: 260px;
  }
}

@media(max-width:1366px) {

  .bottom-menu {
    margin-top: 40px;
  }
  .right-footer {
    margin-left: 450px;
  }
}

@media(max-width:1280px) {
  .right-footer {
    margin-left: 400px;
  }

  .left-footer {
    margin-left: 100px;
  }

  .left-footer img{
    max-width:190px;
    width:auto;
  }

  .call-button {
    height: 48px;
    width: 260px;
  }
  .bg-6 {
    left: 30px;
  }

  .bg-7 {
    width:180px;
    top: 60%;
  }
}

@media(max-width:1266px) {
  .right-footer {
    margin-left: 400px;
  }

  .left-footer {
    margin-left: 200px;
  }

  .call-button {
    width: 250px;
    margin-left: 60px;
  }

  .c-number {
    font-size: 25px;
  }
  .bg-7 {
    width: 225px;
  }
}

@media(max-width:1240px) {
  .right-footer {
    margin-left: 350px;
  }

  .left-footer {
    margin-left: 180px;
  }
  .d-them {
    font-size:14px;
  }
  .bg-7 {
    width: 150px;
    top: 70%;
  }
}

@media(max-width:1166px) {
  .right-footer {
    margin-left: 350px;
  }

  .left-footer {
    margin-left: 150px;
  }
  .bg-6 {
    left: 80px;
  }

  .bg-7 {
    width: 200px;
  }
}

@media(max-width:1100px) {
  .bg-7 {
    top: 65%;
    width: 180px;
  }
}
@media(max-width:1069px) {
  .right-footer {
    margin-left: 300px;
  }

  .left-footer {
    margin-left: 100px;
  }

  .c-number {
    font-size: 20px;
  }

  .c-centr {
    font-size: 16px;
  }

  .call-button {
    width: 220px;
    height: 45px;
    font-size: 17px;
    margin-left: 30px;
  }
  .bg-6 {
    left: 30px;
  }
}

@media(max-width:991px) {
  textarea::placeholder {
    font-size: 13px;
  }
  .left-footer {
    margin-left: 50px;
  }
  .right-footer {
    margin-top: 40px;
    margin-left: auto;
  }
  .left-footer img {
    width: 220px;
  }

  .call-centr {
    margin-right: 50px;
  }

  .call-button {
    margin: 0 auto;
    margin-top: 2em;
  }

  .c-centr {
    font-size: 14px;
  }

  .c-number {
    font-size: 18px;
  }

  .call-button {
    width: 180px;
    font-size: 15px;
  }

  .left-footer li {
    font-size: 13px;
  }
  .adress-item span {
    font-size: 13px;
  }
}
@media(max-width:890px) {
  .footer {
    height: 400px;
  }
  .left-footer img {
    width: 170px;
  }

  .left-footer ul {
    padding-left: 10px;
    margin-top: 2em;
  }

  .left-footer li {
    font-size: 12px;
  }

  .c-centr {
    font-size: 12px;
  }

  .c-number {
    font-size: 16px;
  }

  .call-button {
    width: 160px;
    height: 40px;
    font-size: 13px;
  }

  .adress-item {
    font-size: 13px;
  }
  .bg-7 {
    top: 73%;
    width: 100px;
  }
}

@media(max-width:690px) {
  .adress-item {
    font-size: 12px;
  }


  textarea {
    width: 80%;
  }
}

@media(max-width:590px) {
  .footer {
    height: auto;
    padding-bottom: 2em;
  }

  .footer-item {
    flex-direction: column;
    align-items: center;
  }

  .right-footer {
    margin-left: 0px;
  }

  .left-footer {
    margin: 0px;
  }

  .left-footer img {
    padding-top: 2em;
  }

  .left-footer ul {
    padding-left: 0px;
  }

  .call-centr {
    display: flex;
    flex-direction: column;
    margin: 0px;
    text-align: center;
  }

  .c-number {
    margin: 0px;
  }

  .left-footer li {
    text-align: center !important;
  }

  .adress-item p {
    text-align: center;
  }
  .license{
    bottom:5px;
    left:100px;
  }
  .developer{
    bottom:5px;
    right:100px;
  }
  .bg-7 {
    top: 82%;
  }
}

@media(max-width:490px) {
  .license{
    bottom:5px;
    left:40px;
  }
  .developer{
    bottom:5px;
    right:40px;
  }
}

@media(max-width:390px) {
  textarea::placeholder {
    font-size: 11px;
    height: 150px;
  }
}

@media(max-width:320px) {
  .license{
    left:3px;
  }
  .developer{
    right:3px;
  }
}
