* {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background-color: #FCF9DB;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main{
  width: 100%;
  height: 500vh;
}
header {
  background-color: #FCF9DB;
  color: #FFFFFF;
  }

div {
  text-align: right;
}

div a {
  color: black;
  text-decoration: None;
  padding: 25px;
  width: 200px;
  font-size: 18px;
  font-family: "Trebuchet MS";
}
div a1{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 1rem;
  max-width: 100%;
}
div a1 img {
    width: 130px;
    height: 60px;
    object-fit: contain;
    padding: 5px;
}

table {
  border-spacing: 40px 110px;
  width: 100%;
  object-fit: contain;
}

.col2{
  font-size: 1.5rem;
  font-family: "Trebuchet MS";
}

.col1 img{
  width: 160px;
  height: 90px;
  object-fit: contain;
  padding: 0px;

}

table h2{
   font-size: 2rem;
   font-family: "Trebuchet MS";
   text-align: right;
}

.page__h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: Circe,sans-serif;
    color: #06435b;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    }

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
}

h1 {
    margin: 0.67em 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}


.contacts__messenger_button.whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  margin-bottom: 20px;
  padding: 10px 15px 11px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 solid #000;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 40px;
  background-color: #32b040;
  }

.contacts__messenger_button.telegram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  margin-bottom: 20px;
  padding: 10px 15px 11px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 solid #000;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 40px;
  background-color: #4682B4;
  }

.contacts__icon {
    width: 35px;
    height: 35px;
    background-color: #32B040;
}

.contacts__icon_tel {
    width: 35px;
    height: 35px;
    background-color: #4682B4;
}


.contacts__text.white {
    color: #fff;
    background-color: #32B040;
}

.contacts__text_tel.white {
    color: #fff;
    background-color: #4682B4;
}

