.cells {
box-sizing: border-box;
position: relative;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
-webkit-flex-direction: row;
        flex-direction: row;
-webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
-webkit-justify-content: space-between;
        justify-content: space-between;
-webkit-align-items: center;
        align-items: center;
}

.cells.multiline {
-webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cells.space-evenly {
-webkit-justify-content: space-evenly;
        justify-content: space-evenly;
}

.cells.align-left {
-webkit-justify-content: start;
        justify-content: start;
}

.cells.align-right {
-webkit-justify-content: flex-end;
        justify-content: flex-end;
}

.cells.align-top {
-webkit-align-items: flex-start;
        align-items: flex-start;
}

.cells.align-bottom {
-webkit-align-items: flex-end;
        align-items: flex-end;
}

.cells.align-stretch {
-webkit-align-items: stretch;
        align-items: stretch;
}

.cells.centered {
-webkit-justify-content: center;
        justify-content: center;
}

.cells > * {
position: relative;
display: inline-block;
vertical-align: top;
white-space: normal;
}

.cells.middle > * {
vertical-align: middle;
}

.cells.bottom > * {
vertical-align: bottom;
}

.cells > *:last-child {
margin-right: 0;
}

body
{
background-image: url('/public/img/noisy_grid.png');
background-repeat: repeat;
}

p::before
{
content: '';
display: inline-block;
width: 1em;
height: 0.5em;
}

a
{
color: #2634D0;
}

a:hover
{
text-decoration: underline;
}

.cntrd
{
text-align: center;
}

.rghtd
{
text-align: right;
}

.menuSecondary
{
/*height: 23px;
line-height: 23px;
display: block;
width: 198px;
color: rgb(255,255,255);
margin-bottom: 6px;
padding: 0px 6px;
border-bottom-right-radius: 50px;
border-top-right-radius: 50px;
background: #2792e5;
background: -moz-linear-gradient(top,  #2792e5 0%, #150e7b 60%, #150e7b 60%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2792e5), color-stop(60%,#150e7b), color-stop(60%,#150e7b));
background: -webkit-linear-gradient(top,  #2792e5 0%,#150e7b 60%,#150e7b 60%);
background: -o-linear-gradient(top,  #2792e5 0%,#150e7b 60%,#150e7b 60%);
background: -ms-linear-gradient(top,  #2792e5 0%,#150e7b 60%,#150e7b 60%);
background: linear-gradient(to bottom,  #2792e5 0%,#150e7b 60%,#150e7b 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2792e5', endColorstr='#150e7b',GradientType=0 );
border-style: solid;
border-width: 1px;
border-color: #040040;
transition: width 0.5s;*/
height: 25px;
line-height: 23px;
display: block;
width: 198px;
color: rgb(255,255,255);
margin-bottom: 6px;
padding: 0px 6px;
border-bottom-right-radius: 50px;
border-top-right-radius: 50px;
background: #221993;
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: black;
background: #221993;
background: -moz-linear-gradient(left, #221993 0%, #362bb8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#221993), color-stop(100%,#362bb8));
background: -webkit-linear-gradient(left, #221993 0%,#362bb8 100%);
background: -o-linear-gradient(left, #221993 0%,#362bb8 100%);
background: -ms-linear-gradient(left, #221993 0%,#362bb8 100%);
background: linear-gradient(to right, #221993 0%,#362bb8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221993', endColorstr='#362bb8',GradientType=1 );
border-color: #040040;
transition: width 0.5s;
}

.menuSecondary:hover
{
color: rgb(255,255,255);
width: 210px;
text-decoration: none;
}

.menuSecondaryLeft
{
text-align: right;
height: 25px;
line-height: 23px;
display: block;
width: 198px;
color: rgb(255,255,255);
margin-bottom: 6px;
padding: 0px 6px;
border-bottom-left-radius: 50px;
border-top-left-radius: 50px;
background: #221993;
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: black;
background: #221993;
background: -moz-linear-gradient(left, #221993 0%, #362bb8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#221993), color-stop(100%,#362bb8));
background: -webkit-linear-gradient(left, #221993 0%,#362bb8 100%);
background: -o-linear-gradient(left, #221993 0%,#362bb8 100%);
background: -ms-linear-gradient(left, #221993 0%,#362bb8 100%);
background: linear-gradient(to right, #221993 0%,#362bb8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#221993', endColorstr='#362bb8',GradientType=1 );
border-color: #040040;
transition: width 0.5s;
}

.menuSecondaryLeft:hover
{
color: rgb(255,255,255);
width: 210px;
text-decoration: none;
}

.vacancyContainer
{
padding: 12px;
background-color: rgb(233, 233, 233);
margin-bottom: 24px;
-webkit-box-shadow: 1px 1px 3px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 1px 3px 1px rgba(50, 50, 50, 0.75);
box-shadow:         1px 1px 3px 1px rgba(50, 50, 50, 0.75);
}

.vacancyContainer h1
{
text-decoration: underline;
}

.vacancyShort
{
}

.vacancyLong
{
display: none;
}

.vacancyMore
{
display: block;
width: 100%;
height: 23px;
line-height: 23px;
text-align: center;
background-color: rgb(141, 141, 141);
cursor: pointer;
color: rgb(255,255,255);
border-top-left-radius: 77px;
border-bottom-right-radius: 77px;
transition: all 0.3s;
}

.vacancyMore:hover
{
border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-right-radius: 77px;
border-bottom-left-radius: 77px;
}

.menuHorizontalSearch-submit
{
display: inline-block;
background-image: url('/public/img/search.png');
background-position: 0px 0px;
background-repeat: no-repeat;
background-size: 88% 88%;
width: 33px;
height: 34px;
border: 0px;
background-color: transparent;
cursor: pointer;
outline: 0;
vertical-align: middle;
margin-left: 3px;
}

.uploadButton
{
cursor: pointer;
font-size: 14px;
background: #2792e5;
background: -moz-linear-gradient(top, #2792e5 0%, #150e7b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2792e5), color-stop(100%,#150e7b));
background: -webkit-linear-gradient(top, #2792e5 0%,#150e7b 100%);
background: -o-linear-gradient(top, #2792e5 0%,#150e7b 100%);
background: -ms-linear-gradient(top, #2792e5 0%,#150e7b 100%);
background: linear-gradient(to bottom, #2792e5 0%,#150e7b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2792e5', endColorstr='#150e7b',GradientType=0 );
color: rgb(255,255,255);
padding: 3px 17px;
border-style: solid;
border-radius: 3px;
border-width: 1px;
border-color: #040040;
}

#uploadForm
{
width: 275px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.resumeFill
{
display: inline-block;
background-image: url('/public/img/zapolnitAnketu.png');
background-position: center 0px;
background-repeat: no-repeat;
background-size: 130px 130px;
width: 162px;
height: 162px;
padding-top: 124px;
text-align: center;
}

.resumeUpload
{
display: inline-block;
background-image: url('/public/img/zagruzitResume.png');
background-position: center 0px;
background-repeat: no-repeat;
background-size: 130px 130px;
width: 162px;
height: 162px;
padding-top: 124px;
text-align: center;
}

.poRazdelam
{
display: inline-block;
background-image: url('/public/img/Po_razdelam.png');
background-position: center 0px;
background-repeat: no-repeat;
background-size: 130px 118px;
width: 162px;
height: 162px;
padding-top: 107px;
text-align: center;
}

.Poslednie
{
display: inline-block;
background-image: url('/public/img/Poslednie.png');
background-position: center 0px;
background-repeat: no-repeat;
background-size: 105px 118px;
width: 162px;
height: 162px;
padding-top: 107px;
text-align: center;
}

#formConsult
{
margin: 0px !important;
}

#consultError
{
margin-top: 2px;
margin-bottom: 2px;
padding-top: 3px;
padding-bottom: 3px;
}

.inputButton
{
cursor: pointer;
font-size: 16px;
background: #2792e5;
background: -moz-linear-gradient(top, #2792e5 0%, #150e7b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2792e5), color-stop(100%,#150e7b));
background: -webkit-linear-gradient(top, #2792e5 0%,#150e7b 100%);
background: -o-linear-gradient(top, #2792e5 0%,#150e7b 100%);
background: -ms-linear-gradient(top, #2792e5 0%,#150e7b 100%);
background: linear-gradient(to bottom, #2792e5 0%,#150e7b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2792e5', endColorstr='#150e7b',GradientType=0 );
color: rgb(255,255,255);
padding: 6px 24px;
border-style: solid;
border-radius: 3px;
border-width: 1px;
border-color: #040040;
}

.inputButton:hover
{
background: #150e7b; /* Old browsers */
background: -moz-linear-gradient(top,  #150e7b 0%, #2792e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#150e7b), color-stop(100%,#2792e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #150e7b 0%,#2792e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #150e7b 0%,#2792e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #150e7b 0%,#2792e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #150e7b 0%,#2792e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150e7b', endColorstr='#2792e5',GradientType=0 ); /* IE6-9 */
}

.addEducationButton
{
cursor: pointer;
background-color: rgb(146, 146, 146);
color: rgb(255,255,255);
width: 272px;
padding: 0px 24px;
-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
transition: background-color 0.5s;
}

.addEducationButton:hover
{
background-color: rgb(31, 54, 221);
}

#educationSecond
{
display: none;
}

#educationThird
{
display: none;
}

#jobSecond
{
display: none;
}

#jobThird
{
display: none;
}

#jobFourth
{
display: none;
}

.permissionText
{
font-size: 14px;
}

.permissionCheckbox
{
-ms-transform: scale(1.5);
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
margin-right: 12px;
}

.breadcrumbs
{
font-size: 0.8em;
}

.breadcrumbs a
{
color: #65656B;
text-decoration: underline;
}

.wrapperGlobal
{
background-color: rgb(255,255,255);
padding-top: 8px;
min-height: 860px;
-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.75);
width: 100%;
max-width: 1022px;
min-width: 1022px;
margin: 0 auto;
margin-bottom: 1em;
}

.wrapperMain
{
margin-top: 1em;
width: 100%;
max-width: 1100px;
min-width: 1100px;
padding-left: 20px;
padding-right: 20px;
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: 100%;
}

.row
{
min-width: 1020px !important;
}

/* ------ HEADER start ------ */

.headerRow
{
height: 125px;
}

.logoCK
{
display: inline-block;
height: 100%;
background-image: url('/public/img/people_centr-kadrov.jpg');
background-repeat: no-repeat;
background-size: auto 108%;
background-position: 50% 52%;
}

.headerMiddle
{
height: 100%;
background-image: url('/public/img/logo_centr-kadrov.png');
background-repeat: no-repeat;
background-size: 86%;
background-position: 100% 0%;
}

.headerPhone
{
position: relative;
text-align: right;
padding-left: 24px;
padding-top: 22px;
line-height: 1.2;
font-style: italic;
}

#orderConsult
{
text-align: center;
display: none;
min-height: 143px;
position: absolute;
padding: 9px;
border: solid 4px #150d7a;
z-index: 999;
background-color: rgb(255,255,255);
border-radius: 9px;
width: 270px;
left: 0px;
-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
}

#orderConsultClose
{
position: absolute;
background-color: #150d7a;
background-image: url('/public/img/xWhite.png');
background-size: 74% 74%;
background-position: 3px 5px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
top: -3px;
left: 238px;
border-radius: 7px;
cursor: pointer;
}

.phoneLineFirst
{
font-size: 14px;
}

.phoneLineSecond
{
font-size: 26px;
line-height: 1.0;
}

.phoneLineThird
{
font-size: 17px;
}

#phoneButton
{
font-size: 16px;
color: rgb(31, 54, 221);
text-decoration: underline;
cursor: pointer;
transition: all 0.6s;
}

#phoneButton:hover
{
color: red;
}

/* ------ HEADER end ------ */


/* ------ MENU start ------ */

.menuRow
{
position: relative;
height: 70px;
}

.menuCornerRight
{
position: absolute;
top: 0px;
left: 95.56%;
width: 60px;
height: 70px;
background-image: url('/public/img/menuCornerRight.png');
background-repeat: no-repeat;
background-size: 100% 100%;
z-index: 399;
}

.menuCornerLeft
{
position: absolute;
top: 0px;
left: -1.3%;
width: 60px;
height: 70px;
background-image: url('/public/img/menuCornerRight.png');
background-repeat: no-repeat;
background-size: 100% 100%;
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
z-index: 399;
}

.menuHorizontal
{
z-index: 400;
height: 70px;
position: relative;
color: rgb(255,255,255);
background-image: url('/public/img/menuBG.png');
background-repeat: repeat-x;
background-size: 5px 70px;
margin-left: 26px;
margin-right: 26px;
}

.menuHorizontal li
{
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.72);
margin-top: 7px;
position: relative;
padding-left: 16px;
padding-right: 16px;
height: 36px;
line-height: 36px;
display: inline-block;
transition: all 0.5s;
}

.menuHorizontal li > i
{
vertical-align: middle;
font-size: 24px;
}

.menuHorizontal > li > a
{
color: rgb(255,255,255);
}

.menuHorizontal > li > a:hover
{
color: rgb(255,255,255);
text-decoration: underline;
}

.buttonSearch
{
height: 28px;
width: 28px;
display: inline-block;
background-image: url('/public/img/search.png');
background-repeat: no-repeat;
background-size: 28px 28px;
}

/* ------ MENU end ------ */


/* ------ MENU Vertical start ------ */

.contentRow
{
margin-top: 20px;
}

.menuVerticalWrapper
{

}

.menuVertical li
{
position: relative;
height: 70px;
}

.menuVertical > li > a:hover
{
text-decoration: underline;
background-image: url('/public/img/menuVerticalShifted.png');
left: -15%;
color: rgb(255, 255, 255);
}

.menuVerticalActive
{
background-image: url('/public/img/menuVerticalShifted.png') !important;
left: -15% !important;
color: rgb(255, 255, 255) !important;
}

.menuVerticalActive:hover
{
text-decoration: none !important;
}

.menuVertical > li > a
{
display: block;
left: -22%;
color: rgb(255, 255, 255);
position: absolute;
padding-top: 3px;
padding-left: 26px;
width: 194px;
height: 54px;
background-image: url('/public/img/menuVertical.png');
background-repeat: no-repeat;
background-size: 100% 100%;
}

.menuVertical ul
{
margin-top: -23px;
margin-bottom: 1em;
}

.menuVertical ul > li
{
height: 30px;
}

.menuVertical > ul > li > a
{
color: rgb(0,0,0);
}

.menuVertical > ul > li > a:hover
{
text-decoration: underline;
}
/* ------ MENU Vertical end ------ */

/* ------ CONTENT MAIN start ------ */
.contentMain h1
{
font-size: 18px;
}

.contentMain a > img
{
width: 360px;
margin-top: 15px;
border: rgba(0, 0, 0, 0.27) solid 1px;
box-shadow: rgba(0, 0, 0, 0.54) 0px 0px 8px -2px;
/*transition*/
-webkit-transition:all 0.24s;
   -moz-transition:all 0.24s;
     -o-transition:all 0.24s;
        transition:all 0.24s;
}

.contentMain a > img:hover
{
box-shadow: rgba(0, 0, 0, 0.54) 0px 0px 21px -2px;
}

.contentTable
{
border: 2px solid rgb(0,0,0) !important;
}

.contentTable ul
{
list-style: disc inside;
}

.contentTable h1
{
font-size: 16px;
font-weight: bold;
text-align: center;
}

.contentTable td
{
font-weight: normal !important;
border: 2px solid rgb(0,0,0) !important;
}

.contentTable tr
{
border: 2px solid rgb(0,0,0) !important;
}
/* ------ CONTENT MAIN end ------ */

/* ------ FORMS start ------ */

.inputText
{
width: 540px;
margin-bottom: 0.6em;
display: block;
}

.inputTextarea
{
width: 540px;
margin-bottom: 0.6em;
display: block;
}

/* ------ FORMS end ------ */

/* ------ FOOTER start ------ */

.footerMain
{
border-top-style: dashed;
border-top-width: 1px;
border-top-color: gray;
position: absolute;
top: 75px;
padding-top: 10px;
height: 165px;
width: 974px;
margin-left: 19px;
margin-right: 19px;
font-size: 14px;
line-height: 1.4;
font-style: italic;
}

.ourLink
{
font-size: 12px;
}

.footerWrapper
{
position: relative;
height: 250px;
}

.ftr-social
{
float: left;
}
/* ------ FOOTER end ------ */

.partners-slide
{
box-sizing: border-box;
}

.partners-slide__img
{
box-sizing: border-box;
display: block;
padding-top: 100%;
}

.partners-slide__img > span
{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: 240px;
background-repeat: no-repeat;
background-position: center;
background-size: 87% auto;
border: 1px solid #d9d8e2;
border-right: none;
-webkit-transition: all 0.24s;
   -moz-transition: all 0.24s;
     -o-transition: all 0.24s;
        transition: all 0.24s;
}

.partners-slide__img:hover > span
{
background-size: 90% auto;
}

.partners-slide:last-child .partners-slide__img > span
{
border-right: none;
}

.swiper-partners
{
padding-bottom: 30px;
}

.swiper-partners .swiper-pagination-bullets
{
bottom: 0px;
}

.swiper-pagination-bullet-active
{
background: #1f14a6;
}

.swiper-partners:before
{
content: '';
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 30px;
width: 1px;
background-color: #d9d8e2;
z-index: 999;
}

.partners
{
margin-top: 0.75rem;
border-left: 1px solid #d9d8e2;
border-top: 1px solid #d9d8e2;
}

.partner
{
position: relative;
display: inline-block;
vertical-align: top;
width: 33.333%;
border-right: 1px solid #d9d8e2;
border-bottom: 1px solid #d9d8e2;
}

.partner__img
{
display: block;
padding-top: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 87% auto;
-webkit-transition: all 0.24s;
   -moz-transition: all 0.24s;
     -o-transition: all 0.24s;
        transition: all 0.24s;
}

.partner:hover .partner__img
{
background-size: 90% auto;
}

.mheader {
display: none;
padding-top: 0.75em;
padding-bottom: 0.75em;
}

.mheader-logo {
--mheader-logo-1-width: 18%;
width: 12.5em;
margin-top: -0.5em;
}

.mheader-logo__img-1 {
width: var(--mheader-logo-1-width);
padding-top: 2%;
}

.mheader-logo__img-2 {
width: calc( 100% - var(--mheader-logo-1-width) );
}

.mheader-btn {
width: 2.25em;
padding-left: 0.25em;
}

.mheader-btn > img {
display: block;
width: 100%;
}

h3 {
font-family: "Arial";
font-weight: bold;
font-size: 17px;
font-size: 1rem;
line-height: 1.625em;
text-decoration: underline;
}

.line {
display: block;
width: 100%;
height: 1px;
margin-bottom: 13px;
background-color: rgba(0, 0, 0, 0.27);
box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 0px 0px;
}

.blue
{
color: rgb(32, 21, 175);
}

/* ------ MOBILE MENU ------  */
.mobile-menu, .mobile-menu__swipearea {
display: none;
}

.mobile-menu {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(74, 78, 92, 0.31);
overflow: hidden;
z-index: 9999;
}

.mobile-menu__sidebar {
position: absolute;
top: 0;
left: 0;
width: 320px;
max-width: 100%;
height: 100%;
background-color: #ffffff;
padding: 1em;
overflow-x: hidden;
overflow-y: auto;
}

.mobile-menu__close {
position: absolute;
top: 1.1em;
right: 1.429em;
width: 1.5em;
height: 1.5em;
cursor: pointer;
background-image: url(/public/img/x.svg);
background-repeat: no-repeat;
background-size: 69% auto;
background-position: center right;
background-color: rgba(255, 255, 255, 0.45);
z-index: 99;
}

.mobile-menu nav a, .mobile-menu nav .a {
display: block;
font-size: 1.15em;
padding: 0.5em 0;
line-height: 1.245;
}

.mobile-menu nav a.active, .mobile-menu nav .a.active {
opacity: 0.36;
}

.mobile-menu hr {
margin: 0.75rem 0;
}

.mobile-menu hr:last-child {
display: none;
}

.mobile-menu nav .mobile-menu__phone {
text-align: center;
color: var(--color-text);
font-size: 1.25rem;
}

.mobile-menu nav .mobile-menu__phone a {
color: inherit;
font-size: inherit;
padding: 0.25rem 0;
}

.mobile-menu nav a.secondary, .mobile-menu nav .a.secondary {
padding-left: 1.425rem;
font-size: 0.9em;
}

.mobile-menu .mobile-menu__logo {
display: block;
font-size: 1.15rem;
padding: 0.5rem;
width: 15rem;
max-width: 90%;
margin: 0 auto;
}

.mobile-menu__logo img {
display: block;
width: 100%;
}

.mobile-menu__primary a, .mobile-menu__primary .a {
position: relative;
font-weight: 300;
color: inherit;
}

.mobile-menu__secondary {
display: none;
padding-left: 1.5rem;
padding-bottom: 0.75rem;
}

.mobile-menu__opensub {
display: block;
position: absolute;
top: 50%;
right: 0;
padding: 0.75rem 1rem;
font-size: 0.69em;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 999;
}

.mobile-menu__opensub:after {
content: '';
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
border-left: 0.35em solid transparent;
border-right: 0.35em solid transparent;
border-top: 0.45em solid #3a30b1;
margin-left: 0.25em;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
transition: all .2s ease-out;
}

.mobile-menu__opensub.opened:after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

.mobile-menu__secondary a:first-child, .mobile-menu__secondary .a:first-child {
padding-top: 0.5em;
}

.mobile-menu__secondary a:last-child, .mobile-menu__secondary .a:last-child {
padding-bottom: 0;
}

.mobile-menu hr {
background-color: rgba(93, 93, 95, 0.24);
}

.mobile-menu__phone-line {
position: relative;
display: inline-block;
}

.mobile-mess {
position: absolute;
top: 50%;
right: 0;
white-space: nowrap;
-webkit-transform: translate(100%, -50%);
-moz-transform: translate(100%, -50%);
-ms-transform: translate(100%, -50%);
-o-transform: translate(100%, -50%);
transform: translate(100%, -50%);
}

.mobile-mess__link {
display: inline-block !important;
width: 1.5em;
margin-left: 0.25em;
}

.mobile-mess__img {
display: block;
width: 100%;
}

.mob-top-cells {
margin-bottom: 0.5em;
}

.mob-logo {
width: 100%;
}

.mob-logo a, .mob-logo img {
display: block;
width: 14em;
}

.mobile-menu__phones {
margin-bottom: 1.5em;
}

.mobile-menu__phones a {
color: #3a30b1;
}
/* ------ / MOBILE MENU ------  */

.mheader-sticky {
display: none;
position: fixed;
width: 100%;
background: #fff;
top: 0;
left: 0;
opacity: 0;
transform: translate(0,-100%);
box-shadow: 0px 1px 13px 1px #00000038, 0px 0px 3px 0px #0000000f;
z-index: 9999;
transition: opacity .2s ease-out, transform .2s ease-out;
}

.mheader-sticky.shown {
transform: none;
opacity: 1;
}

.mheader-sticky .mheader {
padding-top: 0.5em;
padding-bottom: 0.1em;
}

.mheader-search {
padding: 0 var(--margin);
background: #1a118d;
color: #fff;
}

.mheader-search .menuHorizontalSearch-form {
padding-bottom: 0.185em;
}

.mheader-search .menuHorizontalSearch {
margin: 0 auto;
}

.menuHorizontalSearch-text__content, .menuHorizontalSearch-text__content:hover {
color: inherit;
}

.ftr-social a:hover {
text-decoration: none;
}

.messes {
display: inline-block;
vertical-align: -0.525em;
margin-left: 0.25em;
}

.messes-cells {
gap: 0.1em;
}

.mess {
width: 2em;
}

.mess > img {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
transition: transform .2s ease-out;
}

.mess:hover > img {
transform: translate(0, -0.25em);
}

.mess.mess-max > img {
width: 87%;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}

.mess.mess-max:hover > img {
transform: translate(-50%, calc( -50% - 0.25em ));
}

.mess:before {
content: '';
position: relative;
display: block;
padding-top: 100%;
}

.document {
display: block;
width: 11em;
border: 2px dashed #eeeeee;
background: #00000003;
border-radius: 6px;
padding: 0.75em 0;
padding-bottom: 0.5em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

.contentMain a.document > img {
display: block;
width: 5em;
margin: 0 auto;
border: none;
box-shadow: none;
}

.document-title {
text-align: center;
margin-top: 0.5em;
line-height: 1.2;
}
/* --- / MAIN --- */

@media only screen and (max-width: 1267px) {

body
{
width: 1134px;
margin: 0 auto;
}

.menuCornerLeft {
left: -14px;
}

.menuCornerRight {
left: 974px;
}

}

@media only screen and (max-width: 960px) {

body {
--margin: 0.75em;
width: 100%;
height: auto;
padding-bottom: 3em;
}

.wrapperMain, .wrapperGlobal {
min-width: 0;
padding: 0;
}

.wrapperGlobal {
display: block;
}

.wrapperGlobal, .mheader-sticky .mheader, .mheader-search .menuHorizontalSearch {
max-width: 30em;
}

.row {
min-width: 0 !important;
padding-left: var(--margin);
padding-right: var(--margin);
}

.footerMain {
position: relative;
width: 100%;
margin: 0;
height: auto;
top: auto;
font-size: 0.875em;
padding: 2em var(--margin);
margin-top: 1em;
}

.menuCornerRight {
left: auto;
right: -14px;
}

.headerRow {
display: none;
}

.wrapperMain {
margin: 0;
padding: 0;
}

.mheader {
display: block;
}

.mheader-phone {
text-align: right;
line-height: 1;
font-size: 1.05em;
white-space: nowrap;
}

.mheader-time {
font-size: 0.77em;
line-height: 1;
white-space: nowrap;
}

.menuHorizontal > li:not(.menuHorizontalSearch) {
display: none;
}

.menuCornerLeft, .menuCornerRight {
display: none;
}

.menuHorizontal {
margin: 0;
height: auto;
background-size: 0.3125em 100%;
padding-bottom: 1em;
}

.row.menuRow {
padding-left: 0;
padding-right: 0;
}

.menuHorizontal li.menuHorizontalSearch {
padding: 0 var(--margin);
margin: 0;
width: 100%;
height: auto;
}

.menuHorizontalSearch-form {
--search-text-w: 6.75em;
--search-btn-w: 2em;
--search-gap: 0.75em;
box-sizing: border-box;
position: relative;
display: -webkit-box;
display: flex;
-webkit-flex-direction: row;
        flex-direction: row;
-webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
-webkit-justify-content: space-between;
        justify-content: space-between;
-webkit-align-items: center;
        align-items: center;
gap: var(--search-gap);
margin: 0;
padding: 0.25em 0;
padding-top: 0.2em;
}

.menuHorizontalSearch-text {
width: var(--search-text-w);
}

.menuHorizontalSearch-text__content {
font-size: 0.87em;
white-space: nowrap;
text-shadow: none;
}

.menuHorizontalSearch-submit {
width: var(--search-btn-w);
height: var(--search-btn-w);
margin: 0;
padding: 0;
background-size: contain;
}

.menuHorizontalSearch-terms {
width: calc( 100% - var(--search-text-w) - var(--search-btn-w) - var(--search-gap) * 2 );
border: none;
padding: 0.25em 0.5em;
border-radius: 2px;
outline: none;
text-align: right;
}

.sliderRow {
position: relative;
margin-top: -0.75em;
z-index: 99;
}

.swiper-partners {
padding-bottom: 3.25em;
}

.swiper-partners:before {
bottom: 2.25em;
}

.swiper-partners .swiper-pagination-bullets {
line-height: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 0.25em;
}

.swiper-pagination-bullet {
width: 0.5em;
height: 0.5em;
}

.menuVerticalWrapper, .sidebarWrapper {
display: none;
}

.contentMain {
width: 100% !important;
margin: 0;
float: none;
max-width: none;
overflow-x: hidden;
}

.footerWrapper {
height: auto;
}

.ftr-social, .ftr-disclaimer {
display: block;
float: none;
width: 100%;
text-align: center;
}

.ftr-disclaimer {
margin-top: 1.5em;
}

.mheader-sticky {
display: block;
}

}