.map {
    width: 100%;
    max-width: 950px;
    height: 415px;
    margin-left: 35px;
    filter: grayscale(1);
}
.page-contacts .page-header {
    min-height: 797px;
}

/*.page-contacts .page-header::after{
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background: url(../images/wawesn.png) no-repeat center/100% 100%;
        height: 287px;
}*/

.page-contacts .standart-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}
.page-contacts .standart-text {
    max-width: 540px;
    margin-left: 100px;
}
.page-contacts .content-text {
    margin-left: 100px;
    max-width: 540px;
}
.page-contacts .section-subtitle {
    text-align: left;
    margin-bottom: 50px;
}
.org-contacts {
    font-size: 18px;
}
.org-contacts .link {
    color: inherit;
}
.org-contact {
    margin-bottom: 20px;
}
.header-top {
    margin-bottom: 132px;
}
.site-nav-link {
    width: 126px;
    height: 126px;
    margin: 0 46.5px;
    font-size: 13.56px;
}
.site-nav-link::before {
    width: 93px;
    left: -95px;
}
.header-main {
    margin-bottom: 75px;
}
.about-scheme {
    margin: 35px 0;
}
.about-scheme p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
}
.section-title {
    font-weight: 600;
}

.page-section.section-schedule {
    padding-bottom: 115px;
}
.section-team .section-subtitle{
    max-width: 585px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 22px;
}
.section-subtitle .link {
    color: inherit;
    text-decoration: underline;
}
.section-subtitle .link:hover {
    text-decoration: none;
}
.teamlead-card-wrap {
    /*width: 270px;
    height: 322px;
    background-color: #ffcb00;
    z-index: 2;*/
}

.teamlead-l .teamlead-card:before {
    background-color: #ffcb00;
    content: '';
    display:block;
    position:absolute;
    top:-25px;
    left:-25px;
    width:100%;
    height:100%;

}
.teamlead-r .teamlead-card:before {
    background-color: #ffcb00;
    content: '';
    display:block;
    position:absolute;
    top:-25px;
    right:-25px;
    width:100%;
    height:100%;

}
.teamlead-l .teamlead-card-wrap{
    margin-right: 100px;
}
#topspeakers .teamlead-l .teamlead-card-wrap{
    margin: 0 62.5px 0 37.5px;
}

.fullwidth_center .btn {
    max-width: 100% !important;
    width: 240px !important;
}

.teamleads-box .teamlead-item.teamlead-l,
.teamleads-box1 .teamlead-item.teamlead-l {
    align-items:flex-start
}

.teamlead-r .teamlead-card-wrap {
    order: 1;
    margin-left: 100px;
}
.teamlead-r .teamlead-history {
    text-align: right;
}
.teamlead-pic {
    width: 270px;
    height: 322px;
    position: relative;
    background-color: #282828;
}
.teamlead-pic img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.teamlead-l .teamlead-card {
    position: relative;
    top: 25px;
    left: 25px;
}
.teamlead-r .teamlead-card {
    position: relative;
    top: 25px;
    right: 25px;
}
.teamlead-item.teamlead-r {
    justify-content: flex-end;
}
.teamlead-l .teamled-info  {
    position: absolute;

    right: 30%;
    bottom: 0%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
}

.teamlead-l .teamled-info-main {
    right: -40%;
    bottom: -10%;
}

.teamlead-r .teamled-info{
    position: absolute;
    left: -40%;
    bottom: -10%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
}

.teamlead-l .teamled-info-main-pos-none{
    bottom: 10%;
    right: -40%;
}
.teamlead-r .teamled-info-main-pos-none{
    bottom: 10%;
    left: -40%;
}

.teamlead-name {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 15px;
    background-color: #ffcb00;
}
.teamled-position {
    padding: 10px 10px;
    /*font-size: 21px;*/
    /*font-weight: 700;*/
    display: inline-block;
    /*color: #fff;*/
    /*background-color: #282828;*/
    color: #000;
    font-size: 15px;
    top: 25px;
    left: 25px;
    position: relative;
    max-width: 190px;
    max-width: 270px;
}

.teamleads-box-main .teamled-position {
    top:0;
    left:0;
}


.teamled-position-first-item {
    padding-top: 0;
    padding-bottom: 0;
}

