@font-face {
    font-family: semibold;
    /* Имя шрифта */
    src: url('/local/templates/books/fonts/opensans-bold.ttf');
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: light;
    /* Имя шрифта */
    src: url('/local/templates/books/fonts/opensans-light.ttf');
    /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: regular;
    /* Имя шрифта */
    src: url('/local/templates/books/fonts/opensans-regular.ttf');
    /* Путь к файлу со шрифтом */
}

@font-face {
    
    font-family: OSbold;
    font-size:18px;
    /* Имя шрифта */
    src: url('/local/templates/books/fonts/opensans-bold.ttf');
    /* Путь к файлу со шрифтом */
}

body {
    background-color: black;
    margin: 0;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
}

.wrapper {
    max-width: 1530px;
    margin: auto;
    padding: 0 15px;
}
.tablebodytext{
    display: none;
}
.menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    background-color: black !important;
    opacity: 0;
}

.full {
    width: 100%;
    height: 100%;
}


.menu ul {
    font-family: light;
    font-size: 50px;
    font-weight: lighter;
    text-transform: uppercase;
    color: white;
    list-style: none;
    margin-right: 100px;
    display: none;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 146px;
    padding: 0;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #169FDB;
}

a:hover > p {
    color: #169FDB;
}

.menu_contacts {
    margin-top: 60px;
    font-size: 14px;
}

.menu a:last-child > li {
    margin-top: 15px;
}

.activeMenu {
    display: inline-block !important;
}

.menu li {
    padding: 10px;
}

h2 {
    font-family: semibold;
    font-size: 100px;
    display: inline-block;
    margin: auto;
}

.wrapper_nav {
    position: fixed;
    width: 100%;
    background-color: black;
    z-index: 2;
    width: 100%;
    top: 0;
}

.nav {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin: auto;
}

.content-nav p {
    font-family: light;
    font-size: 18px;
}

.content {
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    margin: auto;
    margin-top: 200px;
    color: white;
}

.decisions {
	margin-top: 20px;
}

.logo {
    z-index: 3;
}

.logo img {
    height: 100px;
}
.desktopMenu{
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-family: regular;
/* font-size: 17px; */
font-size: 14px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: right;
}
.desktopMenu>div:not(first-child){
    margin-left: 40px;
}
.content-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 70%;
}
.slick-slider{
        padding: 0 100px;
}
.slick-next{
    right: 50px!important;
		/* background-image: url(img/EllipseRight.png)!important; */
		background-image: url(img/circle-chevron-right.svg)!important;
    background-size: cover;
}
.slick-prev{
    left: 50px!important;
		/* background-image: url(img/EllipseLeft.png)!important; */
		background-image: url(img/circle-chevron-left.svg)!important;
    background-size: cover;
}
.slick-prev::before {
    content: "";
    display:none;
}
.slick-next::before {
    content: "";
    display:none;
}
.slick-dots{
    position: relative;
}
.slick-dots li.slick-active button:before {
    color: #169FDB;
}
.slick-dots li button:before {
    color: white;
}
.indexSlider{
    max-width: 1980px;
    margin: auto;
}
.videoSlideWrapper{
    position: relative;
    max-height: 694.5px;
}
.videoSlideWrapper .btn {
    color: white;
    border-radius: 100px;
    background-color: black;
    padding: 15px 25px;
    text-decoration: none;
    font-family: regular;
    font-size: 21px;
    position: absolute;
    left: 6%;
    top: 77%;
    border: solid 1px #169FDB;
    letter-spacing: 0.12em;
}
.marketplace .btn {
    background: none;
    left: 7%;
    top: 50%;
}
.main .btn {
    background: none;
    left: 6%;
    top: 50%;
}
.mobility .btn {
    left: 84%;
    top: 73%;
    background-color:#169FDB;
}
.mobility .btn:hover {
    background-color: white;
    color: #169FDB;
}
.safety .btn {
    left: 6%;
    top: 55%;
}
.dataprocessing .btn {
    left: calc(50% - 101px);
    top: 70%;
    background-color:#169FDB;
}
.dataprocessing .btn:hover {
    background-color: white;
    color: #169FDB;
}
.content-nav > div {
    cursor: pointer;
    width: 20%;
    text-align: left;
    border-top: solid 4px white;
}

.content-nav > .active {
    border-top: solid 4px #169FDB;
    padding-top: 0;
}

.content-nav p {
    display: inline-block;
}

.content-swap > div {
    display: none;
}

.content-swap > .active {
    display: flex !important;
        flex-wrap: wrap;
}

/*.content-swap .active > div {
    display: inline-block;
    margin-left: 10%;
    width: 30%;
    vertical-align: middle;
    text-align: right;
}*/

.safety__vid {
   max-height: 505px;
}

.safety__vid  video {
    max-height: 505px;
    margin: auto;
    max-width: 100%;
}

.marketplace > img {
    margin: auto;
    max-height: 505px;
}

