@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700&subset=latin,cyrillic);
*:focus {
  outline: none;
}
body {
  font-family: 'Roboto',Arial,sans-serif;
  margin: 0;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 1.55;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  margin-top: 100px;
}
section:not(:first-child) {
  padding: 40px 0 !important;
}
#rec239749090 {
  padding: 40px 0 0 0 !important;
}
p {
  margin-bottom: 30px;
}
.singleTitle {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sectionTitle {
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: center;
  word-break: normal;
}
.sectionDesc {
  line-height: 1.45;
  color: #757575;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  text-align: center;
}
.descr_xl {
  font-size: 24px;
}
.descr_xs {
  font-size: 19px;
}
.m-auto {
  margin: 0 auto;
}
.cover_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cover_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.5s;
  height: 100%;
}
.btn {
  font-weight: 500;
  font-size: 16px;
  border-width: 1px;
  border-radius: 100px;
  border-style: solid;
  width: 200px;
  transition: 0.5s;
  height: 60px;
  max-width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_xl {
    width: 370px;
    font-size: 22px;
  }
.btnBgBlack {
    background-color: #000;
    color: #fff;
    border-color: #000
  }
.btnBgBlack:hover {
      background-color: transparent;
      color: #000;
    }
.btnBorderBlack {
    border-color: #000;
    color: #000
  }
.btnBorderBlack:hover {
      color: #fff;
    }
.btnBgTransparent {
    background-color: transparent
  }
.btnBgTransparent:hover {
      background-color: #000;
    }
.btnWhite {
  color: #000;
  border-color: #fff;
  background-color: #fff
}
.btnWhite:hover {
    background-color: transparent;
    color: #fff;
  }
.inline-btn {
  display: inline-block;
}
.popup {
  display: none;
}
.section-about,
.section-services {
  background-color: #f5f5f5;
}
.section-about_content {
  overflow: hidden;
}
.sectionAbout_img {
  width: 35%;
  float: left;
  margin-right: 30px;
  margin-top: 30px;
}
.servicesSpoilers {
  margin-top: 20px;
}
.wp-block-separator.is-style-default {
  width: 50px;
  height: 3px;
  background-color: #666;
}
.detailPage table {
  border-collapse: collapse;
  margin-bottom: 40px;
}
.detailPage table td {
    padding: 20px;
  }
.detailPage table td:last-child {
    width: 15%;
  }
.detailPage table tr {
    border-bottom: 1px solid #d9d9d9;
  }
.detailPage table tr:nth-child(odd) {
    background-color: #eee;
  }
.detailPage table tr:nth-child(1) {
    font-weight: 500;
    border-bottom: 1px solid #000;
    background-color: transparent;
  }
.serviceCard {
  margin-bottom: 40px;
}
.pgcsimplygalleryblock-grid-item img {
    transition: 0.5s;
  }
.pgcsimplygalleryblock-grid-item:hover img {
      transform: scale(1.1);
    }
.formField {
  font-size: 20px;
  height: 60px;
  padding: 0 30px;
  border: 1px solid rgba(0,0,0, 0.5);
  border-radius: 40px;
  background-color: transparent
}
.formField:focus {
    outline: none;
    border-color: #000;
  }
.sectionForm {
  text-align: center;
}
.sectionForm .formField {
    margin-right: 10px;
  }
.sectionForm button {
    display: inline-block;
  }
button.btn {
  cursor: pointer;
  font-size: 20px;
}
.form_caption {
  width: 500px;
  max-width: 100%;
  text-align: center;
  margin: 20px auto;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 15px;
}
.text-left {
  text-align: left;
}
.section-about .sectionDesc {
    text-align: left;
  }
.wp-block-button__link {
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 50px
}
.wp-block-button__link.has-white-color {
    border: 1px solid #000
  }
.wp-block-button__link.has-white-color:hover {
      background-color: transparent;
      color: #000;
    }
#priem {
  text-align: center;
}
#priem .btn,
  #priem .formField {
    display: block;
    width: 300px;
    margin: 15px auto 0;
    max-width: 100%;
  }
#appointment {
  text-align: center;
}
#appointment .btn,
  #appointment .formField {
    display: block;
    width: 300px;
    margin: 15px auto 0;
    max-width: 100%;
  }
.formTitle {
  font-weight: 600;
  font-size: 30px;
}
.formSubtitle {
  color: #666;
  margin: 12px 0;
}
.wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33,37,38,.7);
  z-index: 22;
  display: none;
  align-items: center;
  justify-content: center
}
.thanks.active {
    display: flex;
  }
.thanks_container {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
}
.formBtn {
  position: relative;
}
.formBtn[data-state='load'] {
  background: #fff;
  color: rgba(0,0,0, 0.5)
}
.formBtn[data-state='load']:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: block;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    -webkit-animation: load 1s infinite;
            animation: load 1s infinite;
    z-index: 1;
  }
@-webkit-keyframes load {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
  background-color: #fff;
}
.t228__mobile {
  display: none;
}
.headerContainer {
  width: calc(100% - 60px);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.socials-data{
  display: none;
}
.addheaderContainer a{
  margin-left: 20px;
}
.addheaderContainer span{
  margin-left: 20px;
}
.addheaderContainer {
  width: calc(100% - 60px);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}

.logoImg {
  margin-right: 10px;
  height: 80%;
}
.addheaderBtn {
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  color: #000000;
  font-weight: 600;
}
.addheaderBtn:hover {
    color: #00d0e4;
  }
@media screen and (max-width:1010px) {
.addheaderContainer {
  display: none;
}
.socials-data{
  display: flex;
  flex-direction: column;
}
.addheaderBtn {
  text-align: left;
}
.socials-data a{
  margin-top: 20px;
  margin-right: 10px;
}
.socials-data span{
  margin-top: 20px;
}
}
.headerBtn {
  width: 192px;
  height: 40px;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #000000;
  border: 2px solid #000000;
  background-color: #f5f5f5;
  border-radius: 20px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center
}
.headerBtn:hover {
    color: #f5f5f5;
    background-color: #000;
  }
.header_menu {
  padding-left: 0;
}
.hideBtnPriem{
		display: none;
	}
header .menu-item {
  text-transform: uppercase;
}
header .menu-item a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
header .menu-item a:hover:before {
    opacity: 1;
    border-bottom: 0 solid #00a1c9;
    box-shadow: inset 0 -1px 0 0 #00a1c9;
  }
.menu-item {
  clear: both;
  font-family: 'Roboto',Arial,sans-serif;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  color: #292929;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.menu-item a {
    position: relative;
  }
header .current-menu-item a:before {
    opacity: 1;
    border-bottom: 0 solid #00a1c9;
    box-shadow: inset 0 -1px 0 0 #00a1c9;
  }
.header_logo {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 15px;
  line-height: normal;
}
.header_logo span {
    display: block;
    width: 100px;
  }
.t-clear,
.t-container:after,
.t-container_100:after,
.t-container_10:after,
.t-container_8:after {
  clear: both;
}
*,
:after,
:before {
  box-sizing: content-box;
}
a,
b,
blockquote,
center,
code,
div,
h1,
h2,
h3,
h4,
h5,
h6,
i,
img,
pre,
span,
table,
td,
th,
tr,
u,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
.t-row {
  margin: 0;
}
.t-container,
.t-container_10,
.t-container_8 {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
}
.t-container {
  max-width: 1200px;
}
.t-container.flexx,
.t-container_flex {
  display: flex;
}
.t-container_100 {
  width: 100%;
  padding: 0;
}
.t-container_10 {
  max-width: 1000px;
}
.t-container_8 {
  max-width: 800px;
}
.t-container:after,
.t-container:before,
.t-container_100:after,
.t-container_100:before,
.t-container_10:after,
.t-container_10:before,
.t-container_8:after,
.t-container_8:before {
  display: table;
  content: ' ';
}
.t-col {
  display: inline;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
}
.t-col.flexx,
.t-col_flex {
  align-items: stretch;
  height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}
.t-col_1 {
  max-width: 60px;
}
.t-col_2 {
  max-width: 160px;
}
.t-col_3 {
  max-width: 260px;
}
.t-col_4 {
  max-width: 360px;
}
.t-col_5 {
  max-width: 460px;
}
.t-col_6 {
  max-width: 560px;
}
.t-col_7 {
  max-width: 660px;
}
.t-col_8 {
  max-width: 760px;
}
.t-col_9 {
  max-width: 860px;
}
.t-col_10 {
  max-width: 960px;
}
.t-col_11 {
  max-width: 1060px;
}
.t-col_12 {
  max-width: 1160px;
}
.t-col_100 {
  max-width: 100vw;
}
.t-prefix_1 {
  padding-left: 100px;
}
.t-prefix_2 {
  padding-left: 200px;
}
.t-prefix_3 {
  padding-left: 300px;
}
.t-prefix_4 {
  padding-left: 400px;
}
.t-prefix_5 {
  padding-left: 500px;
}
.t-prefix_6 {
  padding-left: 600px;
}
.t-prefix_7 {
  padding-left: 700px;
}
.t-prefix_8 {
  padding-left: 800px;
}
.t-prefix_9 {
  padding-left: 900px;
}
.t-prefix_10 {
  padding-left: 1000px;
}
.t-prefix_11 {
  padding-left: 1100px;
}
.t-prefix_12 {
  padding-left: 1200px;
}
.t-width {
  width: 100%;
}
.t-width_1 {
  max-width: 60px;
}
.t-width_2 {
  max-width: 160px;
}
.t-width_3 {
  max-width: 260px;
}
.t-width_4 {
  max-width: 360px;
}
.t-width_5 {
  max-width: 460px;
}
.t-width_6 {
  max-width: 560px;
}
.t-width_7 {
  max-width: 660px;
}
.t-width_8 {
  max-width: 760px;
}
.t-width_9 {
  max-width: 860px;
}
.t-width_10 {
  max-width: 960px;
}
.t-width_11 {
  max-width: 1060px;
}
.t-width_12 {
  max-width: 1160px;
}
.t-width_100 {
  max-width: 100%;
}
.t-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.t-cell_25 {
  width: 25vw;
}
.t-cell_33 {
  width: 33.3333333vw;
}
.t-cell_50 {
  width: 50vw;
}
.t-cell_100 {
  width: 100vw;
}
@media screen and (max-width:1200px) {
  .t-container {
    max-width: 960px;
    padding: 0;
  }

  .t-container_10 {
    max-width: 780px;
  }

  .t-container_8 {
    max-width: 640px;
  }

  .t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }

  .t-col_1 {
    max-width: 60px;
  }

  .t-col_2 {
    max-width: 140px;
  }

  .t-col_3 {
    max-width: 220px;
  }

  .t-col_4 {
    max-width: 300px;
  }

  .t-col_5 {
    max-width: 380px;
  }

  .t-col_6 {
    max-width: 460px;
  }

  .t-col_7 {
    max-width: 540px;
  }

  .t-col_8 {
    max-width: 620px;
  }

  .t-col_9 {
    max-width: 700px;
  }

  .t-col_10 {
    max-width: 780px;
  }

  .t-col_11 {
    max-width: 860px;
  }

  .t-col_12 {
    max-width: 940px;
  }

  .t-prefix_1 {
    padding-left: 80px;
  }

  .t-prefix_2 {
    padding-left: 160px;
  }

  .t-prefix_3 {
    padding-left: 240px;
  }

  .t-prefix_4 {
    padding-left: 320px;
  }

  .t-prefix_5 {
    padding-left: 400px;
  }

  .t-prefix_6 {
    padding-left: 480px;
  }

  .t-prefix_7 {
    padding-left: 560px;
  }

  .t-prefix_8 {
    padding-left: 640px;
  }

  .t-prefix_9 {
    padding-left: 720px;
  }

  .t-prefix_10 {
    padding-left: 800px;
  }

  .t-prefix_11 {
    padding-left: 880px;
  }

  .t-prefix_12 {
    padding-left: 960px;
  }

  .t-width_1 {
    max-width: 60px;
  }

  .t-width_2 {
    max-width: 140px;
  }

  .t-width_3 {
    max-width: 220px;
  }

  .t-width_4 {
    max-width: 300px;
  }

  .t-width_5 {
    max-width: 380px;
  }

  .t-width_6 {
    max-width: 460px;
  }

  .t-width_7 {
    max-width: 540px;
  }

  .t-width_8 {
    max-width: 620px;
  }

  .t-width_9 {
    max-width: 700px;
  }

  .t-width_10 {
    max-width: 780px;
  }

  .t-width_11 {
    max-width: 860px;
  }

  .t-width_12 {
    max-width: 940px;
  }

  .t-width_100 {
    max-width: 100%;
  }
}
@media screen and (max-width:960px) {
  .t-col,
  .t-container.flexx,
  .t-container_flex {
    display: block;
  }

  .t-container {
    max-width: calc(100% - 30px);
  }

  .t-col,
  .t-col_1,
  .t-col_10,
  .t-col_11,
  .t-col_12,
  .t-col_2,
  .t-col_3,
  .t-col_4,
  .t-col_5,
  .t-col_6,
  .t-col_7,
  .t-col_8,
  .t-col_9 {
    width: 100%;
    max-width: 100%;
  }

  .t-col {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    box-sizing: border-box;
  }

  .t-prefix_1,
  .t-prefix_10,
  .t-prefix_11,
  .t-prefix_12,
  .t-prefix_2,
  .t-prefix_3,
  .t-prefix_4,
  .t-prefix_5,
  .t-prefix_6,
  .t-prefix_7,
  .t-prefix_8,
  .t-prefix_9 {
    padding-left: none;
  }
}
.t-body {
  margin: 0;
}
#allrecords {
  -webkit-font-smoothing: antialiased;
  background-color: none;
}
a:not([class]) {
  color: #ff8562;
  text-decoration: none;
}
#allrecords a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
#allrecords ol {
  padding-left: 22px;
}
#allrecords ul {
  padding-left: 20px;
}
#allrecords b,
#allrecords strong {
  font-weight: 700;
}
@media print {
  body,
  html {
    min-width: 1200px;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    border: none;
  }
}
.t-text {
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 300;
  color: #000;
}
.t-text_xs {
  font-size: 15px;
  line-height: 1.55;
}
.t-text_sm {
  font-size: 18px;
  line-height: 1.55;
}
.t-text_md {
  font-size: 20px;
  line-height: 1.55;
}
.t-text_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-text_weight_plus {
  font-weight: 400;
}
.t-text-impact {
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 300;
  color: #000;
}
.t-text-impact_xs {
  font-size: 26px;
  line-height: 1.5;
}
.t-text-impact_sm {
  font-size: 32px;
  line-height: 1.35;
}
.t-text-impact_md {
  font-size: 38px;
  line-height: 1.35;
}
.t-text-impact_lg {
  font-size: 42px;
  line-height: 1.23;
}
.t-name {
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 600;
  color: #000;
}
.t-name_xs {
  font-size: 16px;
  line-height: 1.35;
}
.t-name_sm {
  font-size: 18px;
  line-height: 1.35;
}
.t-name_md {
  font-size: 20px;
  line-height: 1.35;
}
.t-name_lg {
  font-size: 22px;
  line-height: 1.35;
}
.t-name_xl {
  font-size: 24px;
  line-height: 1.35;
}
.t-heading {
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 600;
  color: #000;
}
.t-heading_xs {
  font-size: 26px;
  line-height: 1.23;
}
.t-heading_sm {
  font-size: 28px;
  line-height: 1.17;
}
.t-heading_md {
  font-size: 30px;
  line-height: 1.17;
}
.t-heading_lg {
  font-size: 32px;
  line-height: 1.17;
}
.t-title {
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 600;
  color: #000;
}
.t-title_xxs {
  font-size: 36px;
  line-height: 1.23;
}
.t-title_xs {
  font-size: 42px;
  line-height: 1.23;
}
.t-title_sm {
  font-size: 48px;
  line-height: 1.23;
}
.t-title_md {
  font-size: 52px;
  line-height: 1.23;
}
.t-title_lg {
  font-size: 64px;
  line-height: 1.23;
}
.t-title_xl {
  font-size: 72px;
  line-height: 1.17;
}
.t-title_xxl {
  font-size: 82px;
  line-height: 1.17;
}
.t-descr {
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 300;
  color: #000;
}
.t-descr_xxs {
  font-size: 14px;
  line-height: 1.55;
}
.t-descr_xs {
  font-size: 16px;
  line-height: 1.55;
}
.t-descr_sm {
  font-size: 18px;
  line-height: 1.55;
}
.t-descr_md {
  font-size: 20px;
  line-height: 1.55;
}
.t-descr_lg {
  font-size: 22px;
  line-height: 1.55;
}
.t-descr_xl {
  font-size: 24px;
  line-height: 1.5;
}
.t-descr_xxl {
  font-size: 26px;
  line-height: 1.45;
}
.t-descr_xxxl {
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.45;
}
.t-uptitle {
  font-family: 'Roboto',Arial,sans-serif;
  font-weight: 600;
  color: #000;
  letter-spacing: 2.5px;
}
.t-uptitle_xs {
  font-size: 12px;
}
.t-uptitle_sm {
  font-size: 14px;
}
.t-uptitle_md {
  font-size: 16px;
}
.t-uptitle_lg {
  font-size: 18px;
}
.t-uptitle_xl {
  font-size: 20px;
  letter-spacing: 2px;
}
.t-uptitle_xxl {
  font-size: 22px;
  letter-spacing: 2px;
}
.t-uptitle_xxxl {
  font-size: 24px;
  letter-spacing: 2px;
}
@media screen and (max-width:1200px) {
  .t-text_xs {
    font-size: 14px;
  }

  .t-text_sm {
    font-size: 16px;
  }

  .t-text_md {
    font-size: 18px;
  }

  .t-text_lg {
    font-size: 20px;
  }

  .t-text-impact_md {
    font-size: 30px;
  }

  .t-descr_xxs {
    font-size: 12px;
  }

  .t-descr_xs {
    font-size: 14px;
  }

  .t-descr_sm {
    font-size: 16px;
  }

  .t-descr_md {
    font-size: 18px;
  }

  .t-descr_lg {
    font-size: 20px;
  }

  .t-descr_xl {
    font-size: 22px;
  }

  .t-descr_xxl {
    font-size: 22px;
  }

  .t-descr_xxxl {
    font-size: 26px;
  }

  .t-uptitle_md {
    font-size: 14px;
  }

  .t-uptitle_lg {
    font-size: 16px;
  }

  .t-uptitle_xl {
    font-size: 18px;
  }

  .t-uptitle_xxl {
    font-size: 20px;
  }

  .t-uptitle_xxxl {
    font-size: 22px;
  }

  .t-title_xxs {
    font-size: 32px;
  }

  .t-title_xs {
    font-size: 38px;
  }

  .t-title_sm {
    font-size: 44px;
  }

  .t-title_md {
    font-size: 48px;
  }

  .t-title_lg {
    font-size: 60px;
  }

  .t-title_xl {
    font-size: 68px;
  }

  .t-title_xxl {
    font-size: 78px;
  }

  .t-name_sm {
    font-size: 16px;
  }

  .t-name_md {
    font-size: 18px;
  }

  .t-name_lg {
    font-size: 20px;
  }

  .t-name_xl {
    font-size: 22px;
  }

  .t-heading_xs {
    font-size: 24px;
  }

  .t-heading_sm {
    font-size: 26px;
  }

  .t-heading_md {
    font-size: 28px;
  }

  .t-heading_lg {
    font-size: 30px;
  }
}
@media screen and (max-width:640px) {
  .t-text_xs {
    font-size: 12px;
    line-height: 1.45;
  }

  .t-text_sm {
    font-size: 14px;
    line-height: 1.45;
  }

  .t-text_md {
    font-size: 16px;
    line-height: 1.45;
  }

  .t-text_lg {
    font-size: 18px;
    line-height: 1.45;
  }

  .t-text-impact_sm {
    font-size: 22px;
  }

  .t-text-impact_md {
    font-size: 26px;
  }

  .t-text-impact_lg {
    font-size: 28px;
  }

  .t-descr_xs {
    font-size: 12px;
    line-height: 1.45;
  }

  .t-descr_sm {
    font-size: 14px;
    line-height: 1.45;
  }

  .t-descr_md {
    font-size: 16px;
    line-height: 1.45;
  }

  .t-descr_lg {
    font-size: 18px;
    line-height: 1.45;
  }

  .t-descr_xl {
    font-size: 20px;
    line-height: 1.4;
  }

  .t-descr_xxl {
    font-size: 20px;
  }

  .t-descr_xxxl {
    font-size: 22px;
  }

  .t-uptitle_xs {
    font-size: 10px;
  }

  .t-uptitle_sm {
    font-size: 10px;
  }

  .t-uptitle_md {
    font-size: 12px;
  }

  .t-uptitle_lg {
    font-size: 14px;
  }

  .t-uptitle_xl {
    font-size: 16px;
  }

  .t-uptitle_xxl {
    font-size: 18px;
  }

  .t-uptitle_xxxl {
    font-size: 20px;
  }

  .t-title_xxs {
    font-size: 28px;
  }

  .t-title_xs {
    font-size: 30px;
  }

  .t-title_sm {
    font-size: 30px;
  }

  .t-title_md {
    font-size: 30px;
  }

  .t-title_lg {
    font-size: 30px;
  }

  .t-title_xl {
    font-size: 32px;
  }

  .t-title_xxl {
    font-size: 36px;
  }

  .t-name_sm {
    font-size: 14px;
  }

  .t-name_md {
    font-size: 16px;
  }

  .t-name_lg {
    font-size: 18px;
  }

  .t-name_xl {
    font-size: 20px;
  }

  .t-heading_xs {
    font-size: 22px;
  }

  .t-heading_sm {
    font-size: 24px;
  }

  .t-heading_md {
    font-size: 24px;
  }

  .t-heading_lg {
    font-size: 26px;
  }
}
@media screen and (max-width:480px) {
  .t-title_xl {
    font-size: 30px;
  }

  .t-title_xxl {
    font-size: 30px;
  }
}
.t-records {
  -webkit-font_smoothing: antialiased;
  background-color: none;
}
.t-records a {
  text-decoration: none;
}
.t-records a[href^=tel] {
  text-decoration: none;
}
ol:not([class]) {
  padding-left: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}
