.maxHeight {
  height: 100%;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #363636;
  letter-spacing: 0;
  background-image: url('../images/back-tile.png');
  height: 100%;
}
body .mainContainer {
  background-image: none;
  background-color: white;
  max-width: 1280px;
  border-width: 0 2px 0 2px;
  border-color: #9B9B9B;
  border-style: solid;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  body .mainContainer {
    border: none;
  }
}
body .mainContainer .blockTitle {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.032em;
}
body .mainContainer .login {
  display: block;
  background-color: #1BA800;
  height: 44px;
  font-size: 30px;
  line-height: 0.8;
  padding: 8px 40px 10px;
  font-weight: 400;
}
body .mainContainer .normative-documents {
  font-weight: 400;
  font-size: 14px;
  color: #0169e1;
  letter-spacing: 0;
}
body .mainContainer .normative-documents small {
  opacity: 0.6;
}
@media screen and (max-width: 576px) {
  body .mainContainer {
    font-size: 14px;
  }
  body .mainContainer .blockTitle {
    font-size: 22px;
  }
  body .mainContainer a.mintrans {
    font-size: 14px;
  }
}
.header {
  background-color: #F0F0F0;
  position: relative;
}
.header img {
  width: 100%;
  height: auto;
}
.header:after {
  content: '';
  top: 9%;
  height: 30%;
  width: 55%;
  position: absolute;
  left: 4%;
  background: url('../images/logo.svg') no-repeat left center;
  background-size: contain;
}
.header img#smartphone {
  top: 25%;
  width: 60%;
  height: auto;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 800px) {
  .header img#smartphone {
    width: 70%;
  }
}
.loginSection {
  background-color: #F0F0F0;
  width: 100%;
}
.numberSection {
  background-color: #F0F0F0;
  width: 100%;
  padding-top: 40px;
}
.numberSection a {
  text-decoration: none;
  display: block;
}
.numberSection .row > div {
  height: 190px;
}
.numberSection .title {
  font-weight: 400;
  font-size: 22px;
  color: #363636;
  letter-spacing: -0.005em;
  line-height: 1.2;
  padding-left: 0;
  text-align: center;
}
.numberSection .number {
  position: relative;
  margin: 0 auto 8px auto;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.numberSection .number:after {
  position: absolute;
  content: '';
  width: 64px;
  height: 64px;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.numberSection .abilitiesSectionMenu .number {
  background-image: url('../images/1-number.svg');
}
.numberSection .abilitiesSectionMenu .number:after {
  background-image: url('../images/abilities.svg');
}
.numberSection .workplaceSectionMenu .number {
  background-image: url('../images/2-number.svg');
}
.numberSection .workplaceSectionMenu .number:after {
  background-image: url('../images/workplace.svg');
}
.numberSection .mobileSectionMenu .number {
  background-image: url('../images/3-number.svg');
}
.numberSection .mobileSectionMenu .number:after {
  background-image: url('../images/mobile-app.svg');
}
.numberSection .liteversionSectionMenu .number {
  background-image: url('../images/4-number.svg');
}
.numberSection .liteversionSectionMenu .number:after {
  background-image: url('../images/liteversion.svg');
}
.numberSection .messageSectionMenu .number {
  background-image: url('../images/5-number.svg');
}
.numberSection .messageSectionMenu .number:after {
  background-image: url('../images/presentation.svg');
}
@media screen and (max-width: 400px) {
  .numberSection .title {
    font-size: 18px;
  }
}
.abilitiesSection {
  background-color: #F0F0F0;
}
.abilitiesSection .abilitiesContainer {
  padding-bottom: 120px;
  position: relative;
  margin: 0 auto;
  background-size: contain;
}
.abilitiesSection .abilitiesContainer img.background {
  width: 100%;
  height: auto;
}
.abilitiesSection .abilitiesContainer .numberContainer {
  max-width: 1050px;
  margin: 0 auto;
}
.abilitiesSection .abilitiesContainer .numberContainer img.number {
  height: 100px;
}
.abilitiesSection .abilitiesContainer .container {
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  min-height: 401px;
  line-height: 1.2;
  left: 0;
  top: auto;
  text-align: center;
}
.abilitiesSection .abilitiesContainer .container .abilities {
  position: relative;
  top: -4px;
  width: 100%;
  background-image: url('../images/abilities-background.svg');
  background-position: calc(50% - 30px) center;
  background-repeat: no-repeat;
}
.abilitiesSection .abilitiesContainer .container .content {
  max-width: 1072px;
  color: white;
  margin: 0 auto;
  text-align: left;
  min-height: 401px;
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (max-width: 650px) {
  .abilitiesSection .abilitiesContainer .container .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.abilitiesSection .abilitiesContainer .container .content .container {
  max-width: 1072px;
}
.abilitiesSection .abilitiesContainer .container .content ul {
  list-style: outside;
  margin-left: 17px;
}
.abilitiesSection .abilitiesContainer .container .content ul li {
  padding-left: 0;
  padding-bottom: 10px;
}
.abilitiesSection .abilitiesContainer .container .content .blockTitle {
  position: relative;
}
.abilitiesSection .abilitiesContainer .container .content .underline {
  background: white;
  width: 100%;
  height: 2px;
}
@media screen and (max-width: 1050px) {
  .abilitiesSection .abilitiesContainer {
    padding-bottom: 0;
  }
  .abilitiesSection .abilitiesContainer img.background {
    position: absolute;
    top: 0;
  }
  .abilitiesSection .abilitiesContainer .container {
    top: 0;
    bottom: auto;
    position: relative;
    margin-top: 0px;
  }
  .abilitiesSection .abilitiesContainer .container .abilities {
    background-size: cover;
  }
}
.workplaceSection {
  background-color: #F0F0F0;
}
.workplaceSection .content {
  padding-left: 32px;
}
@media screen and (max-width: 650px) {
  .workplaceSection .content {
    padding-left: 0;
  }
}
.workplaceSection .container {
  background: url('../images/workplace-background.svg') center center no-repeat;
  max-width: 1072px !important;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}
.workplaceSection .container .boss {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workplaceSection .container .boss img {
  position: absolute;
  height: 262px;
  left: 0;
  bottom: 0;
}
.workplaceSection .container ul {
  list-style: outside;
  padding: 0;
  margin-left: 15px;
}
.workplaceSection .container ul li {
  padding-left: 0;
}
.workplaceSection .container .row .text {
  color: white;
}
.workplaceSection .container .row .blockTitle {
  color: white;
}
.workplaceSection .container .row .number {
  height: 100px;
  width: 80px;
  background-image: url('../images/2-number-lightgray.svg');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 995px) {
  .workplaceSection .container .boss img {
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  .workplaceSection .container .boss {
    height: 250px;
    overflow: hidden;
  }
  .workplaceSection .container .boss img {
    position: absolute;
    height: 200px;
    left: 0;
    bottom: 0;
  }
  .workplaceSection .container .row .text {
    position: relative;
    white-space: nowrap;
    top: -40px;
    line-height: 2;
  }
}
.docsSection {
  background-color: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.docsSection h5 {
  color: #4e555b;
}
.docsSection ul {
  float: none;
}
.grayContainer {
  height: 890px;
  max-width: 100%;
  top: 0;
  background-color: #F0F0F0;
  position: relative;
}
.grayContainer .grayArea {
  background-color: #F0F0F0;
  width: 100%;
  height: 20%;
}
.grayContainer .whiteArea {
  max-width: 1072px;
  margin: 0 auto;
  height: 80%;
  bottom: 0;
  background-color: white;
}
.mobileSection {
  margin-top: -890px;
}
.mobileSection .mobileContainer {
  position: relative;
  width: 100%;
}
.mobileSection .mobileContainer img.background {
  width: 100%;
  height: auto;
}
.mobileSection .mobileContainer:after {
  content: '';
  width: 100px;
  height: 100px;
  left: 67%;
  top: 0;
  background-image: url('../images/3-number-blue.svg');
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mobileSection .mobileContainer img#tablet {
  top: 0;
  height: 80%;
  width: auto;
  position: absolute;
  left: 0;
}
.mobileSection .mobileContainer .container {
  max-width: 1072px;
  position: absolute;
  width: 40%;
  top: 16%;
  left: 57%;
  padding: 10px;
  font-weight: bold;
  color: white;
}
.mobileSection ul {
  list-style: outside;
  padding: 0;
  margin-left: 20px;
}
.mobileSection ul li {
  padding-left: 0;
  padding-bottom: 10px;
  line-height: 1.2;
  text-shadow: 0 0 4px black;
}
@media screen and (max-width: 1100px) {
  .mobileSection .textContainer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mobileSection ul {
    list-style: outside;
    padding: 0;
    margin-left: 20px;
  }
  .mobileSection ul li {
    padding-left: 0;
    padding-bottom: 10px;
    line-height: 1.2;
    font-weight: normal;
    text-shadow: none;
  }
  .mobileSection .mobileContainer img#tablet {
    top: 5%;
    height: auto;
    width: 70%;
    position: absolute;
  }
  .mobileSection .mobileContainer .container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 50px;
    color: #969696;
  }
}
@media screen and (max-width: 650px) {
  .mobileSection .textContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mobileSection ul {
    margin-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  .mobileSection ul {
    margin-left: 15px;
  }
  .mobileSection .mobileContainer img.background {
    display: none;
  }
  .mobileSection .mobileContainer .container {
    padding-top: 200px;
  }
  .mobileSection .mobileContainer:after {
    left: 8%;
  }
  .mobileSection .mobileContainer img#tablet {
    top: 0;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .grayContainer {
    display: none;
  }
  .mobileSection {
    margin-top: 0;
    background-color: #F0F0F0;
  }
}
.liteversionSection {
  background-color: #F0F0F0;
  font-size: 18px;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.liteversionSection .divider {
  height: 50px;
  width: 100%;
}
.liteversionSection .liteversionContainer {
  background-color: white;
  max-width: 1072px;
  margin: 0 auto;
}
.liteversionSection .container {
  padding-left: 48px;
  padding-right: 48px;
  max-width: 1072px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .liteversionSection .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.liteversionSection .blockTitle {
  color: #2c8301;
  line-height: 1;
}
.liteversionSection .number {
  height: 100px;
  width: 85px;
  background-image: url('../images/4-number-green.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .liteversionSection {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .liteversionSection {
    font-size: 14px;
  }
  .liteversionSection .divider {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .liteversionSection .divider {
    height: 50px;
  }
}
.messageSection {
  background-color: #F0F0F0;
  width: 100%;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .messageSection {
    padding-bottom: 0;
  }
}
.messageSection .messageContainer {
  background-color: white;
  max-width: 1072px;
  margin: 0 auto;
}
.messageSection .container {
  padding-left: 48px;
  padding-right: 48px;
  max-width: 1072px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .messageSection .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.messageSection label {
  font-weight: 400;
  font-size: 16px;
  color: #a6a6a6;
  letter-spacing: -0.005em;
  line-height: 1.5;
  padding-bottom: 5px;
  padding-left: 5px;
}
.messageSection .custom-control-label::before,
.messageSection .custom-control-label::after {
  top: 0.2rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  box-shadow: 0 0;
  border: #a6a6a6 solid 2px;
}
.messageSection .custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.messageSection .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
  box-shadow: 0 0;
}
.messageSection .blockTitle {
  color: #768087;
  line-height: 1;
}
.messageSection input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #a6a6a6;
  border-radius: 0;
}
.messageSection ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  font-weight: bold;
  opacity: 1;
  /* Firefox */
}
.messageSection :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: bold;
  color: #a6a6a6;
}
.messageSection ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: bold;
  color: #a6a6a6;
}
.messageSection .number {
  height: 120px;
  width: 85px;
  background-image: url('../images/5-number-gray.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 370px) {
  .messageSection .number {
    background-image: url('../images/5-number-green.svg');
  }
}
.messageSection .alert {
  display: none;
}
.messageSection button.request {
  display: inline-block;
  position: relative;
  border: none;
  background-color: #1BA800;
  height: 40px;
  font-size: 20px;
  line-height: 0.8;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  font-weight: 400;
}
.messageSection button.request:hover,
.messageSection button.request:focus {
  background-color: #1BA800 !important;
}
.messageSection button.request span {
  position: absolute;
  right: 10px;
  top: 11px;
  display: none;
}
.messageSection button.request:disabled span {
  display: block;
}
.menuSection {
  background-color: #747474;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 1.1;
  position: relative;
}
.menuSection .container {
  min-height: 254px;
  padding-top: 37px;
}
.menuSection .right-menu a,
.menuSection .right-menu li {
  padding-bottom: 9px;
}
.menuSection .contacts a,
.menuSection .contacts li {
  line-height: 1.5;
}
.menuSection a {
  color: #a6a6a6;
}
.menuSection .right-menu a {
  line-height: 1.3;
}
.menuSection a.title {
  font-weight: bold;
  display: block;
  font-size: 16px;
  color: #d8d8d8;
  letter-spacing: -0.005em;
  line-height: 0.625;
  margin-bottom: 10px;
}
.menuSection img.logo {
  width: 170px;
}
.menuSection li {
  list-style: none;
}
.technicalPage {
  background: #F0F0F0;
  min-height: 1000px;
  height: 100%;
}
.technicalPage .hazard-line {
  height: 44px;
  background-image: url('../images/hazard-line-tile.png');
}
.technicalPage .text {
  color: #768087;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  height: 100%;
}
.technicalPage .text .attention {
  padding-top: 90px;
  padding-bottom: 25px;
  font-size: 38px;
  letter-spacing: 0.09em;
  line-height: 0.8;
}
.technicalPage .text img.logo {
  margin-top: 97px;
}
.technicalPage .menuSection {
  background-color: transparent;
}
.technicalPage .menuSection a.title {
  color: #747474;
}
.page404 {
  background: #F0F0F0;
  min-height: 1100px;
  height: 100%;
}
.page404 .openMainpage a,
.page404 .openGoogle a {
  display: inline;
  padding: 5px 0 5px 37px;
  height: 32px;
  background-position: center left;
  background-repeat: no-repeat;
  color: #0169e1;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}
.page404 .openMainpage {
  padding-top: 43px;
  padding-bottom: 24px;
}
.page404 .openMainpage a {
  background-image: url('../images/curator_icon.svg');
}
.page404 .openGoogle {
  margin-bottom: auto;
}
.page404 .openGoogle a {
  background-image: url('../images/google_icon.svg');
}
.page404 .image404Block {
  padding-top: 80px;
}
.page404 .imageLogoBlock {
  padding-top: 99px;
}
.page404 .linksBlock {
  padding-top: 30px;
  padding-bottom: 50px;
}
.page404 .message {
  padding-top: 11px;
  font-weight: 600;
  color: #768087;
  font-size: 30px;
  line-height: 1.2;
}
.page404 .menuSection {
  border-width: 2px 0 0 0;
  border-color: #9B9B9B;
  border-style: solid;
  background-color: transparent;
}
.page404 .menuSection a.title {
  color: #747474;
}
@media screen and (max-width: 500px) {
  .page404 {
    min-height: 850px;
  }
  .page404 .image404Block {
    padding-top: 20px;
  }
  .page404 .image404Block img {
    width: 250px;
  }
  .page404 .imageLogoBlock {
    padding-top: 20px;
  }
  .page404 .imageLogoBlock img {
    width: 250px;
  }
  .technicalPage {
    min-height: 800px;
  }
  .technicalPage .text img.logo {
    margin-top: 20px;
    width: 250px;
  }
  .technicalPage .text .attention {
    padding-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */