@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-size: 100%;
  background-color: #fff;
  font-family: 'ProximaNovaRegular';
}
a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a {
  display: inline-block;
}
h1,
h2,
p,
a,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
img {
  max-width: 100%;
  border-style: none;
}
.buttonBlue {
  height: 65px;
  background-color: #1976d2;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.45px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  min-width: 293px;
  max-width: 293px;
}
.buttonBlue:hover {
  background: #86aaee;
}
.buttonBlue:active {
  background: #33589d;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
section {
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapperBlock {
  margin: 0 auto;
  max-width: 1190px;
  padding-left: 25px;
  padding-right: 25px;
}
header {
  padding-top: 28px;
}
.headerRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 12px;
}
.headerRight p {
  color: #2f2f2f;
  font-size: 18px;
  letter-spacing: 0.45px;
}
.post {
  margin-right: 113px;
}
.vigetSection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 59px;
  padding-left: 118px;
  padding-left: 8%;
}
.vigetSection h1 {
  font-family: 'ProximaNovaBold';
  color: #252525;
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 1.4;
  margin-bottom: 39px;
}
.vigetSection p {
  position: relative;
  color: #252525;
  font-size: 18px;
  letter-spacing: 0.45px;
  padding-left: 48px;
  margin-bottom: 40px;
  max-width: 643px;
  line-height: 1.3;
}
.vigetSection p:before {
  position: absolute;
  content: url(../img/gal.png);
  left: 0;
  top: -5px;
}
.imgLink {
  width: 60%;
  margin-top: 32px;
  max-width: 519px;
}
.imgLink img {
  width: 100%;
}
.buttonsBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 102px;
}
.buttonsBlock span {
  color: #9c9c9c;
  font-size: 16px;
  letter-spacing: 0.4px;
  position: relative;
  margin-left: 30px;
  line-height: 1.1;
}
.buttonsBlock span:before {
  position: absolute;
  content: '*';
  color: #ed6060;
  top: 0;
  left: -5px;
}
.platformaSection {
  background-color: #464646;
  padding: 57px 0 62px;
  margin-top: 86px;
}
.platformaSection .wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.platformaSection a {
  margin-left: 15px;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.platformaSection a:hover {
  filter: grayscale(155%);
  -webkit-filter: brightness(155%);
}
.platformaContent p {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
  font-family: 'ProximaNovaBold';
}
.platformaContent span {
  font-size: 18px;
  letter-spacing: 0.45px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.razrabSection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 0 8px;
}
.razrabSection .wrapperBlock {
  position: relative;
  left: -100px;
  padding: 135px 61px 0 0;
}
.razrabSection h2 {
  color: #252525;
  font-size: 32px;
  letter-spacing: 0.8px;
  font-family: 'ProximaNovaBold';
  margin-bottom: 40px;
}
.razrabSection p {
  color: #252525;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 1.35;
  margin-bottom: 100px;
}
.razrabSection .vipiska {
  color: #1976d2;
  letter-spacing: 0.45px;
  text-decoration: underline;
}
.razrabSection .vipiska:hover {
  text-decoration: none;
}
.platformaSection1 {
  margin-top: 0;
  padding-top: 70px;
}
.platformaSection1 p {
  margin-bottom: 11px;
}
.platformaSection1 span {
  line-height: 1.4;
}
.platformaSection1 a:hover {
  filter: none;
  -webkit-filter: none;
}
.buttonBottomBlock {
  min-width: 293px;
  margin-left: 20px;
}
.buttonBottomBlock a {
  margin-left: 0;
}
footer {
  padding: 48px 0;
  text-align: center;
}
footer p {
  margin: 0 auto;
  max-width: 620px;
  color: #252525;
  font-size: 16px;
  letter-spacing: 0.4px;
}
@media all and (max-width: 1450px) {
  .imgLink {
    width: 35%;
  }
}
@media all and (max-width: 1400px) {
  .vigetSection {
    padding-left: 7%;
  }
}
@media all and (max-width: 1350px) {
  .vigetSection {
    padding-left: 5%;
  }
}
@media all and (max-width: 1300px) {
  .vigetSection {
    padding-left: 3.5%;
  }
}
@media all and (max-width: 1250px) {
  .vigetSection {
    padding-left: 1.5%;
  }
}
@media all and (max-width: 1230px) {
  .vigetSection h1 {
    font-size: 30px;
  }
  .razrabSection h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 1200px) {
  .vigetSection {
    padding-left: 0;
  }
}
@media all and (max-width: 1199px) {
  .razrabSection {
    padding-bottom: 70px;
  }
  .razrabSection .wrapperBlock {
    padding-right: 25px;
    left: -50px;
  }
  .BgBottom {
    max-height: 550px;
  }
}
@media all and (max-width: 991px) {
  .vigetSection {
    margin-top: 30px;
    display: block;
  }
  .vigetSection p {
    max-width: 100%;
  }
  .imgLink {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
  }
  .imgLink img {
    max-width: 450px;
  }
  .buttonsBlock {
    margin-top: 70px;
  }
  .platformaSection .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .platformaSection a {
    margin-left: 0;
  }
  .platformaContent {
    width: 100%;
    text-align: center;
  }
  .razrabSection .wrapperBlock {
    padding-top: 90px;
  }
  .BgBottom {
    max-height: 400px;
  }
  .buttonBottomBlock {
    margin: 30px auto 0;
  }
}
@media all and (max-width: 767px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapperBlock {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
  .headerRight {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
  .vigetSection h1 {
    text-align: center;
  }
  .platformaSection {
    padding: 40px 0 20px;
    margin-top: 45px;
  }
  .platformaSection .wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .platformaSection a {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .razrabSection {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0 60px;
  }
  .razrabSection .wrapperBlock {
    position: static;
    padding: 0 10px;
  }
  .razrabSection h2 {
    text-align: center;
  }
  .razrabSection p {
    margin-bottom: 60px;
  }
  .razrabSection .buttonBlue {
    margin: 0 auto;
  }
  .BgBottom {
    display: block;
    margin: 0 auto;
  }
  .platformaSection1 {
    margin-top: 0;
  }
}
@media all and (max-width: 700px) {
  .buttonsBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .buttonsBlock span {
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
  }
}
@media all and (max-width: 550px) {
  .post {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .tel {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .buttonBlue {
    width: 100%;
    padding: 0;
    max-width: 100%;
    min-width: 100%;
  }
  .vigetSection h1 {
    font-size: 28px;
    line-height: 1.2;
  }
  .vigetSection p {
    padding-left: 30px;
    font-size: 16px;
  }
  .platformaSection a {
    width: 100%;
    text-align: center;
  }
  .razrabSection h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .razrabSection p {
    font-size: 16px;
  }
  .buttonBottomBlock {
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  .platformaContent p {
    font-size: 21px;
  }
  .platformaContent span {
    font-size: 17px;
  }
}