ul:not([class]) {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.t-cover {
  height: 700px;
  width: 100%;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
}
.t-cover__carrier {
  height: 700px;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: unset;
}
@supports (-ms-ime-align:auto) {
  .t-cover__carrier {
    transform: unset;
  }
}
.t-cover__carrier.loading {
  opacity: 0;
}
.t-cover__carrier[data-content-cover-bg=""].loading {
  opacity: 1!important;
}
.t-cover__carrier.loaded {
  opacity: 1;
  transition: opacity 700ms;
}
@media screen and (max-device-width:1024px) {
  .t-cover {
    background-attachment: scroll;
  }

  .t-cover__carrier {
    background-attachment: scroll;
  }
}
@media print {
  .t-cover {
    background-attachment: scroll;
  }

  .t-cover__carrier {
    background-attachment: scroll;
  }
}
.t-cover__filter {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.t-cover .t-container,
.t-cover .t-container_10,
.t-cover .t-container_100,
.t-cover .t-container_8 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.t-cover__wrapper {
  height: 700px;
  display: table-cell;
  width: 1200px;
}
.t-cover__wrapper span.space {
  display: inline-block;
  height: 100%;
  width: 1px;
}
@media screen and (max-width:640px) {
  .t-cover {
    height: 400px;
    background-attachment: fixed;
  }

  .t-cover__carrier {
    background-attachment: scroll!important;
    background-size: cover;
    background-position: center center;
  }

  .t-cover__filter {
    height: 400px;
  }

  .t-cover__wrapper {
    height: 400px;
  }
}
@-webkit-keyframes t-arrow-bottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

  55% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes t-arrow-bottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

  55% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(0);
  }
}
.t-cover__arrow-wrapper_animated {
  -webkit-animation: t-arrow-bottom 1.7s infinite ease;
          animation: t-arrow-bottom 1.7s infinite ease;
}
.t-cover__arrow {
  position: absolute;
  z-index: 9;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
}
.t-cover__arrow-wrapper {
  display: inline-block;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.t-cover__arrow-wrapper:hover {
  opacity: 0.7;
}
.t-cover__arrow-svg {
  fill: #fff;
}
@media screen and (max-width:640px) {
  .t-cover__arrow_mobile {
    transform: scale(.7);
  }

  .t-cover__arrow {
    bottom: 14px;
  }
}
.t-btn {}
.t-btn td {
  vertical-align: middle;
}
.t-btn_sending {
  opacity: 0.5;
}
@media screen and (max-width:640px) {
  .t-btn {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-btn_xs {
  height: 35px;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.t-btn_sm {
  height: 45px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t-btn_lg {
  height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.t-btn_xl {
  height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.t-btn_xxl {
  height: 100px;
  font-size: 30px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width:640px) {
  .t-btn_sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .t-btn_lg {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .t-btn_xl {
    font-size: 22px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .t-btn_xxl {
    font-size: 26px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.t-submit {
  font-family: 'Roboto',Arial,sans-serif;
  text-align: center;
  height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  background: transparent;
}
.t-submit_sending {
  opacity: 0.5;
}
@media screen and (max-width:640px) {
  .t-submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.t-input {
  margin: 0;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  border: 0 none;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.t-input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.t-input_bbonly {
  outline: none;
  padding-left: 0!important;
  padding-right: 0!important;
  border-top: 0!important;
  border-right: 0!important;
  border-left: 0!important;
  background-color: transparent!important;
  border-radius: 0!important;
  border-bottom: 1px solid;
}
.t-input_pvis {
  padding: 26px 20px 10px;
}
.t-input__vis-ph {
  font-size: 16px;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  left: 20px;
  top: 22px;
  height: 16px;
  transform: translateZ(0);
  transition: transform 0.2s linear;
  transform-origin: left;
  pointer-events: none;
  white-space: nowrap;
}
.t-input:focus~.t-input__vis-ph,
.t-input_has-content+.t-input__vis-ph {
  transform: translateY(-12px) scale(.7);
}
.t-input:invalid {
  box-shadow: none;
}
.t-input-group_cb div[data-customstyle=yes] {
  display: inline;
  vertical-align: middle;
}
.t-form_bbonly .t-input__vis-ph {
  left: 0px!important;
}
.t-form_bbonly .js-error-control-box .t-input__vis-ph {
  left: 10px!important;
}
.t-input-group_ta textarea.t-input {
  resize: vertical;
}
.t-select {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  height: 60px;
  padding: 0 45px 0 20px;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 16px;
  line-height: 1.33;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.t-select_bbonly {
  outline: none;
  padding-left: 0!important;
  padding-right: 0!important;
  border-top: 0!important;
  border-right: 0!important;
  border-left: 0!important;
  background-color: transparent!important;
  border-radius: 0!important;
}
.t-select_bbonly option {
  color: #000;
  background-color: #fff;
}
.t-select__wrapper {
  position: relative;
}
.t-select__wrapper:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
.t-select::-ms-expand {
  width: 0;
  height: 0;
  opacity: 0;
}
.t-select__wrapper_bbonly::after {
  right: 0px!important;
}
.t-checkbox__control {
  display: block;
  position: relative;
  cursor: pointer;
}
.t-checkbox__control .t-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.t-checkbox__indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin-right: 10px;
  transition: all 0.2s;
  opacity: 0.6;
}
.t-checkbox__indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator {
  opacity: 1;
}
.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:after {
  display: block;
}
.t-checkbox__labeltext,
.t-checkbox__labeltext div {
  display: inline;
}
.t-checkboxes__wrapper .t-checkbox__control {
  margin: 10px 0;
}
.t-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.t-radio__control {
  display: table;
  position: relative;
  cursor: pointer;
  margin: 0 0 10px;
}
.t-radio__control:first-child {
  margin: 3px 0 10px;
}
.t-radio__control:last-child {
  margin: 0;
}
.t-radio__indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.2s;
  opacity: 0.6;
}
.t-radio__indicator:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.2s;
}
.t-radio__control .t-radio:checked~.t-radio__indicator:after {
  opacity: 1;
}
.t-radio__control .t-radio:checked~.t-radio__indicator {
  opacity: 1;
}
.t-inputquantity {
  width: 70px;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.t-inputquantity__btn {
  font-size: 26px;
  cursor: pointer;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.t-form .uploadcare-widget-button {
  background: #333;
  font-family: 'Roboto',Arial,sans-serif;
  line-height: 1.4;
  font-size: 14px;
}
.t-form .uploadcare-widget-button:hover {
  background: #444;
}
.t-input-title {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
}
.t-input-subtitle {
  display: block;
  vertical-align: middle;
  height: 100%;
  padding-right: 10px;
}
.t-form__bottom-text {
  margin-top: 30px;
  text-align: center;
}
.t-input-error {
  display: none;
  color: red;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 13px;
  margin-top: 5px;
}
.t-form .js-error-control-box .t-input-error {
  display: block;
}
.t-form .js-error-control-box .t-checkbox__control,
.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-input:not(.t-input-phonemask),
.t-form .js-error-control-box .t-radio__wrapper,
.t-form .js-error-control-box .t-select,
.t-form .js-error-control-box .uploadcare-widget {
  border: 1px solid red!important;
}
.t-form .js-error-control-box .t-checkbox__control,
.t-form .js-error-control-box .t-checkboxes__wrapper,
.t-form .js-error-control-box .t-radio__wrapper {
  padding: 10px;
}
.t-form .js-error-control-box .t-checkboxes__wrapper .t-checkbox__control {
  border: none!important;
  padding: 0;
}
.t-form .js-error-control-box .t-input.t-input_bbonly {
  padding-left: 10px!important;
}
.t-form__errorbox-bottom {
  display: none;
}
.t-form__errorbox-wrapper {
  background: #F95D51;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Roboto',Arial,sans-serif;
}
.t-form__errorbox-text {
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px 10px;
  font-family: 'Roboto',Arial,sans-serif;
}
.t-form__errorbox-item {
  padding-top: 10px;
  display: none;
  font-family: 'Roboto',Arial,sans-serif;
}
.t-form__successbox {
  text-align: center;
  background: #62C584;
  color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto',Arial,sans-serif;
}
.t-form option {
  color: #000;
}
@-webkit-keyframes t-submit-spinner {
  to {
    transform: rotate(360deg);
  }
}
@keyframes t-submit-spinner {
  to {
    transform: rotate(360deg);
  }
}
.t-form .t-submit {
  position: relative;
}
.t-btn.t-btn_sending,
.t-form .t-submit.t-btn_sending {
  color: transparent!important;
}
.t-btn.t-btn_sending:before,
.t-form .t-btn_sending:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: t-submit-spinner 0.6s linear infinite;
          animation: t-submit-spinner 0.6s linear infinite;
}
.t-btntext {
  font-family: 'Roboto',Arial,sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.t-btntext_sm {
  font-size: 16px;
}
.t-btntext_lg {
  font-size: 24px;
}
.t-uppercase.t-btntext {
  font-size: 16px;
}
.t-uppercase.t-btntext_sm {
  font-size: 14px;
}
.t-uppercase.t-btntext_lg {
  font-size: 20px;
}
.t-btntext:after {
  content: '\00a0в†’';
  font-family: Arial,Helvetica,sans-serif;
}
@media screen and (max-width:640px) {
  .t-btntext_lg {
    font-size: 20px;
  }
}
@media screen and (max-width:1200px) {
  .t-screenmin-1200px {
    display: none;
  }
}
@media screen and (max-width:980px) {
  .t-screenmin-980px {
    display: none;
  }
}
@media screen and (max-width:640px) {
  .t-screenmin-640px {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .t-screenmin-480px {
    display: none;
  }
}
@media screen and (max-width:320px) {
  .t-screenmin-320px {
    display: none;
  }
}
@media screen and (min-width:321px) {
  .t-screenmax-320px {
    display: none;
  }
}
@media screen and (min-width:481px) {
  .t-screenmax-480px {
    display: none;
  }
}
@media screen and (min-width:641px) {
  .t-screenmax-640px {
    display: none;
  }
}
@media screen and (min-width:981px) {
  .t-screenmax-980px {
    display: none;
  }
}
@media screen and (min-width:1201px) {
  .t-screenmax-1200px {
    display: none;
  }
}
.t-hidden {
  display: none;
}
.t-opacity_50 {
  filter:alpha(opacity=50);
  KHTMLOpacity: 0.5;
  MozOpacity: 0.5;
  opacity: 0.5;
}
.t-opacity_70 {
  filter:alpha(opacity=70);
  KHTMLOpacity: 0.7;
  MozOpacity: 0.7;
  opacity: 0.7;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-align_center {
  text-align: center;
}
.t-align_left {
  text-align: left;
}
.t-align_right {
  text-align: right;
}
.t-margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.t-valign_middle {
  vertical-align: middle;
}
.t-valign_top {
  vertical-align: top;
}
.t-valign_bottom {
  vertical-align: bottom;
}
.t-margin_left_auto {
  margin-right: 0;
  margin-left: auto;
}
.yashare-style .b-share-btn__facebook,
.yashare-style .b-share-btn__twitter,
.yashare-style .b-share-btn__vkontakte {
  background-color: transparent!important;
}
.yashare-style .b-share__link {
  border-radius: 0px!important;
}
.yashare-style-black-white .b-share-btn__wrap {
  background-color: #000!important;
  padding: 5px!important !important;
}
.yashare-style-transp-white .b-share-btn__wrap {
  padding: 5px!important !important;
}
.yashare-style-transp-white .b-share-counter {
  color: #fff;
  font-weight: 700;
}
.yashare-style-white-black .b-share-btn__wrap {
  background-color: #fff!important;
  padding: 5px!important !important;
}
.yashare-style-white-black .b-share-icon {
  background-image: url(//static.tildacdn.com/img/b-share_counter_large_white.png)!important;
}
.yashare-style-transp-black .b-share-btn__wrap {
  padding: 5px!important !important;
}
.yashare-style-transp-black .b-share-icon {
  background-image: url(//static.tildacdn.com/img/b-share_counter_large_white.png)!important;
}
.yashare-style-transp-black .b-share-counter {
  color: #000;
  font-weight: 700;
}
.ya-share2 ul {
  padding-left: 0px!important;
}
.carousel {
  position: relative;
}
.carousel ol {
  padding-left: 0px!important;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  height: auto;
  line-height: 1;
}
.carousel-inner .widthauto {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  opacity: 0.2;
  filter:alpha(opacity=20);
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control .carousel-control-left {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url('//static.tildacdn.com/img/aboutSliderControls.png') no-repeat;
}
.carousel-control .carousel-control-left-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  left: 20%;
  height: 34px;
  width: 21px;
  background: url('//static.tildacdn.com/img/aboutSliderControls_white.png') no-repeat;
}
.carousel-control .carousel-control-right {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url('//static.tildacdn.com/img/aboutSliderControls.png') no-repeat;
  background-position: left bottom;
}
.carousel-control .carousel-control-right-white {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  right: 20%;
  height: 34px;
  width: 21px;
  background: url('//static.tildacdn.com/img/aboutSliderControls_white.png') no-repeat;
  background-position: left bottom;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators.dotsbottom {
  bottom: -60px;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-indicators li.white {
  background-color: #fff;
}
.carousel-indicators li.white.active {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
}
.carousel-caption-imgs h6 {
  font-family: 'Roboto',Arial,sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding-top: 28px;
  padding-bottom: 0;
  text-align: center;
}
.carousel-caption-imgs p {
  font-family: 'Roboto',Arial,sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-title {
  font-family: 'Roboto',Arial,sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding-top: 36px;
  padding-bottom: 14px;
  text-align: center;
}
.carousel-descr {
  font-family: 'Roboto',Arial,sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:960px) {
  .carousel-control .carousel-control-left {
    left: 10%;
  }

  .carousel-control .carousel-control-left-white {
    left: 10%;
  }

  .carousel-control .carousel-control-right {
    right: 10%;
  }

  .carousel-control .carousel-control-right-white {
    right: 10%;
  }
}
.t-tildalabel {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 70px;
  font-family: Arial;
  font-size: 14px;
}
.t-tildalabel:hover .t-tildalabel__wrapper {
  opacity: 1;
}
.t-tildalabel_white {
  background-color: #fff;
  color: #000;
}
.t-tildalabel_gray {
  background-color: #eee;
  color: #000;
}
.t-tildalabel__wrapper {
  display: table;
  height: 30px;
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
  opacity: 0.4;
}
.t-tildalabel__txtleft {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  text-align: right;
  padding-right: 12px;
  font-weight: 300;
  font-size: 12px;
}
.t-tildalabel__wrapimg {
  display: table-cell;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.t-tildalabel__txtright {
  display: table-cell;
  width: 120px;
  height: 30px;
  vertical-align: middle;
  padding-left: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
.t-tildalabel__link {
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.t-tildalabel_gray .t-tildalabel__link,
.t-tildalabel_white .t-tildalabel__link {
  color: #000;
}
.t-tildalabel-free {
  padding: 35px 0 45px;
  height: auto;
  text-align: center;
}
.t-tildalabel-free__main {
  max-width: 340px;
  display: block;
  margin: 0 auto;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: inherit;
  opacity: 0.4;
}
.t-tildalabel-free__links-wr {
  display: table;
  margin: 30px auto 0;
}
.t-tildalabel-free__txt-link {
  display: table-cell;
  padding: 0 15px;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  opacity: 0.25;
}
.t-tildalabel-free__main:hover,
.t-tildalabel-free__txt-link:hover {
  opacity: 1;
}
@media screen and (max-width:640px) {
  .t-tildalabel-free__txt-link {
    display: block;
    padding: 5px 30px;
  }

  .t-tildalabel-free__main {
    opacity: 0.7;
  }

  .t-tildalabel-free__txt-link {
    opacity: 0.4;
  }
}
.t-carousel {
  position: relative;
}
.t-carousel__inner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.t-carousel__slides {
  position: relative;
}
.t-carousel__inner > .t-carousel__item {
  position: relative;
  display: none;
  transition: 0 ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_fast {
  transition: 0.3s ease-in-out left;
}
.t-carousel__inner > .t-carousel__item.t-carousel__animation_slow {
  transition: 0.6s ease-in-out left;
}
.t-carousel__item__wrapper {
  position: relative;
  margin: 0 auto;
}
.t-carousel__item__img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t-carousel_cover .t-carousel__item__img {
  background-size: cover;
}
.t-carousel__inner > .active,
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  display: block;
}
.t-carousel__inner > .active {
  left: 0;
}
.t-carousel__inner > .next,
.t-carousel__inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.t-carousel__inner > .next {
  left: 100%;
}
.t-carousel__inner > .prev {
  left: -100%;
}
.t-carousel__inner > .next.left,
.t-carousel__inner > .prev.right {
  left: 0;
}
.t-carousel__inner > .active.left {
  left: -100%;
}
.t-carousel__inner > .active.right {
  left: 100%;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_left {
  left: 16px;
}
.t-carousel__arrow_outsidesmall .t-carousel__arrow__wrapper_right {
  right: 16px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_left {
  left: 20px;
}
.t-carousel__arrow_outsidemiddle .t-carousel__arrow__wrapper_right {
  right: 20px;
}
.t-carousel__control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  transition: all ease-in-out 0.3s;
  pointer-events: auto;
}
.t-carousel__control:hover {
  opacity: 0.6;
}
.t-carousel__arrow {
  width: 34px;
  height: 34px;
  background: transparent;
  transform: rotate(45deg);
}
.t-carousel__arrow.t-carousel__arrow_small {
  width: 20px;
  height: 20px;
}
.t-carousel__arrow.t-carousel__arrow_large {
  width: 54px;
  height: 54px;
}
.t-carousel__arrow__wrapper {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.t-carousel__arrow__wrapper_left {
  left: 30px;
}
.t-carousel__arrow__wrapper_right {
  right: 30px;
}
.t-carousel__arrow_right {
  border-top: 3px solid;
  border-right: 3px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_light {
  border-top: 1px solid;
  border-right: 1px solid;
}
.t-carousel__arrow_right.t-carousel__arrow_bold {
  border-top: 6px solid;
  border-right: 6px solid;
}
.t-carousel__arrow_left {
  border-left: 3px solid;
  border-bottom: 3px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_light {
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.t-carousel__arrow_left.t-carousel__arrow_bold {
  border-left: 6px solid;
  border-bottom: 6px solid;
}
.t-carousel__control.right {
  right: 0;
  left: auto;
}
@media screen and (max-width:768px) {
  .t-carousel__control .t-carousel__arrow {
    width: 12px;
    height: 12px;
  }

  .t-carousel-control {
    width: 10%;
  }

  .t-carousel__arrow__left {
    left: 15px;
  }

  .t-carousel__arrow__right {
    right: 15px;
  }
}
.t-carousel__indicators.carousel-indicators {
  z-index: 15;
  text-align: center;
  list-style: none;
  position: relative;
  padding-left: 0!important;
  margin: 0 auto;
  padding: 20px 0;
  bottom: auto;
  left: auto;
}
.t-carousel__indicators.t-carousel__indicators_light {
  padding: 15px 0 18px;
}
.t-carousel__indicators.t-carousel__indicators_bold {
  padding: 24px 0 21px;
}
.t-carousel__indicators .t-carousel__indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #222;
  border: none;
  border-radius: 10px;
  opacity: 0.4;
  transition: 0.2s ease-in-out opacity;
}
@media screen and (max-width:640px) {
  .t-carousel__indicators.carousel-indicators,
  .t-carousel__indicators.t-carousel__indicators_bold,
  .t-carousel__indicators.t-carousel__indicators_light {
    padding: 15px 0;
  }
}
.t-carousel__indicators.t-carousel__indicators_light .t-carousel__indicator {
  width: 4px;
  height: 4px;
  margin: 0 5px;
}
.t-carousel__indicators.t-carousel__indicators_bold .t-carousel__indicator {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.t-carousel__indicators .t-carousel__indicator:hover {
  opacity: 0.8;
}
.t-carousel__indicators .t-carousel__indicator.active {
  opacity: 1;
}
.t-carousel__indicators.t-carousel__indicators_inside {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.t-carousel__caption-inside {
  display: none;
}
.t-carousel__caption_wrapper {
  border-top: 1px solid #eee;
  padding: 14px 0;
}
.t-carousel__descr {
  margin-top: 5px;
  color: #777;
}
.t-mbfix {
  opacity: 0.01;
  transform: translateX(0);
  position: fixed;
  width: 100%;
  height: 500px;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.1s ease;
}
.t-mbfix_hide {
  transform: translateX(3000px);
}
.r_anim {
  transition: opacity 0.5s;
}
.r_hidden {
  opacity: 0;
}
.r_showed {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
.t-rec_pt_0 {
  padding-top: 0;
}
.t-rec_pt_15 {
  padding-top: 15px;
}
.t-rec_pt_30 {
  padding-top: 30px;
}
.t-rec_pt_45 {
  padding-top: 45px;
}
.t-rec_pt_60 {
  padding-top: 60px;
}
.t-rec_pt_75 {
  padding-top: 75px;
}
.t-rec_pt_90 {
  padding-top: 90px;
}
.t-rec_pt_105 {
  padding-top: 105px;
}
.t-rec_pt_120 {
  padding-top: 120px;
}
.t-rec_pt_135 {
  padding-top: 135px;
}
.t-rec_pt_150 {
  padding-top: 150px;
}
.t-rec_pt_165 {
  padding-top: 165px;
}
.t-rec_pt_180 {
  padding-top: 180px;
}
.t-rec_pt_195 {
  padding-top: 195px;
}
.t-rec_pt_210 {
  padding-top: 210px;
}
.t-rec_pb_0 {
  padding-bottom: 0;
}
.t-rec_pb_15 {
  padding-bottom: 15px;
}
.t-rec_pb_30 {
  padding-bottom: 30px;
}
.t-rec_pb_45 {
  padding-bottom: 45px;
}
.t-rec_pb_60 {
  padding-bottom: 60px;
}
.t-rec_pb_75 {
  padding-bottom: 75px;
}
.t-rec_pb_90 {
  padding-bottom: 90px;
}
.t-rec_pb_105 {
  padding-bottom: 105px;
}
.t-rec_pb_120 {
  padding-bottom: 120px;
}
.t-rec_pb_135 {
  padding-bottom: 135px;
}
.t-rec_pb_150 {
  padding-bottom: 150px;
}
.t-rec_pb_165 {
  padding-bottom: 165px;
}
.t-rec_pb_180 {
  padding-bottom: 180px;
}
.t-rec_pb_195 {
  padding-bottom: 195px;
}
.t-rec_pb_210 {
  padding-bottom: 210px;
}
@media screen and (max-width:480px) {
  .t-rec_pt_0 {
    padding-top: 0;
  }

  .t-rec_pt_15 {
    padding-top: 15px;
  }

  .t-rec_pt_30 {
    padding-top: 30px;
  }

  .t-rec_pt_45 {
    padding-top: 45px;
  }

  .t-rec_pt_60 {
    padding-top: 60px;
  }

  .t-rec_pt_75 {
    padding-top: 75px;
  }

  .t-rec_pt_90 {
    padding-top: 90px;
  }

  .t-rec_pt_105 {
    padding-top: 90px;
  }

  .t-rec_pt_120 {
    padding-top: 90px!important;
  }

  .t-rec_pt_135 {
    padding-top: 90px!important;
  }

  .t-rec_pt_150 {
    padding-top: 90px!important;
  }

  .t-rec_pt_165 {
    padding-top: 90px!important;
  }

  .t-rec_pt_180 {
    padding-top: 120px!important;
  }

  .t-rec_pt_195 {
    padding-top: 120px!important;
  }

  .t-rec_pt_210 {
    padding-top: 120px!important;
  }

  .t-rec_pb_0 {
    padding-bottom: 0;
  }

  .t-rec_pb_15 {
    padding-bottom: 15px;
  }

  .t-rec_pb_30 {
    padding-bottom: 30px;
  }

  .t-rec_pb_45 {
    padding-bottom: 45px;
  }

  .t-rec_pb_60 {
    padding-bottom: 60px;
  }

  .t-rec_pb_75 {
    padding-bottom: 75px;
  }

  .t-rec_pb_90 {
    padding-bottom: 90px;
  }

  .t-rec_pb_105 {
    padding-bottom: 90px;
  }

  .t-rec_pb_120 {
    padding-bottom: 90px!important;
  }

  .t-rec_pb_135 {
    padding-bottom: 90px!important;
  }

  .t-rec_pb_150 {
    padding-bottom: 90px!important;
  }

  .t-rec_pb_165 {
    padding-bottom: 90px!important;
  }

  .t-rec_pb_180 {
    padding-bottom: 120px!important;
  }

  .t-rec_pb_195 {
    padding-bottom: 120px!important;
  }

  .t-rec_pb_210 {
    padding-bottom: 120px!important;
  }
}
@media screen and (max-width:480px) {
  .t-rec_pt-res-480_0 {
    padding-top: 0!important;
  }

  .t-rec_pt-res-480_15 {
    padding-top: 15px!important;
  }

  .t-rec_pt-res-480_30 {
    padding-top: 30px!important;
  }

  .t-rec_pt-res-480_45 {
    padding-top: 45px!important;
  }

  .t-rec_pt-res-480_60 {
    padding-top: 60px!important;
  }

  .t-rec_pt-res-480_75 {
    padding-top: 75px!important;
  }

  .t-rec_pt-res-480_90 {
    padding-top: 90px!important;
  }

  .t-rec_pt-res-480_105 {
    padding-top: 105px!important;
  }

  .t-rec_pt-res-480_120 {
    padding-top: 120px!important;
  }

  .t-rec_pt-res-480_135 {
    padding-top: 135px!important;
  }

  .t-rec_pt-res-480_150 {
    padding-top: 150px!important;
  }

  .t-rec_pt-res-480_165 {
    padding-top: 165px!important;
  }

  .t-rec_pt-res-480_180 {
    padding-top: 180px!important;
  }

  .t-rec_pt-res-480_195 {
    padding-top: 195px!important;
  }

  .t-rec_pt-res-480_210 {
    padding-top: 210px!important;
  }

  .t-rec_pb-res-480_0 {
    padding-bottom: 0!important;
  }

  .t-rec_pb-res-480_15 {
    padding-bottom: 15px!important;
  }

  .t-rec_pb-res-480_30 {
    padding-bottom: 30px!important;
  }

  .t-rec_pb-res-480_45 {
    padding-bottom: 45px!important;
  }

  .t-rec_pb-res-480_60 {
    padding-bottom: 60px!important;
  }

  .t-rec_pb-res-480_75 {
    padding-bottom: 75px!important;
  }

  .t-rec_pb-res-480_90 {
    padding-bottom: 90px!important;
  }

  .t-rec_pb-res-480_105 {
    padding-bottom: 105px!important;
  }

  .t-rec_pb-res-480_120 {
    padding-bottom: 120px!important;
  }

  .t-rec_pb-res-480_135 {
    padding-bottom: 135px!important;
  }

  .t-rec_pb-res-480_150 {
    padding-bottom: 150px!important;
  }

  .t-rec_pb-res-480_165 {
    padding-bottom: 165px!important;
  }

  .t-rec_pb-res-480_180 {
    padding-bottom: 180px!important;
  }

  .t-rec_pb-res-480_195 {
    padding-bottom: 195px!important;
  }

  .t-rec_pb-res-480_210 {
    padding-bottom: 210px!important;
  }
}
.t-body_scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t015 {
  box-sizing: border-box;
}
.t015__title {
  padding-top: 8px;
  padding-bottom: 3px;
}
.t015__uptitle {
  padding-top: 10px;
  padding-bottom: 40px;
}
.t015__descr {
  padding: 41px 0 0;
}
.t050__uptitle {
  padding-top: 9px;
  padding-bottom: 93px;
}
.t050__descr {
  padding-top: 50px;
  padding-bottom: 9px;
}
.t004 {
  padding-top: 8px;
  padding-bottom: 6px;
  position: relative;
}
.t004__text-column-count_2 {
  column-count: 2;
  grid-column-gap: 40px;
  column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_3 {
  column-count: 3;
  grid-column-gap: 40px;
  column-gap: 40px;
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
}
.t004__text-column-count_4 {
  column-count: 4;
  grid-column-gap: 40px;
  column-gap: 40px;
  -moz-column-count: 4;
  -moz-column-gap: 40px;
  -webkit-column-count: 4;
  -webkit-column-gap: 40px;
}
.t004__initial-letter::first-letter {
  font-size: 100px;
  float: left;
  line-height: 0.65;
  margin: 10px 10px 10px 0;
}
.t004 table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.t004 table td,
.t004 table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.t004 table th,
.t004 table thead td {
  font-weight: 700;
  border-bottom-color: #888;
}
@media screen and (max-width:1200px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    grid-column-gap: 20px;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
  }
}
@media screen and (max-width:960px) {
  .t004__text-column-count_2,
  .t004__text-column-count_3,
  .t004__text-column-count_4 {
    column-count: 1;
    grid-column-gap: 0;
    column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
  }
}
@media screen and (max-width:640px) {
  .t004 h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
.t142__submit-overflowed {
  line-height: 1.1!important;
}
.t142__text {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}
.t142__wrapone {
  position: relative;
}
.t142__wraptwo {
  position: relative;
  z-index: 1;
  text-align: center;
}
.t142__submit {
  font-family: 'Roboto',Arial,sans-serif;
  text-align: center;
  line-height: 60px;
  border: 0 none;
  font-size: 16px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-appearance: none;
  font-weight: 700;
  background: none;
  cursor: pointer;
  box-sizing: content-box;
}
.t142__submit_size_sm {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
.t142__submit_size_lg {
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  padding-left: 70px;
  padding-right: 70px;
}
.t142__submit_size_xl {
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  padding-left: 80px;
  padding-right: 80px;
}
.t142__submit_size_xxl {
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width:640px) {
  .t142__submit {
    white-space: normal;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-border-radius: 0;
  }

  .t142__submit_size_lg,
  .t142__submit_size_xl,
  .t142__submit_size_xxl {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .t142__submit_size_lg .t142__text,
  .t142__submit_size_xl .t142__text,
  .t142__submit_size_xxl .t142__text {
    height: 60px;
  }
}
.t142A__wrapone {
  position: relative;
  display: flex;
  justify-content: center;
}
.t142A__wraptwo {
  position: relative;
  z-index: 1;
}
.t142A__wraptwo td {
  vertical-align: middle;
}
.t142A__marginleft20px {
  margin-left: 20px;
}
@media screen and (max-width:640px) {
  .t142A {
    padding: 0 20px;
  }

  .t142A .t-btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .t142A__marginleft20px {
    margin-left: 0;
  }
}
.t218__blocktable {
  width: 100%;
  height: 700px;
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
}
.t218__blocktext {
  width: 50%;
  height: 100%;
  vertical-align: middle;
}
.t218__blockimg {
  width: 50%;
  height: 100%;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  margin: 0;
  padding: 0;
}
.t218__textwrapper {
  margin: 10%;
}
.t218__textfield {
  padding-top: 20px;
}
.t218__imgmobile {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
}
.t218__btn-container {
  width: 100%;
}
.t218__btn-wrapper {
  display: inline-block;
  padding-top: 60px;
}
.t218__btntext-wrapper {
  display: inline-block;
  padding-top: 45px;
}
@media screen and (max-width:980px) {
  .t218__blockimg {
    display: none;
  }

  .t218__blockimgmobile {
    display: block!important;
    text-align: center;
    width: 100%;
    padding: 60px 0 0;
  }

  .t218__blockimgmobile_padding-0 {
    padding: 0;
  }

  .t218__blocktable {
    height: auto!important;
  }

  .t218__textfield {
    padding-bottom: 50px;
  }

  .t218__btn-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .t218__btntext-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:640px) {
  .t218__descrfield {
    padding-top: 50px;
    width: 100%;
  }

  .t218__textfield {
    width: 100%;
  }

  .t218__textwrapper {
    margin: 20px;
  }
}
.t225__title {
  padding-top: 8px;
  padding-bottom: 3px;
}
.t225__uptitle {
  padding-top: 10px;
  padding-bottom: 50px;
}
.t225__descr {
  padding: 41px 0 0;
}
.t228 {
  width: 100%;
  height: 80px;
  z-index: 990;
  position: fixed;
  top: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0);
  transition: background-color 0.3s linear;
}
.t228__beforeready {
  visibility: hidden;
}
.t228 ul {
  margin: 0;
}
.t228__maincontainer {
  width: 100%;
  height: 80px;
  display: table;
}
.t228__maincontainer.t228__c12collumns {
  max-width: 1200px;
  margin: 0 auto;
}
.t228__leftside {
  display: table-cell;
  vertical-align: middle;
}
.t228__centerside {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.t228__centerside.t228__menualign_left {
  text-align: left;
}
.t228__centerside.t228__menualign_right {
  text-align: right;
}
.t228__rightside {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.t228 .lastside {
  display: table-cell;
  vertical-align: middle;
}
.t228__padding40px {
  width: 40px;
}
.t228__maincontainer.t228__c12collumns .t228__padding40px {
  width: 20px;
}
.t228__logo {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
  padding-right: 30px;
}
.t228__imglogo {
  margin-right: 30px;
}
.t228__list {
  list-style-type: none;
  margin: 0;
  padding: 0!important !important;
  transition: opacity ease-in-out 0.2s;
}
.t228__list_item {
  clear: both;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 16px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  color: #000;
  white-space: nowrap;
}
.t228__list_item .t-active {
  opacity: 0.7;
}
.t228__list_item:first-child {
  padding-left: 0;
}
.t228__list_item:last-child {
  padding-right: 0;
}
.t228__leftcontainer {
  display: inline-block;
}
.t228__rightcontainer {
  display: table;
  text-align: right;
  width: auto;
  position: relative;
  float: right;
}
.t228__right_descr {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 13px;
  color: #000;
}
.t228__right_buttons {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.t228__right_buttons_wrap {
  display: table;
  width: auto;
  float: right;
}
.t228__right_buttons_but {
  display: table-cell;
  vertical-align: middle;
}
.t228__right_share_buttons {
  display: table-cell;
  vertical-align: middle;
  min-width: 220px;
}
.t228 .b-share {
  display: table!important;
  float: right;
}
.t228 .b-share-btn__wrap {
  display: table-cell!important;
  float: none!important;
  padding-left: 5px!important;
}
.t228__right_langs {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
}
.t228__right_langs_wrap {
  display: table;
  width: auto;
  float: right;
}
.t228__right_langs_lang {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  font-family: 'Roboto',Arial,sans-serif;
  font-size: 16px;
  color: #000;
  word-break: keep-all;
}
.t228__right_social_links {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.t228__right_social_links_wrap {
  display: table;
  width: auto;
}
.t228__right_social_links a {
  display: block;
  vertical-align: middle;
}
.t228__right_social_links_item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}
#allrecords .t228 a,
.t228 a {
  text-decoration: none;
  color: #000;
}
.t228 .t-btn {
  height: 40px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 10px;
}
.t228__right_langs_lang .t794__tm-link,
.t228__right_langs_lang a {
  white-space: nowrap;
}
@media screen and (max-width:1200px) {
  .t228__padding40px {
    width: 20px;
  }

  .t228__maincontainer.t228__c12collumns .t228__padding40px {
    width: 20px;
  }

  .t228__imglogo {
    margin-right: 15px;
  }

  .t228__logo {
    padding-right: 15px;
  }

  .t228__right_descr {
    padding-left: 15px;
  }

  .t228__right_buttons {
    padding-left: 15px;
  }

  .t228__right_share_buttons {
    padding-left: 15px;
  }

  .t228__right_langs {
    padding-left: 15px;
  }

  .t228__right_social_links {
    padding-left: 15px;
  }
}
@media screen and (max-width:640px) {
  .t228__right_buttons_but {
    display: table;
    padding: 0;
    margin: 0 auto 10px;
  }
}
.t228__positionabsolute {
  position: absolute;
}
.t228__mobile.t228__positionfixed {
  position: fixed;
}
.t228__positionstatic {
  position: static;
}
.t228 .ya-share2__container_size_m .ya-share2__icon {
  width: 28px;
  height: 28px;
}
.t228 .ya-share2__list {
  margin-bottom: 0;
}
.t228 .ya-share2__container_size_m .ya-share2__counter {
  line-height: 28px;
}
.t228__black-white .ya-share2__badge {
  background-color: #111!important;
}
.t228__transp-white .ya-share2__badge {
  background-color: transparent!important;
}
.t228__transp-white .ya-share2__container_size_m .ya-share2__counter:before {
  display: none;
}
.t228__transp-white .ya-share2__container_size_m .ya-share2__counter {
  padding-left: 0!important;
  margin-top: 2px;
}
.t228__white-black .ya-share2__badge {
  background-color: #fff!important;
}
.t228__white-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
}
.t228__white-black .ya-share2__counter:before {
  background-color: #222;
}
.t228__transp-black .ya-share2__badge {
  background-color: transparent!important;
}
.t228__transp-black .ya-share2__container_size_m .ya-share2__counter {
  color: #222;
  padding-left: 0!important;
  margin-top: 2px;
}
.t228__transp-black .ya-share2__counter:before {
  display: none;
}
.t270__error-msg {
  text-align: center;
  display: none;
}
.t270__error-msg-text {
  display: inline-block;
  margin: 0 20px 35px;
  padding: 15px;
  color: red;
  border: 1px solid red;
  font-size: 14px;
  font-family: tfutura,Arial;
}
.t389 {
  overflow: hidden;
}
.t389__maincontainer {
  width: 100%;
  height: 80px;
  display: table;
}
.t389__content {
  padding: 2px 40px 0;
  display: table-cell;
  vertical-align: middle;
}
.t389__col {
  display: table-cell;
  vertical-align: middle;
}
.t389__col_center {
  width: 100%;
  padding: 0 16px;
}
.t389__list {
  list-style-type: none;
  padding-left: 0!important;
  margin-bottom: 0!important;
}
.t389__list_item {
  display: inline-block;
  margin: 0 15px;
}
.t389__copyright,
.t389__scroll {
  width: 250px;
}
.t389__col_mobile {
  display: none;
}
.t389_scrolltop {
  position: relative;
  padding-right: 12px;
  display: inline-block;
}
.t389__icon {
  position: absolute;
  right: 0;
  top: 2px;
}
@media screen and (max-width:1200px) {
  .t389__content {
    padding: 2px 20px 0;
  }

  .t389__col,
  .t389__copyright,
  .t389__scroll {
    width: 230px;
  }

  .t389__col_center {
    width: 100%;
  }
}
@media screen and (max-width:960px) {
  .t389__col,
  .t389__copyright,
  .t389__scroll {
    width: 100%;
    display: block;
    text-align: center;
  }

  .t389__maincontainer {
    display: block;
  }

  .t389__content {
    display: block;
  }

  .t389__col_mobile {
    display: block;
  }

  .t389__col_hiddenmobile {
    display: none;
  }

  .t389__maincontainer {
    height: auto!important;
    padding: 40px 0;
  }

  .t389__col {
    margin-bottom: 20px;
    padding: 0;
  }

  .t389__list_item {
    margin: 0 10px 4px;
  }

  .t389__col:last-child {
    margin-bottom: 0;
  }
}
.t396__iframe {
  z-index: 10000;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
}
.t396__body_overflow_hidden {
  overflow: hidden;
}
.t396__display_none {
  display: none;
}
.t396__artboard {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.t396__artboard.rendering .tn-elem {
  visibility: hidden;
}
.t396__artboard.rendered .tn-elem {
  visibility: visible;
}
.t396__carrier {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -moz-transform: unset;
}
.t396__filter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  transform: translateZ(0);
}
.t396__elem {
  position: absolute;
  box-sizing: border-box;
  display: table;
}
.t396 .tn-atom {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.t396 a.tn-atom {
  text-decoration: none;
}
.t396 .tn-atom__img {
  width: 100%;
  display: block;
}
.t396 .tn-atom__html {
  vertical-align: top;
}
.t396 .tn-atom__pin {
  border-radius: 1000px;
  border-style: solid;
}
.t396 .tn-atom__pin_onclick {
  cursor: pointer;
}
.t396 .tn-atom__tip {
  position: absolute;
  box-sizing: border-box;
  width: 300px;
  max-width: 90vw;
  padding: 15px;
  display: none;
}
.t396 .tn-atom__pin:hover .tn-atom__tip {
  display: none;
}
.t396 .tn-atom__tip-img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.t396 .tn-atom__tip[data-tip-pos=top] {
  bottom: 100%;
  margin-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos=bottom] {
  top: 100%;
  margin-top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.t396 .tn-atom__tip[data-tip-pos=left] {
  right: 100%;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396 .tn-atom__tip[data-tip-pos=right] {
  left: 100%;
  margin-left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.t396__ui {
  position: absolute;
  top: 16px;
  left: 196px;
  background-color: #fa876b;
  color: #000!important;
  height: 30px;
  line-height: 30px;
  width: 100px;
  z-index: 1000;
  text-align: center;
  border-radius: 3px;
  display: none;
  font-size: 14px;
}
.t431__withoutleftpadding .t431__td:first-child {
  padding-left: 0!important;
}
.t431__withoutleftpadding .t431__th:first-child {
  padding-left: 0!important;
}
.t431__table,
.t431__tbody,
.t431__td,
.t431__th {
  margin: 0;
  padding: 0;
  border: 0 solid #ccc;
  vertical-align: baseline;
  text-align: inherit;
}
.t431__table {
  border-collapse: collapse;
  table-layout: auto;
}
.t431__tbody {
  overflow-y: auto;
  height: inherit;
  vertical-align: middle;
}
.t431__td,
.t431__th {
  padding: 20px;
  vertical-align: top;
}
.t431__tdscale_1 .t431__td,
.t431__tdscale_1 .t431__th {
  padding: 20px;
}
.t431__tdscale_2 .t431__td,
.t431__tdscale_2 .t431__th {
  padding: 30px;
}
.t431__tdscale_3 .t431__td,
.t431__tdscale_3 .t431__th {
  padding: 40px;
}
.t431__lightgreyborder {
  border: 1px solid #eee!important;
}
.t431__btnwrapper {
  display: inline-block;
}
.t431__btnwrapper a {
  border: 0;
  font-weight: 700;
  box-shadow: none;
}
.t431__btnwrapper .t-btn {
  white-space: nowrap;
}
@media screen and (max-width:960px) {
  .t431__mobilescroll .t431__table-wrapper {
    min-width: 960px;
  }

  .t431__table {
    width: 100%;
    table-layout: auto;
  }

  .t431__table > .t431__tbody,
  .t431__table > .t431__thead {
    display: table-row-group!important;
  }

  .t431__withoutmobilescroll {
    min-width: 100%!important;
  }

  .t431__wrapper-for-mobile {
    overflow-x: auto;
  }

  .t431__withoutmobilescroll .t431__table {
    table-layout: auto;
  }

  .t431__withoutmobilescroll .t431__td,
  .t431__withoutmobilescroll .t431__th {
    padding: 20px 10px;
  }
}
@media screen and (max-width:640px) {
  .t431__mobilescroll .t431__table-wrapper {
    min-width: 640px;
  }

  .t431__td,
  .t431__th {
    -webkit-text-size-adjust: 100%;
  }
}
.t467__title {
  margin-bottom: 40px;
}
.t467 .t-btn {
  margin-top: 60px;
}
.t480__blockimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.t480__textwrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.t480__content {
  display: table-cell;
}
.t480__title {
  margin-bottom: 16px;
}
.t480__descr {
  margin-top: 28px;
}
.t480__uptitle {
  color: #666;
  margin-bottom: 28px;
}
.t480__line {
  max-width: 50px;
  width: 100%;
  height: 3px;
  background-color: #666;
  display: block;
}
.t480__sizer.t-col_1 {
  width: 60px!important;
  max-width: 60px!important;
}
.t480__sizer.t-col_2 {
  width: 160px!important;
  max-width: 160px!important;
}
.t480__sizer.t-col_3 {
  width: 260px!important;
  max-width: 260px!important;
}
.t480__sizer.t-col_4 {
  width: 360px!important;
  max-width: 360px!important;
}
.t480__sizer.t-col_5 {
  width: 460px!important;
  max-width: 460px!important;
}
.t480__sizer.t-col_6 {
  width: 560px!important;
  max-width: 560px!important;
}
.t480__sizer.t-col_7 {
  width: 660px!important;
  max-width: 660px!important;
}
.t480__sizer.t-col_8 {
  width: 760px!important;
  max-width: 760px!important;
}
.t480__sizer.t-col_9 {
  width: 860px!important;
  max-width: 860px!important;
}
.t480__sizer.t-col_10 {
  width: 960px!important;
  max-width: 960px!important;
}
.t480__sizer.t-col_11 {
  width: 1060px!important;
  max-width: 1060px!important;
}
.t480__sizer.t-col_12 {
  width: 1160px!important;
  max-width: 1160px!important;
}
.t480__btn-container {
  width: 100%;
}
.t480__btn-wrapper {
  display: inline-block;
  padding-top: 60px;
}
.t480__btntext-wrapper {
  display: inline-block;
  padding-top: 45px;
}
@media screen and (max-width:960px) {
  .t480__top {
    margin-bottom: 30px;
  }

  .t480__textwrapper {
    height: auto!important;
  }

  .t480__btn-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .t480__btntext-wrapper {
    padding-top: 20px;
  }
}
.t499 .t-section__topwrapper {
  margin-bottom: 105px;
}
.t499 .t-section__title {
  margin-bottom: 40px;
}
.t499 .t-section__descr {
  max-width: 560px;
}
.t499 .t-section__bottomwrapper {
  margin-top: 105px;
}
.t499__col {
  overflow: auto;
}
.t499__bgimg {
  margin-bottom: 14px;
  width: 100px;
  height: 100px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
}
.t499__img {
  width: 100px;
  height: auto;
  max-width: 100%;
  float: right;
  margin-right: 22px;
}
.t499__img_circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.t499__title {
  margin-top: 0;
  margin-bottom: 25px;
}
.t499__blockdescr {
  padding-right: 150px;
}
.t499__separator {
  margin-bottom: 90px;
}
@media screen and (max-width:960px) {
  .t499 .t-section__bottomwrapper {
    margin-top: 45px;
  }

  .t499 .t-section__topwrapper {
    margin-bottom: 45px;
  }

  .t499 .t-section__title {
    margin-bottom: 20px;
  }

  .t499 .t499__col {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
  }

  .t499__separator {
    margin-bottom: 0px!important;
  }

  .t499__img {
    max-width: 80px;
    margin: 0;
  }
}
.t529 .t-section__topwrapper {
  margin-bottom: 90px;
}
.t529 .t-section__title {
  margin-bottom: 40px;
}
.t529 .t-section__descr {
  max-width: 560px;
}
.t529 .t-section__bottomwrapper {
  margin-top: 85px;
}
.t529__separator {
  margin-bottom: 60px;
}
.t529__bubble {
  padding: 35px;
  border-radius: 10px;
  background-color: #fff;
}
.t529__bubble-tail {
  width: 0;
  height: 0;
  margin-left: 35px;
  border: 12px solid;
  border-color: #fff transparent transparent #fff;
}
.t529__name-wrapper {
  margin: 10px 0 0;
}
.t529__descr {
  color: #666;
}
.t529__bgimg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:960px) {
  .t529 .t-section__bottomwrapper {
    margin-top: 20px;
  }

  .t529 .t-section__topwrapper {
    margin-bottom: 40px;
  }

  .t529 .t-section__title {
    margin-bottom: 20px;
  }

  .t529__separator {
    margin-bottom: 40px;
  }

  .t529__col {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:640px) {
  .t529__bubble {
    padding: 20px;
  }
}
.t537 .t-section__topwrapper {
  margin-bottom: 105px;
}
.t537 .t-section__title {
  margin-bottom: 40px;
}
.t537 .t-section__descr {
  max-width: 560px;
}
.t537 .t-section__bottomwrapper {
  margin-top: 105px;
}
.t537__wrapperleft {
  padding-left: 0;
  padding-right: 0;
}
.t537__wrappercenter {
  padding-left: 20px;
  padding-right: 20px;
}
.t537__separator {
  margin-bottom: 90px;
}
.t537__bottommargin_sm {
  margin-bottom: 4px;
}
.t537__bottommargin_lg {
  margin-bottom: 18px;
}
.t537__bgimg {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.t537__persdescr {
  color: #7a7a7a;
}
@media screen and (max-width:960px) {
  .t537 .t-section__bottomwrapper {
    margin-top: 45px;
  }

  .t537 .t-section__topwrapper {
    margin-bottom: 45px;
  }

  .t537 .t-section__title {
    margin-bottom: 20px;
  }

  .t537__separator {
    display: none;
  }

  .t537__container {
    font-size: 0;
  }

  .t537__col-mobstyle {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .t537__itemwrapper {
    margin: 0 auto 40px;
  }

  .t537__itemwrapper_1,
  .t537__itemwrapper_3 {
    max-width: 300px;
  }

  .t537__itemwrapper_2 {
    max-width: 460px;
  }

  .t537__itemwrapper_4 {
    max-width: 220px;
  }
}
@media screen and (max-width:640px) {
  .t537__col-mobstyle:nth-child(odd) {
    padding-left: 40px;
  }

  .t537__col-mobstyle:nth-child(even) {
    padding-right: 40px;
  }
}
@media screen and (max-width:480px) {
  .t537__col-mobstyle {
    width: 100%;
    display: block;
  }

  .t537__col-mobstyle:nth-child(odd) {
    padding-left: 20px;
  }

  .t537__col-mobstyle:nth-child(even) {
    padding-right: 20px;
  }
}
.t554__general-wrapper {
  position: relative;
}
.t554__card-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 1160px;
  z-index: 1;
}
.t554__card {
  position: absolute;
  background: white;
  min-height: 300px;
  padding: 60px;
  box-sizing: border-box;
  width: 100%;
  top: 60px;
}
.t554__title {
  margin-bottom: 30px;
}
.t554 .t-sociallinks {
  margin-top: 30px;
}
.t554 .t-sociallinks__item {
  display: inline-block;
  margin: 4px 1px 0;
}
.t554__prefix_1 {
  left: 100px;
}
.t554__prefix_2 {
  left: 200px;
}
.t554__prefix_3 {
  left: 300px;
}
.t554__prefix_4 {
  left: 400px;
}
.t554__prefix_5 {
  left: 500px;
}
.t554__prefix_6 {
  left: 600px;
}
.t554__prefix_7 {
  left: 700px;
}
.t554__prefix_8 {
  left: 800px;
}
.t554__prefix_9 {
  left: 900px;
}
.t554__prefix_10 {
  left: 1000px;
}
.t554__prefix_11 {
  left: 1100px;
}
.t554__prefix_12 {
  left: 1200px;
}
@media screen and (max-width:1200px) {
  .t554__card-wrapper {
    max-width: 940px;
  }

  .t554__prefix_1 {
    left: 80px;
  }

  .t554__prefix_2 {
    left: 160px;
  }

  .t554__prefix_3 {
    left: 240px;
  }

  .t554__prefix_4 {
    left: 320px;
  }

  .t554__prefix_5 {
    left: 400px;
  }

  .t554__prefix_6 {
    left: 480px;
  }

  .t554__prefix_7 {
    left: 560px;
  }

  .t554__prefix_8 {
    left: 640px;
  }

  .t554__prefix_9 {
    left: 720px;
  }

  .t554__prefix_10 {
    left: 800px;
  }

  .t554__prefix_11 {
    left: 880px;
  }

  .t554__prefix_12 {
    left: 960px;
  }
}
@media screen and (max-width:960px) {
  .t554__card,
  .t554__card-wrapper {
    position: static;
    position: initial;
  }

  .t554__card-wrapper {
    max-width: 640px;
  }

  .t554__card {
    width: 100%;
    margin: 0;
    padding: 45px 20px;
    min-height: auto;
  }

  .t554_map {
    height: 50vh!important;
  }

  .t554_map .t-map {
    max-height: 100%;
  }
}
@media screen and (max-width:640px) {
  .t554__card-wrapper {
    max-width: 100%;
  }
}
.t554 .t-map-lazyload {
  background-color: rgb(229,227,223);
}
.t571__contacts {
  margin-top: 45px;
}
.t571 .t-sociallinks {
  margin-top: 40px;
}
.t571 .t-sociallinks__item {
  display: inline-block;
  margin: 4px 1px 0;
}
.t571__line {
  max-width: 100px;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.3;
  margin-top: 45px;
}
@media screen and (max-width:960px) {
  .t571__address {
    word-break: break-all;
  }
}
.t585__header {
  position: relative;
  cursor: pointer;
  padding: 27px 50px 27px 0;
  border-top: 1px solid #eee;
}
.uslugi_header {
  padding: 10px 0px 20px 0;
  -webkit-min-height: 60px;
  -moz-min-height: 0px;
  border-top: 1px solid #eee;
}
@media screen and (max-width:960px) {
  .uslugi_header {
  padding: 10px 0px 20px 0;
  min-height: 30px;
  border-top: 1px solid #eee;
}
}
.t585__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  padding: 8px;
  transition: opacity ease-in-out 0.2s;
}
.t585__icon-hover {
  opacity: 0;
}
.t585__header:hover .t585__icon {
  opacity: 0;
}
.t585__header:hover .t585__icon-hover {
  opacity: 1;
}
.t585__circle {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 100px;
}
.t585__lines {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease-in-out 0.3s;
  transform: rotate(0);
  z-index: 1;
}
.t585__opened .t585__lines {
  transform: rotate(-45deg);
  z-index: 1;
  transition: all ease-in-out 0.3s;
}
.t585__content {
  display: none;
  transition: max-height ease-in-out 0.3s,opacity ease-in-out 0.3s;
}
.t585__textwrapper {
  padding: 0 0 20px;
}
.t585__text {
  margin-bottom: 20px;
}
.t585__img {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.t585__border {
  width: 100%;
  height: 1px;
  background-color: #eee;
}
@media screen and (max-width:650px) {
  .t585__header {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .t585__text {
    margin-bottom: 15px;
  }

  .t585__textwrapper {
    padding: 0 0 10px;
  }
}
.t603__container {
  font-size: 0;
  min-height: 1px;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.t603__container_indent {
  padding: 0 30px;
  box-sizing: border-box;
}
.t603__tile {
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px 0;
  box-sizing: border-box;
}
.t603__tile_25 {
  width: 25%;
}
.t603__tile_50 {
  width: 50%;
}
.t603__tile_33 {
  width: 33.3333%;
}
.t603__tile_100 {
  width: 100%;
}
.t603__title {
  padding-bottom: 8px;
}
.t603__descr {
  padding-bottom: 8px;
}
.t603__textwrapper {
  margin: 10px 0;
}
.t603__blockimg {
  width: 100%;
}
.t603__blockimg_16-9 {
  padding-bottom: 56%;
}
.t603__blockimg_4-3 {
  padding-bottom: 75%;
}
.t603__blockimg_3-2 {
  padding-bottom: 66%;
}
.t603__blockimg_1-1 {
  padding-bottom: 100%;
}
.t603__blockimg_2-3 {
  padding-bottom: 150%;
}
.t603__blockimg_3-4 {
  padding-bottom: 133%;
}
.t603__blockimg_9-16 {
  padding-bottom: 177%;
}
@media screen and (max-width:1200px) {
  .t603__container.t-container {
    padding: 0 0 20px;
  }
}
@media screen and (max-width:960px) {
  .t603__container.t603__container_indent {
    padding: 0 15px;
  }

  .t603__tile_25,
  .t603__tile_33 {
    width: 50%;
  }

  .t603__container {
    padding: 0 5px 10px;
  }

  .t603__container.t-container {
    padding: 0 15px 10px;
  }

  .t603__tile {
    padding: 10px 5px 0;
  }
  @supports (-webkit-touch-callout:none) {
    .t603__container {
      border: 1px solid transparent;
    }
  }
}
.t851__container {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
@media screen and (max-width:1200px) {
  .t851__container {
    max-width: 960px;
    padding: 0;
  }
}
@media screen and (max-width:960px) {
  .t851__container {
    max-width: 640px;
  }
}
.t851 .t-section__topwrapper {
  margin-bottom: 90px;
}
.t851 .t-section__title {
  margin-bottom: 40px;
}
.t851 .t-section__descr {
  max-width: 560px;
}
.t851 .t-section__bottomwrapper {
  margin-top: 105px;
}
.t851__separator {
  margin-bottom: 40px;
}
.t851__table {
  display: table;
  width: 100%;
  height: 400px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.t851__col {
  overflow: hidden;
}
.t851__link {
  display: block;
}
.t851__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t851__cell:hover .t851__bg_animated {
  transform: scale(1.05);
}
.t851__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.t851__show_hover .t851__overlay {
  opacity: 0;
}
.t851__cell:hover .t851__overlay {
  opacity: 0.8;
}
.t851__show_hover .t851__cell:hover .t851__overlay {
  opacity: 1;
}
.t851__cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}
.t-col_6 .t851__cell {
  transform: translateZ(0);
}
.t851__textwrapper {
  padding: 20px 40px;
  position: relative;
}
.t851__cell > .t851__button-container {
  padding-left: 40px;
  padding-right: 40px;
}
.t851__show_hover .t851__button-container,
.t851__show_hover .t851__textwrapper {
  opacity: 0;
}
.t851__show_hover .t851__textwrapper.t851__textwrapper_animated {
  transform: translateY(20%);
}
.t851__show_hover .t851__cell:hover .t851__button-container,
.t851__show_hover .t851__cell:hover .t851__textwrapper {
  opacity: 1;
}
.t851__cell:hover .t851__textwrapper_animated {
  transform: translateY(0);
}
.t851__textwrapper__content {
  margin: 30px auto;
  position: relative;
}
.t851__text {
  color: #fff;
  margin-top: 20px;
}
.t851__title {
  color: #fff;
}
.t851__img {
  width: 100%;
  max-width: 70px;
}
.t851__animation_fast {
  transition: all ease-in-out 0.25s;
}
.t851__animation_slow {
  transition: all ease-in-out 0.45s;
}
.t851__button-container {
  transition: all ease-in-out 0.2s;
}
.t851__button_show-hover {
  transform: translate3d(0,-40px,0);
  opacity: 0;
}
.t851__button-bottom .t851__button_show-hover {
  transform: translate3d(0,40px,0);
}
.t851__col:not(.t851__show_hover) .t-valign_bottom .t851__button_show-hover {
  transform: translate3d(0,0,0);
}
.t851__col:not(.t851__show_hover) .t-valign_bottom .t851__inner-wrapper_animated-btn {
  transform: translate3d(0,85px,0);
  transition: all ease-in-out 0.2s;
}
.t-valign_bottom.t851__cell:hover .t851__inner-wrapper_animated-btn {
  transform: translate3d(0,0,0);
}
.t851__col:not(.t851__show_hover) .t-valign_middle .t851__inner-wrapper_animated-btn {
  transform: translate3d(0,45px,0);
  transition: all ease-in-out 0.2s;
}
.t-valign_middle.t851__cell:hover .t851__inner-wrapper_animated-btn {
  transform: translate3d(0,0,0);
}
.t851__col:not(.t851__show_hover) .t-valign_middle.t851__cell:hover .t851__inner-wrapper_animated-btn {
  transform: translate3d(0,0,0);
}
.t851__cell:hover .t851__button_show-hover {
  transform: translate3d(0,0,0);
  opacity: 1;
}
.t851__textwrapper__content {
  transition: all ease-in-out 0.2s;
}
.t851__button-wrapper {
  display: inline-block;
  margin-top: 40px;
}
.t851__btn {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: 0 none;
  -webkit-appearance: none;
  background: none;
}
.t851__button-bottom .t851__textwrapper {
  position: static;
}
.t851__button-bottom .t851__button-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 50px;
}
.t851__button-bottom .t851__button-wrapper {
  margin-top: 0;
}
.t851__scroll-icon-wrapper {
  display: none;
}
@media screen and (max-width:960px) {
  .t851 .t-section__bottomwrapper {
    margin-top: 45px;
  }

  .t851 .t-section__topwrapper {
    margin-bottom: 45px;
  }

  .t851 .t-section__title {
    margin-bottom: 20px;
  }

  .t851__show_hover .t851__button-container,
  .t851__show_hover .t851__textwrapper {
    opacity: 1!important;
    transform: translateY(0%)!important;
  }

  .t851__show_hover .t851__overlay {
    opacity: 1;
  }

  .t851__button_show-hover.t851__button-container,
  .t851__inner-wrapper_animated-btn {
    opacity: 1;
    transform: translate3d(0,0,0)!important;
    position: static;
    position: initial;
  }

  .t851__separator {
    display: none;
  }

  .t851__container_mobile-grid {
    font-size: 0;
  }

  .t851__col_mobile-grid {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }

  .t851__col {
    margin-bottom: 60px;
  }

  .t851__col:last-child {
    margin-bottom: 0;
  }

  .t851__container_mobile-flex {
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    box-sizing: border-box;
  }

  .t851__container_mobile-flex .t851__col {
    min-width: 38%;
    max-width: 38%;
    margin-bottom: 0px!important;
  }

  .t851__container_mobile-flex .t851__col:first-child {
    margin-left: 20px;
  }

  .t851__scroll-icon-wrapper {
    display: block;
    padding: 0 40px 20px 0;
    color: #a1a1a1;
    text-align: right;
    font-size: 0;
    mix-blend-mode: multiply;
  }

  .t851__scroll-icon {
    -webkit-animation: t851__icon-anim 1.5s infinite;
    animation: t851__icon-anim 1.5s infinite;
  }
}
@-webkit-keyframes t851__icon-anim {
  0% {
    -webkit-transform: translate3d(-20px,0,0);
    opacity: 0;
  }

  10% {
    -webkit-transform: translate3d(-20px,0,0);
    opacity: 0;
  }

  20% {
    -webkit-transform: translate3d(-20px,0,0);
    opacity: 1;
  }

  70% {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }

  80% {
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }

  81% {
    -webkit-transform: translate3d(0,0,0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0,0,0);
    opacity: 0;
  }
}
@keyframes t851__icon-anim {
  0% {
    transform: translate3d(-20px,0,0);
    opacity: 0;
  }

  10% {
    transform: translate3d(-20px,0,0);
    opacity: 0;
  }

  20% {
    transform: translate3d(-20px,0,0);
    opacity: 1;
  }

  70% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  80% {
    transform: translate3d(0,0,0);
    opacity: 1;
  }

  81% {
    transform: translate3d(0,0,0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0,0,0);
    opacity: 0;
  }
}
@media screen and (max-width:640px) {
  .t851 .t851__table {
    height: 350px;
  }

  .t851__textwrapper {
    padding: 20px;
    opacity: 1!important;
  }

  .t851__cell > .t851__button-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .t851__button-bottom .t851__button-container {
    left: 20px;
    right: 20px;
  }

  .t851__title_small {
    font-size: 21px;
  }

  .t851__container_mobile-grid {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .t851__col_mobile-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .t851__container_mobile-flex .t851__col:first-child {
    margin-left: 0;
  }

  .t851__container_mobile-flex .t851__col {
    min-width: 70%;
    max-width: 70%;
  }

  .t851__scroll-icon-wrapper {
    padding: 0 20px 10px 0;
  }
}
@media screen and (max-width:480px) {
  .t851__col_mobile-grid {
    width: 100%;
    display: block;
  }

  .t851__container_mobile-flex .t851__col {
    min-width: 80%;
    max-width: 80%;
  }
}
@media screen and (min-width:980px) {
  div:not(.t396) .t-animate[data-animate-style="fadein"],
  div:not(.t396) .t-animate[data-animate-style="fadeinup"],
  div:not(.t396) .t-animate[data-animate-style="fadeindown"],
  div:not(.t396) .t-animate[data-animate-style="fadeinleft"],
  div:not(.t396) .t-animate[data-animate-style="fadeinright"],
  div:not(.t396) .t-animate[data-animate-style="zoomin"],
  div:not(.t396) .t-animate[data-animate-style="zoomout"] {
    opacity: 0;
    transition-property: opacity,transform;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-backface-visibility: hidden;
  }

  div:not(.t396) .t-title.t-animate {
    transition-duration: 1.2s;
  }

  div:not(.t396) .t-descr.t-animate,
  div:not(.t396) .t-subtitle.t-animate,
  div:not(.t396) .t-text.t-animate,
  div:not(.t396) .t-uptitle.t-animate {
    transition-duration: 0.7s;
  }

  div:not(.t396) .t-item.t-animate {
    transition-duration: 0.5s;
  }

  div:not(.t396) .t-animate_started[data-animate-style="fadein"] {
    opacity: 1;
  }

  div:not(.t396) .t-animate[data-animate-style="fadeinup"] {
    transform: translate(0,100px);
  }

  div:not(.t396) .t-animate_started[data-animate-style="fadeinup"] {
    opacity: 1;
    transform: none;
  }

  div:not(.t396) .t-animate[data-animate-style="fadeindown"] {
    transform: translate(0,-100px);
  }

  div:not(.t396) .t-animate_started[data-animate-style="fadeindown"] {
    opacity: 1;
    transform: none;
  }

  div:not(.t396) .t-animate[data-animate-style="fadeinleft"] {
    transform: translate(100px,0);
  }

  div:not(.t396) .t-animate_started[data-animate-style="fadeinleft"] {
    opacity: 1;
    transform: none;
  }

  div:not(.t396) .t-animate[data-animate-style="fadeinright"] {
    transform: translate(-100px,0);
  }

  div:not(.t396) .t-animate_started[data-animate-style="fadeinright"] {
    opacity: 1;
    transform: none;
  }

  div:not(.t396) .t-animate[data-animate-style="zoomin"] {
    transform: scale(.9);
  }

  div:not(.t396) .t-animate_started[data-animate-style="zoomin"] {
    opacity: 1;
    transform: scale(1);
  }

  div:not(.t396) .t-animate[data-animate-style="zoomout"] {
    transform: scale(1.2);
  }

  div:not(.t396) .t-animate_started[data-animate-style="zoomout"] {
    opacity: 1;
    transform: scale(1);
  }

  .t-animate_started[data-animate-scale],
  div:not(.t396) .t-animate_started[data-animate-distance] {
    transform: none!important;
  }
}
.t396 .t-animate[data-animate-style='fadein'],
.t396 .t-animate[data-animate-style='fadeinup'],
.t396 .t-animate[data-animate-style='fadeindown'],
.t396 .t-animate[data-animate-style='fadeinleft'],
.t396 .t-animate[data-animate-style='fadeinright'],
.t396 .t-animate[data-animate-style='zoomin'],
.t396 .t-animate[data-animate-style='zoomout'],
.t396 .t-animate[data-animate-style-res-960='fadein'],
.t396 .t-animate[data-animate-style-res-960='fadeinup'],
.t396 .t-animate[data-animate-style-res-960='fadeindown'],
.t396 .t-animate[data-animate-style-res-960='fadeinleft'],
.t396 .t-animate[data-animate-style-res-960='fadeinright'],
.t396 .t-animate[data-animate-style-res-960='zoomin'],
.t396 .t-animate[data-animate-style-res-960='zoomout'],
.t396 .t-animate[data-animate-style-res-640='fadein'],
.t396 .t-animate[data-animate-style-res-640='fadeinup'],
.t396 .t-animate[data-animate-style-res-640='fadeindown'],
.t396 .t-animate[data-animate-style-res-640='fadeinleft'],
.t396 .t-animate[data-animate-style-res-640='fadeinright'],
.t396 .t-animate[data-animate-style-res-640='zoomin'],
.t396 .t-animate[data-animate-style-res-640='zoomout'],
.t396 .t-animate[data-animate-style-res-480='fadein'],
.t396 .t-animate[data-animate-style-res-480='fadeinup'],
.t396 .t-animate[data-animate-style-res-480='fadeindown'],
.t396 .t-animate[data-animate-style-res-480='fadeinleft'],
.t396 .t-animate[data-animate-style-res-480='fadeinright'],
.t396 .t-animate[data-animate-style-res-480='zoomin'],
.t396 .t-animate[data-animate-style-res-480='zoomout'],
.t396 .t-animate[data-animate-style-res-320='fadein'],
.t396 .t-animate[data-animate-style-res-320='fadeinup'],
.t396 .t-animate[data-animate-style-res-320='fadeindown'],
.t396 .t-animate[data-animate-style-res-320='fadeinleft'],
.t396 .t-animate[data-animate-style-res-320='fadeinright'],
.t396 .t-animate[data-animate-style-res-320='zoomin'],
.t396 .t-animate[data-animate-style-res-320='zoomout'] {
  opacity: 0;
  transition-property: opacity,transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-backface-visibility: hidden;
}
.t396 .t-title.t-animate {
  transition-duration: 1.2s;
}
.t396 .t-descr.t-animate,
.t396 .t-subtitle.t-animate,
.t396 .t-text.t-animate,
.t396 .t-uptitle.t-animate {
  transition-duration: 0.7s;
}
.t396 .t-item.t-animate {
  transition-duration: 0.5s;
}
.t396 .t-animate_started[data-animate-style='fadein'],
.t396 .t-animate_started[data-animate-style-res-960='fadein'],
.t396 .t-animate_started[data-animate-style-res-640='fadein'],
.t396 .t-animate_started[data-animate-style-res-480='fadein'],
.t396 .t-animate_started[data-animate-style-res-320='fadein'] {
  opacity: 1;
}
.t396 .t-animate[data-animate-style='fadeinup'],
.t396 .t-animate[data-animate-style-res-960='fadeinup'],
.t396 .t-animate[data-animate-style-res-640='fadeinup'],
.t396 .t-animate[data-animate-style-res-480='fadeinup'],
.t396 .t-animate[data-animate-style-res-320='fadeinup'] {
  transform: translate(0,100px);
}
.t396 .t-animate_started[data-animate-style='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-960='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-640='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-480='fadeinup'],
.t396 .t-animate_started[data-animate-style-res-320='fadeinup'] {
  opacity: 1;
  transform: none;
}
.t396 .t-animate[data-animate-style='fadeindown'],
.t396 .t-animate[data-animate-style-res-960='fadeindown'],
.t396 .t-animate[data-animate-style-res-640='fadeindown'],
.t396 .t-animate[data-animate-style-res-480='fadeindown'],
.t396 .t-animate[data-animate-style-res-320='fadeindown'] {
  transform: translate(0,-100px);
}
.t396 .t-animate_started[data-animate-style='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-960='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-640='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-480='fadeindown'],
.t396 .t-animate_started[data-animate-style-res-320='fadeindown'] {
  opacity: 1;
  transform: none;
}
.t396 .t-animate[data-animate-style='fadeinleft'],
.t396 .t-animate[data-animate-style-res-960='fadeinleft'],
.t396 .t-animate[data-animate-style-res-640='fadeinleft'],
.t396 .t-animate[data-animate-style-res-480='fadeinleft'],
.t396 .t-animate[data-animate-style-res-320='fadeinleft'] {
  transform: translate(100px,0);
}
.t396 .t-animate_started[data-animate-style='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-960='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-640='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-480='fadeinleft'],
.t396 .t-animate_started[data-animate-style-res-320='fadeinleft'] {
  opacity: 1;
  transform: none;
}
.t396 .t-animate[data-animate-style='fadeinright'],
.t396 .t-animate[data-animate-style-res-960='fadeinright'],
.t396 .t-animate[data-animate-style-res-640='fadeinright'],
.t396 .t-animate[data-animate-style-res-480='fadeinright'],
.t396 .t-animate[data-animate-style-res-320='fadeinright'] {
  transform: translate(-100px,0);
}
.t396 .t-animate_started[data-animate-style='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-960='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-640='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-480='fadeinright'],
.t396 .t-animate_started[data-animate-style-res-320='fadeinright'] {
  opacity: 1;
  transform: none;
}
.t396 .t-animate[data-animate-style='zoomin'],
.t396 .t-animate[data-animate-style-res-960='zoomin'],
.t396 .t-animate[data-animate-style-res-640='zoomin'],
.t396 .t-animate[data-animate-style-res-480='zoomin'],
.t396 .t-animate[data-animate-style-res-320='zoomin'] {
  transform: scale(.9);
}
.t396 .t-animate_started[data-animate-style='zoomin'],
.t396 .t-animate_started[data-animate-style-res-960='zoomin'],
.t396 .t-animate_started[data-animate-style-res-640='zoomin'],
.t396 .t-animate_started[data-animate-style-res-480='zoomin'],
.t396 .t-animate_started[data-animate-style-res-320='zoomin'] {
  opacity: 1;
  transform: scale(1);
}
.t396 .t-animate[data-animate-style='zoomout'],
.t396 .t-animate[data-animate-style-res-960='zoomout'],
.t396 .t-animate[data-animate-style-res-640='zoomout'],
.t396 .t-animate[data-animate-style-res-480='zoomout'],
.t396 .t-animate[data-animate-style-res-320='zoomout'] {
  transform: scale(1.2);
}
.t396 .t-animate_started[data-animate-style='zoomout'],
.t396 .t-animate_started[data-animate-style-res-960='zoomout'],
.t396 .t-animate_started[data-animate-style-res-640='zoomout'],
.t396 .t-animate_started[data-animate-style-res-480='zoomout'],
.t396 .t-animate_started[data-animate-style-res-320='zoomout'] {
  opacity: 1;
  transform: scale(1);
}
.t396 .t-animate_started[data-animate-distance-res-320],
.t396 .t-animate_started[data-animate-distance-res-480],
.t396 .t-animate_started[data-animate-distance-res-640],
.t396 .t-animate_started[data-animate-distance-res-960],
.t396 .t-animate_started[data-animate-distance],
.t396 .t-animate_started[data-animate-scale-res-320],
.t396 .t-animate_started[data-animate-scale-res-480],
.t396 .t-animate_started[data-animate-scale-res-640],
.t396 .t-animate_started[data-animate-scale-res-960],
.t396 .t-animate_started[data-animate-scale] {
  transform: none!important;
}
#rec244696942 .t396__artboard {
  min-height: 550px;
  height: 100vh;
  background-color: #ffffff;
}
#rec244696942 .t396__filter {
  min-height: 550px;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
#rec244696942 .t396__carrier {
  min-height: 550px;
  height: 100vh;
  background-position: center top;
  background-attachment: scroll;
  background-image: url('https://static.tildacdn.com/tild3364-6235-4465-b633-633765653435/-2.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  #rec244696942 .t396__artboard {
    min-height: 400px;
  }

  #rec244696942 .t396__filter {
    min-height: 400px;
  }

  #rec244696942 .t396__carrier {
    min-height: 400px;
  }
}
@media screen and (max-width: 639px) {
  #rec244696942 .t396__artboard {
    min-height: 300px;
    height: 100vh;
    background-color: #ffffff;
  }

  #rec244696942 .t396__filter {
    min-height: 300px;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  }

  #rec244696942 .t396__carrier {
    min-height: 300px;
  }
}
@media screen and (max-width: 479px) {
  #rec244696942 .t396__artboard {
    min-height: 650px;
    height: 100vh;
    background-color: #ededed;
  }

  #rec244696942 .t396__filter {
    min-height: 650px;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  }

  #rec244696942 .t396__carrier {
    min-height: 650px;
    background-position: center center;
  }
}
#rec244696942 .tn-elem[data-elem-id="1470209944682"] {
  color: #ffffff;
  text-align: center;
  z-index: 2;
  top: calc(50vh - 0px + 69px);
  left: calc(50% - 580px + 0px);
  width: 1160px;
}
#rec244696942 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
  color: #ffffff;
  font-size: 54px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media screen and (max-width: 1199px) {
  #rec244696942 .tn-elem[data-elem-id="1470209944682"] {
    top: calc(50vh - 0px + -3px);
    left: calc(50% - 470px + 0px);
    width: 940px;
  }

  #rec244696942 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    font-size: 68px;
  }
}
@media screen and (max-width: 959px) {
  #rec244696942 .tn-elem[data-elem-id="1470209944682"] {
    top: calc(50vh - 0px + 26px);
    left: calc(50% - 310px + 0px);
    width: 620px;
  }

  #rec244696942 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    font-size: 39px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 639px) {
  #rec244696942 .tn-elem[data-elem-id="1470209944682"] {
    top: calc(50vh - 0px + 7px);
    left: calc(50% - 230px + 0px);
    width: 460px;
  }

  #rec244696942 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  #rec244696942 .tn-elem[data-elem-id="1470209944682"] {
    top: calc(325vh - 0px + 26px);
    left: calc(50% - 155px + 5px);
    width: 310px;
  }

  #rec244696942 .tn-elem[data-elem-id="1470209944682"] {
    text-align: center;
  }

  #rec244696942 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    font-size: 29px;
    line-height: 1.2;
    opacity: 1;
  }
}
#rec244696942 .tn-elem[data-elem-id="1473846124811"] {
  color: #000000;
  text-align: center;
  z-index: 4;
  top: calc(50vh - 30px + 205px);
  left: calc(50% - 105px + -135px);
  width: 210px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  #rec244696942 .tn-elem[data-elem-id="1473846124811"] {
    top: calc(50vh - 30px + 157px);
    left: calc(50% - 92px + -116px);
    width: 184px;
  }
}
@media screen and (max-width: 959px) {
  #rec244696942 .tn-elem[data-elem-id="1473846124811"] {
    top: calc(50vh - 30px + 135px);
    left: calc(50% - 92px + -128px);
  }
}
@media screen and (max-width: 639px) {
  #rec244696942 .tn-elem[data-elem-id="1473846124811"] {
    top: calc(50vh - 30px + 95px);
    left: calc(50% - 92.5px + -112px);
    width: 185px;
    height: 60px;
  }
}
@media screen and (max-width: 479px) {
  #rec244696942 .tn-elem[data-elem-id="1473846124811"] {
    top: calc(325vh - 25px + 165px);
    left: calc(50% - 122.5px + 6px);
    width: 245px;
    height: 50px;
  }
}
#rec244696942 .tn-elem[data-elem-id="1473846394122"] {
  color: #000000;
  text-align: center;
  z-index: 5;
  top: calc(50vh - 30px + 205px);
  left: calc(50% - 112.5px + 103px);
  width: 225px;
  height: 60px;
}
@media screen and (max-width: 1199px) {
  #rec244696942 .tn-elem[data-elem-id="1473846394122"] {
    top: calc(50vh - 30px + 157px);
    left: calc(50% - 112.5px + 104.5px);
  }
}
@media screen and (max-width: 959px) {
  #rec244696942 .tn-elem[data-elem-id="1473846394122"] {
    top: calc(50vh - 30px + 135px);
    left: calc(50% - 112.5px + 113px);
  }
}
@media screen and (max-width: 639px) {
  #rec244696942 .tn-elem[data-elem-id="1473846394122"] {
    top: calc(50vh - 30px + 95px);
    left: calc(50% - 82.5px + 123px);
    width: 165px;
    height: 60px;
  }
}
@media screen and (max-width: 479px) {
  #rec244696942 .tn-elem[data-elem-id="1473846394122"] {
    top: calc(325vh - 30px + 245px);
    left: calc(50% - 85px + 5px);
    width: 170px;
    height: 60px;
  }
}
.mainTitle {
  position: absolute;
  z-index: 1;
  bottom: 55%;
  transform: translateY(50%) !important;
  text-align: center;
  width: 800px;
  max-width: calc(100% - 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 54px;
  font-family: 'Arial',Arial,sans-serif;
  line-height: 1.2;
  font-weight: 700;
}
.mainBtns {
  position: absolute;
  z-index: 1;
  bottom: 37%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  width: 460px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainBtns .btn {
    width: 210px;
  }
.map {
  position: relative;
  height: 600px;
}
.map_info {
  position: absolute;
  width: 460px;
  left: 9%;
  top: 50%;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  transform: translateY(-50%);
  padding: 40px;
  box-sizing: border-box;
  z-index: 1;
  background-color: #fff;
}
.menu_darken {
  display: none;
  background: rgba(0,0,0, 0.4);
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.footer_menu {
  background-color: #111111;
  padding: 30px;
  text-align: center;
}
.footer_menu .menu-item {
    font-weight: 600;
    font-size: 14px;
  }
.footer_menu a {
    color: #fff;
  }
.copyright {
  font-size: 14px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.scrolltop {
  width: 50px;
  height: 50px;
  background-color: #111;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  transition: 0.5s;
  opacity: 0
}
.scrolltop:hover {
    background-color: #fff;
  }
.scrolltop:hover svg {
      fill: #111;
    }
.totop__svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  transform: rotate(-180deg);
  margin-top: -2px;
  transition: 0.5s;
}
.pageTitle_container {
  padding: 50px 30px;
  background-color: #f5f5f5;
  text-align: center;
  margin-bottom: 80px;
}
.pageTitle {
  font-size: 82px;
  line-height: 1.17;
}
.pageTitle_small {
  font-size: 60px;
}
.postContent_img {
  width: 45%;
  padding-right: 30px;
}
.singleSpecialist_quote {
  float: left;
  width: 45%;
  padding-right: 30px;
}

.quotes::before{
	content:url("/wp-content/themes/cvs/img/svg/quote_icon.svg");
	display: inline-block;
}
.quotes::after{
	content:url("/wp-content/themes/cvs/img/svg/quote_icon.svg");
	display: inline-block;
    float: right;
	transform: rotate(180deg);
}
.singleSpecialist_img{
  max-width: 100%;
}
.singleContent {
  margin-bottom: 50px;
  overflow: hidden;
}
.singleContent ol,
  .singleContent ul {
    display: table;
  }
.otherCards {
  position: relative;
  margin-top: 40px;
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.otherCards .serviceCard {
    margin: 0 !important;
    max-width: 100%;
    padding: 0 10px;
  }
.advancedCard {
  display: flex;
  width: 49%;
}
.advancedContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv__img {
  width: 120px;
  height: 120px;
  max-width: 120px;
  margin-right: 25px;
}
.servicesSpoilers {
  column-count: 2;
  margin-bottom: 40px;
}
.spec-block-min-height{
	min-height: 150px;
}
@media screen and (max-width:800px) {
.servicesSpoilers {
  column-count: 1;
  margin-bottom: 40px;
}
.spec-block-min-height{
	min-height: 50px;
}
}
.serviesCardsContainer {
  display: flex;
}
.spoiler__icon {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.spoiler__svg {
  width: 25px;
  height: 25px;
}
.t585__accordion:hover .spoiler__icon {
      background: #eee;
    }
.t585__header.t585__opened .spoiler__icon {
    transform: translateY(-50%) rotate(-45deg);
  }
.serviceCard {
  width: calc(25% - 25px);
  margin: 0 25px 30px 0;
}
.cardsContainer {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.specialistCard {
  width: calc(100%/3 - 25px);
  margin-right: 25px;
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 80px;
}
.specialistCard .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
.specialistCard:hover .btn {
      background-color: #000;
      color: #fff;
    }
.specialistCard:hover img {
      transform: scale(1.1);
    }
.specialistCard_img {
  height: 425px;
  margin-bottom: 15px;
  overflow: hidden;
}
.specialistCard_img img {
    -o-object-position: center -50px;
       object-position: center -50px;
  }
.specialistName {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.35;
  padding-right: 60px;
}
.specialistPosition {
  font-size: 18px;
  color: #7a7a7a;
  margin-bottom: 8px;
}
.specialistDesc {
  font-size: 16px;
}
.singleSpecialist {
  margin-top: 50px;
  margin-bottom: 100px;
}
.singleSpecialist .postContent_img .singleSpecialist_quote{
    display: block;
  }
.singleSpecialist_title {
  text-align: center;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.23;
  font-weight: 600;
}
.singleSpecialist_position {
  text-align: center;
  color: #666;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.55;
}
.gallerySertification_container {
  margin-bottom: 80px;
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
.galleryWorks_container {
  max-width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}
.sliderLink-img {
  overflow: hidden;
}
.sliderLink-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.file {
  margin-bottom: 20px;
}
.fileLink {
  display: inline-flex;
  align-items: center
}
.fileLink:hover .file_svg {
      fill: #00a1c9;
    }
.fileLink:hover .file__name {
      color: #00a1c9;
    }
.file_svg {
  width: 50px;
  height: 60px;
  fill: #000;
  margin-right: 10px;
  transition: 0.5s;
}
.file__name {
  font-weight: 600;
  font-size: 20px;
  transition: 0.5s;
}
.filesContainer {
  margin-bottom: 60px;
}
.galleryWorks {
  margin-bottom: 100px;
}
.testimonialCard {
  width: calc(50% - 25px);
  margin-right: 25px;
  margin-bottom: 40px;
}
.sliderContainer {
  position: relative;
}
.slider_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - -100px);
  position: absolute;
  left: -50px;
  top: calc(50% - 20px);
}
.arrowSlider__svg {
  width: 40px;
  height: 40px;
  cursor: pointer;
  fill: #000
}
.arrowSlider__svg[aria-disabled='true'] {
    opacity: 0.3;
    cursor: default;
  }
.arrowLeft {
  transform: rotate(90deg);
}
.arrowRight {
  transform: rotate(-90deg);
}
.slick-initialized .slick-slide {
  margin: 0 7px;
  overflow: hidden;
}
@media screen and (min-width: 1010px) {
    .specialistContainer .slider_nav {
      display: none;
    }
}
@media screen and (max-width: 1450px) {
  .pageTitle {
    font-size: 80px;
  }

  .pageTitle_small {
    font-size: 50px;
  }

  .section-about .sectionDesc {
    font-size: 22px;
  }

  .sectionAbout_img {
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .mainBtns {
    bottom: 25%;
  }
}
@media screen and (max-width: 1253px) {
  .menu-item {
    padding: 0 7px;
  }

  .headerContainer {
    height: 76px;
    width: calc(100% - 30px);
  }
  .addheaderContainer {
    height: 40px;
    width: calc(100% - 30px);
  }

  main {
    margin-top: 76px;
  }
}
@media screen and (max-width: 1110px) {
  .menu-item {
    padding: 0 2px;
  }

  .logoImg {
    height: 70%;
  }

  .header_logo {
    font-size: 14px;
  }

  .headerBtn {
    width: 165px;
  }
}
@media screen and (max-width:1010px) {
  .header_menu {
    position: fixed;
	width: 300px;
    left: -300px;
    top: 76px;
    background-color: #fff;
    margin: 0;
    padding: 20px 40px;
    height: 100%;
    transition: 0.5s;
    box-sizing: border-box
  }

    .header_menu.active {
      left: 0;
    }
  .header_logo {
    font-size: 14px;
  }
  .hideBtnPriem{
	display: flex;
	margin: 0 auto;
  }
  .headerContainer {
	 justify-content: unset; 
  }
  .menu-item {
    display: block;
    margin: 13px 0;
    font-size: 18px;
  }

  .t228__mobile {
    display: block;
    margin-right: 14px;
  }

  .t228__burger {
    width: 28px;
    height: 20px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .t228__burger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    height: 3px;
    background-color: #000;
  }

  .t228__burger span:nth-child(1) {
    top: 0;
  }

  .t228__burger span:nth-child(2),
  .t228__burger span:nth-child(3) {
    top: 8px;
  }

  .t228__burger span:nth-child(4) {
    top: 16px;
  }

  .t228_opened .t228__burger span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
  }

  .t228_opened .t228__burger span:nth-child(2) {
    transform: rotate(45deg);
  }

  .t228_opened .t228__burger span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .t228_opened .t228__burger span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
  }

  .headerBtn {
    margin-right: 0;
  }

  section:not(:first-child) {
    padding: 30px 0 !important;
  }

  .pageTitle {
    font-size: 60px;
  }

  .pageTitle_small {
    font-size: 40px;
  }

  .specialistContainer {
    margin: 0 auto;
    width: calc(100% - 100px);
  }

  .cardsContainer:not(.serviesCardsContainer):not(.specCardsContainer) {
    display: block;
  }

  .cardsContainer {
    margin-right: 0;
  }

  .advancedCard {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonialCard {
    width: 100%;
  }

  .t529__bubble {
    padding: 3px 35px;
  }
}
@media screen and (max-width: 960px) {
    .serviesCardsContainer .serviceCard {
      float: none;
    }

  .serviceCard {
    width: calc(100%/3 - 25px);
    padding: 0
  }

    .serviceCard:nth-child(3n) {
      margin-right: 0;
    }
}
@media screen and (max-width: 860px) {
    .specCardsContainer .specialistCard {
      width: 48%;
      margin-right: 0;
    }
}
@media screen and (max-width: 747px) {
    .serviceCard .t851__textwrapper {
      padding: 15px;
    }
}
@media screen and (max-width: 900px) {
  .postContent_img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .singleSpecialist_img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .singleContent {
    margin: 0 auto 40px;
    width: 90%;
  }
    .specialistContainer .arrowSlider__svg {
      width: 25px;
      height: 25px;
    }
    .specialistContainer{
    width: calc(100% - 50px);
  }

    .specialistContainer .slider_nav {
      width: calc(100% - -50px);
      left: -25px;
    }
    .sectionForm .btn,
    .sectionForm .formField {
      display: block;
      width: 300px;
      box-sizing: border-box;
      max-width: 100%;
      margin: 0 auto 10px;
    }

  .specialistCard_img {
    height: 250px;
  }
}
@media screen and (max-width: 830px) {
  .otherCards {
    max-width: calc(100% - 45px);
  }

    .otherCards .serviceCard {
      padding: 0 5px;
    }

  .arrowSlider__svg {
    width: 35px;
    height: 35px;
  }

  .slider_nav {
    width: calc(100% - -60px);
    left: -30px;
  }
}
@media screen and (max-width: 700px) {
  .postContent_img {
    float: none;
    width: 100%;
  }
  .singleSpecialist_img {
    float: none;
    width: 100%;
  }
  .singleSpecialist_quote {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 630px) {
  .serviceCard {
    width: 48%;
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .otherCards {
    width: calc(100% - 70px);
  }

  .postContent_img {
    display: none;
  }
  .singleSpecialist_img {
    height: 200px;
  }

  .wp-block-table {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
    .serviceCard .t851__table {
      height: 280px !important;
    }

    .serviceCard .t851__textwrapper__content {
      margin: 0 auto;
    }
}
@media screen and (max-width: 581px) {
  .pageTitle_container {
    padding: 40px 15px;
    margin-bottom: 30px;
  }

  .t-container {
    max-width: calc(100% - 15px);
  }

  .header_logo span {
    display: block;
    width: 100px;
  }

  .mainBtns {
    width: 100%;
    flex-direction: column;
    align-items: center;
    bottom: 16%;
  }

    .mainBtns .btn {
      margin-bottom: 10px;
    }

  .sectionAbout_img {
    display: none;
  }

  .sectionTitle {
    font-size: 36px;
    line-height: 1.2;
  }

  .mainTitle {
    font-size: 40px;
    width: 100%;
  }

  .map_info {
    width: 82%;
    padding: 18px;
    top: 40px;
    transform: none;
  }

  .adv__img {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 530px) {
    .specCardsContainer .specialistCard {
      width: 100%;
      margin-right: 0;
    }
}
@media screen and (max-width: 440px) {
  .mainTitle {
    font-size: 33px;
  }
  .header_logo span {
    font-size: 0;
    width: 0;
  }
}
@media screen and (max-width: 380px) {
  .detailPage table td {
    padding: 10px;
  }

  .serviceCard {
    width: 100%;
  }

  .pageTitle {
    font-size: 40px;
  }

  .pageTitle_small {
    font-size: 30px;
  }

  .adv__img {
    float: left;
  }

  .advancedCard {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .mainTitle {
    font-size: 29px;
  }
}