body.admin-bar .mainHeader .menu{
    margin-top: 72px;
}

body.admin-bar .mainHeader .messengers,
body.admin-bar .mainHeader .socials{
    margin-top: 56px;
}

body.admin-bar .mainHeader .mainMenu .search{
    margin: 62px 0 130px;
}

.search_query{
    display: block;
    position: relative;
    padding-bottom: 200px;
}

h2.search_query_title{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

span.search_query_description{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

span.search_query_description a{
    color: #fff;
    text-decoration: underline;
}

span.search_query_description a:hover{
    text-decoration: none;
}

.sq_item{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 2px solid #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.sq_item img{
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    transition: all .3s;
}

.sq_item a{
    display: block;
    text-decoration: none;
}

.sq_item:hover img{
    transform: scale(1.2);
    filter: brightness(0%);
}
.sq_title{
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 10px;
    transition: all .3s;
}

.sq_item .sq_title a{
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.sq_item:hover .sq_title a{
    color: #fff;
}

.nf_img{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.nf_img img{
    width: 150px;
    height: auto;
    max-width: 100%;
    display: inline-block;
    margin: 0px 20px;
    animation: rocketAnimation 3s infinite;
}

@keyframes rocketAnimation {
    0%{
        transform: rotate(0deg) translateY(0px);
    }
    50%{
        transform: rotate(15deg) translateY(-40px);
    }
    100%{
        transform: rotate(0deg) translateY(0px);
    }
}

.nf_homelink{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
}

.nf_homelink a span.decorUnderline{
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 1.7rem;
    font-weight: 400;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

ul.inspirationSocialLinks{
    list-style-type: none;
}

img.inspirationThumbnail{
    display: block;
}

input.controlForm:focus label{
    transform: translateY(-20px);
}

.formSendButton{
    display: block;
    position: relative;
    text-align: right;
}
/*
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors{
    display: none !important;
    color: transparent !important;
    border: none !important;
}
*/
/*
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors{ 
    color: #FFF!important;    
}
*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000!important;
}

form.wpcf7-form{
    position: relative;
}

form.invalid input.wpcf7-validates-as-required,
form.invalid textarea.wpcf7-validates-as-required{
    border-bottom: 2px solid red;
}

form.invalid input.wpcf7-validates-as-required+span.text::before{
    border-color: red;
}

form.invalid input.wpcf7-validates-as-required:checked+span.text::before{
    border-color: #fff;
}

.wpcf7-form .data_proccess .wpcf7-checkbox{
    display: none;
}

form.invalid input.wpcf7-validates-as-required+label,
form.invalid textarea.wpcf7-validates-as-required+label{
    color: red;
}

form.invalid input.notEmpty + label,
form.invalid textarea.notEmpty + label{
    color: #fff;
}

form.invalid input.wpcf7-validates-as-required + label::before,
form.invalid textarea.wpcf7-validates-as-required + label::before{
    background-color: red;
}

form.invalid .cvFile + label::before{
    content: url(../../../../../../../../themes/files/assets/img/iconClipRed.svg) !important;
    background-color: transparent !important;
}

form.invalid .cvFile + label:hover{
    border-left-color: red;
    border-top-color: red;
}

form.invalid .cvFile.notEmpty + label:hover{
    border-left-color: #fff;
    border-top-color: #fff;
}

form.invalid label[for="cvFile"]::after{
    background-color: red;
}

form.invalid .cvFile.notEmpty + label[for="cvFile"]::after{
    background-color: #fff;
}

form.invalid .cvFile.notEmpty + label::before{
    content: url(../../../../../../../../themes/files/assets/img/iconClip.svg) !important;
}

form.invalid input.notEmpty+label::before,
form.invalid textarea.notEmpty+label::before{
    background-color: #fff;
}

form.invalid .cvFile.notEmpty + label[for="cvFile"] span.decorUnderline::before,
form.invalid .cvFile.notEmpty + label[for="cvFile"] span.decorUnderline::after{
    background-color: #fff;
}

form.invalid .cvFile + label[for="cvFile"] span.decorUnderline::before,
form.invalid .cvFile + label[for="cvFile"] span.decorUnderline::after{
    background-color: red;
}

form.invalid .notEmpty span.decorUnderline::before,
form.invalid .notEmpty span.decorUnderline::after{
    background-color: #fff;
}

div.wpcf7-mail-sent-ok{
    border: none !important;
    font-size: 14px;
    padding: 10px;
    color: #47d847;
    display: block;
    position: absolute;
    top: -90px;
    left: 0px;
    margin: 0px;
}

.mainHeader .messengers ul li::marker{
    color: transparent;
}

.featureList ul{
    list-style-type: none;
}

.mainMenu ul{
    list-style-type: none;
}

.rocketDown{
    display: block;
    position: relative;
}

.rocketDownArea{
    padding-bottom: 200px;
}

body.home .about .innerBlock .playBtn .svgIcon {
    margin: -5px 0px 0px 23px;
}

.about .innerBlock .playBtn .svgIcon {
    margin: 18px 0px 0px 23px;
}

p#voting-results,
p.rmp-main-subtitle,
p.rmp-main-title,
span#rmp-rating,
a.rw-report-link{
    display: none;
}

#star_rating{
    position: relative;
    top: 10px;
}

#star_rating a.rw-report-link,
#star_rating span.rw-ui-info-container,
#star_rating .rw-ui-report{
    display: none !important;
}

body.customize-support .rw-ui-report{
    display: none !important;
}

body.customize-support .rw-ui-tooltip,
.rw-ui-tooltip{
    display: none !important;
}

.mainHeader .menu .lang a span{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.vacancyInfo ul{
    list-style: disc; /*square;*/
    color: #1b1b1b; /*#fff;*/
    font-family: "Montserrat", sans-serif;
    font-size: 16px; /*1.8rem;*/
    line-height: 1.4; /*2.9rem;*/
    font-weight: 500;/*400;*/
    letter-spacing: 0; /*1.44px;*/
    padding-left: 50px;
}

ul.language-chooser li.active{
    display: none;
}
.vacancyDesc p, 
.vacancyInfo p {
	font-family: "Montserrat", sans-serif;
	font-size: 16px; /*18px;*/
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	margin: 0 0 15px;
}

.vacancyInfo a {
	text-decoration: underline;
	text-decoration-color: #000000; 
	text-decoration-thickness: 1px; 
	text-underline-offset: 3px; 
	font-size: calc(1em + 0.05em);
}

.vacancyInfo .sectionTitle::before,
.vacancyInfo .sectionTitle::after {
	display: none;
}
.vacancyInfo  h2.sectionTitle {
	font-size: 26px;
	font-weight: 600;
	margin: 25px 0;
}
.singleCareerBanner .serviceAbout h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 25px 0;
}
.searchHome {
	padding-top: 45px!important;
}
@media screen and (max-width: 768px) {
	.searchHome {
		padding-top: 20px!important;
	}	
}
.searchHome .searchBlock .searchNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.searchHome .searchBlock .searchNavigation .counterResults {
  color: #1b1b1b7f; /*rgba(255, 255, 255, 0.5);*/
  font-family: "Montserrat", sans-serif;
  font-size: 16px; /*1.4rem;*/
  line-height: 1.4; /*2.1rem;*/
  font-weight: 500;
}

.searchHome .searchBlock .searchNavigation .counterResults span {
  color: #1b1b1b; /*#fff;*/
  font-size: 16px;
}

.searchHome .searchBlock .searchNavigation .paginationResults {
  color: #1b1b1b; /*#fff;*/
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.searchHome .searchBlock .searchNavigation .paginationResults li {
  width: 30px;
  height: 30px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.searchHome .searchBlock .searchNavigation .paginationResults li:first-child,
.searchHome .searchBlock .searchNavigation .paginationResults li:last-child {
  margin: 0;
}

.searchHome .searchBlock .searchNavigation .paginationResults li.active,
.nav-links span.current {
  border: 1px solid #1b1b1b; /*#fff;*/
  border-radius: 50%;
  position: relative;
}

.nav-links span.current{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 10px;
}

.searchHome .searchBlock .searchNavigation .paginationResults li.active::before,
.searchHome .searchBlock .searchNavigation .paginationResults li.active::after,
.nav-links span.current::before,
.nav-links span.current::after {

  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: fadeIn 1s ease-in-out alternate infinite;
          animation: fadeIn 1s ease-in-out alternate infinite;
}

.nav-links span.current::before,
.searchHome .searchBlock .searchNavigation .paginationResults li.active::before {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.nav-links span.current::after,
.searchHome .searchBlock .searchNavigation .paginationResults li.active::after {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-links .page-numbers .dashicons {
	vertical-align: middle;
}
.searchHome .searchBlock .searchNavigation .paginationResults li a,
.nav-links a {
  color: #1b1b1b; /*#fff;*/
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}

.nav-links a{
    display: inline-block;
    margin: 0px 4px;
    width: auto;
}

/* .imgDivider img{
    width: 100%;
} */

ul.termsLists {
  margin-bottom: 30px;
}

ul.termsLists li{
    display: inline-block;
    margin-right: 10px;
}

ul.termsLists li:last-child span.termItemInner{
    display: none;
}

@media screen and (max-width: 992px){
    .formSendButton{
        text-align: center;
        padding-bottom: 60px;
    }
    .specializations .infoBlock p{
        padding: 0px;
    }
    div.wpcf7-mail-sent-ok{
        position: relative;
        top: -50px;
    }
}

@media (min-width: 992px) and (max-width: 1366px){
    .specializations .infoBlock p {
        padding: 0;
    }
}

@media (min-width: 1366px) and (max-width: 1600px){
    .specializations .infoBlock p {
        padding: 0 0px 0 45px;
    }
}
.searchHome .searchBlock .searchResults .itemImg img{
    height: 115px;
    object-fit: cover;
    object-position: 75% center;
}

.serviceHome__videoBg{
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width:560px) {
    .serviceHome__videoBg {
        display: none!important;
    }
}

.cst-mobile-video {
    background-image: unset;
}

/*--- new page (SpaceLab) ---*/
.spacelabhero {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainBtn.bgBlack {
    color: #000;
}

.mainBtn.bgBlack .decorUnderline::before {
    background-color: #000;
}

.mainBtn.bgBlack .decorUnderline::after {
    background-color: #000;
}

.mainBtn.bgBlack::after {
    background-color: #000;
}
.mainBtn.bgBlack:hover {
    border-left-color: #000;
    border-top-color: #000;
}


.about .spaceLab__hero {
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    align-content: flex-end;
    padding-bottom: 250px;
}

.about .spaceLab__hero--image {
    width: 100%;
    max-width: 640px;
    margin-bottom: 30px;
}



.about .spaceLab__hero--title {
    width: 100%;
    text-align: left;
    font-size: 48px;
    line-height: 56px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about .innerBlock span.spaceLab__hero--subtitle {
    width: 100%;
    text-align: left;
    margin-bottom: 0!important;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
    .about .spaceLab__hero--image {
        max-width: 450px;
    }

    .about .spaceLab__hero--title {
        font-size: 36px;
        line-height: 44px;
    }

    .about .innerBlock span.spaceLab__hero--subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 560px) {
    .about .spaceLab__hero--image {
        max-width: 85%;
    }

    .about .spaceLab__hero--title {
        font-size: 24px;
        line-height: 32px;
    }

    .about .innerBlock span.spaceLab__hero--subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

.aboutSpaceLab .mainTitle .sectionTitle,
.spaceLabInfoSection .sectionTitle{
    margin-bottom: 45px;
}

.aboutSpaceLab .mainTitle .sectionTitle + .sectionSubTitle .shadowText,
.spaceLabInfoSection .mainTitle .sectionTitle + .sectionSubTitle .shadowText {
    top: -30px;
}

.aboutSpaceLab .mainTitle .sectionTitle + .sectionSubTitle,
.spaceLabInfoSection .mainTitle .sectionTitle + .sectionSubTitle {
    margin-left: 40px;
    padding-left: 100px;
}

@media screen and (max-width: 560px) {
    .aboutSpaceLab .mainTitle .sectionTitle + .sectionSubTitle,
    .spaceLabInfoSection .mainTitle .sectionTitle + .sectionSubTitle {
        margin-left: 30px;
        padding-left: 0;
    }
}


.aboutSpaceLab__twoColumnText,
.spaceLabInfoSection__twoColumnText,
.aboutspaceteam__twoColumnText {
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: space-between;
    width: 100%;
}

.aboutSpaceLab__twoColumnText,
.aboutspaceteam__twoColumnText {
    margin-top: 75px;
    margin-bottom: 100px;
}

.spaceLabInfoSection__twoColumnText,
.aboutspaceteam__twoColumnText {
    margin: 100px 0 100px 0;
}

@media screen and (max-width:560px) {
    .aboutSpaceLab__twoColumnText,
    .aboutspaceteam__twoColumnText{
        margin: 25px 0;
    }
}

.aboutSpaceLab__twoColumnText .aboutSpaceLab__text,
.spaceLabInfoSection__twoColumnText .spaceLabInfoSection__text,
.aboutspaceteam__twoColumnText .aboutspaceteam__text {
    color: rgb(0 0 0);
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    line-height: 2.9rem;
    font-weight: 400;
    letter-spacing: 1.44px;
}

.aboutspaceteam__twoColumnText .aboutspaceteam__text p {
    width: 100%;
    margin-bottom: 25px;
}

.aboutSpaceLab__twoColumnText .aboutSpaceLab__text ul,
.spaceLabInfoSection__twoColumnText .spaceLabInfoSection__text ul,
.aboutspaceteam__twoColumnText .aboutspaceteam__text ul{
    width: 100%;
    margin-bottom: 15px;
    list-style: square;
    padding-left: 20px;
}

@media screen and (max-width:1400px) {
    .aboutSpaceLab__twoColumnText .aboutSpaceLab__text,
    .spaceLabInfoSection__twoColumnText .spaceLabInfoSection__text,
    .aboutspaceteam__text .aboutspaceteam__twoColumnText {
        max-width: 45%;
    }
}


@media screen and (max-width:992px) {
    .aboutSpaceLab__twoColumnText .aboutSpaceLab__text,
    .spaceLabInfoSection__twoColumnText .spaceLabInfoSection__text,
    .aboutspaceteam__text .aboutspaceteam__twoColumnText {
        max-width: 100%;
        margin: 25px 0;
        padding: 0 30px;
    }
}

@media screen and (max-width: 560px) {
    .spaceLabInfoSection__twoColumnText {
        margin: 25px 0 25px 0;
    }

    .spaceLabCources .spaceLabCources__info .line.line.line_btn .mainBtn {
        margin-left: 30px;
    }

    .spaceLabInfoSection__twoColumnText .spaceLabInfoSection__text {
        padding: 0 20px;
    }
}

.about .innerBlock > .svgIcon.spaceLabVideoBLockLogo1 {
    height: auto;
    width: 100%;
    max-width: 150px;
}

.about .innerBlock span.spaceLabBottomText {
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 60px;
    margin-bottom: 0;
}

.spaceLabInfoSection__advnts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 250px;
}

.spaceLabInfoSection__advnts .item {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-right: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width:1400px) {
    .spaceLabInfoSection__advnts .item {
        width: 50%;
    }
}

@media screen and (max-width:560px) {
    .spaceLabInfoSection__advnts {
        margin-bottom: 50px;
    }

    .spaceLabInfoSection__advnts .item {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .aboutSpaceLab__twoColumnText .aboutSpaceLab__text,
    .spaceLabInfoSection__twoColumnText .spaceLabInfoSection__text {
        max-width: 100%;
        margin: 25px 0;
    }
}

.spaceLabInfoSection__advnts .item .icon {
    margin-right: 25px;
    width: 60px;
}

.spaceLabInfoSection__advnts .item .icon img {
    width: 100%;
    height: auto;
}

.spaceLabInfoSection__advnts .item .txt {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: calc(100% - 85px);
}


/*--- cources --*/
.section:not(.home).spaceLabCources {
    padding-bottom: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.spaceLabCources .sectionTitle {
    margin-bottom: 45px;
    color: #fff;
}

.spaceLabCources .container {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.spaceLabCources .spaceLabCources__info .line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.spaceLabCources .spaceLabCources__info .line.line_btn {
    position: relative;
}

.spaceLabCources .spaceLabCources__info .line.line.line_btn .mainBtn {
    position: absolute;
}

.spaceLabCources .spaceLabCources__info {
    width: auto;
}

.spaceLabCources .spaceLabCources__info .mainTitle {
    width: 100%;
}

.spaceLabCources .container.top_left {
    align-items: flex-start;
    justify-content: flex-start;
}

.spaceLabCources .container.top_right {
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 100px;
}

.spaceLabCources .container.bottom_left {
    align-items: flex-end;
    justify-content: flex-start;
}

.spaceLabCources .container.bottom_right {
    align-items: flex-end;
    justify-content: flex-end;
}

.spaceLabCources .spaceLabCources__info.bottom_right .line_title {
    justify-content: flex-end;
}

.spaceLabCources .mainTitle .sectionTitle::after,
.spaceLabCources .mainTitle .sectionTitle::before {
    background: #fff;
}

.spaceLabCources .mainTitle .sectionTitle + .sectionSubTitle .shadowText {
    top: -15px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    font-size: 70px;
    line-height: 80px;
    min-width: 900px;
}

.spaceLabCources .mainTitle .sectionTitle + .sectionSubTitle {
    margin-left: 40px;
    color: #fff;
    padding-left: 105px;
}

@media screen and (max-width:560px) {
    .spaceLabCources .mainTitle .sectionTitle + .sectionSubTitle {
        padding-left: 0;
        margin-left: 30px;
    }
}

.spaceLabCources .spaceLabCource__txt {
    margin-top: 75px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(255,255,255, .7);
    width: 100%;
    max-width: 400px;
    margin-bottom: 50px;
    margin-left:120px;
}

@media screen and (max-width:560px) {
    .spaceLabCources .spaceLabCource__txt {
        margin-top: 25px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

.spaceLabCources .mainBtn {
    margin-left: 120px;
}

/*--- cources types ---*/
.spaceLabCourcesTypes .mainTitle .sectionTitle + .sectionSubTitle {
    margin-left: 40px;
    padding-left: 100px;
}

@media screen and (max-width:560px) {
    .spaceLabCourcesTypes .mainTitle .sectionTitle + .sectionSubTitle {
        margin-left: 30px;
        padding-left: 0;
    }
}

.spaceLabCourcesTypes .mainTitle .sectionTitle + .sectionSubTitle .shadowText {
    top: -30px;
}

.spaceLabCourcesTypes .sectionTitle {
    margin-bottom: 45px;
}


.spaceLabCourcesTypes .spaceLabCourcesTypes__twoColumnText,
.spaceLabCourcesTypes__twoColumnText {
    margin: 100px 0;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: space-between;
    width: 100%;
}

.spaceLabCourcesTypes .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text,
.spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    line-height: 2.9rem;
    font-weight: 400;
    letter-spacing: 1.44px;
    color: #000;
}

.spaceLabCourcesTypes .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text ul,
.spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text ul {
    width: 100%;
    list-style: square;
    padding-left: 20px;
}

@media screen and (max-width:1400px) {
    .spaceLabCourcesTypes .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text,
    .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text {
        max-width: 45%;
    }
}

@media screen and (max-width:992px) {
    .spaceLabCourcesTypes .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text,
    .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text  {
        max-width: 100%;
        margin: 25px 0;
    }
}

@media screen and (max-width:560px) {
    .spaceLabCourcesTypes .spaceLabCourcesTypes__twoColumnText,
    .spaceLabCourcesTypes__twoColumnText {
        margin: 25px 0;
    }

    .spaceLabCourcesTypes .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text,
    .spaceLabCourcesTypes__twoColumnText .spaceLabCourcesTypes__text  {
        padding: 0 30px;
    }
}

/*--- end ---*/

/*--- cources items ---*/
.spaceLabCourcesTypes__items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 100px 0 175px 0;
}

@media screen and (max-width:560px) {
    .spaceLabCourcesTypes__items {
        margin-bottom: 50px;
    }
}


.spaceLabCourcesTypes__items .singleCourceItem {
    width: 20%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

@media screen and (max-width:1600px) {
    .spaceLabCourcesTypes__items .singleCourceItem  {
        width: 33.3333333%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:992px) {
    .spaceLabCourcesTypes__items .singleCourceItem  {
        width: 50%;
    }
}

@media screen and (max-width:600px) {
    .spaceLabCourcesTypes__items .singleCourceItem  {
        width: 100%;
    }
}

.spaceLabCourcesTypes__items .singleCourceItem .titleGroup {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color:#000;
}

.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .square {
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    margin-top: 10px;
    background: #000;
}

.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .shadowText {
    color: rgb(0 0 0 / 0%);
    -webkit-text-stroke: 1px rgb(0 0 0 / 10%);
    -webkit-text-fill-color: rgb(0 0 0 / 0%);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: 10px;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width:560px) {
    .spaceLabCourcesTypes__items .singleCourceItem .titleGroup .shadowText {
        font-size: 24px;
        line-height: 32px;
    }
}


.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .courceImage {
    position: absolute;
    right: 20px;
    top: -15px;
    z-index: -2;
    /*transform-origin: center center;
    animation-name: planet;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;*/
}

/*.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .courceImage.anim1{
    animation-duration: 5s;
}
.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .courceImage.anim2 {
    animation-duration: 10s;
}
.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .courceImage.anim3 {
    animation-duration: 12s;
}
.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .courceImage.anim4 {
    animation-duration: 15s;
}
.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .courceImage.anim5 {
    animation-duration: 10s;
}*/

@keyframes planet{
    0% {
        -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
        transform: rotate(0deg) translateX(10px) rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
        transform: rotate(360deg) translateX(10px) rotate(-360deg);
    }
}

.spaceLabCourcesTypes__items .singleCourceItem .titleGroup .courceImage img {
    max-width: 100%;
}

.spaceLabCourcesTypes__items .singleCourceItem .courceList {
    margin-top: 50px;
    list-style: none;
    padding: 0 0 0 25px;
}

.spaceLabCourcesTypes__items .singleCourceItem .courceList .item {
    width: 100%;
    margin-bottom: 25px;
}

.spaceLabCourcesTypes__items .singleCourceItem .courceList .item:last-child {
    margin-bottom: 0;
}

.spaceLabCourcesTypes__items .singleCourceItem .courceList .item a {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color:#000;
    transition: all .6s;
    text-transform: uppercase;
}

.spaceLabCourcesTypes__items .singleCourceItem .courceList .item a:hover {
    color: rgba(0,0,0,0.6);
}

/*--- end ---*/

/*--- video block ---*/
.spaceLabVideoBlock .spaceLabVideoLogo {
    margin-bottom: 35px;
    width: 100%;
    max-width: 150px;
}
/*--- end ---*/

/*--- team ---*/
.spaceLabTeam .mainTitle {
    width: 100%;
}
.spaceLabTeam .mainTitle .sectionSubTitle {
    width: 100%;
}
/*--- end ---*/


/*--- single cource page ---*/
.spaceLabSingleCource__hero {
    position: relative;
}

.spaceLabSingleCource__hero--title {
    font-size: 48px;
    line-height: 58px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

.spaceLabSingleCource__hero--subtitle {
    font-size: 24px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
}

@media screen and (max-width:560px) {
    .spaceLabSingleCource__hero--title {
        font-size: 30px;
        line-height: 40px;
    }

    .spaceLabSingleCource__hero--subtitle {
        font-size: 18px;
        line-height: 26px;
    }
}

.spaceLabSingleCource__hero  .specialLabLogo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:992px) {
    .spaceLabSingleCource__hero  .specialLabLogo {
        position: relative;
        left: unset;
        top: unset;
        margin-bottom: 50px;
        transform: unset;
    }
}

.spaceLabSingleCource__hero .spaceLabSingleCource__hero--btns {
    margin-top: 50px;
}

.spec-reg-marg {
    margin: 80px 0;
}

@media screen and (max-width:560px) {
    .spec-reg-marg {
        margin: 25px 0 50px 0;
    }
}

.lessonsItems {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 75px 0;
}

.lessonsItems .singleLesson {
    width: 100%;
    max-width: calc(33.333333333% - 15px);
    min-height: 300px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.lessonsItems .singleLesson video {
    width: 100%;
}

@media screen and (max-width:992px) {
    .lessonsItems .singleLesson {
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width:560px) {
    .lessonsItems .singleLesson {
        max-width: 100%;
        min-height: 200px;
    }
}

.lessonsItems .singleLesson .iconGrp {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.lessonsItems .singleLesson .iconGrp .logo {
    width: 100%;
    max-width: 70px;
    height: auto;
    margin-bottom: 20px;
}

.lessonsItems .singleLesson .iconGrp .icon-play {
    width: 100%;
    text-align: center;
}

.lessonsItems .singleLesson .iconGrp .icon-play img {
    width: 100%;
    max-width: 30px;
    height: auto;
}

.lessonsItemBtns {
    width: 100%;
    margin-bottom: 75px;
}
/*--- end ---*/

@media screen and (max-width:1400px) {
    .specBtnLine {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:992px) {
    .specBtnLine_center {
        justify-content: center;
    }
}

.courceModalForm,
.spaceTeamModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.95);
    z-index: 9999;
    transition: all .8s;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

.courceModalForm.show,
.spaceTeamModal.show {
    opacity: 1;
    visibility: visible;
}

.courceModalForm__inner {
    width: 100%;
    max-width: 1100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 105% 105%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 80px;
    background-color: #C4C4C4;
    margin: 100px 0;
}


@media screen and (max-width:992px) {
    .courceModalForm__inner {
        padding: 80px 15px;
        max-width: 90%;
        margin: 50px 0;
    }
}

@media screen and (max-width:992px) {
    .courceModalForm__inner {
        margin: 0;
        max-width: 95%;
    }
    .courceModalForm__inner {
        background-size: auto;
    }
    .courceModalForm .successFormMessage.success, .spaceTeamModal .successFormMessage.success {
        background-size: auto;
    }
}

.courceModalForm__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
    background:none;
    border: none;
    cursor: pointer;
}

.courceModalForm__close img {
    width: 100%;
    height: auto;
}

.courceModalForm__title {
    width: 100%;
    margin-bottom: 100px;
}

@media screen and (max-width:992px) {
    .courceModalForm__title {
        margin-bottom: 50px;
    }
}

.courceModalForm__title .mainTitle .sectionTitle {
    color: #fff;
}

.courceModalForm__title  .mainTitle .sectionTitle::after {
    
    display: none;
}
.courceModalForm__title  .mainTitle .sectionTitle::before {
    background-color: #fff;
    margin-left: 0;
}

.courceModalForm__title .mainTitle .sectionTitle + .sectionSubTitle {
    color: #fff;
    padding-left: 25px;
}

.courceModalForm__title .mainTitle .sectionTitle + .sectionSubTitle .shadowText {
    z-index: 1;
    -webkit-text-stroke: 1px rgb(255 255 255 / 10%);
    top: -30px;
    left: -85px;
}

.courceModalForm__instence {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.courceModalForm .successFormMessage, .spaceTeamModal .successFormMessage {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;    
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 105% 105%;
}

.courceModalForm .successFormMessage.success, .spaceTeamModal .successFormMessage.success {
    opacity: 1;
    visibility: visible;
}

.courceFormGroup.error .placeholder_select,
.courceFormGroup.error .controlForm,
.courceFormGroup.error .placeholder{
    color: salmon!important;
}


.courceModalForm__instence .courceForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.courceModalForm__instence .courceForm .controlWrapper label {
    z-index: 1;
    color: rgba(255,255,255,.8);
}

.courceModalForm__instence .courceForm .courceFormGroup {
    width: 100%;
}

.controlForm__select {
    width: 100%;
    position: relative;
    color: rgba(255,255,255,.8);
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 4px;
    display: block;
    width: 100%;
    height: 58px;
    background: rgb(0 0 0 / 0%);
    border: none;
    border-bottom: 2px solid rgb(255 255 255 / 20%);
    border-radius: 0;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.placeholder_select {
    color: rgb(255 255 255);
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.courceModalForm__instence .courceForm .controlWrapper label.placeholder_select.filled {
    color: #fff;
}

.placeholder_select::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: rgb(255 255 255);
    margin-right: 7px;
}

.placeholder_select::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 12.5px);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../../../../../../../themes/files/assets/img/icon-select-down.svg);
    background-size: cover;
    transition: all .6s;
    right: 25px;
}

.controlForm__select--dropdown {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
    background: rgba(255,255,255, 0.95);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 100%;
    left: 0;
    z-index: 5;
    transition: all .6s;
}

.controlForm__select--dropdown.show {
    visibility: visible;
    opacity: 1;
}

.placeholder_select.open::after {
    transform: rotate(180deg);
}

.controlForm__select--dropdown .select__item {
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid rgb(0 0 0);
    transition: all .6s;
    font-family: "Montserrat",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    color: #000;
    background: transparent;
    transition: all .6s;
}

.controlForm__select--dropdown .select__item:hover {
    opacity: 0.5;
}

.controlForm__select--dropdown .select__item:last-child {
    border-bottom: none;
}

.controlForm__select--dropdown .select__item.selected {
    background: #000;
    color: #fff;
}
/*--- END ---*/

.spaceLabTeam.aboutTeam .mainTitle {
    margin-bottom: 0;
}

.projectDescriptionText {
    width: 100%;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 4px;
    display: block;
    width: 100%;
    min-height: 174px;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,.2);
    border-radius: 0;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    resize: vertical;
}


.calculatorForm__message {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: red;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 25px;
}

/*
* New SpaceTeam pages
*/

.spaceteamabout__sect {
    background-size: cover!important;
}

.about .innerBlock.spaceteam__hero {
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.about .innerBlock.spaceteam__hero .row {
    width: 100%;
}

.spaceteamabout__sect .mainTitle {
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 140px;
}

.spaceteamabout__sect .mainTitle .sectionTitle {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.spaceteamabout__sect .mainTitle .sectionTitle:before,
.spaceteamabout__sect .mainTitle .sectionTitle:after {
    background: #fff;
}

.spaceteamabout__sect .mainTitle .sectionSubTitle {
    font-size: 60px;
    line-height: 68px;
    color: #fff;
}



.spaceteamabout__sect .mainTitle .sectionSubTitle .shadowText {
    font-size: 90px;
    line-height: 90px;
    color: #fff;
    -webkit-text-stroke: 1px rgba(255,255,255,.1);
    -webkit-text-fill-color: rgba(255,255,255,0);
}

.spaceteamabout__sect  .spaceteam__hero--content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.spaceteamabout__sect.about .innerBlock .spaceteam__hero--content .desc p {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-align: left;
    text-transform: unset;
    margin-bottom: 35px;
}

.spaceteamabout__sect .spaceteam__hero--content .desc b,
.spaceteamabout__sect .spaceteam__hero--content .desc strong {
    font-weight: 700;
}

.spaceteamabout__sect.about .innerBlock .spaceteam__hero--content .btnLine {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.spacetem__directions .mainTitle {
    margin-bottom: 100px;
}

@media screen and (max-width:560px) {
    .spacetem__directions .mainTitle {
        margin-bottom: 35px;
    }

    .spaceteamabout__sect .mainTitle .sectionTitle {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        text-align: center;
    }

    .spaceteamabout__sect .mainTitle .sectionSubTitle {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .spaceteamabout__sect.about .innerBlock .spaceteam__hero--content .desc p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .spaceteamabout__sect.about .innerBlock .spaceteam__hero--content .btnLine {
        justify-content: center;
    }
} 

.spaceteam__directions--item {
    width: 100%;
    padding: 50px 15px;
    background: transparent;
    background-position: center center;
    background-size: cover;
    transition: all .6s;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 15px;
}

.spaceteam__directions--item .thumbColumn {
    width: 100%;
    max-width: 85px;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.spaceteam__directions--item .thumbColumn img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1);
          filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}

.spaceteam__directions--item:hover .thumbColumn img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.spaceteam__directions--item .contentColumn {
    width: calc(100% - 85px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.spaceteam__directions--item .contentColumn .name {
    width: 100%;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color:#000;
    transition:all .6s;
}

.spaceteam__directions--item .contentColumn .level {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 25px;
    color:#000;
    transition:all .6s;
}

.spaceteam__directions--item .contentColumn .diretcions__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color:#000;
    transition:all .6s;
}

.spaceteam__directions--item .hoverImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    background-image: url(/wp-content/themes/files/img/directions-thumb.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .6s;
}

.spaceteam__directions--item:hover .hoverImage {
    opacity: 1;
    visibility: visible;
}

.pad-fix {
    padding: 0;
}

.spaceteam__directions--item:hover .contentColumn .name,
.spaceteam__directions--item:hover .contentColumn .level,
.spaceteam__directions--item:hover .contentColumn .diretcions__desc {
    color: #fff;
}

.spaceteamVideoBlock .innerBlock {
    padding: 125px 25px;
    justify-content: flex-end;
}

.spaceteamVideoBlock.about .playBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.about .innerBlock span.spaceteamBottomText--title {
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
    margin-bottom: 25px;
}

.about .innerBlock span.spaceteamBottomText--desc {
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 300;
    letter-spacing: 2px;
}

@media screen and (max-width:560px) {
    .about .innerBlock span.spaceteamBottomText--title {
        font-size: 30px;
        line-height: 36px;
    }

    .about .innerBlock span.spaceteamBottomText--desc {
        font-size: 19px;
        line-height: 26px;
    }

    .section:not(.home) {
        padding: 30px 0 30px;
		/* padding: 50px 0 50px; */
    }
}


.spaceteam__directions--item.cvs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.spaceteam__directions--item.cvs .thumbColumn {
    width: 100%;
    max-width: 135px;
    padding-right: 20px;  
}

.spaceteam__directions--item.cvs .thumbColumn .thumbCircle {
    width: 100%;
    height: 115px;
    border-radius: 50%;
    background-color: #E8EEF0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.spaceteam__directions--item.cvs .thumbColumn img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.spaceteam__directions--item.cvs .thumbColumn img.full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.spaceteam__directions--item.cvs .thumbColumn img.default-placeholder {
    width: 100%;
    max-width: 75px;
    border-radius: unset;
}

.spaceteam__directions--item.cvs .contentColumn {
    width: calc(100% - 135px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.spaceteam__directions--item.cvs .contentColumn .contentColumn__line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info1 {
    margin-bottom: 7.5px;
}

.spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info2 {
    margin-bottom: 20px;
}

.spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info3 {
    margin-bottom: 35px;
}


.spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info1 .name {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: auto;
    margin: 0;
}

.spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info1 .age {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #A0A0A0;
    margin-left: 5px;
    width: auto;
    margin: 0;
    margin-left: 10px;
}

.spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info2 .position {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.spaceteam__directions--item.cvs .contentColumn .contentColumn__line .desc {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: "Montserrat", sans-serif;
}

.specialSpaceTeamCta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
}

.specialSpaceTeamCta .mainTitle .sectionTitle {
    color: #fff;
}
.specialSpaceTeamCta .mainTitle .sectionTitle::after,
.specialSpaceTeamCta .mainTitle .sectionTitle::before {
    color: #fff;
    background: #fff;
}

.specialSpaceTeamCta .mainTitle .sectionSubTitle {
    color: #fff;
}

.specialSpaceTeamCta .mainTitle .sectionTitle + .sectionSubTitle .shadowText {
    color: rgb(255,255,255);
    -webkit-text-stroke: 1px rgba(255,255,255,10%);
    -webkit-text-fill-color: rgba(255,255,255,0%);
    z-index: 1;
}
.specialSpaceTeamCta__content {
    width: 100%;
    max-width: 900px;
    margin-top: 50px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    line-height: 2.9rem;
    font-weight: 400;
    letter-spacing: 1.44px;
    padding-left: 150px;
}

@media screen and (max-width:992px) {
    .specialSpaceTeamCta__content {
        padding-left: 0;
    }
}

.specialSpaceTeamCta__content p {
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (max-width:560px) {
    .spaceteam__directions--item.cvs .thumbColumn {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        justify-content: center;
        margin-bottom: 35px;
    }

    .spaceteam__directions--item.cvs .thumbColumn .thumbCircle {
        max-width: 115px;
        margin: 0 auto;
    }

    .spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info1 .age,
    .spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info1 .name,
    .spaceteam__directions--item.cvs .contentColumn .contentColumn__line.info2 .position {
        width: 100%;
        text-align: center;
        display: block;
    }

    .spaceteam__directions--item.cvs .contentColumn .contentColumn__line .desc {
        width: 100%;
        display: block;
    }

    .spaceteam__directions--item.cvs .contentColumn {
        width: 100%;
    }

    .specialSpaceTeamCta__content {
        padding: 0 25px;
    }
}

.spaceTeamCvSingle {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../../../../../../../../themes/files/img/cv-bg.jpg);
    padding: 300px 0 150px 0;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .thumb {
    width: 135px;
    padding-right: 20px;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info  .lines {
    width: calc(100% - 135px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info  .lines .line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info  .lines .line .fullname, 
.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info  .lines .line .age {
    font-size:60px;
    line-height: 65px;
    font-weight: 700;
    display: block;
}
.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info  .lines .line .age {
    margin-left: 25px;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info  .lines .line .position {
    font-size:30px;
    line-height: 35px;
    font-weight: 700;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .thumb .thumbCircle {
    width: 100%;
    height: 115px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    background: #E8EEF0;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .thumb .thumbCircle .full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .thumb .thumbCircle .default-placeholder {
    width: 100%;
    max-width: 75px;
}

.spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__btn {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}


.spaceTeamCvSingle  .spaceTeamCvSingle__info--content {
    margin-top: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .title {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-left: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 3px;
    width: 90px;
    background: #fff;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .title:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 3px;
    background: #fff; 
    left: 127.5px;
    top: 50%;
    transform: translateY(-50%);
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content {
    width: 100%;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 127.5px;
}
.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content strong,
.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content b {
    font-weight: 700;
}


.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content i,
.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content em {
    font-style: italic;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content p {
    width: 100%;
    margin-bottom: 15px;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content ul {
    width: 100%;
    margin-bottom: 15px;
    list-style: none;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content ul li {
    width: 100%;
    position: relative;
    margin-bottom: 7.5px;
    padding-left: 25px;
}

.spaceTeamCvSingle  .spaceTeamCvSingle__info--content--item .content ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
}

.spaceTeamCvSingle .btnLine {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-top: 75px;
    padding-left: 127.5px;
}

@media screen and (max-width:560px) {
    .spaceTeamCvSingle {
        padding-top: 100px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info {
        width: 100%;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .thumb {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .thumb .thumbCircle {
        width: 115px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .lines {
        width: 100%;
        
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .lines .line {
        margin-bottom: 25px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .lines .line .fullname, .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .lines .line .age {
        width: 100%;
        text-align: center;
        font-size: 40px;
        line-height: 46px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__info .lines .line .position {
        width: 100%;
        text-align: center;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--cont .spaceTeamCvSingle__btn {
        justify-content: center;
        width: 100%;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--content {
        margin-top: 75px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--content--item {
        padding: 0 25px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--content--item .title {
        padding-left: 25px;
        font-size: 24px;
        line-height: 32px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--content--item .title:after {
        display: none;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--content--item .title:before {
        left: 0;
        height: 5px;
    }

    .spaceTeamCvSingle .spaceTeamCvSingle__info--content--item .content {
        padding-left: 0;
        font-size: 15px;
        line-height: 20px;
    }

    .spaceTeamCvSingle .btnLine {
        justify-content: center;
        padding: 0 25px;
    }
}

.headerMenuLangSwitcher {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .headerMenuLangSwitcher {
        display: none;
    }
}
.headerMenuLangSwitcher .lang-switcher-inline {
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.headerMenuLangSwitcher .lang-switcher-inline .lang-switcher_item {
    width: auto;
    display: block;
    margin-right: 25px;
}

.headerMenuLangSwitcher .lang-switcher-inline .lang-switcher_item:last-child {
    margin-right: 0;
}

.headerMenuLangSwitcher .lang-switcher-inline .lang-switcher_item .lang-switcher_link {
    width: auto;
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.headerMenuLangSwitcher .lang-switcher-inline .lang-switcher_item.current-lang .lang-switcher_link {
    font-weight: 900;
}

@media screen and (max-width: 1200px) {
    .lang-switcher .lang-switcher_item.current-lang {
        order: 1;
        margin-bottom: 10px;
    }

    .lang-switcher .lang-switcher_item {
        order: 2;
        margin-bottom: 10px;
    }

    .lang-switcher .lang-switcher_item.current-lang .lang-switcher_link {
        font-size: 2rem;
    }
}

.home .innerBlock .svgIcon { margin-bottom: 95px!important;}

#cvCourse option {   
    background: #141616;	
    color: #fff;
	font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2rem;
    letter-spacing: 3.6px;
    text-transform: none;
    text-align: left;
}
.controlWrapper {
	margin-bottom: 35px!important;}
div.wpcf7-response-output {
	margin: 1em 0.5em 1em!important;
	color: white;
	}
	
.checkbox-round {
    width: 1.4em;
    height: 1.4em;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #fff;
}
.controlWrapper .controlCheckbox .text::before {
	display: none;
}
.wpcf7-validation-errors, .wpcf7-acceptance-missing { 
	color: #fff;
}
.stop-war{
		position: inherit;
        background:url(/wp-content/uploads/2022/08/ukraine-flag.png) right bottom no-repeat;
        background-size:contain;		
		top: -9px!important;
		left: calc(100% + 135px)!important;
		width: 20px;
		height: 20px;			
		z-index: 5;		
		cursor: pointer;
		filter: inherit!important;
    }
.mainMenu .stop-war {
	position: absolute;
	top: 44px!important;
	left: 280px!important;
	}
@media (max-width: 1000px)
{
.stop-war {
	top: -9px!important;
	left: calc(100% + 135px)!important;
	width: 17px;
	height: 17px;
}
.mainMenu .stop-war {
	position: relative;
	top: 19px!important;
	left: 0!important;
	}

}

@media (max-width: 1200px)
{
.mainFooter p {
		font-size: 12px;
	}
}

@media (max-width: 1440px)
{
.controlWrapper .controlCheckbox .text {
	padding-left: 12px;
	width: 90%;
	vertical-align: middle;
	}
}

@media (max-width: 750px)
{
.controlWrapper .controlCheckbox .text {
	font-size: 13px;
}
}

@media (max-width: 450px)
{
span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 1.3em;
}
	
.controlWrapper .placeholder {
    font-size: 18px;
}

.controlWrapper .controlCheckbox .text {
	width: 77%!important;
}
		
.controlWrapper .controlCheckbox .text {
	font-size: 10px;
}

.sampleAbout .sampleText.textPolitics h2 {
    font-size: 22px!important;
}

.sampleAbout .sampleText.textPolitics h3 {
    font-size: 17px!important;
}
.sampleAbout .sampleText.textPolitics ol li::marker {
    font-size: 17px!important;
}

.sampleAbout .sampleText.textPolitics ol ul li {
    font-size: 15px!important;
	line-height: 1.5em!important;
}

.sampleAbout .sampleText.textPolitics ul li {
    font-size: 15px!important;
	line-height: 1.5em!important;
}

.sampleAbout .sampleText ul li:not(:last-child), .sampleAbout .sampleText ol li:not(:last-child) {
    margin-bottom: 25px!important;
}

.sampleAbout .sampleText.textPolitics p {
    font-size: 15px!important;
    line-height: 1.5em!important;
	margin-bottom: 25px!important;
}
}

.projectAbout .projectDesc { margin-bottom: 75px;}

.sampleAbout .sampleText.textPolitics ol li::marker {
    font-size: 18px;
    font-weight: 700;
}

.controlWrapper .controlCheckbox .text {
    width: 90%;
	vertical-align: middle;
	line-height: 2.9rem!important;
}

.copy-icon {
    cursor: pointer;
    margin-left: 2px;
	font-size: 20px;
    vertical-align: middle;
    position: relative;
}

.copy-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 0 16px;
    border-radius: 5px;
    font-size: 12px;
    display: none;
    z-index: 1000;
}

.copy-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.copy-tooltip-block {
    display: inline-block;
    position: relative;
}
.listMenu .sub-menu {
    margin-left: 50px; 
/*	transition: max-height 0.5s ease-out;*/
    transition: height 0.5s ease-in-out; /* Плавная анимация высоты */
/*    max-height: 0;*/
	height: 0;
    overflow: hidden; 
	margin-top: 0;
}
.menu-item.menu-open > .sub-menu {
    /*max-height: 1000px;*/
	height: auto;
	/*margin-top: 27px;*/
}

.toggle-submenu {
    cursor: pointer;
    margin-left: 5px;
    font-size: 12px;
}
.toggle-submenu::after {
    content: '';
    display: inline-block;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item.menu-open .toggle-submenu::after {
    -webkit-transform: rotate(45deg) translateY(-8px);
    transform: rotate(45deg) translateY(-8px);
}

.listMenu {
    position: relative;
}

.menu-item {
    position: relative;
}
.mainHeader .mainMenu .listMenu li.no-marker::before {    
	display: none;    
}
.no-marker a>span {
	text-transform: none;
}
.mainHeader .mainMenu .listMenu li:last-child {
    margin-bottom: 0;
}

.smush-detected-img {
	box-shadow: none;
}
.header {
	position: fixed; 
    top: 0;
    left: 0;
    z-index: 1000;
    min-height: 56px;
    width: 100%;
    top: 0;
    transition: background-color 0.3s ease;
	background-color: transparent;
}

.header.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}

.header .logo {
	display: inline-flex;
    align-items: center;
    font-size: 21.52px;
    line-height: 1;
    margin: 0 38px 0 0;
    transform: translateZ(0);
    will-change: transform;
    transition: transform .5s ease;
    transition-delay: .1s;
    z-index: 1;
    max-width: 191px;
    max-height: 21px;
    width: 100%;
    height: 100%;
}
.custom-logo img {
    width: 100%;
    height: 100%;
}
.flag {
	margin-left: 3px;
	width: 12px !important;
	height: 12px !important;
	margin-bottom: 7px;
}
.header-wrapper {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 500;
    min-height: 0;
}
.container {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.header__container {
    display: flex;
    align-items: center;
    position: static;
    width: 100%;
    top: 0;
    z-index: 1000;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    padding-top: 2px;
    transition: background 1s ease;	
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	min-height: 56px;
	pointer-events: all;
}
.header__controls {
    width:  223px;
    display: inline-flex;
	justify-content: end;
}
.header__controls-search {
	color: #fff;
    background-color: transparent;
	cursor: pointer;
}
.header__controls-search i {
	vertical-align: middle;
	margin-right: 0;
}
.closeMenu {
    position: absolute;
    top: 18px;
    left: -38px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100; 
	transition: transform 0.3s ease;
}

.closeMenu::before,
.closeMenu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px; 
    background-color: #ffffff;
    border-radius: 3px; 
    transform-origin: center;
    transition: transform 0.3s ease;
}

.closeMenu::before {
    transform: rotate(-45deg); 
}

.closeMenu::after {
    transform: rotate(45deg); 
}
.closeMenu.isOpen {
    transform: rotate(45deg); 
}

.closeMenu.isOpen::before {
    transform: rotate(0deg); 
}

.closeMenu.isOpen::after {
    transform: rotate(90deg); 
}
.search-more {
	display: none;
	color: #2473EA;	
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	text-align: left;
	padding-top: 10px;
	cursor: pointer;	
}
.search-more i {
	margin-left: 13px;
    vertical-align: middle;
}
.nav.header__nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav__item {
    position: relative;
}

.nav__link {
    padding: 18px 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
	letter-spacing: normal;
    transition: color .3s ease;
    color: #ffffff!important; 
    text-decoration: none;
	display: flex;
    align-items: center;
}
.nav__link:hover, .nav__link:focus, .nav__item.menu-open > .nav__link {
    color: #5591D9!important;
}
.nav__item .transitions {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    top: 100%;
    left: 0;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transform-origin: center center;
    transform: scale(0.5); 
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease 0.3s;
}

.nav__item .transitions-child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    top: -20px;
    left: 100%;
    width: 300px;
    background: rgba(0, 0, 0); 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transform-origin: center center;
    transform: scale(0.5); 
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease 0.3s;
}

.nav__item.menu-open .transitions,
.nav__item.menu-open .transitions-child {
    visibility: visible;
    opacity: 1;
    transform: scale(1); 
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav__item:hover .transitions,
.nav__item.menu-open .transitions {
    display: block;
}

.nav__item.menu-open .transitions,
.nav__item.menu-open .transitions-child {
    max-height: none; 
}

.nav-arrow {
    margin-left: 5px;
    fill: #ffffff;
    transition: transform 0.3s;
}

.nav__link .nav-arrow {
    margin-left: 5px;
    fill: #ffffff;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.iconSmallArrow {
    width: 10px;
    height: 10px;
}

.dropdown__inner {
    padding: 10px;
}

.dropdown__head {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown__head-item {
    padding: 10px;
    position: relative;
}

.dropdown__head-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.dropdown__content {
    display: flex;
    max-width: 1430px;
    margin: 0 auto;
    flex: 100%;
}

.transitions-child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: 100%;
    width: 200px;
    background: rgba(0, 0, 0);
    opacity: 0.9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px;
    transform-origin: center center;
    transform: scale(0.5); /* Начальная величина */
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease 0.3s;
}

.nav__link:hover .nav-arrow,
.nav__link:focus .nav-arrow,
.nav__item.menu-open > .nav__link .nav-arrow {
    fill: #5591D9; 
    transform: rotate(-90deg); 
}

.dropdown__head-item:hover .transitions-child,
.dropdown__head-item.menu-open .transitions-child {
    visibility: visible;
    opacity: 1;
    transform: scale(1); 
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.language-select-container {
    display: flex;
    margin-left: 0; 
}
.language-select {
    position: relative;
    display: inline-block;
	min-width: 55px;
	margin-left: 10px;
}

.language-select__header {
    display: flex;
    align-items: center;
	justify-content: flex-end;
    cursor: pointer;
	outline: none;
	user-select: none;
}
.language-select__header:focus,
.language-select__header:active {
    outline: none; 
    background-color: transparent; 
    border: none; 
}
.language-select__header:hover {
	color: #5591D9!important;
}
.language-select__current {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
    margin-right: 5px;
}

.language-select__arrow {
    transition: transform 0.3s ease;
}

.language-select:hover .switch-arrow {
	fill: #5591D9;
    transform: rotate(180deg);
}

.language-select__body {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 43px;
    left: 0;
    background-color: #091216; 
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 4px;
    height: 100px;    
    transform-origin: center center;
    transform: scale(0.5); /* Начальная величина */
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease 0.3s;
}

.language-select__body.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1); /* Конечная величина */
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.language-select__list {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #091216;
}

.language-select__item {
    margin: 0;
    padding: 0;
}


.language-select__link {
    display: block;
    color: #fff!important;
    padding: 5px 10px;
    text-decoration: none;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.language-select__link:hover {
    color: #5591D9!important;
}

.burger-button .triggerMenu {
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px;
	cursor: pointer;
	width: 27px;
	height: 16px;
	position: relative;
	top: 16px;
}

.burger-button .triggerMenu .el {
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.burger-button .triggerMenu .el.line-1 {
	width: 16px;
	height: 3px;
	top: 0;
	left: 0;
	border-radius: 1px;
}

.burger-button .triggerMenu .el.line-2 {
	width: 14px;
	height: 3px;
	top: 43%;
	right: 0;
	border-radius: 1px;
}

.burger-button .triggerMenu .el.line-3 {
	width: 27px;
	height: 3px;
	left: 0;
	bottom: 0;
	border-radius: 1px;
}

.burger-button .triggerMenu .el.dot {
	width: 3px;
	height: 3px;
	top: 0;
	right: 0;
	border-radius: 1px;
}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}

.search-popup {
    background-color: #171717;
    padding: 20px;
    border-radius: 4px;
    width: 80%;
    max-width: 600px;
    position: relative;
    text-align: center;
	top: 55px;
	margin: 0 auto;
}
.search__input {
    background-color: transparent;
    height: 66px;
	width: 90%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    flex: 1 1 auto;
    padding-left: 10px;
	
	border: 1px solid #171717;
    border-radius: 2px;
    box-shadow: none; 
    outline: none; 
    padding: 8px;  
}
.search__input::placeholder {
    color: #999999; 
}
.close-btn {
    position: absolute;
    top: 36px;
    right: 10px;
    font-size: 46px;
    cursor: pointer;
}

.search-popup .search-results {
    
	margin-top: 20px;
    text-align: left;
	max-height: 420px; 
    overflow-y: auto; 
    scrollbar-width: thin; 
    scrollbar-color: #2473EA transparent; 
	
}

.search-popup .search-results a {	
	display: block;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 2rem;
    margin: 6px 0;	
}
.search-results .menu-item a {
	padding: 18px 15px;
}
.search-results::-webkit-scrollbar {
    width: 10px;
}

.search-results::-webkit-scrollbar-track {
	 -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
	  background-color: #f9f9fd;
	  border-radius: 10px;
}

.search-results::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: linear-gradient(180deg, #00c6fb, #005bea);
}
.search-results::-webkit-scrollbar-thumb:hover {
    background: #005bea; 
}
body.overflowHidden {
    overflow-y: hidden;
	padding-right: 15px;
}
.menuItems {
    margin-top: 54px;
    margin-left: -46px;
}
.phoneNumber {
	display: flex;
	justify-content: flex-start;
	margin-left: -45px;
}
.insertSocial {
	margin-left: -30px;
}
@media screen and (max-width: 1199px) {
    .mainHeader .mainMenu .phoneMenu {
        margin: 160px 0 0px 0;
    }
    .mainHeader .mainMenu .logo {
        margin-top: 20px;
    }
}
@media (min-width: 1024px) {
	.menu {
		display: none!important;
	}
	.language-select__header {
		justify-content: flex-start;
	}
    .header-fixed {
        background: rgba(0, 0, 0);
		opacity: 0.9;
    }
    .header .burger-button {
        display: none;
    }
   .dropdown__head-item.active .iconSmallArrow {
		fill: #ffffff;
    }
	.dropdown:hover .dropdown__content {
        pointer-events: all;
    }
    .dropdown:hover .dropdown__inner {
        opacity: 1;
        visibility: visible;
        display: flex;
    }
	.dropdown__inner {
		position: absolute;
		display: flex;
		width: auto; /*200px;*/
		left: 0;
		top: 63px;
		min-height: fit-content;
		background-color: #091216;
		opacity: 0.9;
		margin-top: -60px;
		padding: 5px 0 5px;
		transition: opacity .3s ease, visibility .3s ease;
		z-index: -1;
		/*opacity: 0;*/
		visibility: hidden;
		transition-delay: .15s;
		border-radius: 4px;
}
}
@media (max-width: 1023px){
	.header__nav {
		display: none!important;
	}
	.menu {
		display: none!important;
	}
	.header-fixed {
		top:-1px;
		opacity: 0.97;
	}
	.header .logo {
        margin-left: 33px;
        max-width: 133px;
        max-height: 16px;
    }
	.mainMenu .logo {
		margin-left: 0!important;
		max-width: 240px;
		max-height: 16px;
    }	
	.mainMenu .custom-logo img {
		width: 140px;
		height: 100%;
}	
	.search-popup {
		padding: 20px 10px;
		width: 90%;
}
	.search__input {
		width: 80%;
		display: flex!important ;
		margin-left: 10px;
		height: 40px;
}
	.close-btn {
		top: 25px;
	}
}
@media (max-width: 1052px) {
    .header .logo {
        margin-right: 20px;
    }
}
@media (max-width: 1649px) {
    .dropdown__content {
        /*padding-left: 120px;*/
    }
}
@media (max-width: 800px) {
    .header__container {
        width: 98%;
    }
}
@media (min-width: 768px) {	
	.closeMenu {    
		top: 47px;
	}
	body.overflowHidden {
		overflow-y: hidden;
		padding-right: 0;
}
}
@media (max-width: 575px) {
    .header .burger-button {
        left: 14px;
    }
	 .header .logo {
        margin: 3px 16px 0 20px;
    }
	.language-select__body {
		top: 37px;
		left: 0;
}
	.header__controls {	
		justify-content: flex-end;
}
	body.overflowHidden {
		overflow-y: hidden;
		padding-right: 0;
}
}

.blogBanner {
    min-height: 10vh;
    /*height: 31vh;*/
    padding: 65px 0 5px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
	background-attachment: initial;
	background-position: center center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}

.careerBanner {
    min-height: 10vh;
    padding: 65px 0 5px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
	background-attachment: initial;
	background-position: center center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}
.blogBanner .wrap, .careerBanner  .wrap {
    display: flex;
    flex-direction: column;
}
.blogBanner .headerText, .careerBanner .headerText {
    text-align: left;
	flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blogBanner .headerText h1, .careerBanner .headerText h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 4.6rem;
    text-transform: none;
    margin-bottom: 0;
    text-transform: none;
	font-weight: 800;
	line-height: 110%;
	letter-spacing: 0;
}
.blogBanner .headerText .wrap, .careerBanner .headerText .wrap {
    margin: auto;
	width: 100%;
}
.blogBanner .headerText .wrap span, .careerBanner .headerText .wrap span {
	font-weight: 400;
}
.blogBanner .headerText span, .careerBanner .headerText span {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    margin: 40px 0 0 2px;
    text-transform: none;
}
.container.symmetric-container {
    margin: 0 auto;
    padding-left: 15px; 
    padding-right: 15px; 
}
.sampleAbout .sampleText.textPolitics {
	letter-spacing: 0;
	color: #1b1b1b;
	font-size: 18px;	
}
.textPolitics h3 {
	font-size: 26px;
	font-weight: 600;
}
@media (max-width: 768px) {	
	.blogBanner {
        height: auto;
		padding: 55px 0 45px 0; /*55px 0 89px 0;*/
    }	
	.careerBanner {
        height: auto;
		padding: 55px 0 60px 0; 
    }
	
	.blogBanner .container, .careerBanner .container {
		width: 80%;
	}
	 .blogBanner .headerText h1, .careerBanner .headerText h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .blogBanner .headerText span, .careerBanner .headerText span {
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0;
    }
	.blogBanner .headerText, .careerBanner .headerText {
        margin-bottom: 0; /*10px;*/
    }
	.textPolitics p {
		font-size: 16px;
}
}

@media (min-width: 769px) and (max-width: 1370px) {	
	.blogBanner .headerText, .careerBanner .headerText {
		padding-top: 27px;
	}
	.blogBanner .headerText h1, .careerBanner .headerText h1 {
		font-size: 34px;
	}
}
@media (max-width: 992px) {
    .blogBanner .header-items, .careerBanner .header-items {
        justify-content: center;
    }    
    .blogBanner .wrap,
    .blogBanner .headerText,
    .blogBanner .header-items,
	.careerBanner .wrap,
    .careerBanner .headerText,
    .careerBanner .header-items {
        justify-content: center;
    }    
    .careerBanner .header-items.bordered {
		margin: 15px auto 15px 0;
	}
	.blogBanner .header-items.bordered {
		margin: 10px auto 10px 0; 
    }
}
@media (min-width: 540px) and (max-width: 768px) {
	.blogBanner {
        padding: 55px 0 0px 0;
	}
	.careerBanner {
        padding: 55px 0 0px 0;
	}
}
@media screen and (max-width: 575px) {
	.blogBanner .container, .careerBanner .container {
		max-width: 100%;
		width: 100%;
		height: 145px;
}
	.blogBanner .headerText h1, .careerBanner .headerText h1 {
		font-size: 30px;
		line-height: 1.4; /*2.8rem;*/
		font-weight: 800;
		margin-left: 0;
}
}
.project-logo {
    width: 55px!important;
    height: 55px!important;
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: white; 
    object-fit: cover!important; 
}
.portfolioBanner .project-logo {
	position: relative;
	bottom: 0;
    left: 0;
	width: 55px !important;
    height: 55px !important;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
}
@media screen and (max-width: 575px) {
    .portfolioBanner .project-logo {
		bottom: 0;
        left: 0;
        width: 55px !important;
        height: 55px !important;
	}
}
  
.media-block {
	margin: 10px 0;
}

.media-rectangle {
	display: block;
    width: 100%;
    max-width: 480px;
	height: 220px;
	object-fit: fill;
    margin-right: 15px;
	border-radius: 5px;
}

.portfolio-description {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8rem;
    margin: 5px 0;
    color: #1b1b1b;
}
.servicePortfolio .portfolio-description, .portfolio .portfolio-description {
   color: #fff;
}
.portfolioBanner .portfolio-description {
	color: #fff;
	font-size: 18px;
	flex: 1;
	margin-right: 10px;
}

.servicePortfolio .portfolioItem {
    margin-bottom: 20px;
    max-width: 480px;
}
.portfolioBanner .headerContainer {
	margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
	.portfolioBanner .headerContainer {
		margin-bottom: 0;
	}
}
.category {
    color: #1B1B1B;
    background-color: #f5f5f5;
    padding: 2px 8px;
    margin-right: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15px;
}
.category-date-block {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (max-width: 768px) {	
	.media-block {
        width: 100%;        
    }
}
@media screen and (max-width: 575px) {
    #hideOnMobile {
      display: none;
    }
  }
.category-list {
    list-style: none;
    padding: 0;
}

.category-list li {
    margin-bottom: 0px;
	font-size: 16px;
}

.category-list label {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
	line-height: 1.2;
    color: #1B1B1B;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
input[name='category']:checked + label, input[name='mob-category']:checked + label {
    font-weight: 700;
} 
input[type='radio']:checked {
    accent-color: #1b1b1b;
}
.container-menu {
    display: flex;
    flex-direction: row;
}
.sidebar {
    max-width: 360px;
	height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
	padding: 45px 0 0;
}
.portfolioSection .sidebar {
	padding-left: 20px;
	padding-top: 0;
}
.portfolio-location-code {
	font-size: 11px;
	font-weight: 400;
	vertical-align: middle;
	margin-right: 5px;
}
.sidebar ul {
    list-style-type: circle;
}
.sidebar ul.category-list {
	list-style-type: none;
}
.sidebar ul li {
    margin: 5px 0; /*10px 0;	*/
	line-height: 1.4;
}
.sidebar ul li a {
    color: #1b1b1b;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-size: 14px; /*12px;*/
    letter-spacing: 0;
    font-weight: 500;
	line-height: 1.4;
}
.sidebar.services ul li a {
	font-size: 16px;
}
.sidebar ul li a.active, .sidebar-mobile ul li a.active {
    color: #1b1b1b;
	font-weight: 700;
}
.sidebar h2, .sidebar span {
    color: #1b1b1b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 25px;
}
.sidebar-mobile {
	display: none;
	position: relative;
	margin: 15px auto;
	/*padding: 0 15px;*/
    background: #fff;
	height: fit-content;
	width: 100%;
}

.sidebar-mobile h2, .sidebar-mobile span:not(.dashicons) {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	display: flex;
    justify-content: start;
    align-items: center;
    cursor: pointer;
	margin: 0!important;
}
.sidebar-mobile h2 span {
	margin-left: 3px;
}
.sidebar-mobile h2 i, .sidebar-mobile span i {
	margin-right: 10px;
	font-size: 16px;
	font-weight: 600;
}

.sidebar-mobile #menu-sidebar-mobile ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    line-height: normal; 
}
.sidebar-mobile .accordion-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
	text-align: left;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.sidebar-mobile .accordion-content.active {
    max-height: 1000px; 
	opacity: 1;
    visibility: visible;
}
.toggle {
	transition: transform 0.3s;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
	margin-left: 5px;
}
.toggle.active {
    transform: rotate(180deg); 
}
.accordion-content ul {
	margin-top: 20px;
}
.portfolio-sidebar .accordion-content ul {
	margin-top: 0;
}
.accordion-content ul li label {
    letter-spacing: normal;    
	margin-left: 5px;
	font-size: 14px;
	cursor: pointer;
}
body  #menu-sidebar-mobile > ul > li {
	line-height: 1.4;
}
.main-content {
    width: 100%; /*75%;*/
    padding-left: 20px;
}
.main-content h2 {
	text-decoration: none;
	text-transform: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -.01em;
	color: #1b1b1b;
}
.main-content .menu-elements:first-child h2 {
    margin-top: 0!important;
}
.sampleAbout.politics { 
	padding: 45px 0 15px 0 !important;
}
.menu-elements-row {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    margin-bottom: 20px;
}

.menu-element {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
    align-content: center;
	font-family: 'Montserrat', sans-serif;
}

.menu-element img {
    margin-right: 10px;
}

.menu-element-image .dashicons,
.menu-element-image .material-icons,
.menu-element-image i {
    max-width: 100%;
    max-height: 100%;
	margin-top: 0;
    margin-left: 2px;
}
.menu-element-image img {
	color: #1b1b1b;
    max-width: 30px;
    max-height: 30px;
    padding-top: 0;
    padding-left: 11px;
    width: 26px;
    height: 26px;
    border-radius: initial;
    box-sizing: content-box;
    margin-top: 7px;
}
.menu-element a {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 500;
    vertical-align: inherit;
}
.menu-element-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5rem;
    align-items: center;
    margin-left: 10px;
}

.menu-element-additional-info {
    color:#34C759; 
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: fit-content;
    white-space: pre-wrap;
    overflow-wrap: break-word;    
	white-space: nowrap;
	margin-left: 5px;
}

.menu-element-additional-info span {
	background: #ffffff;
	color: #30d158;
	font-weight: 800;
}
.menu-element-image {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 8px;
	aspect-ratio: 1 / 1;	
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2); 
	border: 2px solid #1b1b1b;
	padding: 3px;
}

.menu-element-text {
    overflow-wrap: break-word; 
    white-space: normal;
    width: fit-content;
    font-size: 24px;
    margin-left: 15px;
    text-align: left;	
}
.menu-element-text a {
	font-size: 22px; 
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -.02em;
	margin-right: 5px;	
	color: #1b1b1b;
}
.menu-element-enter {
    display: flex;
    align-items: center;
	margin-left: auto;
}

.menu-element-enter a img {    
    height: 30px;
	margin-top: 10px;
}
.menu-element-enter a i {
	vertical-align: sub;
}
.menu-element-additional-info .material-icons {
	color:#34C759; 
	font-size:20px; 
	vertical-align:middle;
	margin-right: 3px; 
}
@media screen and (max-width: 1200px) {
	.sidebar {
		display: none;
	}
	.sidebar-mobile {
		display: block;
	}
}

@media screen and (max-width: 768px) {	
	.main-content {
		width: 100%;
		padding: 0;
	}
	.main-content h2 {
		font-size: 14px;	
	}
	#breadcrumbs { 
		margin-left: 3px!important;
		padding: 0!important;
	}
	.container.container-menu {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	.sampleAbout.politics {
		padding: 0 0 15px 0 !important;
	}
	.projectAbout .featureList > ul > li {
		font-size: 17px;
	}
}
@media (min-width: 1024px) {
    .sidebar-fixed {
        position: fixed; 
        top: 70px;
		padding-left: 10px;
		padding-right: 10px;
    }
    .content-fixed {
        margin-left: 355px;
    }
	.menu-elements {
		width: 840px;
		display: block!important;
	}	
}

@media (max-width: 1200px) {
	.sidebar {
		display: none;
	}
	.main-content {
		width: 100%;
		padding: 0;
	}
}

.custom-list {
    list-style: none;
    padding: 0;
}

.custom-list li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    line-height: 25px;
}

.custom-list li a {
  white-space: wrap; 
  padding-right: 8px; 
  display: inline-block; 
}

.custom-list li a.active {
  font-weight: 500 !important;
  letter-spacing: 0.2px;
  text-shadow:
    0.2px 0 currentColor,
    -0.2px 0 currentColor,
    0 0.2px currentColor,
    0 -0.2px currentColor;
}

.custom-list input[type='radio'], 
.accordion-content input[type='radio'] {
    margin-right: 10px;
	cursor: pointer;
	line-height: 1.4;
	vertical-align: middle;
}
.accordion-content input[type='radio']:checked,
.custom-list input[type='radio']:checked {
    accent-color: #1b1b1b;
}


/* Стилизация label (радио-кнопки) */
.custom-list label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #1b1b1b;
}
.blog-pages .custom-list label {
	font-size: 14px; /*12px;*/
	line-height: 1.4;
}
/* Когда radio input выбран */
.custom-list input[type='radio']:checked + label::before {
    background-color: #1b1b1b;
}

/* Стилизация ссылки */
.custom-list a {
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 575px) {
	ul.custom-list li::before {
		top: -8px;
	}
}
.servicesBanner {
    min-height: 10vh;
    height: fit-content;
    padding: 65px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
	background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}
.portfolioBanner {
    min-height: 10vh;
    height: fit-content;
    padding: 65px 0 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
	background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}
.servicesBanner.bgFixed {
    background-position: center center;
    background-attachment: initial;
}
.portfolioBanner.bgFixed {
    background-position: center center;
    background-attachment: initial;
}

@media screen and (max-width: 575px) {
	.servicesBanner .container {
		max-widht: 100%;
		width: 100%;
	}
	.portfolioBanner .container {
		max-widht: 100%;
		width: 100%;
	}

}
.headerText {
    text-align: left;
	margin-bottom: 20px;
}
.headerText .wrap {
    margin: 0 auto; /*20px auto 0 auto;*/
	width: 100%;
}
.portfolioBanner .headerText .wrap {
	margin: 0 auto;
}
.portfolioBanner .headerText .wrap h1 {
	font-size: 34px; /*42px;*/
	font-weight: 800; /*700;*/
	display: inline-block;
}
.headerText span {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 800; /*700; */
    letter-spacing: 0; /*3.6px;*/
	display: flex;
    align-items: center;
    /*margin: 20px 0 30px 0;*/
    text-transform: none;
} 
.headerText h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-transform: none;
    margin-bottom: 0;	
    text-transform: none;
	font-weight: 800; /*600px;*/
	line-height: 1.2; /*110%;*/
	letter-spacing: 0;
	vertical-align: middle;
}
.headerText .wrap span {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.header-elements {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-logo {
	margin-right: 10px;
}
.styles-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 30px; /*13px;*/
	margin-bottom: 10px;
}
.portfolioBanner .styles-buttons {
	flex-direction: row; 
	display: flex;
	align-items: center;
	justify-content: space-between; 
	margin-top: 10px; 
	margin-left: 0;
}
.portfolioSection {
	margin-top: 25px;
}
.blogBanner .styles-buttons {
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
	margin-top: 40px;
}
.blogContacts .slogan {
	font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0px;
    padding-right: 30%;
}

.serviceReviews {
	padding-top: 45px!important;
}
@media screen and (max-width: 575px) {
  .blogBanner .styles-buttons {
    margin-top: 0;
    /*padding: 10px 0 10px;*/
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .careerBanner .styles-buttons {
	margin-top: 5px;
  }
  .blogContacts .slogan {
	  font-size: 20px;
	  padding-right: 0;
  }
  .serviceReviews {
	padding-top: 25px!important;
}
}

/*
.portfolioSection .sidebar-mobile h2 {
	margin: 5px 0 20px 0 !important;
	font-size: 26px;
	font-weight: 600;
}

.portfolioSection .sidebar-mobile {
    margin: 10px 0;
    padding: 5px 0px;
}
*/
.portfolio-wrapper.portfolio-posts p, 
.portfolio-wrapper.portfolio-posts ul li,
.desktopScreenshotsSlider ul li,
.videoYtbSlider ul li,
.verticalScreenshotsSlider ul li
  {
    color: #1b1b1b;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0;
	margin-bottom: 15px;
}
.portfolio-wrapper.portfolio-posts ul li  {
	list-style: square;
}
.portfolio-wrapper.portfolio-posts ul {
    padding-left: 40px;
    margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
	.portfolio-wrapper.portfolio-posts p,
	.portfolio-wrapper.portfolio-posts ul li {
		font-size: 16px;
	}
}
.portfolio-wrapper.portfolio-posts p img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 575px) {
	.portfolioSection {
		margin-top: 0;
		padding: 0 !important;
	}
	.portfolioSection .portfolio-posts h2 {
		font-size: 26px;
	}
	.projectAbout .featureList > ul > li {    
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.projectAbout .featureList > ul > li ul li {
		line-height: 2.7rem;
	}
}
.portfolioSection .sectionSubTitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 2.9rem;
}
.portfolioSection .portfolio-wrapper h2 {
	font-size: 26px;
	font-weight: 600;
}
.portfolioSection .portfolio-wrapper h3 {
	font-size: 24px;
	font-weight: 600;
}
.portfolioSection .portfolio-wrapper h4 {
	font-size: 22px;
	font-weight: 600;
}
.portfolio-instruments, .portfolio-type, .portfolio-solution {
	color: #1B1B1B;
    background-color: #f5f5f5;
    padding: 2px 8px;
    margin-right: 5px;
	margin-top: 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}
/*
.portfolio-solution {
	color: #1B1B1B;
	font-size: 15px; 
}
*/
.portfolio-location img {
	border-radius: 0;
}
.portfolio-location, .portfolio-team, .portfolio-referencies {
	margin-top: 5px;
	font-size: 15px;
}
.featureList ul {
    list-style: none;
}
@media (max-width: 768px) {
  .styles-buttons {
    flex-direction: column;
    align-items: center;
  }
  .portfolio-description {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.careerBanner .header-items {
	font-size: 16px;
}
.header-items {
    font-weight: 600; 
    color: #ffffff;
	font-size: 19px;
	line-height: 1.2;
}
.bordered {
	border: 2px solid #ffffff;
	border-radius: 20px;
    padding: 5px 10px;
	width: 265px;
	min-width: fit-content;
	font-size: 18px;
    margin-right: -8px;
	text-align: center;
	white-space: nowrap;
}
.header-items span {
    vertical-align: middle;
}
.header-items a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #ffffff!important;
	line-height: 28px;
    font-weight: 600;
    text-decoration: none;
	letter-spacing: 0;
	width: 100%;
}
.header-items a:hover {
    text-decoration: none;
}
.header-items .dashicons {
    font-size: 23px;
    margin: 0 5px;
}
.header-items .material-icons {
        font-size: 23px;
        margin: 0;		
		line-height: 1.2;
		vertical-align: middle;
}
.portfolioBanner .bordered i {
	vertical-align: sub;
}
.servicesBanner .headerContainer {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
	.servicesBanner .header-items {
		margin-bottom: 10px;
		font-size: 11px;
	}
	
    .servicesBanner .header-items a {        
        text-decoration: none;
		letter-spacing: 0;
		vertical-align: sub;
    }
    .servicesBanner .header-items .dashicons {
        font-size: 18px;
        margin: 0;		
		line-height: 1.2;
		vertical-align: middle;
    }
    .servicesBanner .headerText h1 {
        font-size: 30px;
        line-height: 1.35;
    }
    .servicesBanner.single-service .headerText h1 {
        font-size: 25px; /*22px;*/
        line-height: 1.1;
    }
    .servicesBanner .headerText span {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 10px 0;
    }
	
	.servicesBanner.single-service {
	padding: 65px 0 0 0; /*60px 0 14px 0;*/
	}
}


.portfolio-sidebar .svgIcon, .blogHome .svgIcon {
	width: 16px;
    height: 16px;
    fill: #1b1b1b!important;
    margin: 0 10px 0 0;
}
.menu-element-image .svgIcon {
    fill: #1b1b1b!important;
    width: 50%;
    height: 40px;
    margin: 0 24%;
}

@media screen and (max-width: 575px) {
	.headerContainer {
		margin-left: 0;
	}
	.servicesBanner .headerContainer {
		margin-left: 0;
	}
	/*
	.header-items {
		font-size: 10px;
	}
	*/
	.portfolioBanner .header-items {
		margin-left: 0;
		font-size: 14px;
	}

	.header-items a {    
		text-decoration: none;
		letter-spacing: 0;
	}
	
	.portfolioBanner .header-items a {
		line-height: 16px;
	}
	.portfolioBanner .bordered i {
		line-height: 16px;
	}
	.header-items .dashicons {
		font-size: 18px;
		margin: 0;
	}
	.bordered {
	  padding: 1px 6px;
	  width: 165px;
	  text-align: center;
	}
	.portfolioBanner .bordered {
		padding: 1px 20px;
		vertical-align: text-top;
	}
	.portfolioBanner #breadcrumbs {
		margin-top: 10px!important;
		margin-left: 0!important;
	}
}

.featureList ul li a i {
	width: 28px;
    height: 28px;
	font-size: 24px;
    line-height: 31px;
    vertical-align: middle;
    color: #1b1b1b;
}
.featureList ul li .title {
	font-size: 14px;
	font-weight: 400;
    color: #006CE5;
    text-decoration: underline;
    letter-spacing: 0;
    line-height: 21px;
	vertical-align: middle;
}
.singleBlogBanner .header-items {
    font-weight: 600;
	font-size: 21px;
    color: #ffffff;
}

.singleBlogBanner .bordered {
    border: 2px solid #ffffff;
    border-radius: 20px;
    text-align: center;
    width: 275px;
	min-width: fit-content;
	padding: 5px 10px;
	font-size: 18px;
    margin: 0 0 0 auto;
	white-space: nowrap;	
}
.singleBlogBanner {
    min-height: 10vh;
    height: fit-content;
    padding: 65px 0 5px 0;
    align-items: center;
    justify-content: center;
    text-align: left;
	background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken;
}
.singleBlogBanner .header-items span {
    vertical-align: middle;
}
.singleBlogBanner .header-items a {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: #ffffff!important;
	letter-spacing: 0;
}
.singleBlogBanner .header-items a:hover {
    text-decoration: none;
}
.singleBlogBanner .header-items .dashicons {
    font-size: 23px;
    margin: 0 5px;
}
.singleBlogBanner .headerText {
    text-align: left;
	margin-bottom: 20px;
}
.singleCareerBanner .headerText .wrap {
	display: flex;
}
.singleBlogBanner .headerText .wrap {
    margin: 20px auto 0 auto;
	width: 100%;
}
.singleBlogBanner .headerText span {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: 700; 
    letter-spacing: 3.6px;
    display: block;
    margin: 20px 0 30px 0;
    text-transform: uppercase;
}
.singleBlogBanner .headerText h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    text-transform: none;
    margin-bottom: 0;	
    text-transform: none;
	font-weight: 800; /*600;*/
	line-height: 1.45;
	letter-spacing: 0;
}
.singleCareerBanner .headerText h1 {
	margin: auto 0 auto 15px;	
}
.singleBlogBanner.bgFixed {
    background-position: center center;
    background-attachment: initial;
	/*background-color: #ffffff;*/
}
@media (min-width: 1370px) {
    .singleBlogBanner .container {
        width: -webkit-fill-available;
        /*padding: 0;*/
    }
}
.topSection {
    padding: 50px 0;
}

@media (min-width: 769px) and (max-width: 1200px) {	
	.singleBlogBanner .headerText h1 {
		font-size: 34px;
		font-weight: 800;
	}
	.topSection {
		padding: 15px 0; 
	}
}

.menu-tab {
    margin-right: 40px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 510;
    color: #1b1b1b;
    position: relative;
    display: inline-block;
	transition: all 0.3s ease;
}
.menu-tab.active {
    color: #fff;
    background: #1b1b1b;
    border-radius: 18px;
    padding: 5px 10px;
	transition: all 0.3s ease; 
}
.menu-tabs-container {
    position: relative;
	overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    white-space: nowrap;
}
.menu-tabs-container::-webkit-scrollbar {
    display: none;
}
.menu-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
	left: -9px;
    width: 105%;
	transition-behavior: normal;
    transition-delay: 0.5s;
    transition-duration: 1s;
    transition-property: auto;
    transition-timing-function: linear;
}

.menu-tabs::-webkit-scrollbar {
    display: none;
}
@media (max-width: 768px) {
	.menu-element {
        width: 100%;
        margin-bottom: 15px;
    }
	.menu-tabs-container {
        position: sticky;
        top: 56px;
        background-color: #fff;
        z-index: 80;
        padding: 10px 0 15px;
    }
    .menu-tab {
        font-size: 15px;
        line-height: 17px;
        margin-right: 5px;
		padding: 5px;
		letter-spacing: -0.5px;
    }

    .menu-element-text a {
        font-size: 16px;
        line-height: 0.9;
    }

    .menu-element img {
        width: 24px;
        height: 24px;
        margin-top: 7px;
        margin-right: 0;
    }
	.menu-element-image img {
		padding-top: 0;
		padding-left: 0;
}
	
	.menu-element-image { 
		width: 44px;
		height: 44px;
		border-radius: 6px;
		aspect-ratio: 1 / 1;
	}
	 .menu-element-image .dashicons, .menu-element-image .material-icons, .menu-element-image i {
		margin-top: 0;
		margin-left: 0;
		font-size: 22px !important;
	}
	.menu-element-image i  {
		margin-right: 0;
	}
	
	.menu-element-enter a img {
		height: 24px;
		width: auto;
		margin-top: 10px;
}
    .menu-elements-row {
        margin-bottom: 0px;
    }
	.menu-elements h2 {
		font-size: 28px;
	}
	.menu-element-additional-info {
		margin-left: 5px;
		vertical-align: middle;
	}
	.menu-element-additional-info span {
		font-size: 9px;		
	}
	.menu-element-additional-info .material-icons {
		font-size: 17px;
	}
	.menu-element-text {
		margin-left: 5px;
	}
	.singleBlogBanner {
        height: auto;
        padding: 61px 0 5px 0;
    }
    .singleBlogBanner .headerText {
        margin-bottom: 10px;
    }
	.singleBlogBanner .header-items {
		margin-bottom: 10px;
	}
    .singleBlogBanner .header-items a {
        font-size: 11px;
        text-decoration: none;
		letter-spacing: 0;
    }
    .singleBlogBanner .header-items .dashicons {
        font-size: 18px;
        margin: 0;
    }
    .singleBlogBanner .headerText h1 {
        font-size: 25px; /*20px;*/
        line-height: 1.2;
    }
    .singleBlogBanner .headerText span {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 10px 0;
    }
	.singleBlogBanner .container {
		width: 100%;
	}	
} 
.toggle span.dashicons  {
	font-size: 20px;
}
.ytb-button {
    display: inline-block;
    padding: 0px 12px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 5px;
	white-space: nowrap;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.ytb-button i {
    margin-left: 3px;
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
}
.career-logo {
    width: 55px; /*80px;*/
    height: 55px; /*80px;*/
    border-radius: 50%; 
    background: linear-gradient(to right, #042366, #004F7A); 
    display: flex; 
    align-items: center; 
    justify-content: center;     
}
.singleCareerBanner .career-logo {
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
}
.career-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
	margin-bottom: 20px;    
    padding-bottom: 15px;
	border-bottom: 1px solid #1b1b1b15;
}

.career-image {
    flex-shrink: 0; 
    margin-right: 15px;
}

.career-info {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
}

.careerItem .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.careerItem .category-block {
    display: flex;
    flex-wrap: wrap; 
    gap: 5px;
}

.careerItem .category {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #1B1B1B;
    background-color: #f5f5f5;
    padding: 2px 8px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
}

.career-enter {
    flex-shrink: 0; 
    margin-left: 5px;
    font-size: 20px;
    color: #1b1b1b;
	width: 6px;
}
.careerHome .careerItem .title {
    color: #1B1B1B;
	font-family: 'Montserrat', sans-serif;
	text-transform: initial;
	font-weight: 600;
	font-size: 22px; /*26px;*/
	letter-spacing: 0;
	line-height: 1.4;
}
.careerHome .careerItem .title:before {
	display: none;
}
.careerHome .careerItem .date {
	color: #1B1B1B;
	font-weight: 400;
    letter-spacing: 0;
	font-size: 10px;
}

.portfolioHome .link .mainBtn, .careerHome .link .mainBtn {
	color: #1B1B1B;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 500;
}
.portfolioHome .mainBtn .decorUnderline::before, .careerHome .mainBtn .decorUnderline::before {
	background-color: #1B1B1B;
}
.portfolioHome .mainBtn .decorUnderline::after, .careerHome .mainBtn .decorUnderline::after {
	background-color: #1B1B1B;
}
.portfolioHome .mainBtn:hover, .careerHome .mainBtn:hover {
    border-left-color: #1B1B1B;
    border-top-color: #1B1B1B;
}	
.portfolioHome .mainBtn::after, .careerHome .mainBtn::after {
	background-color: #1B1B1B;
}

	
@media screen and (max-width: 768px) {	
	.careerHome .careerItem .title {
		font-size: 22px;
	}
	.career-logo {
		width: 50px;
		height: 50px;
	}
	.singleCareerBanner .career-logo {
    width: 70px;
    height: 70px;
    aspect-ratio: 1 / 1;
	}
}
.blogHome {
	background-image: initial;
}
.careerHome {
    background-image: initial;
	padding: 40px 0!important;
}
@media screen and (max-width: 575px) {
	.singleBlogBanner .bordered, .blogBanner .bordered, .careerBanner .bordered {
		width: 175px;
		line-height: 29px;
		padding: 0 15px;
		font-size: 11px;
	}
	.ytb-button {
		padding: 0;
	}
	.ytb-button i {
		font-size: 13px;
		vertical-align: middle;
	}
	.career-content, .blog-header {    
    margin-left: 0;
	}
	.careerHome .careerItem .title {
		font-size: 18px;
		line-height: normal;
	}
	.careerHome .careerItem .date {
		font-size: 11px;
	}
	.careerHome {
		padding: 0!important;
	}
}

.bgBlog {
	background-position: top center;
    background-attachment: initial;
    background-color: #ffffff;
	background-size: cover;
}
html {
    scroll-behavior: smooth;
}

.mobile-category {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 80; 
    background-color: #fff; 
    padding: 0; 
    margin-bottom: 20px;
	width: 92%;
    margin-bottom: 10px; 
    transition: top 0.3s;
	display: none;
}
.mobile-category + .content {
    margin-top: 60px;
}
.mobile-category select {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    border: 1px solid #133A85;
    padding: 10px;
    font-size: 13px;
    color: #333;
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #133A85 50%), linear-gradient(135deg, #133A85 50%, transparent 50%);
    background-position: calc(100% - 6px) calc(1em + 2px), calc(100% - 1px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}
.mobile-category select:focus {
    border-color: #133A85;
    box-shadow: 0 0 0 1px #133A85;
    outline: none;
}
.category-date-block {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 1370px) {
	.mobile-category {
		display: block;
	}
}

@media (max-width: 768px) {
	.mobile-category {
		display: block;
	}
}
@media screen and (max-width: 575px) { 
	.mobile-category {
		display: block;
		width: 110%;
		text-align: center;
	}
}
.sidebar.sidebar-right {
	width: 100%; 
    max-width: 360px; 
    margin-left: 70px; 
    background: #fff; 
    padding: 0 20px;
	top: 0;
}
.sidebar.sidebar-left {
	padding-top: 0;
	padding-bottom: 0;
}
/*.serviceAbout {
    padding: 0 0 15px 0 !important;
}
*/
.serviceVideo {
	width: 100%;
	margin-bottom: 25px;
}
.clientSection .mainTitle .sectionSubTitle,
.serviceSteps .mainTitle .sectionSubTitle,
.serviceAbout .mainTitle .sectionSubTitle,
.serviceVideo .mainTitle .sectionSubTitle,
.pqTitle {
	color: #1B1B1B;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: none;
    padding-left: 0;
	margin: 15px 0; /*25px 0;*/
}
.infoItem ul {
	margin-bottom: 15px;
}
.infoItem ul li {
	margin: 10px 0; /*15px 0;*/
}
@media screen and (max-width: 575px) {
    .serviceAbout .mainTitle .sectionSubTitle {
        font-size: 28px;
        line-height: 1.2;
    }
	.serviceAbout  {
		padding-top: 0!important;
	}
	.serviceAbout .serviceText {
		font-size: 16px;
		line-height: 23px;
		letter-spacing: 0;
	}
	.topSection {
		padding: 0;
	}
	
}

.main-content .menu-elements:first-child h2 {
    margin-top: 0!important;
}
.topSection .menu-elements h2 {
	font-size: 26px;
	line-height: 1.2;
}
.menu-element-enter {
	width: 15px;
}

.title-banner {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
	margin: 25px auto;
}

.title-banner-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
	margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}

.title-banner-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.grecaptcha-badge {
    z-index: -1 !important;
	visibility: hidden;
}

.videoYtbSlider .video {
    flex: 1 0 calc(100% / var(--slides-number)); 
    margin: 0; 
}

.shorts-video iframe,
.standard-video iframe, 
.shorts-video img,
.standard-video img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 9; 
	border-radius: 8px; 
	overflow: hidden;
}

.videoYtbSlider {
    display: flex;
	touch-action: pan-y;
    margin: 25px auto;
    gap: 0; 
}

.video {
    position: relative;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 100%;
    height: 100%; 
    overflow: hidden; 
    border-radius: 8px;
}
.video iframe {
    position: relative; 
    width: 100%;
    height: 100%; 
    border-radius: 8px;
    z-index: 1; 
}
.imgDivider .video-description, 
.video .video-description, 
.video-block .video-description,
.portfolio-wrapper.portfolio-posts .video-block .video-description {
	font-family: 'Montserrat', sans-serif!important; 
	font-size: 12px!important; 
	font-style: italic!important; 
	font-weight: 500!important; 
	line-height: 1.4!important;
	text-align: center!important;
	margin: 30px 0!important;
}
.video-block {
	margin-bottom: 0; /*40px;*/
}
.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.screenshots {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.screenshots-popup-close:hover {
    color: red;
}
@media screen and (max-width: 768px) {
    .screenshots-popup-content img {
        max-width: 100%;
        max-height: 100%; 
        border-radius: 6px;
    }

    .screenshots-popup-close {
        top: 5px; 
        right: 5px; 
    }
}

@media screen and (max-width: 480px) {
    .screenshots-popup-content {
        max-width: 100%; 
        max-height: 100%; 
    }
}

.screenshots-popup {
    display: none;	
	justify-content: center;
	align-items: center;
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

.screenshots-popup-content {
	position: relative;
	max-width: 97vw;
	max-height: 97vh;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	flex-direction: column;
}

.screenshots-popup-content img {	
	max-width: 97vw;
	max-height: 97vh;
	/*height: 97vh;*/
	width: auto;
	border-radius: 8px;
	object-fit: contain;
	display: block;
}

.screenshots-popup-close {
    position: absolute;
    top: 3%;
    right: 30px;
	color: #1b120baf;
    font-size: 50px;
    cursor: pointer;
    font-weight: bold;
	z-index: 1100;
} 

.screenshots-popup-close:hover {
    color: red;
}

.screenshot-wrapper {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;    
    max-width: 97vw;
    max-height: 97vh;
}

.screenshot-wrapper img {
	max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .screenshots-popup-content {
        max-width: 97%;
        max-height: 97%; 
    }

    .screenshots-popup-content img {
        max-width: 100%;
        max-height: 100%; 
		height: 97%;
        border-radius: 6px;
    }
/*
    .screenshots-popup-close {
        top: 3%; 
        right: 30px; 
    }
	*/
}

.single-screenshot-slide img {
    width: 100%; 
    height: auto;
    border-radius: 8px;
	aspect-ratio: 16 / 9; 
    object-fit: contain;
}
	
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2025/03/youtube_logo_1.png) no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    padding: 0;
	transition: transform 0.3s ease, filter 0.3s ease; 
}

.play-button-shorts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2025/03/Youtube_shorts_icon.svg) no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    padding: 0;
	transition: transform 0.3s ease, filter 0.3s ease; 
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1); 
    filter: brightness(1.2); 
}

.video-overlay {
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
    height: 13%; 
    background: transparent;
    z-index: 10;
}
.video-overlay-1 {
    position: absolute;
	bottom: 23%;
    left: 0;
    width: 100%;
    height: 14%; 
    background: transparent;
    z-index: 10;
}

.custom-prev, .custom-next {    
    border: 1px solid #ffffff8f; /*#522C93;*/
	width: 40px;
	height: 40px;
	border-radius: 50%;
    font-size: 24px;
    color: #1b1b1b; /*#fff;*/
	background-color: #ffffff8f; /*#522C93;	*/
    position: absolute;
    top: 50%; /* Посредине по высоте */
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
	opacity: 1; /*0.6;*/
}
.custom-prev:hover, .custom-next:hover {
	background-color: #ffffff;
	border: 1px solid #1b1b1b;
}
.custom-prev {
    left: -27px; /*-20px; */
}

.custom-next {
    right: -27px; /*-20px; */
}

@media screen and (max-width: 575px) {
	.custom-prev {
		left: 0px; 
	}
	.custom-next {
		right: 0px; 
	}
}

.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li {
    margin: 0 5px;
}
.slick-dots li button {
    background-color: #ccc; 
    border: none;
    width: 10px; 
    height: 10px;
    border-radius: 50%; 
    font-size: 0; 
    line-height: 0; 
    padding: 0;
}
.slick-dots li.slick-active button {
    background-color: #000; 
}
@media screen and (max-width: 575px) {
	.slick-dots {
		
	}
}
.videoYtbSlider .slick-slide {
    margin-right: 20px; 
    align-items: center; 
    justify-content: center; 
}

.videoYtbSlider .slick-list {
    margin-right: -20px; 
}

.verticalScreenshotsSlider .slick-slide {
    margin: 10px 20px 0 0; 
}

.verticalScreenshotsSlider .slick-list {
    padding: 0;
    margin-right: -20px; 
}

.desktopScreenshotsSlider .slick-slide {
    margin: 10px 20px 0 0; 
}

.desktopScreenshotsSlider .slick-list {
    padding: 0;
    margin-right: -20px; 
}



.videoYtbSlider .slick-dots,
.verticalScreenshotsSlider .slick-dots,
.desktopScreenshotsSlider .slick-dots  {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.videoYtbSlider ul.slick-dots,
.verticalScreenshotsSlider  ul.slick-dots,
.desktopScreenshotsSlider ul.slick-dots {
	padding-left: 0;
}

.videoYtbSlider .slick-dots li,
.verticalScreenshotsSlider .slick-dots li,
.desktopScreenshotsSlider .slick-dots li {
	list-style: none !important;
}

.desktopScreenshotsSlider .slick-dots li button {
    background-color: #ccc; 
    border: none;
    width: 10px; 
    height: 10px;
    border-radius: 50%;
    font-size: 0; 
    padding: 0;
}

.desktopScreenshotsSlider .slick-dots li.slick-active button {
    background-color: #000; 
}

.desktopScreenshotsSlider .slick-dots li button::before {
    display: none;
}
.portfolioSection .serviceText p img {
	width: 100%;
	height: fit-content;
}
.calc-block {
    border: 6px solid transparent;
    border-image-source: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='6' height='2' y='5' fill='black'/%3E%3C/svg%3E");
    border-image-slice: 1;              
    border-image-width: 6;              
    border-image-repeat: round;         
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}

.flowplayer .fp-player a {
	visibility: hidden;
}
.post-author-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600; 
	font-size: 10px;
	letter-spacing: 0px;
	margin-right: 5px;
}
.post-author-image {
	width: 20px;
    height: 20px;
    border-radius: 10px;
	vertical-align: middle;
	margin-right: 5px;
}

.excerpt {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
	line-height: 1.35;
	letter-spacing: 0;
}
.media-block {
	margin: 10px 0;
}

.media-block img {
    display: block;
    margin-bottom: 15px;
	aspect-ratio: 16 / 9;
    object-fit: cover;
}

.media-square img {
    width: 168px!important;
    height: 168px!important;
    float: left;
	object-fit: cover;
    margin-right: 15px;
}

.media-square .excerpt {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 183px); 
}
.media-wide img {
    height: 435px!important;
	width: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
	/*
	.topSection {
		padding: 15px 0;
}
*/
	.mainHeader .menu {
		position: absolute;
	}
	.sidebar {
		display: none;
	}
	.media-block img {
        width: 100%;
        height: auto;
		aspect-ratio: 16 / 9;
		object-fit: cover; 
    }
	.media-wide img {
		height: auto!important;
	}
    .excerpt {
        max-width: 100%!important;
		font-size: 16px;
    }
	.media-square img {
		width: 100%!important;
	}
}
.sticky {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 100;
}
.sticky-end {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.styled-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
	.styled-table th,
	.styled-table td {
	padding: 8px 12px;
	border: 1px solid #ddd;
}
	.styled-table th {
	background-color: #f4f4f4;
	text-align: left;
}


/*
* END
*/