@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,700,800,800i,900,900i&display=swap&subset=cyrillic');

html, body, div {
	font-family: 'Montserrat', sans-serif;
	color: #333333;
}


.red{
	color: #EB5757;
}

.green {
	color: #77D031;
}

.yellow {
	color: #F4C001;
}

.green_bg {
	background: #77D031;
}

.title {
	font-style: normal;
	font-weight: 800;

	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.big_title {
	font-size: 3em;
}

.navbar-nav {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
}

.subtitle {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}

.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}

.bignav {
		  padding: 1.8rem 1rem;
		}

.bg-dark {
		background: #0F0F0F !important;
	}

.green_back {
		color: #fff;
	    background-color: #77D031;
	    border-color: #77D031;
	}


.green_back:hover {
    color: #fff;
    background-color: #F4C001;
    border-color: #F4C001;
	}

.btn {
		text-transform: uppercase;
		font-weight: 700;
	}


.btn-lg {
    padding: .5rem 2rem;
}

.carousel-indicators li {
	height: 15px;
    width: 60px;
    background-color: #77D031;
    border-radius: 8px;
    opacity: 0.3;
}


.carousel-caption {
	position: absolute;
	text-align: left!important;
	color: rgba(0, 0, 0, 0.6);
	top: 10%;
}


.carousel-caption p {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(51, 51, 51, 0.8);
}

.carousel-caption span{
	font-size: 0.9rem;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(51, 51, 51, 0.8);
}

.carousel-caption h1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 3em;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}


.carousel-caption h4{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	line-height: 20px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.8);
}


.carousel-caption .btn {
	padding: 1rem 2rem;
	margin-top: 30px;
}


@media (min-width: 1263px) and (max-width: 1439px) {
	.carousel-caption h4 {
	font-size: 1em;
	}
	.carousel-caption h1 {
	font-size: 2em;
	}
	.carousel-caption span{
	font-size: 0.8rem;
	}
}



@media (min-width: 800px) and (max-width: 1263px) {
	
	.carousel-caption h1{
		font-size: 2em;
		line-height: 1em;
	}

	.carousel-caption p{
		font-size: 1rem;
	}

	.carousel-caption h4{
		font-size: 2em;
    	line-height: 1em;
	}

	.carousel-caption span{
		font-size: 0.6rem;
		line-height: 0.7rem;

	}
}


@media(max-width: 960px){
	.carousel-caption h1{
		font-size: 2em;
		line-height: 1em;
	}

	.carousel-caption p{
		font-size: 1rem;
	}

	.carousel-caption h4{
		font-size: 2em;
    	line-height: 0.5em;
	}

	.carousel-caption span{
		font-size: 1rem;
		line-height: 1rem;

	}

	.carousel-caption .btn {
		padding: 0.5rem 1rem;
    	margin-top: 10px;
	}
}

.bignav {
	padding: 0.4rem 1rem;
}

.about_image{
	width: 100px;
	padding-right: 20px;
	margin-right: 0.9em;
	margin-bottom: 1.3em;
}

.about_text h3{
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
	display: block;
}


.progress_text {
	font-size: 1.4em;
	font-weight: 600;
	color: #555;
}


.help_section {
	background-color: #333;
	background-image: url(img/help_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.help_section_phone {
	font-size: 4em;
	font-weight: 600;
}

@media(max-width: 960px){
	.help_section_phone {
		font-size: 3em;
		font-weight: 600;
	}

	.help_section {
		background-image: url(img/help_bg_sm.jpg);	
	}
}


.help_section_data {
	font-weight: 600;
}


.donation{
	border-radius: 10px;
	background-color: #F2F2F2;
}


.donation h4 {
	font-size: 24px;
	color: #7F7F7F;
	font-weight: 800;
	text-transform: uppercase;

}

hr {
	border: 1px dashed rgba(51, 51, 51, 0.4);
}





/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #84c54e;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #84c54e;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}


.tabset {
  max-width: 60em;
  margin: auto;
}



.radio-toolbar {
  margin: 0px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}


.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 16px 35px;;
    font-size: 1em;
    font-weight: 600;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    margin-left: 0em;
    margin-right: 1em;
}

.radio-toolbar label:hover {
  background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px dashed #77D031;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #77D031;
    border-color: #77D031;
    color: #fff;
}


.radio-toolbar .summa {
    height: 58px;
    background-color: #ddd;
    padding: 18px 35px;
    font-size: 1em;
    font-weight: 600;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #c3c3c3;
    margin-left: 0em;
    margin-right: 1em;
    color: #000;
}

.form_amount_label2 {
	margin-right: 20px;
}

.form-control-lg {
font-size: 1rem;
}

.nav-link {
	font-weight: 600;
}


.card-body h4 {
	font-size: 3rem;
	font-weight: 800;
}

.card-img-overlay {
    position: absolute;
    top: 20%;
}

.card-img-overlay h1{
	font-weight: 900;
}

.card-img-overlay h4{
	font-weight: 600;
}