
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.header i{
    font-size: 29px;
}

.header i.fab.fa-telegram-plane{
    color: #0088cc;
}

.header i.fab.fa-whatsapp{
    color: #2cb742;
}

.header i.fab.fa-viber{
    color: #8c60c3;
}

.hidden {
  display: none;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

.logo img{
        width: 130px;
}


blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
p {
    margin: 0 0 1.75em;
}

.about ul {
    margin-left: 40px;
    line-height: 25px;
    list-style-type: disc;
    margin-bottom: 25px;
}


.info {
 background-color: #4e4e4e;
  padding: 10px 25px;
      margin-bottom: 18px;
}

.info__switch {
  display: none;
}

.info__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.info__switch:checked~.info__body {
  max-height: 100%;
}

.info__headline::before {
content: "";
    position: absolute;
    left: -18px;
    top: 8px;
    border: 6px solid #ffffff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.info__switch:checked~.info__headline::before {
  transform: rotate(180deg) translateY(6px);
}

.info__headline {
    display: block;
    position: relative;
    margin-bottom: 10px;
    user-select: none;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    margin-top: 9px;
}

.info__headline:hover {
  text-decoration: underline;
}



.custom-checkbox label {
  display: block;
}

.custom-checkbox .wpcf7-list-item {

}

.custom-checkbox input[type="radio"],
.custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.custom-checkbox .wpcf7-list-item-label {
     display: block;
    position: relative;
    padding-left: 35px;
    padding-right: 11px;
    cursor: pointer;
    color: #ffffff;
    margin-bottom: 11px;
}

.custom-checkbox .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background-color: #EDEDED;
  font-size: 18px;
  color: #999;
}

.custom-checkbox input[type="checkbox"] + .wpcf7-list-item-label::before {
  border-radius: 0;
}

.custom-checkbox input[type="radio"] + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
background-color: #005a1d;
  opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  content: '\2714';
}

.custom-checkbox input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}


.icon_item_text {
        font-size: 14px;
    text-align: center;
}

.icon_item {
    width: 50%;
        padding: 10px;
}
.icon_block {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.icon_item_img{
    text-align: center;
}

.icon_item_title{
    text-align: center;
        font-size: 20px;
    margin-bottom: 10px;
}