*, body {
  margin: 0;
  padding: 0;
  font-family: Monserrat;
}
@font-face {
  font-family: Monserrat;
  src: url(../fonts/Montserrat_am3-Regular.ttf);
}
.banner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  background: url("../images/bn.jpg") no-repeat;
  height: 560px;
  background-position: center;
  padding-left: 93px;
  box-sizing: border-box;
  /*padding-bottom: 50px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.banner h2 {
  font-weight: bold;
  font-size: 96px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.85;
  position: relative;
  top: 47px;
}
.banner h1 {
  font-weight: bold;
  font-size: 144px;
  line-height: 145%;
  text-transform: uppercase;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.85;
}
.donation_section {
  max-width: 1255px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  margin: -53px auto 0;
  box-sizing: border-box;
  padding: 25px;
}
.donation_section h3 {
  font-weight: 500;
  font-size: 48px;
  color: #017668;
  text-align: center;
}
.donation_section h4 {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  text-align: center;
}
.txt p {
  font-size: 18px;
  margin-bottom: 39px;
  margin-top: 13px;
}
.txt span {
  font-size: 24px;
  color: #017668;
}
.txt {
  margin-top: 49px;
}
.donated_sum {
  font-size: 36px;
}
.sum {
  font-size: 72px;
  text-transform: uppercase;
  color: #017668;
  opacity: 0.9;
  margin-top: 8px;
  margin-bottom: 72px;
  font-weight: bold;
}
.partners > p {
  border-bottom: 1px solid #DFE3E8;
  font-size: 24px;
  padding-bottom: 6px;
  margin-bottom: 50px;
}
.partners > div > p {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 439px;
}
.partners > div{
  height: 255px;
  overflow: auto;
}
.donation_info {
  width: 582px;
  margin-right: 55px;
}
.donation_form ::-webkit-scrollbar, .basket_content_main ::-webkit-scrollbar{
  width: 4px;
}
.donation_form ::-webkit-scrollbar-track, .basket_content_main ::-webkit-scrollbar-track{
  background: #f1f1f1;
}
.donation_form ::-webkit-scrollbar-thumb, .basket_content_main ::-webkit-scrollbar-thumb{
  background: #d0d0d0;
}
.donation_form ::-webkit-scrollbar-thumb:hover, .basket_content_main ::-webkit-scrollbar-thumb:hover{
  background: #ccc;
}
.donation_form{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 100px;
}
.inp input {
  width: 462px;
  height: 60px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 15px;
  margin-top: 15px;
}
input {
  outline: none;
}
.inp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}
label {
  font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.rd label {
  display: block;
  width: 221px;
  height: 70px;
  background: #EFFFFD;
  border: 1px solid #95DDD4;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 24px;
  color: #000;
  text-align: center;
  padding-top: 19px;
}
.rd input {
  width: 221px;
  height: 70px;
  position: absolute;
  opacity: 0;
}
.rd input:checked + label{
  background: #017668;
  color: #fff;
}
.rd {
  position: relative;
  margin-bottom: 20px;
}
.don_form form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.big_sum input, .big_sum label {
  width: 462px !important;
}
.mr {
  margin-right: 20px;
}
.checks {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.checks input {
  width: 28px;
  height: 28px;
  position: relative;
}
.checks input:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 5px;
  left: -1px;
  top: -1px;
}
.checks input:checked:after {
  content: url("../images/ok.png");
  position: absolute;
  top: 2px;
  left: 2px;
}
.checks label {
  position: relative;
  top: -8px;
  left: 21px;
}
.checks > div {
  margin-bottom: 30px;
}
.donate {
  width: 462px;
  height: 80px;
  background: #B52025;
  border: 1px solid #B52025;
  border-radius: 5px;
  font-size: 36px;
  color: #FFFFFF;
  padding: 14px 0;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 10px;
}
.donate:hover {
  background: #FFFFFF;
  color: #B52025;
}
.language a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.language{
  max-width: 1440px;
  margin:0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 129px 10px 10px;
  box-sizing: border-box;
}
.language > div > div {
  position: absolute;
  top: 14px;
  background: #fff;
  padding: 27px 15px 13px;
  border-radius: 5px;
  left: -9px;
}
.language > div {
  position: relative;
}
.language > div a {
  display: block;
}
.language > div > div a:hover {
  opacity: 0.6;
}
.language > div a:nth-child(1){
  margin-bottom: 6px;
}
.lang_cont {
  display: none;
}
.language > div:hover .lang_cont {
  display: block;
}
.lang_cont:hover {
  display: block;
}
.thank_you_txt {
  max-width: 611px;
  width: 100%;
  margin: 50px auto
}
.thank_you_txt p {
  font-size: 24px;
  text-align: center;
}
footer {
  background-color: #007668;
  width: 100%;
  padding: 52px 0;
  box-sizing: border-box;
}
footer > div {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
}
footer > div a {
  text-decoration: none;
  color: #fff
}
footer > div > div:nth-child(1)  > p {
  margin-bottom: 27px;
}
footer > div > div:nth-child(1) {
  width: 63%;
  margin-right: 30px;
  line-height: 2;
}
.txt a {
  color: black;
}


@media (max-width: 1480px){
  footer > div {
    max-width: 90%;
  }
  footer > div {
    font-size: 17px;
  }
  .donation_section {
    max-width: 78%;
  }
}
@media (max-width: 1338px){
  .banner h1 {
    font-size: 119px;
  }
  .banner {
    background-size: contain;
  }
}
@media (max-width: 1250px){
  .donation_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .donation_info {
    width: 80%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .language {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  footer > div > div:nth-child(1) > p {
    margin-bottom: 16px;
  }
  footer > div {
    font-size: 14px;
  }
  footer img {
    max-width: 225px;
  }
}
@media (max-width: 768px){
  .banner {
    height: 320px;
  }
  .banner h1 {
    font-size: 76px;
  }
  .banner h2 {
    font-size: 67px;
    top: 23px;
  }
  .donation_section h4 {
    font-size: 24px;
  }
  .donation_section h3 {
    font-size: 37px;
  }
  .txt p {
    font-size: 15px;
  }
  .txt span {
    font-size: 21px;
  }
  .donated_sum {
    font-size: 24px;
  }
  .sum {
    font-size: 51px;
  }
  .partners > div > p {
    width: 94%;
  }
  .thank_you_txt p {
    font-size: 18px;
  }
  footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer img {
    max-width: 157px;
    margin-bottom: 25px;
  }
  footer > div > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  footer {
    padding: 15px 0;
  }
  footer > div > div:nth-child(1) {
    width: 99%;
  }
}
@media (max-width: 510px){
  .inp input {
    width: 100%;
    height: 51px;
    margin-top: 9px;
  }
  .don_form form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
  }
  .rd label, .rd input {
    width: 100%;
  }
  .mr {
    margin-right: 0;
  }
  .big_sum input, .big_sum label, .donate {
    width: 100% !important;
  }
  .donation_section {
    max-width: 86%;
    padding: 25px 0;
  }
  .banner h1 {
    font-size: 61px;
  }
  .banner {
    height: 273px;
  }
  .banner h2 {
    font-size: 50px;
  }
  .donate {
    height: 64px;
    font-size: 26px;
  }
  .partners > div > p {
    width: 94%;
    font-size: 13px;
  }
  .partners > p {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .donation_info {
    width: 100%;
  }
}
