*{
    margin: 0px;
    padding: 0px;
}

html, body{
    height: 100%;
    font-size: calc(12px + 6 * (100vw / 1920));
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2B2B2B;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #40AC4C;
    border-radius: 5px;
  }

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.container{
    max-width: 1180px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
}

/*Top menu*/
.header{
    position: fixed;
    width: 100%;
    z-index: 50;
    margin: 0px auto;
}

.header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 2;
}

.header__body{
    position: relative;
    display: flex;
    justify-content: center;
    height: auto;
    align-items: center;
}

.header__logo{
    flex: 0 0 60px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    display: none;
}

.header__link.header__logo{
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    padding: 0px 60px;
}

.header__logo img{
    max-width: 100%; 
    display: block;
}

.header__burger{
    display: none;
}

.header__list{
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.header__list li{
    list-style: none;
    margin: 0px 0px 0px 20px;
}

.header__link{
    color: #40AC4C;
    text-decoration: none;
    padding: 0px 15px;
}

/*Bottom menu*/
.bottom__header__list{
    background-color: #40AC4C;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    width: 1920px;
    justify-content: center;
    height: 60px;
}

.bottom__header__list li{
    list-style: none;
}

.bottom__header__link{
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 15px;
}


/*Content*/
.content{
    margin: 0px auto;
    max-width: 635px;
    width: 100%;
    color: white;
    padding: 175px 0px 0px 0px;
    flex: 1 1 auto;
}

.contacts__posts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.contacts__post{
    margin: 25px auto;
    max-width: 515px;
    width: 100%;
    background-color: #353535;
    text-align: center;
    padding: 25px 0px 35px;
    justify-content: center;
}

.contacts__post__title h1{
    font-size: 32px;
    font-weight: 300;
    padding: 0px 0px 25px 0px;
}


.contacts__post__item{
    padding: 15px 25px 15px 15px;
    max-width: 190px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
    background-color: #2B2B2B;
    border-radius: 15px; 
    text-align: left;
    font-size: 20px;
    font-weight: 300;
  }

  .contacts__post__item:last-child{
    max-width: 445px;
    width: 100%;
    height: auto;
    padding: 15px;
  }

  .contacts__post__item:last-child h2{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .contacts__post__item img{
    position: relative;
    top: -13px;
    max-width: 20px;
    width: 100%;
    height: 20px;
  }

.contacts__post__item img:hover{
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(77%) saturate(430%) hue-rotate(76deg) brightness(103%) contrast(79%);
    filter: brightness(0) saturate(100%) invert(48%) sepia(77%) saturate(430%) hue-rotate(76deg) brightness(103%) contrast(79%);
}

.contacts__post__item:last-child input, .contacts__post__item:last-child textarea{
    font-size: 20px;
    background-color: #272727;
    border: none;
    border-bottom: 1px solid #40AC4C;
    outline: none;
    padding: 5px 10px;
    max-width: 189px;
    width: 100%;
    color: white;
    margin: 10px 5px;
}

.contacts__post__item:last-child textarea{
    max-width: 415px;
    width: 100%;
    height: 100px;
    resize: none;
}

.contacts__post__item:last-child input::placeholder, .contacts__post__item:last-child textarea::placeholder{
    color: white;
}

.g-recaptcha, .g-recaptcha div{
    max-width: 445px;
    width: 100%;
    height: auto;
    display: contents;
}

.g-recaptcha div div iframe{
    height: 80px;
}


.telegram{
    background-color: #40AC4C;
    color: #ffffff;
    outline: none;
    border: none;
    padding: 5px 10px;
    max-width: 445px;
    width: 100%;
    font-size: calc(16px + 3 * (100vw / 1920));
}


    /*To Top*/
.btn-up {
    position: fixed;
    background-color: #40AC4C;
    opacity: 0.6;
    right: 20px;
    bottom: 20px;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}
      
.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}
      
.btn-up_hide {
    display: none;
}
      
@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: #272727;
    }
}

/*Footer*/
.footer{
    margin: 0px auto;
    max-width: 1920px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    padding: 35px 0px;
}

.footer__content{
    margin: 0px auto;
    max-width: 1220px;
    width: 100%;
}

.footer__contacts{
    font-size: calc(8px + 10 * (100vw / 1920));
    margin: 0px 5px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.footer__contacts li{
    display: flex;
    padding: 0px 20px;
}

.left__column__info.top{
    font-style: italic;
    font-weight: bold;
    padding: 0px 0px;
}

.left__column__info.center{
    padding: 35px 0px;
}

.left__column__info.bottom{
    padding: 0px 0px;
}

.left__column__info.bottom img{
    max-width: 35px;
    width: 100%;
    height: 35px;
    padding: 0px 20px 0px 0px;
}

.left__column__info.bottom img:hover{
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(77%) saturate(430%) hue-rotate(76deg) brightness(103%) contrast(79%);
    filter: brightness(0) saturate(100%) invert(48%) sepia(77%) saturate(430%) hue-rotate(76deg) brightness(103%) contrast(79%);
}

.left__column li{
    display: flex;
    justify-content: start;
}

.center__column li{
    display: flex;
    justify-content: center;
}

.center__column__info.top img{
    max-width: 135px;
    width: 100%;
    height: 135px;
}

.center__column__info.bottom{
    padding: 15px 0px 0px 0px;
}
.right__column{
    position: relative;
}

.right__column img{
    position: absolute;
    max-width: 15px;
    width: 100%;
    height: 15px;
    right: -20px;
}

.right__column__info.top{
    font-style: italic;
    font-weight: bold;
    padding: 0px 0px;
}

.right__column__info.center{
    padding: 35px 0px;
}

.right__column__info.bottom{
    padding: 0px 0px;
}

.right__column__info.bottom a{
    color: #ffffff;
    text-decoration: none;
}

.right__column__info.bottom a:hover{
    color: #40AC4C;
}

.right__column li{
    display: flex;
    justify-content: end;
}