/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #999999;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap&subset=cyrillic-ext');

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-bottom: 40px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

p, span {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

li {
  padding: 5px 0;
}

a {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

img, video {
  max-width: 100%;
  height: auto;
}
.content {
  background-color: #FFFFFF;
  width: 600px;
  max-width: 100%;
  min-height: 100%;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.header {
  position: relative;
  background-color: #F9DC24;
  padding-top: 15px;
  margin-bottom: 60px;
}

.header::after {
  content: '';
  padding-top: 5%;
  
  background: linear-gradient(to right top, transparent 48.5%, #F9DC24 50%) left / 50.025% 100% no-repeat,
linear-gradient(to left top, transparent 48.5%, #F9DC24 50%) right / 50.025% 100% no-repeat;
  
  position: absolute;
  top: 100%;
  left: 2px;
  right: 2px;
}
.schalter {
	display: flex;
	margin-bottom: 15px;
}
.schalter-list {
	display: flex;
}
.schalter-link {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}
.schalter-link-befor {
	padding-right: 0;
	padding-left: 0;
}
.schalter-link-befor::after {
	content: '/';
	padding-left: 10px;

}
.schalter-link-unaktiv {
	color: #999;
	margin-left: 0px;
	border-bottom: none;
	cursor: default;
}
.video {
	max-width: 600px;
	height: auto;
	background-color: #F9DC24;
	padding-bottom: 20px;
}
.section {
	position: relative;
}
.about {
	padding-bottom: 10px;
}
.about::after {
	content: '';
	padding-top: 5%;
	
	background: linear-gradient(to right top, transparent 48.5%, #fff 50%) left / 50.025% 100% no-repeat,
 linear-gradient(to left top, transparent 48.5%, #fff 50%) right / 50.025% 100% no-repeat;
	
	position: absolute;
	top: 100%;
	left: 2px;
	right: 2px;
	z-index: 888;
 }
 details {
	text-align: center;

}
summary {
	cursor: pointer;
}
/* summary p {
	display: inline;
	margin-left: 1rem;
	font-size: 1.25rem;
} */
.boom-video {
	margin-bottom: 30px;
}
 .production {
	background-color: #f1f1f1;
	padding-top: 60px;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
.production::after {
	content: '';
	padding-top: 5%;
	
	background: linear-gradient(to right top, transparent 48.5%, #f1f1f1 50%) left / 50.025% 100% no-repeat,
 linear-gradient(to left top, transparent 48.5%, #f1f1f1 50%) right / 50.025% 100% no-repeat;
	
	position: absolute;
	top: 100%;
	left: 2px;
	right: 2px;

 }
.container {
  padding: 0 16px;
}
.header__logo {
	display: flex;
	justify-content: space-between;
}
.logo {
	width: 75%;
  padding-bottom: 15px;
}
.subtitle {
	display: block;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	text-shadow: 0px 1px 2px rgba(66, 68, 90, 1);
}
.title {
  display: block;
  font-size: 16px;
  text-align: left;
  text-shadow: 0px 1px 2px rgba(66, 68, 90, 1);
  margin-bottom: 30px;
}
.block-title {
	position: relative;
}
.block-title::after {
	content: "";
	width: 60px;
	height: 4px;
	background: rgb(56,133,79);
	background: linear-gradient(90deg, rgba(56,133,79,1) 0%, rgba(56,133,79,1) 44%, rgba(255,255,255,0) 100%);
	left: 0;
	bottom: -15px;
	position: absolute;
}
.block-center {
	background-color: #f9f9f9;
	text-align: center;
}
/* Стили таблицы (cutter) */
table.cutter{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
table.cutter th{font-weight:normal;font-size:14px; color:#000000;background-color:#ffffff;}
table.cutter td{font-family: 'Roboto', sans-serif;font-size:13px;color:#000000;}
table.cutter td,table.cutter th{white-space:pre-wrap;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #c9c9c9;}
table.cutter tr:hover{background-color:#f9fafb}
table.cutter tr:hover td{color:#000000;cursor:default;}

/* Стили таблицы (IKSWEB) */
table.iksweb{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
table.iksweb th{font-weight:normal;font-size:14px; color:#000000;background-color:#ffffff;}
table.iksweb td{font-family: 'Roboto', sans-serif;font-size:13px;color:#000000;}
table.iksweb td,table.iksweb th{white-space:pre-wrap;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #c9c9c9;}
table.iksweb td.indicators {text-align: left;}
table.iksweb tr:hover{background-color:#f9fafb}
table.iksweb tr:hover td{color:#000000;cursor:default;}

.contact-list {
  display: flex;
  justify-content: flex-start;
}

.contact-list li {
  padding-right: 20px;
}
.contact-list li:last-child {
	padding-right: 0;
}
.contacts-icon__form {
	display: flex;
	justify-content: center;
}
.contact-list__form li {
	padding-right: 40px;
}
.menu {
	display: flex;
	justify-content: space-around;
}
.kurs-link {
	margin-right: 20px;
}
.openpopup__button {
	background-color: #F9DC24;
	padding: 10px 20px;
	cursor: pointer;
	border: 2px solid #38854f;
	border-radius: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.openpopup__button:hover {
	background-color: #F9DC24;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.green-border {
	padding-left: 20px;
	border-left: 3px solid #4aa164;
}
.bold-text {
	font-weight: 700;
}
.center {
	text-align: center;
}
.space {
  padding-bottom: 20px;
}
.article {
  margin-bottom: 40px;
}
.foto {
  margin-bottom: 20px;
  border: 1px #999999;
  box-shadow: rgba(0, 0, 0, 0.09);
}
.article_list {
  margin-bottom: 20px;
}
.currency {
	background-color: #38854f;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
}
.possible {
  display: flex;
  justify-content: space-around;
}

.list-title {
  margin-bottom: 0;
}

.possible-img {
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
}

li .possible {
  width: 50%;
  margin: auto;
}

.possible__botoom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.donat {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.donat-top {
	margin-top: 0px;
	margin-bottom: 35px;
}

.icon {
	display: flex;
	width: 80px;
	height:80px;
	margin-left: 20px;
}
.icon svg {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.button {
  background-color: #F9DC24;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #444;
  display: flex;
  justify-content: center;
  width: 80%;
  border-radius: 30px;
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.button:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
button:active{
	outline: none;
	}
.button__paypal {
	background-color: rgb(255, 209, 64);
}
/* .button__paypal:hover{
	background-color: #1072eb;
} */
.donat__subtitle {
  color: #555;
  font-size: 12px;
}
.two-side-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.img-subtitle {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer {
  background-color: #38854f;
  position: relative;
}
.footer::before {

  content: '';
  padding-top: 5%;
  
  background: linear-gradient(to right top, transparent 48.5%, #FFFFFF 50%) left / 50.025% 100% no-repeat,
linear-gradient(to left top, transparent 48.5%, #FFFFFF 50%) right / 50.025% 100% no-repeat;
  
  position: absolute;
  left: 2px;
  right: 2px;
}
  
.footer__block {
  padding: 20px 0;
}
.footer__logo {
	width: 75%;
  padding-top: 60px;
}
.footer-title {
  color: #FFFFFF;
}
.footer__contacts {
  padding-bottom: 40px;
}

.list {
  padding-bottom: 30px;
}

.list li a{
  color: #FFFFFF;
}
.footer__copyrigth {
  color: #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  padding: 10px 0 10px;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.popup {
	background-color: white;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	position: relative;
}
.popup__title {
	margin-bottom: 10px;
}
.close-button {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 32px;
	cursor: pointer;
}

/* Стили для кнопки "Открыть окно" */
.popup-contakts {
	padding: 20px;
	margin: 50px auto;
	max-width: 480px;
	border: 2px solid #38854f;
	border-radius: 15px;
	text-align: center;
}
.openpopup__title {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}
.popup__contacts-list {
	text-align: left;

}
.popup__contacts-link{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: revert;
}
.popup__contacts-icon {
	margin-right: 5px;
}
/* Стили для формы */

.form__container {
	background-color: #38854f;
	padding: 20px;
	margin: 50px auto;
	max-width: 480px;
	border-radius: 15px;
	text-align: center;
	color: white;
}

form {
	text-align: left;
}

label {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border-radius: 15px;
	border: 1px solid #3498db;
	margin-top: 5px;
	margin-bottom: 10px;
}

.form__button {
	background-color: #38854f;
	color: white;
	font-weight: 600;
	border: none;
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	padding: 10px 20px;
	cursor: pointer;
}

/* Стили для кнопки отправки */
button:hover {
	background-color: #4aa164;
}
@media (orientation: portrait), (min-width: 780px) {
	.container {
	  width: 100%;
	}
	.dabl-list {
	  justify-content: space-between;
	}
	.img-subtitle {
		margin-right: 0px;
		margin-left: 64px;
	}
 }
 @media (min-width: 781px) {
	.img-subtitle {
		margin-right: 124px;
	}
 }