.site-sharing {
	padding: 0;
	margin-top: 0;
	background: none;
	display: flex;
    flex-wrap: wrap;
	min-height: 700px
}

.site-sharing .left-block {
	width: 35%;
    background: #fff;
    padding: 30px 40px;
}
.site-sharing .right-block {
	width: 65%;
    background: #fff;
    padding: 30px 40px;
}

@media (max-width: 1024px) {
	.site-sharing .left-block {
	width: 100%;
	}
	.site-sharing .right-block {
	width: 100%;
	}
	.site-sharing .right-block .accordion h3 {
		font-size: 20px !important;
	}
}
@media (max-width: 720px) {
	.site-sharing .right-block {
		padding: 0;
    }
    .site-sharing .right-block div.accordion {
        padding: 25px;
    }
	.site-sharing .left-block {
		padding: 25px;
	}
	.site-sharing .right-block .accordion h3 {
		font-size: 18px !important;
	}
	.site-sharing .right-block .accordion h3:after {
		margin-right: 0 !important;
	}
	.site-sharing .right-block .accordion h3.ui-accordion-header-collapsed:after {
		margin-right: 0 !important;
	}
}
.site-sharing .left-block .left-block-title {
	width: 100%
}
.site-sharing .left-block .left-block-title h2 {
    color: #595959 !important;
}
.site-sharing .left-block .left-block-title p {
	font-size: 14px;
}
.site-sharing .left-block .links {
	display: flex;
    flex-wrap: wrap;
}
.site-sharing .left-block .links a {
    color: #fff !important;
    position: relative;
    font-size: 14px !important;
    font-family: 'OpenSansSemibold' !important;
    letter-spacing: 1px;
    transition: all .3s;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 18px;
    background-color: #00aeef;
    text-align: center;
}
.site-sharing .left-block .links a:hover {
    color: #00aeef !important;
    border: 1px solid #00aeef;
    background-color: #fff;
}
.site-sharing .right-block .accordion a {
    color: #00aeef !important;
}
.site-sharing .right-block .accordion ul li {
  font-family: 'OpenSansRegular';
}
.site-sharing .right-block .accordion h3,
.team__block .accordion h3,
.peoples-content .accordion h3,
.peoples-content #desktop-hide .accordion h3 {
    margin: 0;
    padding: 40px 0 10px 0;
    color: #999;
    font-size: 18px;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;

	position: relative;
	outline: none;
	width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #B9B9B9;
    background-color: unset;
}
.site-sharing .right-block .accordion h3:after,
.team__block .accordion h3:after,
.peoples-content .accordion h3:after {
	position: absolute;
    right: 0;
    top: 30px;
	content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    transition: all .2s;
}
.site-sharing .right-block .accordion h3.ui-accordion-header-collapsed:after,
.team__block .accordion h3.ui-accordion-header-collapsed:after,
.peoples-content .accordion h3.ui-accordion-header-collapsed:after {
	position: absolute;
    right: 0;
    top: 30px;
	content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    transform: rotate(-90deg);
    margin-right: 5px;
    transition: all .2s;
}
.site-sharing .right-block .accordion h3 span,
.team__block .accordion h3 span,
.peoples-content .accordion h3 span {
	display: none;
}
.site-sharing .right-block .accordion div,
.team__block .accordion div,
.peoples-content .accordion .ui-accordion-content {
	background: none;
    border: none;
    padding: 15px 0;
}
.peoples-content .accordion .ui-state-active,
.team__block .accordion .ui-state-active,
.peoples-content .accordion .ui-state-hover,
.team__block .accordion .ui-state-hover,
.peoples-content .accordion .ui-state-focus,
.team__block .accordion .ui-state-focus {
    background: none !important;
}

/* Support */

.support {
    width: 100%;
    padding: 30px;
    margin-top: 100px;
    background-color: #F7F7F7;
}
.support .support_contacts-title {
    width: 100%;
    padding-bottom: 10px;
}
.support .support_contacts-title span {
    width: 100%;
    color: #0F1E42;
    font-size: 22px;
    font-weight: 600;
}
.support .support_contacts {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.support .support_contacts .support_contacts-item {
    width: 50%;
    padding: 20px 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-wrap: break-word;
}
@media (max-width: 640px) {
    .support .support_contacts .support_contacts-item {
        width: 100%;
    }
    .site-sharing {
        padding: 0 !important;
    }
}
.support .support_contacts .support_contacts-item div {
    height: 100%;
}
.support .support_contacts .support_contacts-item div:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    transform: scale(-1, 1);
}
.support .support_contacts .support_contacts-item #supp-phone:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.support .support_contacts .support_contacts-item span:first-child {
    font-weight: 900;
    font-size: 16px;
}
.support .support_contacts .support_contacts-item span:nth-child(2n) {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #5d5d5d;
    padding-bottom: 10px;
}
.support .support_contacts .support_contacts-item #supp-phone,
.support .support_contacts .support_contacts-item div {
    font-size: 14px !important;
    font-weight: 400;
    color: #4E4E4E;
    position: relative;
    padding-left: 20px;
}

/* GLOBAL */
.wp-caption {
    max-width: 100%;
}

.wp-caption.alignleft {
    float: left;
    margin-right: 15px;
    text-align: center;
}
.wp-caption.alignright {
    float: right;
    margin-left: 15px;
    text-align: center;
}
.wp-caption.aligncenter {
    text-align: center;
    margin: 0 auto;
}
.wp-caption .wp-caption-text {
    font-size: 14px !important;
}

.breadcrumbs__current {
  color: #00AEEF;
  text-transform: uppercase;
  font-weight: 600;
  cursor: default;
  font-size: 12px;
}