.marketplace {
    flex-wrap: wrap;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-6 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.col-8 {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
}

.col-4 {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
}
.col-9 {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}
.col-3 {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
}
.col-5 {
    width: 41%;
    display: flex;
    flex-wrap: wrap;
}

.col-25 {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
}

.footer__logo {
	display: flex;
    flex-direction: column;
}

.footer .col-25>div{
    width: 100%;
}
.col-7 {
    width: 59%;
    display: flex;
    flex-wrap: wrap;
}
.footer .col-7{
    justify-content: center;
}

.footer-menu .col-8 {
	justify-content: center;
}

.col-12 {
        width: 100%;
    display: flex;
        flex-wrap: wrap;
}

.col-6 > h2 {
    display: inline-block;
    vertical-align: middle;
    align-self: center;
    width: 100%;
}

.swap-detail {
    width: 40% !important;
    display: flex;
    margin-bottom: 20px;
}

.swap-detail > p {
    display: block;
    width: 40%;
    margin-right: 10%;
    border-top: solid 1px white;
    padding-top: 5px;
}

.marketplace {
    position: relative;
}

.market_arrow {
    font-weight: 900;
}
.marketplace a:hover {
        color: #169FDB;
    background-color: white;
    border: solid 1px #169FDB;
}

.content-swap {
    min-height: 635px;
width:100%;
}
.content-swap>div {
    min-height: 635px;
width:100%;
}

.footer {
    color: white;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 70px;
    background-color: #000;
	border-top: 2px solid #fff;
}

.footer a:hover>p{
    color: white!important;
    text-decoration: underline!important;
}
.footer a:hover{
    color: white!important;
    text-decoration: underline!important;
}
.footer .btn_blue:hover{
    color: #169FDB!important;
    background-color: white;
}
.footer .btn_blue {
    border: 2px solid #FFFFFF;
    padding: 13px 47px;
    margin-top: 45px !important;
}

.footer img {
    margin-right: 10px;
}

.footer p:not(.footer-titles) {
    font-family: light !important;
}
.footer_soc{
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
		margin-top: 22px;
}
.footer_soc a {
    display: flex;
    justify-content: flex-end;
}
.footer-adress{
    display: block;
}

.footer-adress p {
	white-space: nowrap;
}
.btn {
    font-family: regular;
    font-size: 14px;
    padding: 13px 70px;
    border: 2px solid #169FDB;
    box-sizing: border-box;
    border-radius: 29px;
    cursor: pointer;
    display: inline-block;
    margin-top: 80px;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #169FDB;
    color: white;
}

.bluetext {
    color: #169FDB !important;
}

.breadcrumbs {
    font-family: light;
    font-size: 14px;
}

.footer > .row > .col-25 {
    text-align: center;
    font-family: light;
    font-size: 14px;
}

.footer > .row > .col-25:first-child {
    text-align: left !important;
}

.footer > .row > .col-25:last-child {
    text-align: right !important;
}
.footer-titles{
    height: 30px;
    display: block;
    width: 100%;
    font-family: OSbold!important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.095em;
    margin: 15px 0;
}
.footer__items {
    display: flex;
    flex-wrap: wrap;
}
.footer-adress{
    font-size: 16px;
}
.footer-copyright{
    font-size: 14px;
    margin-top: 75px!important;
}
.footer-contacts{
  display: block;
}

.footer-contacts .footer-titles {
	display: block;
}
.footer-phone{
	position: relative;
	display: block;
	font-family: light;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-top: 0px;
	line-height: 18px;
	margin-top: 22px;
}
.col-4.footer_menu {
    margin-bottom: 20px;
}
.footer-mail{
	position: relative;
	display: block;
	font-family: light;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 18px;
	margin-top: 23px;
}
.footer_menu p{
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
}
.footer-menu .col-8 {
	display: block;
}
/* Стилизация кнопки */
.hamburger {
    display: none;
    width: 40px;
    vertical-align: middle;
    z-index: 3;
    border-radius: 5px;
    /* скругление углов */
    width: 100px;
    /* ширина */
    height: 100px;
    /* высота */
    /* выравнивание на флексбох */
    align-items: center;
    /* по вертикали */
    justify-content: center;
    /* по горизонтали */
    flex-direction: column;
    /* складывание полосок друг под друга */
}

.hamburger:hover {
    cursor: pointer;
}

/* Стилизация полоски */
.hamburger span {
    display: block;
    /* строчный элемент в блочный */
    transition: all 0.5s;
    /* плавность анимации */
    width: 70px;
    /* ширина полоски */
    margin: 7px;
    /* расстояние между полосками */
    height: 3px;
    /* высота полоски */
    background-color: white;
    /* Цвет полоски */
}

/* анимация верхней полоски */
.burgerLine:nth-child(1) {
    transform: translate(15px, -3px) rotate(45deg);
    transform-origin: left top;
}

/* анимация средней полоски */
.burgerLine:nth-child(2) {
    transform: scale(0);
}

/* анимация нижней полоски */
.burgerLine:nth-child(3) {
    transform: translate(-6px, -39px) rotate(-45deg);
    transform-origin: right bottom;
}

.about {
    line-height: 1.5;
}

.blueText.bluetext.about_h2 {
	display: none;
}
.about_h2 {
    font-family: OSbold;
    font-size: 46px;
    letter-spacing: 0.1em;
    color: white;
}

.about p {
    font-family: regular;
    font-size: 24px;
    color: white;
    margin: 20px 0;
}
.about .intro p {
    font-size: 20px;
    max-width: 63%;
}
.about .intro b {
    font-size: 25px;
    margin-bottom: 15px;
}

.intro {
    position: relative;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px !important;
    background-image: url(img/Banner_Company.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.about .intro{
    height: 725px;
    background-position-x: 100%;
    background-position-y: center;
    background-size: 50%;
}
.about .future{
    height: 50px;
    margin-left: -83px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.intro .wrapper {
    z-index: 1;
}

.approach_text {
    width: 70%
}

.float_social li {
    list-style-type: none;
    margin-bottom: 20px;
    text-align: right;
}

.float_social {
    position: absolute;
    right: 200px;
    transition: 1s;
}

.mainpage h3,.about h3,.decisionsSection h3, .importozameshchenie h3, .portfolio h3, .our-partners h3{
    font-family: regular;
    font-size: 42px;
    color: #169FDB;
    margin-top: 70px;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}
.mainpage a:hover h3,.importozameshchenie a:hover h3
{
    color: white;
}

.competence p {
    width: 100%;
    margin-bottom: 0 !important;
    height: 50px;
}

.competence img {
    height: 60px;
}

.directions .row {
    justify-content: space-between;
    align-items: center;
    height: 112px;
}

.directions p {
    display: table;
}

.directions .about_description {
    max-width: 31%;
}

.directions_popup {
    opacity: 0;
}

.directions_roll {
    width: 0;
}

.roll_wrap {
    max-width: 30%;
}

.content > div {
    padding-bottom: 30px;
}

.indexSlider.row {
	padding-bottom: 10px;
}

.about_description {
    font-family: regular !important;
    font-size: 18px !important;
    max-width: 80%;
    margin: 0 !important;
}

.about .btn {
    font-family: regular;
    font-size: 14px;
    padding: 13px 70px;
    border: 2px solid #169FDB;
    box-sizing: border-box;
    border-radius: 29px;
    cursor: pointer;
    display: inline-block;
    margin-top: 80px;
    text-transform: uppercase;
}

.about .btn:hover {
    background-color: white;
    color: #169FDB!important;
}

.connect {
    background-color: #169FDB;
    padding: 50px 0 !important;
}

.about .btn_blue {
    border: 2px solid #FFFFFF;
    margin-top: 10px !important;
    color: white!important;
}


.technologies p {
    max-width: 80%;
}

.partner_logos {
    position: relative;
    width: 675px;
}

.partner_logos > img {
    position: absolute;
}

.partner_logos > img:nth-child(1) {
    width: 190px;
    top: 0;
    left: 0;
}

.partner_logos > img:nth-child(2) {
    width: 160px;
    top: 0;
    left: 360px;
}

.partner_logos > img:nth-child(3) {
    width: 120px;
    top: 0;
    right: 0;
}

.partner_logos > img:nth-child(4) {
    width: 300px;
    top: 75px;
    left: 200px;
}

.partner_logos > img:nth-child(5) {
    width: 150px;
    top: 95px;
    left: 0;
}

.partner_logos > img:nth-child(6) {
    width: 260px;
    top: 160px;
    left: 250px;
}

.partner_logos > img:nth-child(7) {
    width: 120px;
    top: 180px;
    right: 0;
}

.partner_logos > img:nth-child(8) {
    width: 160px;
    top: 170px;
    left: 160px;
}

.partner_logos > img:nth-child(9) {
    width: 150px;
    top: 300px;
    left: 0px;
}

.partner_logos > img:nth-child(10) {
    width: 100px;
    top: 315px;
    left: 290px;
}

.partner_logos > img:nth-child(11) {
    width: 260px;
    top: 270px;
    right: 0;
}

.about .projects {
    border-bottom: solid 1px white;
    border-top: solid 1px white;
}

.about_projects p {
    max-width: 80%;
}

.about_projects .logos {
    justify-content: space-between;
    margin-top: 50px;
}

.about_projects .logos > div {
    max-width: 10%;
    display: flex;
    align-items: center;
}

.about_projects img {
    max-width: 100%;

}

.about .blue_text {
    font-family: OSbold !important;
    font-size: 22px !important;
    color: #169FDB;
}
.blue_text{
   color: #169FDB; 
}
.about_c p {
    font-family: regular;
    font-size: 24px;
    color: white;
    margin: 20px 0;
}

.about_c .row p {
    width: 100% !important;
}

.year .btn {
    margin: 0 20px; !important;
}
.year{
    text-align: center;
}

.about_c .col-4 {
    margin-bottom: 60px;
    display: block;
}

.button_col4 {
    display: flex !important;
}

.about_c .col-12 .col-4 {
    align-items: center;
    margin-bottom: 0 !important;
    display: flex !important;
}

.about_c .col-8 {
    margin: auto;
}

.about_c .col-12 {
    padding: 0 100px;
    border: solid 1px white;
    width: auto!important;
}

.about_c_p {
    width: 90% !important;
    margin: 40px 0 !important;
}
.about_c_p b {
	color: #169FDB;
    font-weight: normal;
}
.network {
	color: #169FDB;
}

.about_c .year {
    display: inline-block;
    margin-top: -100px;
}

.about_c .year h2 {
    background-color: black;
	font-size: 70px;
}
.mainpage .about_c .year h2 {
    font-size: 100px;
}
.mainpage .about_c .year p {
    font-size: 17px;
}

.about_c .year p {
    margin: 0 0 40px 0 !important;
}

.year .btn {
	padding:13px;
}

.about_c h3 {
    margin-bottom: 100px;
}

.about_c .col-4 p {
    width: 100%;
    margin-bottom: 0 !important;
    height: 50px;
    font-size: 17px;
}

.about_c img {
    height: 60px;
}

.about_c .about_description {
    height: auto !important;
}
.about_c .button_wrapper {
    display: flex;
    align-items: flex-end;
}
.about .button_wrapper {
    display: flex;
    align-items: flex-end;
}

.projects_page .intro {
    height: 720px;
    background-image: url(img/banner_main.jpg);
}

.projects_page .col-6 {
    padding-top: 290px;
    padding-left: 80px;
}

.projects_page .intro p {
    max-width: 80%;
}

.projects_page p {
    font-size: 24px;
    font-family: regular;
}

.projects_pretext {
    max-width: 59%;
    margin: 140px 0;
}

/*.project_page p {
    font-size: 24px;
    font-family: regular;
}

.project_page .intro {
    height: 720px;
    background-image: url(img/banner_main1.jpg);
}*/
.project_page .col-7{
    width: 62%;
}
.project_page .col-5{
    width: 37%;
}
.project_page .col-15{
    width: 12%;
}
.project_page .col-3{
    width: 25%;
}
.project_blok_text{
    color: white!important;
}
.project_page h2{
    font-size: 52px;
    text-transform: uppercase;
    color: #169FDB;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}
.project_page h3{
    font-size: 35px;
    text-transform: uppercase;
    color: #169FDB;
    letter-spacing: 0.115em;
    font-family: OSbold;
    margin: 0 0 10px 0;
}
.project_page h4{
    font-family: OSbold;
    font-size: 25px;
    letter-spacing: 0.055em;
    margin: 0;
    margin-bottom: 10px;
}
.project_page h5{
    font-family: OSbold;
    font-size: 20px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
}

.project_page .proj_actions .col-6:nth-child(2){
    margin-left: 140px;
    width: calc(50% - 180px);
}
.project_page .proj_actions{
    display: flex;
    width: 80%;
}
.project_page p{
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: regular;
    margin: 0;
}
.project_page li{
    font-family: regular;
    font-size: 23px;
    letter-spacing: 0.045em;
    list-style-type: decimal;
    margin-bottom: 10px;
}
.projectPage .bluetextAchievements{
    padding-top: 50px;
}
.projectPage .news-detail{
    padding: 0;
}
.projectPage .btn{
    margin: 0;
}
.projectPage .resultImg{
    justify-content: flex-end;
}
.projectPage .resultText{
    align-items:center; 
}
.Proj_condition p{
    max-width: 93%;
}
.Proj_decision p{
    max-width: 60%;
}
.Proj_setup h4, .Proj_setup h3{
    display: inline;
}
.Proj_setup h4{
    text-transform: uppercase;
}
.Proj_setup_row{
    text-align: center;
}
.Proj_setup_row .col-3{
    border: 1px solid #169FDB;
    border-radius: 50%;
    min-height: calc(1530px / 4);
    justify-content: center;
    align-items: center;
    display: flex;
}
.Proj_setup_row .col-15{
    justify-content: center;
    align-items: center;
    display: flex;
}

.projectPage .pr_mendeleevh2{
    letter-spacing: 0.08em;
    margin-bottom: 60px;
}
.pr_mendeleev h4{
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: regular;
}
.pr_mendeleev h5{
    margin: 45px 0 15px 0;
    padding-bottom: 10px;
}
.pr_mendeleev p{
    font-size: 16px;
}
.pr_mendeleev .introtext{
    width: 86%;
}
.pr_mendeleev  li{
    max-width: 50%;
    margin-bottom: 15px;
}
.pr_mendeleev .resultText{
    margin-top: 45px;
}
.pr_mendeleev .resultText p{
    font-size: 20px;
}

.project_pretext {
    max-width: 82%;
    margin: 140px 0;
}
.projectPage{
    position: relative;
}
.projectPage h1{
    margin-bottom: 100px;
}
.project-parallax{

}
.project-parallax .col-8>div{
    max-width: 485px;
    align-self: flex-start;
}
.project-parallax .col-8{
    flex-wrap: nowrap;
    margin-bottom: 50px;
}
.project-parallax .col-4{
    height: calc(100vh - 200px);
    padding: 0!important;
}
.project-parallax h2{
    font-family: OSbold;
    font-size: 22px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #169FDB;
    margin: 0 0 15px 0;
    width: 150%;
}
.project-parallax p{
    font-family: regular;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.project-parallax .number{
    font-family: regular;
    font-size: 68px;
    color: #169FDB;
    margin: 0;
    width: 35px;
    margin-right: 30px;
    line-height: 60px;
	white-space: nowrap;
    letter-spacing: -14px;
}
.project-parallax .blue_subtitle{
    font-family: OSbold;
    font-size: 12px;
    color: #169FDB;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}
.project-parallax .white_subtitle{
    font-size: 22px;
    letter-spacing: 0.06em;
}
.project-parallax li{
    font-family: light;
    font-size: 16px;
    margin-bottom: 5px;
}
.project-parallax li p{
    color: white;
}
.project-parallax ul{
    margin-top: 30px;
    padding-left: 16px;
    list-style: circle;
    color: #169FDB;
}
.project-parallax ul .blue_subtitle{
    margin-left: -16px;
}
.projectParallaxElem{
    display: flex;
    position: sticky;
    float: right;
    background-color: black;
    z-index: 1;
    flex-wrap: nowrap!important;
    overflow: hidden;
    transition: 0.3s;
    padding: 0!important;
}
.projectParallaxElem img{
    width: 100%;
    object-fit: cover;
    opacity: 10%;
		flex: none;
}
.singleProjectBlock  .newsListButton{
    margin-top: 40px;
}
.blueblock {
    background-color: #01ccf5;
    padding-bottom: 0 !important;
}

.blueblock .picwrapper {
    background-image: url(img/banner_accent.jpg);
    width: 100%;
    padding: 99px 0;
}

.blueblock p {
    font-size: 22px;
    text-transform: uppercase;
}

.newsListHeader {
    font-size: 22px;
    text-transform: uppercase;
    font-family: regular;
    padding-top: 34px;
    padding-bottom: 50px;
    margin: 0;
    color: white;
}

.newsListButton {
    padding: 13px 76px;
    font-family: regular;
    font-size: 14px;
    color: white;
    border: 2px solid #169FDB;
    box-sizing: border-box;
    border-radius: 29px;
    text-transform: uppercase;
    display: inline-block;
}

.newsListButton:hover {
    background-color: #01ccf5;
    border-color: #01ccf5;
}

.task {
    align-items: flex-start;
    margin-top: 150px;
}

.task h2 {
    font-size: 58px;
    font-family: OSbold;
    color: #169FDB;
    margin: 0;
}

.task p {
    font-size: 20px;
}

.conditions {
    margin-right: 200px;
    max-width: 32%;
}

.question {
    width: 35%;
}

.decision {
    border-top: solid 1px white;
}

.decision .col-6 {
    display: block;
}

.decision h2 {
    font-size: 58px;
    font-family: OSbold;
    color: #169FDB;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 80px;
}

.deepblue_block {
    background-color: #00a0de;
    padding: 0 !important;
}

.deepblue_block > .row {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(img/banner_text2.jpg);
}

.deepblue_block h2 {
    font-size: 58px;
    font-family: OSbold;
    margin: 0;
    margin-top: 45px;
}

.deepblue_block ul {
    padding-left: 30px;
    margin-bottom: 70px;
}

.deepblue_block li {
    font-size: 22px;
    font-family: OSbold;
    text-transform: uppercase;
    list-style-type: square;
    margin-top: 50px;
    max-width: 38%;
}
.partners_h2 {
    font-family: OSbold;
    font-size: 38px;
    color: white;
    letter-spacing: 0.2em;
}
.partners p{
    font-family: regular;
    font-size: 21px;
    letter-spacing: 0.055em;
    color: white;
    margin: 20px 0;
}
.partners .intro p{
    max-width: 80%;
    margin-top: 100px;
}
.partners .intro h2{
    text-transform: uppercase;
}
.partners .col{
        min-width: 150px;
    width: 10%;
    margin: 0 1%;
    height: 150px;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
        margin-bottom: 35px;
}
.partners .col-2>div{
    width: 70%;
    height: 100%;
    background-size: cover;
    align-items: center;
    margin: auto;
}
.partners .col-2{
    min-width: 214px;
    width: calc(100%/6 - 2%);
    margin: 0 1%;
    height: 150px;
    text-align: center;
    background-size: cover;
    align-items: center;
    margin-bottom: 35px;
}
.partners .col a{
    width: 100%;
    height: 100%;
        display: flex;
    align-items: center;
}
.partners .news-list{
    /*margin-top: 100px;*/
    flex-wrap: wrap;
    justify-content: space-between;
}
.partnersMain{
    flex-wrap: nowrap!important;
    overflow-x: hidden;
    transition: 0.3s;
}
.partners .col-2:first-child{
    margin-left: calc(-100%/6 + 1%);
}
.newPartners__item{
    height: 190px;
    margin-bottom: 40px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #0A0A0A;
}
.newPartners_main .col-4:nth-child(n+10) .newPartners__item{
    height: 0;
    padding: 0px;
    margin-bottom: 0px;
    transition: all 0.2s;
}
.newPartners_main.showAll .col-4:nth-child(n+10) .newPartners__item{
    height: 190px;
    padding: 20px;
    margin-bottom: 40px;
}
.newPartners__item.newPartners__item_mobile{
    display: none;
}
.newPartnersItem__img{
    height: 190px;
    background: #0A0A0A;
    background-position: center center;
    background-repeat: no-repeat;
}
.newPartners .row{
    margin-left: -10px;
    margin-right: -10px;
}
.newPartners .col-4{
    padding: 0 10px;
    box-sizing: border-box;
}
.newPartners__item:hover .newPartnersItem__info{
    top: 0;
}
.newPartnersItem__info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    background: #0A0A0A;
    z-index: 1;
    top: 100%;
    transition: 0.2s;
    max-height: 210px;
    padding: 10px 0;
    max-width: 100%;
}
.newPartnersItem__info p{
    font-family: regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    max-width: 100%;
}
.newPartnersItem__info a{
    font-family: regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #139DD9;
    position: relative;
    display: inline-block;
}
.newPartnersItem__info a::after{
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(img/arrowRightCircledBlue.svg);
    right: -44px;
    top: calc(50% - 17px);
}
.licenseImg {
width:100%;
    height: 100%;
    cursor: pointer;
}

.PartnersPopup {
	position: fixed;
	height:100%;
	width:100%;
	top:194px;
	left:0;
	display:none;
	text-align:center;
}

.PartnersPopup_bg {
	background:rgba(0,0,0,0.8);
	position:absolute;
	z-index:1;
	height:100%;
	width:100%;
}


.PartnersPopup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:75vh;
}
.vacPopup {
	position: relative;
	margin:0 auto;
	z-index:2;
    width: 30%;
    background-color: white;
    border-radius: 10px;
    top: 15%;
    padding: 20px;
}
.vacPopup h4{
    font-size: 30px;
    letter-spacing: 0.02em;
    font-family: regular;
    margin-bottom: 0px;
}
.vacPopup p{
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: regular;
}
.vacPopup img{
    height: 150px;
    width: 150px;
    margin: auto;
}
.vacPopup>div:not(.btn){
    display: flex;
}
.closePopup{
    margin: 0;
}
.projectPage .news-list{
    flex-wrap: wrap;
    display: flex;
}
.projectPage  .news-list .col-4{
    padding-right: 50px;
    width: 30%;
}
.news-list{
    flex-wrap: wrap;
    display: flex;
}
.trends .preview_picture{
    height: auto;
}
.news-list .col-4>a{
    align-self: flex-end;
        margin-top: 20px!important;
    margin-bottom: 10px;
}
.decisionsMain .news-list .col-4>a{
    align-self: flex-start;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}
.decisionsMain h2{
    font-size: 52px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.news-list .col-4{
    padding-right: 3%;
    width: 30%;
}
.slick-slide, .slick-slide>a{
    outline: none!important;
}
.trends .col-4{
    padding: 0 10px;
    box-sizing: border-box;
    width: auto;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.slick-prev {
    left: -45px;
}
.slick-next {
    right: -45px;
}
.slick-arrow:hover{
    background-color: #169FDB;
}
.slick-next:focus{
    background-image: url(img/circle-chevron-right.svg)!important;
    background-size: cover;
}
.slick-prev:focus{
    background-image: url(img/circle-chevron-left.svg)!important;
    background-size: cover;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
}
.partners .intro {
    min-height: 720px;
    background-image: url(/local/templates/books/img/banner-partner.png);
    background-position-x: 175%;
    background-position-y: center;
    background-size: 80%;
}
.partnersMobileImg{
    display: none;
}
.partners .intro .col-6{
    padding-top: 150px;
}
.decisions .intro{
    min-height: 720px;
    background-image: url(/local/templates/books/img/reshenia_banner.jpg);
}
.decisions .intro .col-6 {
    padding-top: 310px;
}
.decisions  .content-swap p {
    font-family: regular;
    font-size: 24px;
    color: white;
    text-align: center;
    max-width: 80%;
    margin: auto;
}
.decisions .row{
    justify-content: space-between;
}
.decisions .col-3{
    display: flex;
    margin-top: 70px;
    position: relative;
    min-height: 200px;
    transition: all 1s;
    justify-content: center;
    padding: 0;
        border-radius: 15px;
}
.decisionStat, .decisionGif{
    width: 200px;
    height:  200px;
    margin: auto;
    align-self: flex-end;
}
.decisionsMain .decisionStat, .decisionsMain .decisionGif{
    margin-bottom: 40px!important;
}
.decisionGif{
    display: none!important;
}
.decisionInCatList{
    height: 150px;
        width: 100%;
}
.decisions .col-3:hover .decisionDescription{
    height: 100%;;
    padding: 20px;
}
.decisions .col-3:hover .decisionToHide{
    display: none;
}
.decisions .col-3:hover .decisionStat{
    display: none;
}
.decisions .col-3:hover .decisionGif{
    display: block!important;
}
.decisions .mainList:hover{
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(22,159,219,1) 100%);
    margin-top: 0px;
}
.decisionsMain .mainList{
    background: rgb(0,0,0);
background: linear-gradient(231.1deg, rgba(210, 0, 244, 0.17) 32.32%, rgba(149, 50, 236, 0.17) 43.49%, rgba(19, 157, 217, 0.17) 67.5%);
    padding-bottom: 20px;
}
.decisionsMain .mainList:hover{
    background: rgb(0,0,0);
background: linear-gradient(231.1deg, rgba(210, 0, 244, 0.17) 32.32%, rgba(149, 50, 236, 0.17) 43.49%, rgba(19, 157, 217, 0.17) 67.5%);
    padding-bottom: 20px;
}
.decisions .col-3:hover a{
    border-color: white;
}
.decisionName{
    font-family: OSbold;
    font-size: 22px;
    color: #169FDB;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.decisionsMain .col-4{
    width: 31%;
    margin-top: 0;
}
.decisionMainName{
    font-family: OSbold;
    font-size: 30px;
    color: white!important;
    text-align: left;
    margin-bottom: 0;
	padding: 0 20px;	
	box-sizing: border-box;
	min-height: 63px;
}
.DesMainDescription{
    font-family: light;
    font-size: 18px;
    color: white!important;
    width: 100%;
    text-align: left;
    font-weight: 300!important;
    min-height: 200px;
    margin-top: 20px;
	padding: 0 20px;
    box-sizing: border-box;
}
.decisionMain{
    width: 90%;
    margin: auto;
    text-align: center;
    font-family: regular;
    font-size: 20px;
    padding: 5px 0;
}
.decisionMain:nth-child(n+5){
    display: none;
}
.decisionMain:not(:nth-child(4)){
        border-bottom: 1px white solid;
}
.decisionToHide{
    width: 100%;
}
.decisions .col-3 img{
    margin: auto;
    display: block;
}
.decisions .about_h2{
    color: #169FDB;
}
.decisions  .content-nav{
    width: 50%;
}
.decisions .content-nav > div{
    width: 25%;
}
.decisions .row{
    padding-top: 30px;
    width: 100%;
}
.news-list.row {
    padding-top: 0px !important;
}
.decisionsMain .row{
   border: none; 
   padding-top: 0px;
   grid-gap: 40px 0;
}
.decisionDescription{
    position:absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    height: 0;
    overflow-y: hidden;
    background-color: #169FDB;
    display: flex;
    align-items:center; 
}
.decisionsSection{
    position: relative;
    padding-bottom: 70px;
}
.decisionsSection video{
    width: 79%;
    margin: auto;
    display: block;
}
.decisionsSection .content-swap > div {
    display: block;
}
.decisions .btn {
    font-family: regular;
    font-size: 14px;
    padding: 13px 70px;
    border: 2px solid #169FDB;
    box-sizing: border-box;
    border-radius: 29px;
    cursor: pointer;
    display: inline-block;
    margin-top: 80px;
    text-transform: uppercase;
}
.decisions .btn:hover {
    background-color: white;
    color: #169FDB;
}
.decisionsSection .col-5{
    margin-top: 0;
    align-items: flex-start;
}
.decisionsSection .col-5 h2{
    font-family: OSbold;
    font-size: 47px;
    color: white;
    letter-spacing: 0.04em;
text-transform: uppercase;
    margin: 0;
}
.decisionsSection .col-5 p{
    font-family: regular;
    font-size: 18px;
    letter-spacing: 0.07em;
    max-width: 75%;
}
.accordion{
    display: flex;
    flex-wrap: wrap;
}
.accordion-item{
    width: 100%;
    margin-bottom: 10px;
}
.accordion-item-header p {
    margin: 0;
}
.accordion-item-header {
background: linear-gradient(270deg, rgba(154, 20, 157, 0.44) -26.43%, rgba(0, 178, 255, 0.44) 93.71%);
  color: #fff;
  cursor: pointer;
padding: 25px;
    border-radius: 6px;
    position: relative;
    font-size: 20px;
    font-family: regular;
    margin-right:  27.5px;
}
.circle-swicher{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    border:solid 5px black;
    top:11px;
    right: -27.5px;
    background-color: #34124A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.circle-swicher > div{
    height: 3px;
}
.circle-swicher span {
    display: block;
    transition: all 0.5s;
    width: 15px;
    height: 3px;
    background-color: white;
}
.closedSwicher {
    transform: translate(-6px, -12px) rotate(-90deg);
    transform-origin: right bottom;
}
.show .closedSwicher {
    transform: translate(0px, -3px) rotate(0deg);
    transform-origin: right bottom;
}
.accordion-item-content {
  background: #fff;
  color: #050505;
  display: none;
    margin-left: 7px;
    margin-right: 34.5px;
    border-radius: 4px;
    font-family: regular;
    font-size: 16px!important;
    padding: 10px 15px;
}

.col-4 .newsListHeader{
    width: 100%;
}
.pretext p{
    text-align: left!important;
    margin: 0!important;
}
.trendsDetail p{
        font-size: 22px;
    font-family: regular;
}
.trendsDetail .intro{
    margin-bottom: 130px;
    height: 35vw;
}
.trendsDetail .fullWidthTemplate p{
    max-width: 70%;
}
.trendsDetail .fullWidthTemplate {

}
.trendsDetail .float_social{
    top: 1200px!important;
}
.trendsDetail .TREND_PHOTO{
    max-width: 70%;
}
.contact{
        font-size: 22px;
    font-family: regular;
}
.contact .mf-captcha{
    margin: 20px 0 40px;
    font-size: 16px;
    text-align: center;
}
.contact .mf-captcha input {
	margin-top: 15px;
}
.contact h2{
    font-size: 44px;
}
.contact h3{
    color: #169FDB;
}
.contact p{
    font-size: 16px;
}
.contact h3:hover{
    color: white!important;
}
.contact .formpretext{
    display: block;
    margin-top: -10px;
}
.formpretext h3 {
	margin:0;
}
.contact .row{
    flex-wrap: wrap;
}
    .contact .col-8 {
        width: 67%;
    }
.contact .col-7 {
    width: 59%;
    display: flex;
    flex-wrap: wrap;
}
.contact .formpretext p{
    max-width: 70%;
}
.contact textarea{
    width: 90%;
    height: 60px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 15px;
    background-color: black;
    resize: none;
    color:white;
    font-family: regular;
    font-size:13px;
    letter-spacing: 0.1px;
}
.contact .mf-service textarea{
    width: 100%;
}

.contact input{
    width: 90%;
    height: 40px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 15px;
    background-color: black;
    resize: none;
    color:white;
    font-family: regular;
    font-size:13px;
    letter-spacing: 0.1px;
}
.errorInput{
    border: 2px solid red!important;
}
.mf-service textarea{
    height: 100%;
}
.contact svg{
    width: 5%;
}
.contact input:hover{
    border: 2px solid #169FDB;
}
.contact textarea:hover{
    border: 2px solid #169FDB;
}
.contact input:focus{
    border: 2px solid #169FDB;
        outline: -webkit-focus-ring-color 0px!important;
}
.contact textarea:focus{
    border: 2px solid #169FDB;
        outline: -webkit-focus-ring-color 0px!important;
}
.contact input .btn{
    width: auto!important;
}
.contact form{
    width: 100%;
}
.mf-service.col-12 {
    height: 100%;
}
.contact form .row .row>div{
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 0 20px;
    box-sizing: border-box;
}
.col-4.row.form__right {
	justify-content: center;
	padding-top: 40px;
}
.mf-check {
    margin-left: 8px;
}
.contact .mfeedback .mf-message {
	margin-left: 0;
	margin-right: 0;
}
.contact .mfeedback .mf-phone {
	margin-left: 0;
	margin-right: 0;
}
.vacancies .mfeedback .mf-message {
	margin-left: 12px;
    margin-right: -10px;
}
.vacancies .mfeedback .mf-phone {
	margin-left: 12px;
    margin-right: -10px;
}

.vacancies .form__right {
	justify-content: start !important;
    padding-top: 40px;
    padding-left: 50px;
    box-sizing: border-box;
}
.vacancies .mf-captcha {
	padding: 20px 0 0 !important;
}
.vacancies .formFooter {
	justify-content: center;
}
.mfeedback .mf-captcha {
	padding-left: 50px;
	text-align: start;
}
.mfeedback .row.col-12 {
	padding-left: 20px !important;
}
.mf-message {
	margin-left: 12px;
	margin-right: -10px;
}
.mf-phone {
	margin-left: 12px;
	margin-right: -10px;
}
.col-6.row.form__right {
	flex-direction: column;
    align-items: center;
	padding-top: 40px;
}

.contact form .row .col-12{
    align-items: flex-start;
    padding: 25px 0px 0 0;
    box-sizing: border-box; 
	justify-content: center;
}
.content.contact .row.col-12 {
	justify-content: start;
}
.contact .formpretext img{
    width: 50px;
    margin-right: 30px;
    margin-top: 135px;
}
.mapPretext {
	flex-direction: column;
}
.mapPretextP{
    width: 100%;
    align-self: flex-end;
}
.mapPretextP b{
    border-bottom: 2px solid #169FDB;
    font-weight: 100;
    padding-bottom: 15px;
}

.mapDiv{
    margin-top: 100px;
}
.mapPretext h2{
    margin: 0 0 30px;
}
.map{
    margin-top: 17px;
    justify-content: flex-end;
}
.contact .btn {
    font-family: regular;
    font-size: 14px;
    padding: 7px 13px !important;
    border: 2px solid #169FDB!important;
    box-sizing: border-box!important;
    border-radius: 29px!important;
    background-color: black!important;
    color: white!important;
    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
    text-transform: uppercase;
    height: 50px!important;
    margin: 0px 30px;
    margin-right: 0px;
}
.contact .btn:hover {
    color: white!important;
    background-color: #169FDB!important;
}
.contact .row .col-12{
    justify-content: space-between;
}
.contact .check{
    height: 21px;
    width: 21px;
    border: 2px solid #139DD9!important;
}
.contact label{
    font-size: 12px;
    display: block;
}
.check {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.check + label {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}
.check + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: black;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 2px #169FDB;
	transition: .2s;
    margin-top: 10px;
}
.check + .errorCheckbox:before {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 2px red!important;
}
.check + label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: .2s;
    margin-top: 10px;
}
.check:checked + label:before {
	background: #169FDB;
}
.check:checked + label:after {
	left: 26px;
}
.check:focus + label:before {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 2px #169FDB;
}
.licenses img{
    height: auto;
}
.licenses .col-4{
    display: block;
}
.licenses .newsListHeader{
    max-height: 30px;
}

.vacancies .intro{
    background-size: 33%;
    background-position-x: 100%;
    background-position-y: 0%;
    background-image: url(images/vacancy.svg);
    background-repeat: no-repeat;
}
.vacancies h2{
    margin: 0;
    letter-spacing: 0.07em;
text-transform: uppercase;
}
.vacancies p{
    font-size: 20px;
    letter-spacing: 0.02em;
    font-family: regular;
}
.vacancies .cityFilter{
    margin-left: 68%;
    margin-top: 10px;
    display: flex;
}
.vacancies .cityFilter label{
   font-size: 19px; 
        font-family: regular;
    margin-right: 20px;
}
.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

label {
    margin-right: 20px;
}

.radio + label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

.radio + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #169FDB;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
    box-shadow: 0 0 0 3px rgba(22,159,219, .4);
}
.vacancyMailContact{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
}
.vacancyMailContact>div:not(.HHPhoto){
    padding-left: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 94px;
}
.vacancyMailContact a{
    color: #139DD9;
    font-size: 27px;
    font-family: regular;
}
.vacancyMailContact a:hover{
    text-decoration: underline;
}
.vacancyMailContact .HHPhoto{
    min-width: 230px;
}
.vacancies .accordion .btn{
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}
.vacancies .accordion{
   border-top: solid 1px #868686; 
}
.vacancies .accordion-item{
        border-bottom: solid 1px #868686;
    margin: 0;
}
.vacancies .accordion-item-content{
    background-color: black;
    color: white;
}
.vacancies .accordion-item-header{
    background: none;
    border-radius: 0px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
.vacancies .accordion-item-header>div{
       display: flex;
    justify-content: space-between; 
    align-items: center;
}
.vacancies .circle-swicher{
    position: inherit;
    background-color: black;
}
.vacancies .circle-swicher a{
    font-size: 33px;
}
.vacancies .show a{
    color: #139DD9;
}
.vacancies .mfeedback h3{
    font-size: 41px;
    margin-top: 0;
}
.vacancies .mfeedback p{
    font-size: 16px;
}
.vacancies .fileAttachment{
    height: auto;
    width: auto;
}
.vacancies .fileAttachment input{
    display: none;
}
.vacancies .fileAttachment label{
    display: flex;
}
.vacancies .fileAttachment p{
    text-align: center;
}
.vacancies .mfeedback h3:hover{
    color: #169FDB!important;
}
.vacancies .fileArrow{
    margin: 0 10px;
}
.vacancies .fileFolder:hover{
    cursor: pointer;
    background-color: white;
    border-radius: 100%;
}
.vacancies .mf-check{
    padding: 0!important;
}
.vacancies .fileAttachment{
    padding: 0!important;
}
.vacancies .formFooter{
    align-items: center;
}
.vacancy .vacancyDetailImage{
    background-size: 440px;
    background-repeat: no-repeat;
    background-position-x: 100%;
}
.vacancy .col-8{
    display: block;
}
.vacancy p{
    font-size: 16px;
}
.vacancy b{
    font-size: 18px;
    margin-right: 5px;
}
.vacancy .city b{
   color: #898989; 
    letter-spacing: 0.15em;
    margin-right: 20px;
    position: relative;
}
.vacancy .city .MSK::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(100% + 10px);
    background-color: #E1CD19;
    border-radius: 100%;
}
.vacancy .city .SPB::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(100% + 10px);
    background-color: #DF3636;
    border-radius: 100%;
}
.vacancy .experience{
    margin-top: 50px;
}
.vacancy .busyness{
    margin-bottom: 60px;
}
.vacancy h2 {
    margin-bottom: 20px;
}
.vacancy .row h3 {
    font-family: regular;
    font-size: 29px;
    color: white;
    margin-top: 70px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}
.vacancy ul {
    margin-top: 30px;
    padding-left: 16px;
    list-style: circle;
    color: #169FDB;
}
.vacancy li p{
    font-family: regular;
    font-size: 16px;
    letter-spacing: 0.015em;
    color: white;
}
.vacancy .condReq .col-4{
    display: block;
}
.vacancy .REQUIREMENTS{
    margin-left: 75px;
}
.importozameshchenie__header{
   margin-bottom: 6px;
   margin-left: 70px;
   background-color: black;
   position: relative;
   z-index: 1;
   padding: 0 15px;
}
.importozameshchenie h3:not(.importozameshchenie__header){
    margin-bottom: 0;
}
.importozameshchenie__text{
    font-family: regular;
    max-width: 1527px;
    border: 0.5px solid #FFFFFF;
    font-weight: 400;
    font-size: 22px;
    line-height: 167.18%;
    padding:41px 124px 56px 43px;
    margin-bottom: 86px;
    margin-top: 0;
    position: relative;
    margin-top: -34px;
}
.imp-point__text{
    font-family: regular;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 152.18%;
    color: #FFFFFF;
    width: 300px;
}
.imp-point__img{
    width: 70px;
    margin-right: 44px;
}
.imp-point{
    display: flex;
    justify-content: space-between;
    margin-right: 108px;
    margin-bottom: 67px;
}
.content.partners{
    margin-bottom: -30px;
}
.our-partners{
    background: #DEDEDE;
    padding-bottom: 115px;
}
.our-partners_black .col-15{
    margin-bottom: 10px;
}
.our-partners h3{
    display: inline-block;
}
.our-partners .col-15{
    width: 20%;
}
.our-partners__img{
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 50px;
    align-items: center;
}
.portfolio{
    margin-bottom: 161px;
}
.portfolio h3{
    margin-bottom: 112px;
}
.portfolio__item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
    margin-right: 60px;
}
.portfolio__item-name{
    font-family: regular;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 41px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    max-width: 275px;
}
.portfolio__name__OS{
    max-width: 353px;
}
.portfolio__name__job{
    max-width: 220px;
}
.portfolio__item-name::after{
    content: '';
    display: block;
    position: absolute;
    width: 700px;
    height: 1px;
    background-color:#139DD9 ;
    top: 21px;
    left: calc(100% + 15px);

}
.portfolio__item-vendors{
    font-family: regular;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.045em;
    color: #FFFFFF;
    width: 270px;
    background-color:#000 ;
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
}

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

.menu_parent::after {
	content: ' ';
	position: absolute;
	display: block;
	top: 3px;
	right: -12px;
	width: 10px;
	height: 20px;
	background-image: url(img/angle-down.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .3s;
}

.menu_parent:hover::after {
	transform: rotate(180deg);
	filter: brightness(0) saturate(100%) invert(53%) sepia(53%) saturate(5027%) hue-rotate(169deg) brightness(101%) contrast(83%);
}

.new_wrapper {
	margin-top: 100px;
}

.menu_sub {
	display: none;
}

.menu_parent:hover .menu_sub {
	position: absolute;
	display: block;
	top: 26px;
	left: 0px;
	white-space: nowrap;
	text-align: left;
}

.menu_sub a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255,255,255,.3);
	padding: 0 10px;
	margin-left: -10px;
	font-size: 12px;
}

.page_menu {
	margin-top: 4px;
}

.col-4.footer_menu {
	margin-bottom: 17px;
}

.footer-adress span {
	position: relative;
	display: block;
	padding-top: 4px;
	padding-bottom: 17px;
}

.footer-adress span p {
	margin: 0;
	padding: 0;
}

.decisionsSection a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mainList_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.decisionsSection a img {
	flex: none;
}

@media(max-width:1979px) {
    .float_social {
        right: 40px;
    }
}

@media(max-width:1660px) {
    .deepblue_block > .row {
        background: 0;
    }
    .portfolio__item-name{
        font-size: 20px;
        max-width: 213px;
    }
    .portfolio__name__job, .portfolio__name__OS{
        max-width: 180px;
    }
}

@media(max-width:1530px) {
	.content.contact .mf-captcha {
		padding-left: 40px;
	}
	.about_c .year h2 {
    	font-size: 70px !important;
	}
	.about_c .year {
    	margin-top: -130px;
	}
	/* .decisionsMain .col-3{
    	width: 31%;
	} */
	.decisionsMain .col-3{
			width: 23%;
	}
    .Proj_setup_row .col-3 {
        min-height: calc(1200px / 4);
    }
    .decisionMainName {
        /* font-size: 32px; */
				font-size: 22px;
    }
    /* .footer-phone {
    font-size: 21px;
} */
.desktopMenu {
    font-size: 15px;
}
.desktopMenu>div:not(first-child) {
    /* margin-left: 20px; */
}
    .marketplace a{
        top: 71%;
    }
    .wrapper {
        max-width: 1200px;
    }

    .content-swap {
        padding-bottom: 0 !important;
    }

    h2 {
        font-size: 80px;
    }

    .content-swap {
        min-height: 550px;
    }

    .float_social {
        right: 0px;
    }

    .technologies .col-6 {
        width: 100%;
    }

    .partner_logos {
        min-height: 400px;
        margin: auto;
        margin-top: 30px;
    }
        .decisions .col-4 {
        min-height: 300px;
    }
    .trendsDetail .fullWidthTemplate p {
    max-width: 100%;
}
    .decisionsSection .col-5 h2 {
        font-size: 43px;
        margin: auto;
    }
    .project-parallax h2 {
        width: 100%;
    }
    .mobility .btn {
    left: 79%;
    top: 63%;
    }
    .dataprocessing .btn {
        top: 63%;
    }
    .vacancies .intro {
        background-position-y: 100%;
    }
    .vacancies .cityFilter {
        margin-left: 60%;
    }
    .vacancy .vacancyDetailImage {
        background-size: 395px;
    }
    .vacPopup {
        top: 10%;
        width: 60%;
    }
    .vacPopup p {
        font-size: 16px;
    }
    .importozameshchenie .col-4{
        width: 50%;
    }
    .portfolio .col-6{
        width: 100%;
    }
    .portfolio__item {
        margin-right: 0px;
    }
}

@media(max-width:1200px) {
	.content.contact .mf-captcha {
		padding-left: 60px;
		margin: 20px 0 10px;
	}
	.content.contact .btn {
		margin: 0 40px;
	}
	.content.contact .mf-check {
		margin-left: 40px;
		margin-bottom: 25px;
	}
	.col-4.row.form__right {
		flex-direction:column;
	}
	.vacancies .mfeedback .mf-message {
		margin-left: 20px;
    	margin-right: -20px;
	}
	.vacancies .mfeedback .mf-phone {
		margin-left: 20px;
    	margin-right: -20px;
	}
	.vacancies .mfeedback .mf-service {
		margin-left: 20px;
    	margin-right: -20px;
	}
	.decisionsMain .col-3{
    	width: 49%;
		margin-top: 45px;
	}
    .project_page .col-7, .project_page .col-5{
        width: 100%;
        justify-content: space-around;
    }
    .project_page .col-5 img{
        max-width: 50%;
    }
    .project_page .intro_project{
        flex-direction: column-reverse;
    }
    .project_page .Proj_condition{
        margin-top: 30px;
    }
    .project_page .Proj_decision{
        margin-top: 30px;
    }
    .Proj_setup_row .col-3 {
        min-height: calc(992px / 4);
    }
    .pr_mendeleev .col-6{
        width: 100%;
        justify-content: space-around;
    }
    .pr_mendeleev img{
        margin: 30px 0 30px 0;
    }
    .pr_mendeleev .introtext{
        width: 100%
    }
    .project_page .proj_actions .col-6:nth-child(2) {
        margin-left: 0px;
        width: 100%;
    }
    .pr_mendeleev li {
        max-width: 100%;
    }
    .videoSlideWrapper .btn {
        position: initial;
    }
    .contact form .row .col-12{
        padding: 15px 57px;
    }
    .desktopMenu{
        display: none;
    }
    .hamburger{
        display: flex;
    }
    .wrapper {
        max-width: 992px;
    }

    h2 {
        font-size: 60px;
    }

    .content-swap {
        min-height: 500px;
    }

    .marketplace a {
        left: 5%;
        top: 68%;
        font-size: 15px;
    }

    .about .intro .col-6 {
        width: 100%;
    }

    .competence p {
        height: 70px;
    }

    .about_c {
        flex-wrap: wrap;
    }

    .about_c .col-4 {
        width: 100%;
        display: flex;
    justify-content: center;
    text-align: center;
    }

    .about_c .col-8 {
        width: 100%;
    }

    .about_c .year {
        display: inline-block;
        margin: auto;
    }

    .about_projects .col-6 {
        width: 100%;
    }

    .year h2 {
        display: block;
        text-align: center;

    }

    .year p {
        display: block;
        text-align: center;

    }

    .deepblue_block li {
        max-width: 100%;
    }
    .decisions .col-4 {
        min-height: 350px;
    }
    .decisionsMain .col-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .contact .col-6 {
        width: 100%;
    }
        .contact .col-4 {
        width: 100%;
    }
        .contact .col-8 {
        width: 100%;
    }
    .contact form .row .row>div {
        padding: 10px 0;
    }
    .contact .mf-service textarea{
    width: 90%;
}
    .footer .col-7{
        width: 50%;
    }
    .footer .col-25{
        width: 25%;
    }
    .mapPretext h2 {
        width: 100%;
        text-align: center;
    }
    .mapPretextP{
        width: 100%;
        margin: auto;
        padding: 20px 0;
        display: flex;
        justify-content: space-around;
    }
    .mapPretextP b{
        border: none;
    }
    .mapPretextP>p:last-child{
        border-left: 2px solid #169FDB;
        padding-left: 2px;
    }
    .decisionsSection .col-5{
        width: 100%;
    }
    .decisionsSection .col-7{
        width: 100%;
    }
    .accordion-item-content {
        font-size: 15px!important;
    }
    .projectParallaxElem img {
    height: 60%;
    align-self: center;
    }
        .vacancies .cityFilter {
        margin-left: 50%;
    }
    .vacancyHead{
        flex-direction: column-reverse;
    }
    .vacancyHead .col-8,.vacancyHead .col-4{
        width: 100%;
    }
    .vacancyHead .col-4{
        height: 450px;
    }
    .vacancy .vacancyDetailImage {
        background-size: 400px;
        background-position-x: 50%;
    }
    .vacancy .condReq{
        justify-content: space-between;
    }
    .vacancy .condReq .col-4{
        width: 45%;
    }
    .vacancy .REQUIREMENTS {
        margin-left: 0px;
    }
    .vacancies .formFooter>.fileAttachment{
        width: 100%;
    }
    .vacancies .fileAttachment label {
    justify-content: center;
    }
    .vacancies .contact .btn {
        margin: auto;
    }
    .vacancies .mf-check{
        margin: auto;
    }
    .vacancies .formFooter{
        width: 90%;
        margin-left: 10%;
		margin-bottom: 35px;
    	margin-top: 20px;
    }
    .contact .mf-captcha {
        margin: 20px auto;
    	padding-left: 60px;
    	width: 50%;
    }
    .contact .mf-captcha input{
        width: 100%;
    }
    .videoSlideWrapper .btn {
        margin-left: 30px;
        margin-top: 0;
        font-size: 15px;
    }
    .our-partners .col-15{
        width: 33%;
    }
    .imp-point {
        margin-right: 50px;
    }
    .imp-point__text {
        width: 240px;
    }
    .imp-point__img {
        margin-right: 20px;
    }
    .newPartners .col-4{
        width: 50%;
    }
}
@media(min-width:993px){
    .desktopOnly{
        display: inherit;
    }
    .mobileOnly{
        display: none;
    }
}
@media(max-width:992px) {
	.content.contact .mf-captcha {
		padding-left: 80px;
	}
	.vacancies .mfeedback .mf-message {
    	margin-right: -18px;
	}
	.vacancies .mfeedback .mf-phone {
    	margin-right: -18px;
	}
	.vacancies .mfeedback .mf-service {
    	margin-right: -18px;
	}
	.directions .col-25 img {
		max-width: 60px;
	}
	.contact h2{
    	font-size: 40px;
	}
    .mobileOnly{
        display: inherit;
    }
    .desktopOnly{
        display: none;
    }
    .content > div {
        padding-bottom: 10px;
    }
    .Proj_setup_row .col-15 {
        display: none;
    }
    .project_page .row> div{
        width: 100%;
        justify-content: center;
    }
    .Proj_decision{
        justify-content: flex-start!important;
    }
    .Proj_setup_row .col-3 {
        margin-left: 30%;
        margin-right: 30%;
        width: 40%!important;
        min-height: calc(768px * 0.4);
    }
    .slick-slider {
        padding: 0 0px;
    }
    .contact .formpretext img{
        margin-top: 0px;
    }
    .contact .formpretext .facebook{
        margin-left: 120px;
    }
    .contact form .row .col-12{
        padding: 15px 30px;
    }
    .contact .col-7 {
        width: 100%;
    }
    .contact .col-5 {
        width: 100%;
    }
    .contact h2 {
        font-size: 36px;
    }
    .contact .formpretext h3, .contact .formpretext p{
        margin: 10px 0;
    }
    .contact .formpretext h3{
        display: inline;
    }
    .contact .formpretext{
        margin-bottom: 80px;
    }
    .contact .check + label{
        margin-left: 20px;
    }
    .marketplace a {
            top: 64%;}
    .wrapper {
        max-width: 768px;
    }

    h2 {
        font-size: 50px;
    }

    .content-swap {
        min-height: 400px;
    }

    .marketplace a {
        font-size: 13px;
    }

    .competence .col-4 {
        width: 50%;
        margin-bottom: 30px;
    }

    .competence p {
        height: auto;
    }

    .directions .row {
        margin-bottom: 50px;
    }

    .connect .col-6 {
        width: 100%;
    }

    .news-list .col-4 {
        width: 100%;
    }

    .projects_page .intro p {
        max-width: 100%;
    }

    .decision .col-6 {
        width: 100%;
    }

    .blueblock .picwrapper .col-6 {
        width: 100%;
    }

    .project_pretext {
        max-width: 100%;
    }
    .about .intro p {
    max-width: 100%;
    }
    .about .intro {
     background-image: none;
    }
    .about_projects .logos > div {
        max-width: 27%;
    }
    .partners .intro {
     background-image: none;
    }
    .footer_soc{
        flex-wrap: wrap;
    }
    .footer-copyright {
        margin-top: 30px!important;
    }
    .partners .intro p{
    max-width: 100%;
    }
    .partners .intro .col-6{
        width: 100%;
    }
    .slick-prev, .slick-next {
        display: none!important;
    }
    .about .narrowWrapper {
        max-width: 690px;
    }
    .about .intro {
        height: auto;
    }
    .about .about_h2{
        width: 63%;
        margin: 0;
        letter-spacing: 0.08em;
    }
    .about_earth{
        max-height: 375px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .vacancies .cityFilter {
        margin-left: 40%;
    }
    .vacPopup {
        width: 50%;
    }
    .decisionsSection video {
        width: 100%;
    }
    .singleProjectBlock .col-8{
        width: 100%;
    }
    .singleProjectBlock p{
        max-width: 100%;
    }
    .project-parallax .col-8>div{
        max-width: 100%;
    }
    .projectPage  .news-list .col-4{
        display: none;
    }
    .projectParallaxElem{
        display: none;
    }
    .project-parallax .col-8{
        flex-wrap: wrap;
        justify-content: center;
    }
    .project-parallax .number{
        margin: 0;
    }
    .vacPopup {
        width: 75%;
        top: 5%;
    }
    .vacPopup p {
        font-size: 14px;
    }
    .importozameshchenie__text{
        padding: 15px;
    }
    .importozameshchenie__header {
        margin-left: 20px;
    }
    .portfolio__item-vendors {
        width: 230px;
    }
    .importozameshchenie .col-4 {
        width: 100%;
    }
    .imp-point {
        margin-right: 0px;
    }
		.footer__items .col-4 {
			width: 100%;
		}
		.col-4.footer-menu {
			width: 100%;
		}
}

@media(max-width:768px) {
	.content.contact .mf-check label {
		margin-left: 0px;
	}
	.content.contact .mf-captcha {
		padding-left: 60px;
	}
	 .contact .mf-captcha {
    	width: 100%;
    }
	.vacancies .mfeedback .mf-message {
    	margin-left: 10px;
	}
	.vacancies .mfeedback .mf-phone {
    	margin-left: 10px;
	}
	.vacancies .mfeedback .mf-service {
    	margin-left: 10px;
	}
	.contact h2{
    	font-size: 32px;
	}
	.decisionsMain .col-3{
    	width: 100%;
		margin-top: 30px;
	}
    .Proj_setup_row .col-3 {
        margin-left: 25%;
        margin-right: 25%;
        width: 50%!important;
        min-height: calc(576px * 0.5);
    }
    .wrapper {
        max-width: 576px;
    }

    .content-nav p {
        font-size: 15px;
    }

    h2 {
        font-size: 38px;
    }

    .content-swap {
        min-height: 290px;
    }

    .marketplace a {
        font-size: 8px;
        top: 60%;
    }

    .partner_logos {
        display: none;
    }

    .about_projects .logos > div {
        max-width: 30%;
    }

    .projects_page .intro .col-6 {
        width: 100%;
        padding: 0;
    }

    .projects_page .intro {
        height: auto;
        background-size: 230%;
    }

    .projects_pretext {
        max-width: 100%;
        margin: 0;
        margin-top: 100px;
    }

    .project_page .col-8 {
        width: 100%;
    }

    .task .col-4 {
        width: 100%;
        max-width: 100%;
    }
    .footer p{
        text-align: center;
        width: 100%;
    }
    .footer .col-25{
        width: 100%;
    }
    .footer .col-7 {
    width: 100%;
    }
    .footer .col-8{
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
    }
    .footer-contacts{
        text-align: left;
    }
    .footer_soc {
    justify-content:center;
}
        .footer img {
    margin-right: 10px;
    margin-left: 0px;
}
    .footer-copyright {
    font-size: 14px;
    margin-top: 20px;
}
    .footer-phone {
    margin-top: 20px;
}
    .footer-mail {
    margin-top: 20px;
}
    .footer_menu>a{
        display: block;
        margin: auto;
    }
    .vacancies .cityFilter {
        margin-left: 0%;
    }
    .vacancies .col-7{
        width: 100%;
    }
    .vacancyMailContact{
        width: 100%;
        flex-wrap: wrap;
    }
    .vacancy .condReq .col-4{
        width: 100%;
    }
    .vacancyMailContact>div:not(.HHPhoto) {
        padding-left: 0px;
    }
    .partnersMain{
        flex-wrap: wrap!important;
    }
    .partners .col-2{
        width: 49%;
        margin: 0;
        min-width: inherit;
    }
    .partMainAnimator{
        display: none;
    }
    .partners .col-2>div{
        width: 125px;
        height: 125px;
        margin: auto;
    }
    .contact .formpretext .facebook{
        margin-left: 0;
        margin-right: 5px;
    }
    .partners .intro{
        min-height: auto;
    }
    .partners .intro .col-6{
        padding-top: 50px;
    }
    .partnersMobileImg{
        display: block;
    }
    .about_earth{
        position: inherit;
        margin: auto;
    }
    .about .about_h2{
        width: 100%;
    }
    .competence .col-4{
        width: 100%;
        justify-content: center;
    }
    .competence .col-4 p{
        text-align: center;
    }
    .project_page h2{
        font-size: 27px;
    }
    .project_page h4{
        font-size: 19px;
    }
    .project_page p{
        font-size: 16px;
    }
    .project_page h3{
        font-size: 20px;
    }
    .project_page li{
        font-size: 16px;
    }
    .vacancies .formFooter{
        width: 100%;
    }
    .contact .mf-captcha{
        padding-left: 55px;
    }
    .trendsDetail .intro{
        margin-top: 0;
    }
    .about_h2 {
        font-size: 27px;
    }
    .trendsDetail p{
        font-size: 16px;
    }
    .trendsDetail .TREND_PHOTO{
        max-width: 100%;
    }
    .our-partners .col-15 {
        width: 50%;
    }
    .importozameshchenie__header {
        padding: 0;
    }
    .importozameshchenie__header {
        margin-left: 15px;
    }
    .portfolio h3 {
        margin-bottom: 40px;
    }
    .our-partners__img {
        padding: 20px 20px;
    }
    .newPartners__item{
        display: none;
    }
    .newPartners__item.newPartners__item_mobile{
        display: block;
        height: 160px;
        background: #0A0A0A;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin-bottom: 20px;
        background-size: contain;
    }
    .newPartners_main .col-4:nth-child(n+9) .newPartners__item{
        height: 0px;
        margin-bottom: 0px;
        padding: 0;
    }
    .newPartners_main.showAll .col-4:nth-child(n+9) .newPartners__item{
        height: 160px;
        margin-bottom: 20px;
        padding: 0;
    }

}

@media(max-width:650px) {
    h2 {
        font-size: 35px;
    }
    .partners_h2 {
        font-size: 35px;
    }
}
@media(min-width:576px){
    .desktopView{
        display: inherit;
    }
    .mobileView{
        display: none;
    }
}
@media(max-width:576px) {
	.content.contact .btn {
		margin: 0 20px;
	}
	.content.contact .mf-check {
		margin-left: 20px;
	}
	.content.contact .mf-captcha {
		padding-left: 40px;
	}
    .mobileView{
        display: inherit;
    }
    .Proj_setup_row{
        justify-content: center;
    }
    .Proj_setup_row .col-3 {
        margin-left: 0%;
        margin-right: 0%;
        width: auto!important;
        border: 1px solid #169FDB;;
        min-height: 0;
        margin: 20px 0;
        border-radius: 35px;
        padding: 10px;
    }
    .decisionsSection .col-5 h2 {
        font-size: 28px;
            text-align: left;
        padding: 0 20px;
    }
    .circle-swicher{
        width: 25px;
        height: 25px;
        top: 28px;
    }
    .decisionsSection .col-5 p{
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .accordion-item-header{
        font-size: 15px;
        padding: 10px;
    }
    .accordion-item-content{
        font-size: 12px!important;
        padding: 10px 5px;
    }
    .about .future {
    height: 30px;
        margin-left: 0;
        margin: auto;
        margin-top: 20px;
    }
    .partners_h2 {
        font-size: 29px;
    }
    .wrapper {
        max-width: 100vw;
    }

    .content-nav > div {
        width: 100%;
    }

    .content-nav {
        flex-wrap: wrap;
    }

    .content-swap > div > .col-6 {
        width: 100%;
    }

    .content-swap > div {
        flex-wrap: wrap;
    }

    .content-swap {
        min-height: 461px;
    }

    .safety__vid {
        width: 100%;
    }

    h2 {
        text-align: center;
    }

    .marketplace a {
        left: 0%;
        top: 120%;
    }

    .about p {
        font-size: 14px;
    }
    .about .intro p{
        font-size: 14px;
    }
    .about .intro b{
        font-size: 15px;
    }
    .about h3{
        margin-top: 0;
    }
    .about  .approach_text{
        width: 100%;
    }
    .about_description{
        font-size: 13px!important;
    }

    .directions .col-25 {
        width: 100%;
    }

    .directions .about_description {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .roll_wrap,
    .directions_popup {
        display: none;
    }

    .directions .col-25 p {
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .directions .col-25 img{
        display: block!important;
    }

    .directions .row {
        margin-bottom: 100px;
    }

    .about_c .btn {
        text-align: center;
    }

    .about_projects .logos > div {
        max-width: 45%;
    }

    .about_c .col-12 {
        padding: 0;
        border: none;
    }

    .projects_page .intro {
        background: none;
    }

    .news-item .preview_picture {
        height: auto;
    }

    .deepblue_block h2 {
        font-size: 30px;
    }

    .deepblue_block li {
        font-size: 18px;
    }

    .menu ul {
        font-size: 25px;
    }

    .float_social {
        display: none;
    }
    .nav{
        padding: 0;
    }
    .vacancy .vacancyDetailImage {
        background-size: contain;
    }
    .decisionMainName {
        font-size: 19px;
        margin-top: 30px;
    }
    .decisionsMain .news-list .col-4>a {
        padding: 0 20px;
    }
    .DesMainDescription {
        font-size: 12px;
        width: 100%;
        min-height: inherit;
    }
    .mainpage h3, .about h3, .decisionsSection h3, .importozameshchenie h3, .portfolio h3, .our-partners h3{
        font-size: 20px;
    }
    .mainpage .about_c .year h2{
        font-size: 52px;
    }
    .mainpage .about_c .year p{
        font-size: 10px;
    }
    .about_c p{
        font-size: 12px;
    }
    .year .btn{
        margin: 0;
    }
    .btn{
        font-size: 14px;
        padding: 10px 20px;
    }
    .content{
        margin-top: 100px;
    }
    .about_c h3{
        margin-bottom: 20px;
    }
    .about_c .about_description{
        font-size: 12px!important;
    }
    .about_c .col-4 p{
        font-family: 'OSbold';
        margin: 5px 0;
        height: auto;
    }
    .footer p{
        text-align: left!important;
    }
    .footer-phone{
        font-size: 18px;
    }
    .footer-mail{
        font-size: 14px;
    }
    .footer_menu p{
        font-size: 14px;
    }
    .footer_menu>a{
        margin: 0;
    }
    .footer-adress{
        font-size: 14px;
    }
    .logo img {
        height: 80px;
    }
    .hamburger{
        height: 80px;
        width: 80px;
    }
    .menu ul{
        margin-top: 80px;
    }
    .menu li{
        padding: 5px;
    }
    .footer_soc{
        justify-content: start;
    }
    .decisionsMain h2{
        font-size: 27px;
        letter-spacing: 0.065em;
    }
    .wrapper{
        padding: 0 20px;
    }
    .decisions .col-4{
        border-radius: 24px;
    }
    .contact h2{
        text-align: left;
        font-size: 27px;
    }
    .contact p{
        font-size: 14px;
    }
    .contact h3{
        font-size: 19px;
    }
    .contact .formpretext img{
        width: 35px;
        margin-top: 20px;
    }
    .contact input{
        height: 40px;
    }
    .contact .mf-captcha{
        padding-left: 30px;
    }
    .contact .btn{
        margin: 0;
    }
    .contact .check + label{
        margin: 0;
    }
    .contact .mf-text{
        margin: 5px 0;
    }
    .contact .mapPretext h2{
        font-size: 20px;
    }
    .partners .col{
        min-width: 85px;
        height: 85px;
    }
    .partners .intro h2{
        font-size: 27px;
        letter-spacing: 0.035em;
        text-align: left;
    }
    .partners .intro p{
        font-size: 14px;
    }
    .about_h2{
        text-align: left;
    }
    .competence .col-4 p:not(.about_description){
        font-size: 16px;
    }
    .about .btn_blue{
        padding: 13px 50px;
    }
    .technologies p,.about_projects p{
        max-width: 100%;
    }
    .about .btn{
        margin-top: 50px;
    }
    .about .blue_text{
        font-size: 15px!important;
    }
    .project_page h2{
        text-align: left;
    }
    .Proj_condition p{
        max-width: 100%;
    }
    .Proj_decision p{
        max-width: 100%;  
    }
    .project_page .proj_actions{
        width: 100%;
    }
    .vacancies .mfeedback h3{
        font-size: 20px;
    }
    .vacancies p{
        font-size: 16px;
    }
    .vacancies .cityFilter label{
        font-size: 14px;
    }
    .vacancies .wrapper{
        padding: 0;
    }
    .importozameshchenie__text{
        padding: 5px;
        padding-top: 15px;
        font-size: 16px;
        line-height: 26px;
    }
    .imp-point__text {
        font-size: 15px;
        line-height: 22px;
    }
    .portfolio__item-name {
        font-size: 15px;
        line-height: 22px;
    }
    .portfolio__item-vendors {
        font-size: 15px;
        line-height: 22px;
    }
    .imp-point {
        display: block;
        margin-bottom: 40px;
    }
    .imp-point__img{
        margin: 0 0 12px 0;
    }
    .imp-point__text {
        width: auto;
    }
    .portfolio__item{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .portfolio__item-name{
        width: 100%;
        max-width: none;
        border-bottom: 1px solid #139DD9;
        padding-bottom: 8px;
    }
    .portfolio__item-vendors {
        width: 180px;
        padding-top: 5px;
    }
    .newPartnersItem__img {
        background-size: auto;
    }
    .newPartnersItem__info p {
        font-size: 12px;
        line-height: 16px;
    }
}
@media only screen and (min-width: 3320px) {
  html {
    zoom: 200%
  }
}
@media only screen and (min-width: 2490px) {
  html {
    zoom: 150%
  }
}
@media only screen and (min-width: 2075px) {
  html {
    zoom: 125%
  }
}