.teamlead-name-first-item {
    margin-bottom: -1px;
}

.teamled-position-main {
    padding: 1px 10px;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    background-color: #282828;
}

.teamleads-box1  {
    /*margin-bottom: 120px;*/
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.teamlead-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    margin-bottom: 110px;
}


.teamlead-l-main::before {
    content: "";
    position: absolute;
    width: 275px;
    height: 277px;
    left: -135px;
    bottom: -50%;
    background: url("../images/teamb.png") no-repeat center/contain;
}
.teamlead-r-main::before {
    content: "";
    position: absolute;
    width: 275px;
    height: 277px;
    left: auto;
    right: -135px;
    bottom: -50%;
    background: url("../images/teamb.png") no-repeat center/contain;
}
.teamlead-history {
    max-width: 360px;
}

.teamleads-box-main {
    margin-bottom: 250px;
}
.teamleads-box {
    /*margin-bottom: 220px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.left-block-text,
.right-block-text {
    padding: 0 60px 0 30px;
}
.teamvacancy-list {
    padding: 0 34px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.vacancy-card {
    min-height: 350px;
    height: 350px;
    width: 23%;
    border: 3px #b8b8b8 dashed;
    padding: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.teamlead-card-wrap .vacancy-card {
    width:100%;
}
.vacancy-card h4{
    min-height: 108px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vacancy-card .btn.btn-yellow {
    font-size: 12px;
}
.btn.btn-yellow {
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
    width: 100%;
    display: block;
    box-shadow: none;
    text-align: center;
    max-width: 185px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #ffcb00;
    color: #282828;
    border: 2px solid transparent;
}
.btn.btn-yellow:hover {
    border-color: #ffcb00;
    color: #000;
    transform: scale(1.1,1.1)
}

.btn.btn-grey {
    font-size: 14px;
    font-weight: bold;
    padding: 9px;
    width: 100%;
    display: block;
    box-shadow: none;
    text-align: center;
    max-width: 185px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #d4d5d6;
    color: #282828;
    border: 2px solid transparent;
}
.btn.btn-grey:hover {
    border-color: #d4d5d6;
    color: #000;
    transform: scale(1.1,1.1)
}

.othervacancy {
    text-align: center;
    font-size: 18px;
}
.teamvacancy-list {
    margin-bottom: 70px;
}
.partners-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
.section-partners .section-title {
    margin-bottom: 80px;
}
.section-partners .section-subtitle {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.section-partners  .btn {
    max-width: 226px
}

.footer-links {
    text-align: right;
}
.teamleads-box1 .teamlead-l .teamled-info-main-speaker {

}

.teamleads-box1 .teamlead-l .teamled-info-main-speaker-2 {

}
.block-text {
    display: flex;
    justify-content: center;
}

.page-section.section-schedule:after{
    display: none;
}
.page-section.section-partners:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 195px;
    left: 0;
    bottom: -12px;
    background: url(../images/wave-black.png) repeat center/cover
}
.page-contacts .standart-content:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 195px;
    left: 0;
    bottom: -12px;
    background: url(../images/wave-black.png) repeat center/cover
}
.page-contacts .standart-content {
    padding-bottom: 300px;
}

/* ОТЗЫВЫ */
.inner-page .photosBlock:last-child{
	margin-bottom: 200px;
}
.owl-user-message2 {
    margin: 0 0 100px 0;
}

.block-slider   {
    width: 70%;
    min-height: 200px;
    margin: 20px auto;
}

.owl-user-message {
    margin-bottom: 30px;
}

.owl-user-message2 .block-slider   {
    min-height: 142px;
    margin: 20px 25px;
    width: auto;
}

.inside-container {
    display: flex;
    justify-content: center;
    min-height: inherit;
    margin-right: 50px;
}

.owl-user-message2 .inside-container {
    display: block;
    justify-content: center;
    min-height: inherit;
    margin: 0;
}

.user-frame {
    flex: 10%;
    margin: 0 20px;
    text-align: right;
    margin-top: auto;
    margin-bottom: -5px;
}

.owl-user-message2 .user-frame {
    text-align: left;
    margin: 15px 0 0 0;
}

.user-frame p {
    margin-bottom: 0;
}

.photosBlock .block-slider .user-frame img {
    width: 75px;
    height: 75px;
    margin-left: calc(100% - 75px);
    margin-bottom: 10px;
}
.photosBlock .block-slider .user-frame img.exists{
	border-radius: 50px;
}
.user-message {
    background: url("../images/user-message.png") no-repeat;
    background-size: cover;
    padding: 33px 45px 30px 40px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    min-width: 500px;
    position: relative;

}

.owl-user-message2 .user-message {
    background: #e5e4e9;
    border-radius: 20px;
    padding: 33px 45px 30px 40px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    min-width: 300px;
    position: relative;
    z-index: 10;
}

.owl-user-message2 .user-message::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 58px;
    z-index: 5;
    background: url("../images/123.png") no-repeat;
    left: 3px;
    bottom: -13px;
}

