/* cyrillic */
@font-face {
  font-family: 'Normal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Normal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Bold';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'Bold';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'SemiBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
  font-family: 'SemiBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v28/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, .t-descr, .t-descr_sm {
    line-height: 1.25;
}

body, div, p, li, td, th {
    font-family: 'Normal' !important;
}

#t-header a {
    font-family: Normal;
    font-size: 16px;
    font-weight: 400 !important;
    text-decoration: none !important;
    border-bottom: 2px dashed #FA9F4200;
    transition: 0.2s linear border-color;
}
#t-header a, #t-header a:visited {
  color: #ffffff !important;
}
#t-header a:hover, #t-header a:focus {
    border-bottom: 2px dashed #FA9F42ff;
}

.uc-hello-block {
    max-height: 80vh;
    overflow-y: hidden; 
    box-sizing: border-box;
}
@media screen and (max-height: 900px) {
  .uc-hello-block {
      max-height: unset;
  }
}
.uc-hello-block .t-descr + a.t-btn {
    border-radius: 0 20px;
    letter-spacing: 1.2px;
}

.uc-hello-block .t-align_left > .t-valign_middle {
    text-align: center;
    padding-right: 50px;
}
.uc-hello-block .t-descr + a.t-btn {
    margin-top: 60px;
}
.uc-hello-block .t-descr {
    text-align: justify;
}
@media screen and (max-width: 1200px) {
  .uc-hello-block .t-align_left > .t-valign_middle {
    padding-right: 30px;
  }
  .uc-hello-block .t-container {
      /*max-width: 90vw;*/
  }
}
@media screen and (max-width: 960px) {
  .uc-hello-block {
    max-height: unset;
    padding-bottom: 100px !important;
  }
  .uc-hello-block .t-align_left > .t-valign_middle {
    padding-right: 0px;
  }
  .uc-hello-block .t843__mobileimg {
      display: block;
      max-width: 40vh;
      margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .uc-hello-block .t-descr {
    text-align: inherit !important;
    font-size: 20px !important;
  }
  .uc-hello-block .t-descr + a.t-btn {
    margin-top: 30px;
  }
}

.uc-block-2 {
    background: url(https://static.tildacdn.com/tild3666-3466-4635-a364-653063343539/gray-bg-top-right.png) right top no-repeat, url(https://static.tildacdn.com/tild6631-3435-4463-b833-363965656132/gray-bg-bottom-left.png) left bottom no-repeat;
}
.uc-block-2 .t-section__title {
    font-family: Normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 58px;
}
.uc-block-2 ul.t-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1260px;
}
.uc-block-2 li.t-item {
  background: #FDFDFD;
  box-shadow: 5px 5px 30px rgba(101, 101, 101, 0.12);
  border-radius: 10px;
  padding: 40px 10px 60px 10px;
}
/*
.uc-block-2 li.t-item:first-child {
  margin-left: 0;
}
.uc-block-2 li.t-item:last-child {
  margin-right: 0;
}
*/
.uc-block-2 li.t-item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 25px;
}
.uc-block-2 li.t-item > div > div {
  order: 10;
}
.uc-block-2 li.t-item > div > .t-bgimg {
  order: 20;
  margin-top: 0px;
  margin-bottom: 0px;
  pointer-events: none;
}
.uc-block-2 li.t-item .t-name {
  font-family: 'Bold' !important;
  color: #FA9F42;
}
.uc-block-2 li.t-item .t-descr {
  flex: 1;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.uc-block-2 li.t-item .t498__line {
  display: none;
}
@media screen and (max-width: 1260px) {
  .uc-block-2 ul.t-container {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1050px) {
  .uc-block-2 li.t-item {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .uc-block-2 ul.t-container {
    flex-wrap: wrap;
  }
  .uc-block-2 .t-section__title {
    font-size: 38px;
    line-height: 48px;
    text-shadow: 2px 2px 0px #FDFDFD;
  }
  .uc-block-2 li.t-item .t-name {
    text-align: left !important;
    width: 30vw;
  }
  .uc-block-2 li.t-item .t-descr {
    text-align: left !important;
  }
}
@media screen and (max-width: 960px) {
  .uc-block-2 li.t-item {
    border-radius: 0px;
    box-shadow: inset 0 3px 2px -2px #c3c3c5;
    background: #c3c3c51f;
  }
  .uc-block-2 li.t-item:first-child {
    box-shadow: none;
  }
  .uc-block-2 .t-section__title {
    margin-bottom: 100px;
  }
  .uc-block-2 li.t-item > div {
    flex-direction: row;
    padding-right: 0;
  }
  .uc-block-2 li.t-item > div > .t-bgimg {
    margin-top: 0px;
    margin-bottom: 0px;
    order: 10;
    position: absolute;
    opacity: 0.3;
  }
  .uc-block-2 li.t-item > div > .t-bgimg {
    top: 100px;
    left: -10px;
  }
  .uc-block-2 li.t-item:first-child > div > .t-bgimg, .uc-block-2 li.t-item:last-child > div > .t-bgimg {
    top: 30px;
    /*left: auto;*/
    left: 5px;
  }
  .uc-block-2 .t-container {
      max-width: 90vw;
  }
}
@media screen and (max-width: 640px) {
  .uc-block-2 li.t-item {
    padding-bottom: 40px;
  }
  .uc-block-2 li.t-item .t-name {
    width: 83vw;
    font-size: 22px;
  }
  .uc-block-2 li.t-item .t-descr {
    margin-left: -83vw;
    margin-top: 3em;
  }
}
@media screen and (max-width: 320px) {
  .uc-block-2 li.t-item .t-name {
    width: 90vw;
    margin-left: -5vw;
    font-size: 20px;
  }
  .uc-block-2 li.t-item .t-descr {
    margin-left: -90vw;
    margin-top: 3em;
  }
}

.uc-advantages .t-heading, .uc-advantages .t-heading p {
  font-size: 58px !important;
  font-family: Normal !important;
}
.uc-advantages .t-align_left .t-valign_middle {
  padding-left: 30px;
}
.uc-advantages .t-descr + a.t-btn {
    border-radius: 0 20px;
    letter-spacing: 1.2px;
    margin-top: 40px;
}

@media screen and (max-width: 1050px) {
  .uc-advantages .t-heading, .uc-advantages .t-heading p {
    font-size: 40px !important;
  }
  .uc-advantages .t-align_left .t-valign_middle {
    padding-left: 30px;
  }
}
@media screen and (max-width: 360px) {
  .uc-advantages .t-heading, .uc-advantages .t-heading p {
    font-size: 30px !important;
  }
}

.uc-block-tariffs {
    background: url(https://static.tildacdn.com/tild3666-3466-4635-a364-653063343539/gray-bg-top-right.png) right top no-repeat, url(https://static.tildacdn.com/tild6631-3435-4463-b833-363965656132/gray-bg-bottom-left.png) left bottom no-repeat;
}
.uc-block-tariffs .t-section__title {
    font-family: Normal;
    font-weight: 500;
    font-size: 58px;
    line-height: 58px;
    color: #353A5A;
}
.uc-block-tariffs .t612__wrapper, .uc-block-tariffs .t612__col, .uc-block-tariffs .t612__left, .uc-block-tariffs .t612__middle_item, .uc-block-tariffs .t612__header, .uc-block-tariffs .t612__bottom {
  border-width: 0px;
}
.uc-block-tariffs .t612__title {
  font-size: 16px !important;
  color: #000000;
}
.uc-block-tariffs .t612__left {
  width: 300px !important;
  min-width: 300px !important;
}
.uc-block-tariffs .t612__left .t612__title {
  padding-top: 0px;
  padding-bottom: 0px;
}
.uc-block-tariffs .t612__col .t612__title {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: relative;
  height: 70px;
  background: #ffffff;
  box-shadow: 0px 4px 17px rgba(120, 121, 241, 0.1), 0px 0px 0px 2px #ffffff;
  padding: 5px 5px 0px 5px;
  margin: 0px 15px;
} 

.uc-block-tariffs .t612__col:after {
  content: "\00a0";
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 0px 38px;
  background: #C6C4C4;
  position: relative; /* draw over t612__title's box-shadow */
  box-shadow: 0px 23px 0px 23px #ffffff; /* the same as t612__title's shadow, but chrome renders (white?) shadow like opacity 0.5 */
}
.uc-block-tariffs .t612__header .t612__col .t612__title {
  font-family: 'SemiBold' !important;
  font-size: 20px !important;
  height: 70px;
  color: #353A5A;
  border-top: 20px solid #91B3FA;
  border-radius: 13px 13px 0px 0px;
  box-shadow: 0px 4px 17px rgba(120, 121, 241, 0.1);
}
.uc-block-tariffs .t612__header .t612__col:last-child .t612__title {
  position: relative;
  /*top: -14px;*/
}
.uc-block-tariffs .t612__header .t612__col:last-child:after {
  /*margin-top: -14px;*/
}
.uc-block-tariffs .t612__bottom .t612__col:after {
  display: none;
}
.uc-block-tariffs .t612__bottom .t612__col {
}
.uc-block-tariffs .t612__bottom .t612__col:before {
  content: "\00a0";
  display: block;
  height: 30px;
  overflow: hidden;
  background: white;
  margin: 0 15px;
  box-shadow: 0px 4px 17px rgba(120, 121, 241, 0.1), 0px 0px 0px 2px #ffffff;
}
.uc-block-tariffs .t612__buttonwrapper {
  padding: 28px 15px;
}
.uc-block-tariffs .t612__buttonwrapper a, 
.uc-block-tariffs .t612__buttonwrapper a td {
  color: #000000;
  font-family: 'SemiBold' !important;
  font-size: 16px !important;
  transition: 0.1s linear background-color, 0.1s linear color, 0.2s linear box-shadow;
}
.uc-block-tariffs .t612__buttonwrapper a {
  display: block;
  padding: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: #BDD0FB !important;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
}
.uc-block-tariffs .t612__buttonwrapper a:hover, .uc-block-tariffs .t612__buttonwrapper a:focus, .uc-block-tariffs .t612__buttonwrapper a:hover td, .uc-block-tariffs .t612__buttonwrapper a:focus td {
  color: rgb(253, 253, 253) !important;
}
.uc-block-tariffs .t612__buttonwrapper a:hover, .uc-block-tariffs .t612__buttonwrapper a:focus {
  box-shadow: 0px 4px 17px rgb(0 0 0 / 30%);
  background: #7879f1 !important;
}
@media screen and (max-width: 1200px) {
  .uc-block-tariffs .t612__header .t612__col .t612__title {
    font-size: 14px !important;
  } 
  .uc-block-tariffs .t612__header .t612__col:last-child .t612__title {
    /*top: -8px;*/
  }
  .uc-block-tariffs .t612__header .t612__col:last-child:after {
    /*margin-top: -8px;*/
  }
}
@media screen and (max-width: 960px) {
  .uc-block-tariffs .t-container {
    max-width: 820px;
  }
  .uc-block-tariffs .t612__content.t-col_10 {
    width: 820px;
    max-width: 820px;
  }
}
@media screen and (max-width: 840px) {
  .uc-block-tariffs .t612__left {
    width: 240px !important;
    min-width: 240px !important;
  }
}
@media screen and (max-width: 820px) {
  .uc-block-tariffs .t-container {
    max-width: 730px;
  }
  .uc-block-tariffs .t612__content.t-col_10 {
    width: 730px;
    max-width: 730px;
  }
  .uc-block-tariffs .t612__header .t612__col:last-child .t612__header_title {
    font-size: 12px !important;
    /*top: -7px;*/
  }
}
@media screen and (max-width: 750px) {
  .uc-block-tariffs .t612__left .t612__title {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.uc-block-tariff-mobi {
  background: url(https://static.tildacdn.com/tild3666-3466-4635-a364-653063343539/gray-bg-top-right.png) 60% top no-repeat, url(https://static.tildacdn.com/tild6631-3435-4463-b833-363965656132/gray-bg-bottom-left.png) left bottom no-repeat;
  background-color: #f7f7f9 !important;
}
.uc-block-tariff-mobi, .uc-block-tariff-mobi .t-text_md {
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .uc-block-tariff-mobi, .uc-block-tariff-mobi .t-text_md {
    line-height: 1.2;
  } 
}
.uc-block-tariff-mobi p {
  margin-bottom: 40px;
}
.uc-block-tariff-mobi p b, .uc-block-tariff-mobi p strong {
  font-size: 32px;
  font-weight: 400 !important;
}
.uc-block-tariff-mobi p i, .uc-block-tariff-mobi p em {
  display: block;
  margin-top: 10px;
  font-style: normal;
  color: #7879f1;
}
.uc-block-tariff-mobi ul, .uc-block-tariff-mobi ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#allrecords .uc-block-tariff-mobi ul {
  padding-left: 0;
}
.uc-block-tariff-mobi ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.uc-block-tariff-mobi ul li b, .uc-block-tariff-mobi ul li strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 400 !important;
  font-size: 0.8em;
}
.uc-block-tariff-mobi ul li i, .uc-block-tariff-mobi ul li em {
  font-style: normal;
  font-family: 'SemiBold' !important;
  color: #7879f1;
}
.uc-block-tariff-mobi ul li:after {
  content: "\00a0";
  display: block;
  margin-top: 16px;
  margin-bottom: 20px;
  height: 1px;
  overflow: hidden;
  background: #C6C4C4;
  position: relative; /* draw over t612__title's box-shadow */
}

#rec551724148.uc-block-tariff-mobi ul li em[style*='font-size'] {
    /* opacity: 0.8; */
    font-family: 'Normal' !important;
    /* color: inherit; */
}

.uc-block-tm-btn {
  position: relative;
}
.uc-block-tm-btn .t-container_100 {
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
}
.uc-block-tm-btn .t-btn {
  border-width: 0px !important;
  color: #fdfdfd !important;
  background-color: #fa9f42;
  font-weight: 400;
  border-radius: 0 20px;
  letter-spacing: 1.2px;
  font-family: 'Normal' !important;
}
.uc-block-tm-btn + .uc-block-tariff-mobi, .uc-block-tariff-mobi + .uc-block-tariff-mobi {
    /*box-shadow: inset 0 110px 30px -80px #0000006b;*/
    box-shadow: inset 0 60px 20px -40px #6e6e6ee0;
}

.t702__wrapper {
  box-shadow: 0px 30px 50px rgba(0,0,0,0.5), 0px 10px 10px 2px rgba(0,0,0,0.3);
}

.uc-block-tariffs .t612__left {
    overflow: visible;
}
.uc-block-tariffs .t612__left .t612__title {
  padding-left: 10px;
  padding-right: 10px;
}
.tariff-description {
    display: inline-block;
    position: relative;
}
.tariff-description-toggler {
    position: relative;
    left: 7px;
    display: inline-block;
    margin-left: 0px;
    font-size: 0.75em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em;
    text-align: center;
    background: #7879F1;
    border-radius: 50%;
    vertical-align: bottom;
    color: white;
    opacity: 0.5;
}
.tariff-description-content {
    position: absolute;
    left: 2em;
    top: 0;
    width: 300px;
    z-index: 1;
    background: #7879f1;
    padding: 13px 20px;
    box-shadow: 0 11px 19px 2px #000000a6, 0 10px 8px -8px #00000040;
    color: #f0f0f0;
    border-radius: 6px;
    transform: scale(0);
    transform-origin: left top;
    transition: 0.2s linear transform, 0.25s linear top;
}
.tariff-description:hover .tariff-description-content {
    transform: scale(1);
    top: -11px;
}


/* edit-1 */
.uc-block-tariffs .t612__col .t612__title {
  height: 50px;
  padding: 2px 5px 0px 5px;
}
.uc-block-tariffs .t612__left .t612__title {
  line-height: 1.1;
}
div.tariffs-expander {
    color: #666 !important;
    background-color: transparent !important;
    border-bottom: 2px dashed;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    width: 6.6em;
    height: 2em;
    left: 0;
    text-shadow: 1px 1px 0px white;
    font-size: 24px;
    letter-spacing: 0px;
}
div.tariffs-expandable.tariffs-collapsed {
    max-height: 265px;
}
.uc-block-tariffs .t612__middle_item:nth-child(11) .t612__col:last-child .t612__title {
  font-size: 13px !important;
}
@media screen and (min-width: 960px) {
  .uc-block-tariffs .t612__content.t-prefix_1 {
    max-width: 920px;
    padding-left: 0px;
  }
  .uc-block-tariffs .t612__left {
    width: 420px !important;
    min-width: 420px !important;
  }
}
@media screen and (min-width: 1200px) {
  .uc-block-tariffs .t612__content.t-prefix_1 {
    max-width: 1100px;
    padding-left: 40px;
  }
  .uc-block-tariffs .t612__left {
    width: 440px !important;
    min-width: 440px !important;
  }
}
/* (END) edit-1 */
