@font-face {
  font-family: 'RostelecomBasis';
  src: url("../fonts/rostelecom/RostelecomBasis-Regular.eot");
  src: local("RostelecomBasis-Regular"), local("RostelecomBasis-Regular"), url("../fonts/rostelecom/RostelecomBasis-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'RostelecomBasis';
  src: url("../fonts/rostelecom/RostelecomBasis-Light.eot");
  src: local("RostelecomBasis-Light"), local("RostelecomBasis-Light"), url("../fonts/rostelecom/RostelecomBasis-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'RostelecomBasis';
  src: url("../fonts/rostelecom/RostelecomBasis-Bold.eot");
  src: local("RostelecomBasis-Bold"), local("RostelecomBasis-Bold"), url("../fonts/rostelecom/RostelecomBasis-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'RostelecomBasis';
  src: url("../fonts/rostelecom/RostelecomBasis-Medium.eot");
  src: local("RostelecomBasis-Medium"), local("RostelecomBasis-Medium"), url("../fonts/rostelecom/RostelecomBasis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

button:hover, button:focus {
  outline: none; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  overflow-y: scroll;
  background-color: #ffffff;
  font-family: 'RostelecomBasis'; }

ul {
  list-style: none; }

li {
  display: inline-block; }

section {
  padding: 0 0; }

img {
  max-width: 100%; }

.section--grey {
  background-color: #E6E8EA; }

.section--blue {
  background: #E6E8EA; }

.section--darkblue {
  background-color: #273A64; }

.section--dark {
  background-color: #101828; }

.section--color {
  background-color: #283B63; }

.contentBlock__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px; }
  .contentBlock__title--white {
    color: #FFFFFF; }

.contentBlock__text {
  font-size: 16px; }
  .contentBlock__text--white {
    color: #FFFFFF; }

.contentBlock__name {
  color: #FF4F12; }

.titleblock__title {
  font-size: 36px; }

.titleblock__text {
  font-size: 18px;
  opacity: 0.5; }

.button {
  border-radius: 3px;
  display: inline-block;
  padding: 13px 34px;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer; }
  .button--orange {
    background-color: #FF4F12;
    color: #FFFFFF; }
    .button--orange:hover, .button--orange:focus {
      color: #FFF; }
  .button--blue {
    background-color: #7700FF;
    border: none;
    color: #FFF; }
.button--blue:hover, .button--blue:focus{
  color: #FFF;
  text-decoration: none;
}
  .button--transparent {
    background-color: #FFF;
    border: 2px solid #7700FF;
    color: #7700FF;
    padding: 11px 30px; }
  .button--modal {
    position: fixed;
    top: 16px;
    right: 14px;
    z-index: 999;
    text-align: center;
    display: none;
  }
.main__question {
  position: relative; }
  .main__question__title {
    margin-top: 60px;
    margin-bottom: 70px;
    font-weight: 500; }
    .main__question__title__string {
      display: inline-block;
      font-size: 40px;
      line-height: 1;
      background-color: #FFF;
      padding: 8px 5px 5px 5px; }
    .main__question__title__string2 {
      margin-top: -8px;
      position: relative; }
      .main__question__title__string2::after {
        content: '';
        display: block;
        position: absolute;
        width: 43px;
        height: 26px;
        background-image: url(../img/ico-angle.png);
        background-size: cover;
        top: 100%;
        right: 0; }
  .main__question__text {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px; }

.main__logo {
  position: relative; }

.main__image {
  background-size: contain;
  background-image: url(../img/main3.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-color: #7700FF;
  background-position: right; }

.purple {
  position: relative;
  padding: 80px 0 140px;
  background-color: #7700FF; }
  .purple:before {
    display: block;
    content: '';
    position: absolute;
    width: 400px;
    height: 100%;
    right: -400px;
    top: 0;
    background: linear-gradient(to left top, transparent 50%, #7700FF 50%) left/65% 100% no-repeat; }

.reason__picture {
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 134px 0; }

.solution {
  padding: 150px 0; }

.results {
  padding: 140px 0; }
  .results__block {
    display: block;
    padding: 20px 24px;
    height: 100%; }
    .results__block--borderR {
      border-right: 1px solid #999; }
    .results__block--borderB {
      border-bottom: 1px solid #999; }
    .results__block--numbers {
      color: #FF4F12;
      font-size: 40px;
      font-weight: 100;
      line-height: 1;
      margin-bottom: 10px; }
    .results__block--description {
      margin-bottom: 20px;
      font-size: 14px; }
    .results__block--add {
      font-size: 12px;
      opacity: 0.5; }

.examples {
  padding: 50px 0 90px; }
  .examples .titleblock {
    text-align: center; }
    .examples .titleblock__title {
      color: #FFFFFF;
      font-size: 36px;
      margin-bottom: 20px; }
    .examples .titleblock__text {
      color: #FFFFFF;
      font-size: 16px;
      max-width: 710px;
      margin: 0 auto 40px; }
  .examples .show {
    color: #FFFFFF;
    margin-left: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .examples__separator {
    /*border: 1px solid rgba(255, 255, 255, 0.08);*/
    margin: 50px 0; }
  .examples__block__text {
    margin-bottom: 30px; }
  .examples .image {
    border-radius: 15px;
    overflow: hidden;
    max-width: 510px; }

.propose {
  padding: 80px 0 120px;
  color: #FFFFFF; }
  .propose .proposeBlock {
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
    margin-bottom: 30px; }
    .propose .proposeBlock__image {
      width: 36px;
      position: absolute;
      top: 0;
      left: 0; }
    .propose .proposeBlock__title {
      font-weight: 500;
      margin-bottom: 2px; }
    .propose .proposeBlock__text {
      font-weight: 100; }
  .propose .titleblock__text {
    margin-bottom: 30px; }

.multi {
  background-image: url(../img/form.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 150px 0;
  background-position: center left; }

.feedback__form {
  display: block;
  background-color: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px; }
  .feedback__form__titleBlock__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px; }
  .feedback__form__titleBlock__text {
    opacity: 0.5; }
  .feedback__form__row {
    margin-bottom: 15px; }
  .feedback__form input {
    display: block;
    border: none;
    border-bottom: 1px solid rgba(21, 4, 38, 0.24);
    color: #150426;
    outline: none;
    width: 100%;
    padding: 10px 0 5px; }

.footer {
  background-color: #150426;
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer__text {
    text-align: center;
    color: #FFF;
    opacity: 0.5; }

.modalCustom {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90vh;
  background-color: #FFF;
  z-index: 9999;
}
.modalCustom__title{
  padding: 10px 20px;
  background-color: #FFF;
  color: #000;
  font-size: 18px;
  height: 47px;
}
.modalCustom__content{
  height: calc(100% - 47px);
}

.modalCustom__content--howTo{
    height: calc(100%);
    background-color: #7700FF;
}
.modalInfoHead {
    max-width: 690px;
    margin: 0 auto 30px;
}
.modalInfoHead__img{
    border-radius: 50%;
    overflow: hidden;
    max-width: 228px;
}
.modalInfoHead__img img{
    width: 100%;
    max-width: 100%;
}
.modalInfoHead__title{
    font-size: 36px;
    line-height: 42px;
    color: #FFF;
    margin-bottom: 5px;
}
.modalInfoHead__text{
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}
.modalInfoBlock{
    max-width: 690px;
    margin: 0 auto 30px;
    background: #FFF;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
}
.modalInfoBlock__text{
    padding: 30px 30px 30px 60px;
    background-image: url(../img/ico-quotes.svg);
    background-repeat: no-repeat;
    background-position: 20px 40px;
}
.modalInfoBlock img{
    width: 100%;
    max-width: 100%;
}
.modalCustom__close{
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  width: 27px;
  height: 27px;
  background-image: url(../img/ico-close.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  z-index: 3;
  background-color: #FFF;
}

.infoModal__close{
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background-image: url(../img/ico-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    background-color: #FFF;
    border-radius: 50%;
    overflow: hidden;
}
.modalCustom iframe{
  width: 100%;
  height: 100%;
}

input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  margin: 0;
  min-height: 22px;
  display: inline-block;
  vertical-align: baseline;
  padding-left: 30px; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label:after, input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: top;
  left: 0;
  top: 0;
  background-color: #F1F4F5;
  cursor: pointer;
  border-radius: 4px; }

input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  background-color: #F1F4F5;
  transition: all .2s ease;
  border-color: #fff;
  border-radius: 4px; }

input[type=checkbox] + label:after {
  width: 20px;
  height: 20px;
  background-image: url(../img/ico-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  font-size: 13px;
  transition: opacity .2s ease;
  background-size: cover; }

input[type=checkbox]:checked + label:after {
  opacity: 1; }

.modal-dialog {
  max-width: 80%;
}

.modal-body {
  padding: 0; }

.modal-header {
  padding: 10px 15px; }

.modal-content {
  border: none;
  height: 100%;
    padding: 40px 15px;
    background-color: #7700FF;
    border-radius: 0; }
  .modal-content iframe {
    width: 100%;
    background-color: #000;
    display: none;
    max-height: 100%;
    min-height: 100%; }

.modal {
  z-index: 9999;
}

.formFrame::-webkit-scrollbar{
  display: none;
}
.formFrame__wrap{
  overflow-x: hidden;
  width: 100%;
}
/* хром, сафари */
.formFrame{
  width: calc(100% + 20px);
  min-height: 494px;
}
.formFrame::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.formFrame { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.formFrame { overflow: -moz-scrollbars-none; }

@media screen and (max-width: 1699px) {
  .main__image {
    background-position: center right -80px; } }

@media screen and (max-width: 1399px) {
  .main__image {
    background-position: center right -130px; }
  .reason__picture {
    background-size: cover; } }

@media screen and (max-width: 1299px) {
  .purple {
    background-position-x: 0; }
  .main__image {
    background-position: center right -130px; } }

@media screen and (max-width: 1199px) {
  .main__question__title__string {
    font-size: 30px; }
  .main__question__text {
    font-size: 18px; }
  .purple {
    background-position-x: 10%;
    padding: 30px 0 80px; }
  .main__image {
    background-position: center right -80px; } }

@media screen and (max-width: 1099px) {
  .purple {
    background-position-x: -20%; } }

@media screen and (max-width: 992px) {
  .main__logo {
    display: none; }
  .main__question__title {
    margin-top: 0;
    margin-bottom: 50px;
    max-width: 530px; }
  .main__question__title__string {
    font-size: 18px;
    /*padding: 5px 25px 5px 10px;*/ }
  .main__question__title__string2 {
    margin-top: -5px;
    /*padding-right: 15px;*/ }
  .main__question__text {
    display: none; }
  .purple {
    background: none;
    padding: 190px 0 140px; }
    .purple:before {
      display: none; }
  .main__image {
    background-position: center right;
    background-size: cover; }
  .main__question__title__string2::after {
    width: 32px;
    height: 20px; }
  .button {
    padding: 10px 20px; }
  .reason__picture {
    background-image: none;
    padding: 80px 0 80px; }
  .solution {
    padding: 80px 0; }
    .solution img {
      max-width: 50%;
      margin: 0 auto 30px;
      display: block; }
  .results {
    padding: 80px 0; }
    .results .contentBlock {
      margin-top: 30px; }
  .propose {
    padding: 50px 0 80px; }
  .multi {
    padding: 80px 0; } }

@media screen and (max-width: 544px) {
  .reason__picture {
    background-image: none;
    padding: 25px 0 40px; }
  .main__image {
    background-position: center right -60px;
    background-size: cover; }
  .container {
    padding-right: 30px;
    padding-left: 30px; }
  .contentBlock__title {
    font-size: 24px;
    margin-bottom: 10px; }
  .solution {
    padding: 40px 0; }
    .solution img {
      max-width: 100%;
      margin-bottom: 30px; }
  .results__block--numbers {
    font-size: 24px;
    font-weight: 400; }
  .results {
    padding: 40px 0; }
    .results .contentBlock {
      margin-top: 30px; }
  .examples {
    padding: 40px 0 50px; }
  .examples .titleblock__title {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 10px; }
  .examples .titleblock__text {
    font-size: 16px;
    margin-bottom: 20px; }
  .examples__separator {
    margin: 30px 0; }
  .examples .image {
    margin-bottom: 20px; }
  .titleblock__title {
    font-size: 24px;
    margin-bottom: 10px; }
  .titleblock__text {
    font-size: 16px; }
  .propose {
    padding: 40px 0 50px; }
  .multi {
    padding: 40px 0;
    background-position: center;
    background-size: auto; }
  .feedback__form {
    padding: 25px; }
  .feedback__form__titleBlock__title {
    font-size: 21px; }
  .feedback__form__titleBlock__text {
    margin-bottom: 20px; }
  .button--transparent {
    padding: 8px 16px;
    width: 100%;
    margin-top: 20px; }
  .modal-dialog {
    max-width: none; }
  .examples .show {
    font-size: 13px;
    margin-left: 20px; }
  .modal-title {
    font-size: 15px; } }

@media screen and (max-width: 360px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; }
  .results__block {
    padding: 20px 10px; }
  .results__block--description {
    font-size: 13px; } }
