@font-face {
    font-family: 'Conv_TitlingGothicFBComp-Stand';
    src: url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.eot');
    src: local('☺'), url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.woff') format('woff'), url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.ttf') format('truetype'), url('../fonts/TitlingGothicFBComp/TitlingGothicFBComp-Stand.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuecyrbold';
    src: url('../fonts/HelveticaNeue/helveticaneuecyr-bold-webfont.eot');
    src: url('../fonts/HelveticaNeue/helveticaneuecyr-bold-webfont.eot#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/helveticaneuecyr-bold-webfont.woff') format('woff2'),
    url('../fonts/HelveticaNeue/helveticaneuecyr-bold-webfont.woff') format('woff'),
    url('../fonts/HelveticaNeue/helveticaneuecyr-bold-webfont.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/helveticaneuecyr-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
.form_ask .select-full {
    /* width: 100%; */
    margin-right: 20px;
}
.form_ask select {
    width: 100%;
    height: 4.625rem;
    border: 1px solid #CECECE;
    border-radius: 10px;
    padding: 0 2.9375rem;
    font-size: 1.375rem;
    /*color: #D8D8D8;*/
    appearance: none; /* remove arrow        */
    -webkit-appearance: none; /* remove arrow Chrome */
    -moz-appearance: none; /* remove arrow FF     */
    background: #fff url("../images/select-arr.svg") no-repeat right 20px center;
    background-size: 1.6875rem;
    font-family: 'HelveticaNeue';
}
.profile{
    display: flex;
}

.profile-image{
    width: 42%;
    position: relative;
}

.profile-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.profile-image-info {
    position: absolute;
    bottom: 7.5%;
    left: 5%;
}

.profile-info-content{
    width: 58%;
}

.profile h2{
     font-size: 42px;
     font-weight: 400;
     line-height: 44px;
     letter-spacing:  0.02em;
     color: #222222;
 }

.profile h2 b{
    font-family: 'helveticaneuecyrbold';
}

.profile h3{
    font-size: 29px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing:  0.07em;
    color: #222222;
    font-family: 'Conv_TitlingGothicFBComp-Stand';
}

.profile .profile-image h2{
    font-size: 43px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 20px;
}

.profile .profile-image h3{
    color: #fff;
}
.profile-info-content-wrap{
    padding: 17.5% 14.5%;
}

.profile .profile-info-content-wrap p {
    font-size: 18px;
    line-height: 38px;
    max-width: 470px;
}
.profile .profile-info-content-wrap ul.soc-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 54px;
}
.profile .profile-info-content-wrap ul.soc-list li img{
    margin-right: 5px;
}
.profile .profile-info-content-wrap ul.soc-list li img{
    max-width: 35px;
}
.profile .profile-info-content-wrap a.web-site {
    font-size: 18px;
    margin-top: 22px;
    display: block;
    color: #222;
}
.profile-discussions{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}
.profile-discussions i.circle-red{
    width: 39px;
    height: 39px;
    border-radius: 50%;
    border: 11px solid #FD4232;
    display: block;
    margin-right: 10px;

}
.profile-discussions-text {
    display: flex;
    flex-direction: column;
}
.profile-discussions-text {
    font-size: 11px;
    letter-spacing:  0.025em;
    line-height:20px;
    color:#AFAAA9
}
.profile-discussions-text b{
    font-size: 21px;
    letter-spacing: 0.07em;
    line-height: 31px;
    color: #FD4232;
    font-family: 'Conv_TitlingGothicFBComp-Stand';
}
@media screen and (max-width: 768px) {
    .profile {
        flex-direction: column;
    }
    .profile-image {
        width: 100%;
        position: relative;
    }
    .profile-info-content {
        width: 100%;
    }
}


body form .wrap_row .select2-selection{
	height: 4.625rem;
	border: 1px solid #CECECE;
	border-radius: 10px;
	padding: 0 2.9375rem;
	font-size: 1.375rem;
	background: #fff url("../images/select-arr.svg") no-repeat right 20px center;


}

body form .wrap_row .select2-selection__rendered{
  display: flex !important;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.select2-selection__arrow{
	display: none !important;
}

body form .wrap_row .select2-selection__choice{
	border-radius: 0;
}


#form_ask{
	position: relative;
}

.lds-circle{
	top:0;
	left: 0;
}

.front-forum-item-title a {
    color: #838383;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 2.375rem;
    max-width: 70%;
}

.exp-about div {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.09625rem;
    line-height: 2.125rem;
    font-family: 'TitlingGothicFB Comp';
}

.exp-about div a {
    color: inherit;
}

.bottom-block .bottom-second-title a {
    font-family: "TitlingGothicFB Comp";
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 1.47px;
    color: #FFF;
    opacity: 1;
    text-transform: uppercase;
}
.livestream .info_box .title a {
    color: #FFFFFF;
}

.topic #main.site-main.forum_discuss{
    padding-top: 0;
}