.owl-user-message .owl-nav {
    width: 100%;
    left: 0;
}

.owl-user-message .owl-nav button.owl-prev,
.owl-user-message .owl-nav button.owl-next {
    width: 62px;
    height: 62px;
    background-size: contain;
    /*box-shadow: 10px 10px 50px rgba(0,0,0,0.3);*/
	box-shadow: 4px 4px 12px rgba(0,0,0,0.3);
    filter: invert(1);
    border-radius: 50%;
    cursor: pointer !important;
}
.owl-user-message .owl-nav button.owl-prev{
	margin-left: 33px;
}
.owl-user-message .owl-nav button.owl-next{
	margin-right: 33px;
}
.owl-user-message .owl-nav button.owl-prev span,
.owl-user-message .owl-nav button.owl-next span{
    display: none;
}

.owl-user-message .owl-nav button.owl-prev {
    background: url("../images/left-nav-arrow.png") no-repeat !important;
}

.owl-user-message .owl-nav button.owl-next {
    background: url("../images/right-nav-arrow.png") no-repeat !important;
}

.owl-user-message .owl-dots {
    text-align: center;
}

.owl-user-message button.owl-dot {
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    border-radius: 50%;
    margin: 0 10px !important;
}

.owl-user-message button.owl-dot:focus {
    outline: none;
}

.owl-user-message button.owl-dot.active {
    border-radius: 50%;
    background-color: #716e6e;
}

.owl-user-message2 .owl-nav {
    width: 100%;
    left: 0;
}

.owl-user-message2 .owl-nav button.owl-prev,
.owl-user-message2 .owl-nav button.owl-next {
    width: 62px;
    height: 62px;
    background-size: contain;
    box-shadow: 10px 10px 50px rgba(0,0,0,0.3);
    filter: invert(1);
    border-radius: 50%;
    cursor: pointer !important;
}

.owl-user-message2 .owl-nav button.owl-prev span,
.owl-user-message2 .owl-nav button.owl-next span{
    display: none;
}

.owl-user-message2 .owl-nav button.owl-prev {
    background: url("../images/left-nav-arrow.png") no-repeat !important;
}

.owl-user-message2 .owl-nav button.owl-next {
    background: url("../images/right-nav-arrow.png") no-repeat !important;
}

.owl-user-message2 .owl-dots {
    text-align: center;
}

.owl-user-message2 button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px !important;
    background-color: #cccccc;
}

.owl-user-message2 button.owl-dot:focus {
    outline: none;
}

.owl-user-message2 button.owl-dot.active {
    border-radius: 50%;
    background-color: #716e6e;
}

.link-public {
    text-align: right;
    padding-right: 10px;
}

.link-public a {
    text-decoration: underline;
}

.h3-padding {
    padding: 0 15px;
}

.wrapper-hr {
    width: 100%;
    height: 3px;
    background-color: #c6c6c6;
    margin-bottom: 170px;
}

.photosItems .photosItem .mobilePhotosList {
    display: none;
}

.press-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*margin-left: -45px;
	margin-right: -45px;*/
}

.press-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	margin: 0px 0px 10px;
	padding: 20px;
	background: #f6f6f6;
	border: 3px solid #ebebeb;
	width: 100%;
	border-radius: 20px;
	height: 350px;
}
.press-img{
	display: flex;
	width: calc(100% + 40px);
	align-items: center;
	justify-content: center;
	height: 140px;
	margin-left: -20px;
	margin-right: -20px;
	border-bottom: 3px solid #ebebeb; 
}
.press-img img{
	width: auto !important;
}
.press-text{
	height: calc(100% - 140px);
	padding-top: 20px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.press-text a{
	font-weight: 700;
	text-decoration: underline;
}
.press-text .date{
	display: block;
	margin-top: 25px;
}
.address{
	white-space: nowrap;
}
/*Адаптив*/
@media (max-width: 1199px) {
    .adapt{
        flex-wrap: wrap;
        padding: 40px 15px 0px;
    }
    #route .standart-text{
        width: 100%;
        max-width: initial !important;
        margin-bottom: 30px;
    }
    #route .map{
        width: 100% !important;
        margin-left: 0px !important;
    }
    .page-contacts .standart-content {
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 960px;
        margin: 0 auto;
    }
    .map {
        margin-left: 0;
    }
    .page-contacts .section-subtitle {
        margin-bottom: 25px;
    }
    .page-contacts .page-footer {
        margin-top: 150px;
    }
    .page-contacts .standart-text {
        max-width: 100%;
        margin-left: 0;
    }
    .page-contacts .page-header {
        min-height: auto;
    }
    .footer-logo-text {
        font-size: 23px;
    }
    .page-section.standart-section.section-schedule {
        padding: 85px 0;
    }
    .section-team .section-subtitle {
        margin-bottom: 62px;
        padding-top:15px;
    }
    .vacancy-card {
        width: 24%;
    }
	.press-box{
		/*margin-left: -15px;
		margin-right: -15px;*/
	}
	.press-item{
		/*margin-left: 25px;
		margin-right: 25px;
		width: calc(50% - 50px);*/
	}
}
@media (max-width: 991.98px) {

    .section-about .photosBlock .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-contacts .standart-content {
        max-width: 720px;
    }
    .header-top {
        margin-bottom: 62px;
    }

    .site-nav-link {
        margin: 0 24.5px;
    }
    .header-main {
        margin-bottom: 55px;
    }
    .site-nav-link::before {
        width: 49px;
        left: -51px;
    }
    .page-header {
        padding-bottom: 142px;
    }
    .teamvacancy-list {
        flex-wrap: wrap;
    }
    .vacancy-card {
        width: 48%;
        margin-bottom: 20px;
    }
    .teamlead-item {
        margin-bottom: 100px;
    }
    .block-text {
        display: block;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .teamleads-box {
       
    }
    .teamvacancy-list {
        margin-bottom: 30px;
    }
	.press-item{
		/*width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 50px;*/
	}
}
@media (max-width:768px) {
    .owl-user-message {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .wrapper-hr {
        margin-bottom: 70px;
    }

    .photosItems {
        margin-bottom: 50px;
    }

    .photosBlock .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .user-message {
        flex: 70%;
        background: none;
        background-color: #ffcb00;
        border-radius: 20px;
        background-size: cover;
        padding: 20px 10px 0 35px;
        font-size: 14px;
        font-family: "Open Sans";
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        min-width: auto;
    }
	.press-item{
		margin: 0px 30px 10px;
		width: calc(100% - 60px);
	}
}
@media (max-width:767px) {
    .inside-container {
        display: block;
        margin-right: 0;
    }

    .user-frame {
        text-align: left;
        margin-bottom: 5px;
    }

    .photosBlock .block-slider .user-frame img {
        margin-right: calc(100% - 75px);
        margin-left: 0;
    }

    .user-message {
        padding: 20px 10px 10px 35px;
        min-height: 150px;
    }

    .adapt {
        padding: 40px 15px 0px;
        flex-wrap:wrap;
    }
    .adapt .standart-text{
        margin-bottom: 30px
    }
    .adapt .map{
        width:100% !important;
        margin-left: 0px !important;
    }
    .adapt .standart-text{
        max-width:100% !important;
    }

    .page-contacts .standart-content {
        max-width: 540px;
        padding: 0 15px;
    }

    .teamleads-box1 .teamlead-item {
        margin-bottom: 270px;
    }

    .teamleads-box1 .teamlead-l .teamled-info-main-speaker {

    }

    .teamleads-box1 .teamlead-l .teamled-info-main-speaker-2 {

    }

    .teamleads-box1 .teamlead-l .teamlead-card-wrap {
        margin: 0 auto;
    }

    .teamlead-l .teamlead-card-wrap {
        margin: 0 auto;
    }

    .teamlead-l .teamled-info {

    }
    .page-contacts .page-header::after {
        height: 187px;
    }
    .map {
        height: 360px;
    }
    .site-nav-link {
        margin: 0 0 29px 0;
        width: 100px;
        height: 100px;
        font-size: 13px;
    }
    .org-contacts {
        font-size: 16px;
    }
    .site-nav-link::before {
        width: 2px;
        left: auto;
    }
    .teamlead-card-wrap,
    .teamlead-pic {
        width: 235px;
       /* height: 272px;*/
    }
    .teamlead-name,
    .teamled-position {
        font-size: 15px;
    }
    .teamlead-l .teamlead-card-wrap {
        margin-right: 80px;
    }
    .teamlead-r .teamlead-card-wrap  {
        margin-left: 80px;
    }
    .teamlead-history {
        font-size: 15px;
    }
    .teamlead-r::before,
    .teamlead-l::before {
        width: 175px;
        height: 175px;
    }
    .teamlead-l::before {
        left: -87.5px;
    }
    .teamlead-r::before {
        right: -87.5px;
    }
    .vacancy-card {
        padding: 50px 15px;
        height: auto;
        min-height: auto;
    }
    .vacancy-card h4 {
        font-size: 16px;
    }
    .btn-yellow {
        font-size: 13px;
    }
    .partner-logo img {
        max-width: 100%;
        width: auto;
        height: auto;
    }
    .section-partners .section-title,
    .partners-list{
        margin-bottom: 40px;
    }

    .teamleads-box1 {
        margin-bottom: 150px;
        display: block;
    }

}
@media (max-width:575.98px) {
    .teamlead-l .teamlead-card-wrap {
        margin-right: 0px;
    }
    .teamlead-r .teamlead-card-wrap  {
        margin-left: 0px;
    }
    .teamleads-box1 .teamlead-item {
        margin-bottom: 160px;
    }

    .teamleads-box1 .teamlead-l .teamled-info-main-speaker {

    }

    .page-section.standart-section.section-schedule {
        padding: 40px 0;
    }
    .teamlead-item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }

    .teamleads-box .teamlead-item {
        padding: 0 65px 0 40px;

    }
    .teamlead-l .teamlead-card-wrap {
        margin-left: 0;

        margin-bottom: 80px;
    }
    .teamlead-r .teamlead-card-wrap {
        margin-left: 0;
        margin-bottom: 80px;
    }
    .teamleads-box-main .teamlead-l .teamled-info {
        right: auto;
        left: 3%;
    }
    .section-team .section-subtitle {
        font-size: 15px;
    }
    .teamlead-item {
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;

    }

    .teamlead-r {
        -ms-align-items: flex-end;
        align-items: flex-end;
        max-width:calc(100% - 10px)
    }
    .teamlead-history p {
        margin-bottom: 8px;
    }
    .teamlead-r .teamlead-card-wrap {
        order: 0;
    }
    .teamlead-item::before {
        display: none;
    }
    .teamlead-r .teamled-info {
        left: auto;
        right: 3%;
    }

    .teamlead-l .teamled-info-main-pos-none,
    .teamlead-r .teamled-info-main-pos-none{
        bottom: 0%;
    }

    .teamleads-box {
        margin-bottom: 50px;
    }
    .vacancy-card {
        width: 100%;
    }
    .partners-list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .partners-list .partner-logo {
        margin-bottom: 35px;
    }
    .section-subtitle {
        font-size: 15px;
    }
    .page-footer::before {
        height: 75px;
        top: -75px;
    }
    .left-block-text, .right-block-text {
        padding: 0 10px;
    }
    .teamleads-box-main{
        margin-bottom: 110px;
    }
	.address{
		white-space: normal;
	}
}
@media (max-width:475px) {
	.press-item{
		/*width: calc(100% - 30px);*/
		height: auto;
		margin: 0px 0px 10px;
		width: 100%;
	}
}
.noul ul{
    list-style: none;
}

.photosList {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content:flex-end;
}



.photoCopyright {
    margin-left: calc(100% - 163px * 3);
    margin-top: 15px;
    font-size: 13px;
    color: #999;
}

@media (max-width:469px) {
    .owl-user-message2 .user-message {
        min-width: 275px;
    }
}

@media(max-width: 1229px){
    .photoCopyright {
        margin-left: calc(100% - 163px * 2);

    }
}

.photosListItem {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
    width: 163px;
    height: 163px;
}
.photosListItem img {
    max-width: 300px;
    max-height: 300px;
    width: auto !important;
}

.photosListItem a {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
    /* width: 228px; */
    /* height: 228px; */
}



.photosItem .section-title {
    text-align: left;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.photosItem .section-subtitle {
    text-align: left;
    color: #777;
    margin: 0 0 35px;
}

.photosListItem.showMore a {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background: #282828;
    flex-direction: column;
}
.photosListItem.showMore a:before {
    content: '';
    width:32px;
    height: 27px;
    margin-bottom: 15px;
    background: url("../images/icons/photos_icon.png");
}

.speakersItems {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90px;
    justify-content: center;
}

.speakersItem img {
    width: auto !important;
    display: inline !important;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.speakersItem .post {
    font-size: 12px;
    color: #282828;
}

.speakersItem {
    text-align: center;
    width: 185px;
    margin-bottom: 50px;
}

.speakersItem .name span {
    display: block;
    margin: auto;
    background: #282828;
    color: #fff;
    font-size: 13px;
    padding: 0px 10px;
    font-weight: bold;
    line-height: 1.8;
    text-transform: uppercase;
}

.speakersItem .name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.photosItems {
    margin-bottom: 100px;
}

.photosItem {
    margin-bottom: 50px;
}
.allEvents {
    max-width: 489px;
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    margin: 80px 0 30px;
}

.allEvents .btn {
    min-width: 250px;
    text-align: center;
}
.prevBtn {
    display: block;
    width: 62px;
    background: transparent url('../images/arrow_btn.png') no-repeat top left scroll;
    height: 62px;

    border-radius: 50%;
}

.nextBtn {
    display: block;
    width: 62px;
    background: transparent url('../images/arrow_btn.png') no-repeat top left scroll;
    height: 62px;
    box-shadow: 10px 10px 50px rgba(255,255,255,0.2);
    border-radius: 50%;
    transform: rotate(-180deg)
}

.owl-nav {
    width: 114%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 40%;
    left: -7%;
    filter: invert(1);
}
.owl-nav * {
    outline: none !important;
}


@media(max-width:767px){
    .photosItems {
        margin-bottom: 50px;
    }
}


@media (max-width:469px) {
    .photosListItem  {
        width: 300px;
        height: 300px;
    }
    .photosListItem img {
        max-width: 450px;
        max-height: 450px;
    }
    .photosListItemMobile {
        width: 160px;
        height: 160px;
    }
    .photosList {
        justify-content:center;
    }
}

@media (max-width:350px) {
    .photosListItemMobile {
        width: 140px;
        height: 140px;
    }
}

.page-photos .page-header {
    background-image:url("../images/59.jpg");
}
.photosBlock .section-title {
    text-align:center;
    width: 100%;
}
section#archive {
    padding-bottom: 0;
}
#archive::before{
	display: none;
}
#archive .section-title.margined {
    margin-top: -30px;
    margin-bottom: 60px;
}
.photosSlider > .owl-nav{
	position: sticky;
	position: -webkit-sticky;
	z-index: 100;
	top: 5%;
	margin-left: -7%;
}

@media(max-width: 580px){
	.photosSlider > .owl-nav{
		margin-left: 0% !important;
		width: 100%;
	}
	.press-box > .owl-nav{
		width: 116px;
		left: 50%;
		bottom: -58%;
		margin-left: -58px;
	}
	.press-item{
		text-align: center;
	}
	.prevBtn,.nextBtn{
		width: 45px;
		height: 45px;
		background-size: 45px;
	}
	.press-text{
		flex: 1;
	}
}
/*.photosSlider .prevBtn{
position: absolute;
    left: 0px;
    bottom: 60% !important;
}
.photosSlider .nextBtn{
position: absolute;
    right: 0px;
    bottom: 60% !important;
}*/
@media (max-width:469px) {
    .teamlead-item {
        padding: 0;
    }

    .block-slider {
        width: 80%;
    }
    .desctopPhotosList {
        display: none;
    }

    .photosItems .photosItem .mobilePhotosList {
        display: flex;
    }
}