.v-social__wrapper {
  display: inline-block; }

.v-social__wrapper a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out; }

.v-social__title {
  font-family: inherit; }

.v-social__item {
  display: inline-block;
  padding: 0 5px; }

.v-social__item-first {
  padding: 0 5px 0 0; }

.v-social__item-last {
  padding: 0 0 0 5px; }

.v-social__item a {
  display: block;
  position: relative; }

.v-social__item a::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: cover; }
.v-social__item a::before {
  top: 9px;
  bottom: 9px;
  right: 9px;
  left: 9px; }

.v-social__wrapper .facebook a::before {
  background-image: url("/assets/images/icons/vsocial/facebook.svg"); }

.v-social__wrapper .twitter a::before {
  background-image: url("/assets/images/icons/vsocial/twitter.svg"); }

.v-social__wrapper .whatsapp a::before {
  background-image: url("/assets/images/icons/vsocial/whatsapp.svg"); }

.v-social__wrapper .telegram a::before {
  background-image: url("/assets/images/icons/vsocial/telegram.svg"); }

.v-social__wrapper .vkontakte a::before {
  background-image: url("/assets/images/icons/vsocial/vkontakte.svg"); }

.v-social__wrapper .odnoklassniki a::before {
  background-image: url("/assets/images/icons/vsocial/odnoklassniki.svg"); }

.v-social__wrapper .google a::before {
  background-image: url("/sites/all/themes/tgtheme/misc/dist/images//vsocial/white/google-plus.svg"); }

.v-social__wrapper .linkedin a::before {
  background-image: url("/sites/all/themes/tgtheme/misc/dist/images//vsocial/white/linkedin.svg"); }

.v-social__wrapper .pinterest a::before {
  background-image: url("/sites/all/themes/tgtheme/misc/dist/images//vsocial/white/pinterest.svg"); }

.v-social__item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid; }

.v-social__item a:hover {
  border: 2px solid; }
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  src: local("Nunito"), local("Nunito"), url("https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKof4MuyAbsrVcA.ttf") format("truetype");
  font-display: swap; }

/*@font-face {
  //font-family: 'ofont.ru_Zapfino';
  font-family: 'ZapfinoExtraLTW1G-One';
  src: url('../css/fonts/ofont.ru_Zapfino.ttf');
 // src: url('../css/fonts/OpenDyslexic3-Bold.ttf');
}*/
/*@font-face {
  font-family: 'Zapfino';
  font-style: normal;
  font-weight: normal;
  src: local('Zapfino'), url('/sites/all/themes/tgtheme/misc/css/fonts/Zapfino.woff') format('woff');
  src: url('/sites/all/themes/tgtheme/misc/css/fonts/ofont.ru_Zapfino.ttf');
}*/
/*$orange:                #FF9906;
$light-orange:          #FFC408;
$dark-orange:           #ED7C0A;*/
/*$blue-gray:             #23527c;*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  background-color: #333; }

body {
  background-color: #333; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  height: auto; }

li {
  list-style-type: none; }

ul {
  padding-left: 0px; }

a:hover, a:active, a:focus {
  outline: none; }

body {
  color: #ada0a0;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  text-align: center;
  background: #fff; }
  body.overflow {
    overflow: hidden; }
  @media (min-width: 1200px) {
    body.overflow {
      padding-right: 17px; } }

div {
  box-sizing: border-box; }

strong, b {
  font-weight: bold; }

i {
  font-style: italic; }

.page {
  max-width: 1920px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  box-shadow: 0 0 30px #111;
  background-color: #fff;
  position: relative;
  width: 100%;
  float: left; }
  @media (min-width: 2000px) {
    .page {
      display: inline-block;
      max-width: none; } }

img {
  border-radius: 6px; }

a {
  color: #1c8ded;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px; }

.widecontainer {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 10px; }

.smallcontainer {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1230px; }

.content {
  display: block;
  float: left;
  width: 100%;
  padding-top: 61px; }
  @media (min-width: 767px) {
    .content {
      padding-top: 97px; } }
  @media (min-width: 1200px) {
    .content {
      padding-top: 129px; } }

iframe {
  width: 100%;
  border-radius: 8px; }

.lazy__placeholder-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.01);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  opacity: 1;
  z-index: 1; }

.tpager-progress {
  position: relative; }

.front .v-social__wrapper {
  margin-top: 30px; }

.pub .v-social__wrapper {
  margin-top: 15px; }

.v-social__item a {
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #fff; }

.v-social__item a::before {
  background-color: #000;
  filter: none;
  top: 9px;
  bottom: 9px;
  right: 9px;
  left: 9px;
  background-size: cover; }

.v-social__item a:hover {
  border: 1px solid #000; }

.v-social__wrapper .facebook a::before {
  left: 13px; }

.v-social__wrapper .twitter a::before {
  top: 10px; }

.v-social__wrapper .whatsapp a::before {
  top: 8px;
  bottom: 10px; }

.v-social__wrapper .telegram a::before {
  top: 10px;
  bottom: 9px;
  right: 10px; }

.tweed__overlay {
  display: none; }
  .tweed__overlay-visible {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 14; }
  .tweed__overlay-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.tweed__item {
  position: absolute;
  /* transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;*/
  opacity: 0;
  z-index: 0; }
  .tweed__item-active {
    opacity: 1;
    z-index: 1; }

.tweed__imglarge {
  box-shadow: 0px 2px 17px rgba(231, 221, 221, 0.2);
  background: #fff; }

.tweed-image-link {
  box-sizing: border-box; }

.tweed-image-title {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 5px;
  left: 0; }

.tweed__close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  z-index: 12;
  border: 2px solid #fff;
  padding: 2px; }
  .tweed__close img {
    width: 40px;
    background: #308250;
    margin-bottom: -2px; }

.tweed__arrow {
  position: fixed;
  z-index: 12;
  top: calc(50% - 20px);
  cursor: pointer; }
  .tweed__arrow img {
    width: 40px;
    box-shadow: 1px 1px 15px 10px rgba(107, 94, 94, 0.2); }
  .tweed__arrow-left {
    left: 5px; }
  .tweed__arrow-right {
    right: 5px; }
  .tweed__arrow--invis {
    display: none; }

@media (min-width: 1200px) {
  .tweed__close {
    top: 40px;
    right: 40px; } }

.past .sk-circle, .adm .sk-circle, .invoice__placeholder-wrapper .sk-circle, .publpage-placeholder .sk-circle, .tpager-progress .sk-circle, .tpager__placeholder .sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px); }

.past .sk-circle .sk-child, .adm .sk-circle .sk-child, .invoice__placeholder-wrapper .sk-circle .sk-child, .publpage-placeholder .sk-circle .sk-child, .tpager-progress .sk-circle .sk-child, .tpager__placeholder .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.past .sk-circle .sk-child:before, .adm .sk-circle .sk-child:before, .invoice__placeholder-wrapper .sk-circle .sk-child:before, .publpage-placeholder .sk-circle .sk-child:before, .tpager-progress .sk-circle .sk-child:before, .tpager__placeholder .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.past .sk-circle .sk-circle2, .adm .sk-circle .sk-circle2, .invoice__placeholder-wrapper .sk-circle .sk-circle2, .publpage-placeholder .sk-circle .sk-circle2, .tpager-progress .sk-circle .sk-circle2, .tpager__placeholder .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.past .sk-circle .sk-circle3, .adm .sk-circle .sk-circle3, .invoice__placeholder-wrapper .sk-circle .sk-circle3, .publpage-placeholder .sk-circle .sk-circle3, .tpager-progress .sk-circle .sk-circle3, .tpager__placeholder .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.past .sk-circle .sk-circle4, .adm .sk-circle .sk-circle4, .invoice__placeholder-wrapper .sk-circle .sk-circle4, .publpage-placeholder .sk-circle .sk-circle4, .tpager-progress .sk-circle .sk-circle4, .tpager__placeholder .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.past .sk-circle .sk-circle5, .adm .sk-circle .sk-circle5, .invoice__placeholder-wrapper .sk-circle .sk-circle5, .publpage-placeholder .sk-circle .sk-circle5, .tpager-progress .sk-circle .sk-circle5, .tpager__placeholder .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.past .sk-circle .sk-circle6, .adm .sk-circle .sk-circle6, .invoice__placeholder-wrapper .sk-circle .sk-circle6, .publpage-placeholder .sk-circle .sk-circle6, .tpager-progress .sk-circle .sk-circle6, .tpager__placeholder .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.past .sk-circle .sk-circle7, .adm .sk-circle .sk-circle7, .invoice__placeholder-wrapper .sk-circle .sk-circle7, .publpage-placeholder .sk-circle .sk-circle7, .tpager-progress .sk-circle .sk-circle7, .tpager__placeholder .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.past .sk-circle .sk-circle8, .adm .sk-circle .sk-circle8, .invoice__placeholder-wrapper .sk-circle .sk-circle8, .publpage-placeholder .sk-circle .sk-circle8, .tpager-progress .sk-circle .sk-circle8, .tpager__placeholder .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.past .sk-circle .sk-circle9, .adm .sk-circle .sk-circle9, .invoice__placeholder-wrapper .sk-circle .sk-circle9, .publpage-placeholder .sk-circle .sk-circle9, .tpager-progress .sk-circle .sk-circle9, .tpager__placeholder .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.past .sk-circle .sk-circle10, .adm .sk-circle .sk-circle10, .invoice__placeholder-wrapper .sk-circle .sk-circle10, .publpage-placeholder .sk-circle .sk-circle10, .tpager-progress .sk-circle .sk-circle10, .tpager__placeholder .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.past .sk-circle .sk-circle11, .adm .sk-circle .sk-circle11, .invoice__placeholder-wrapper .sk-circle .sk-circle11, .publpage-placeholder .sk-circle .sk-circle11, .tpager-progress .sk-circle .sk-circle11, .tpager__placeholder .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.past .sk-circle .sk-circle12, .adm .sk-circle .sk-circle12, .invoice__placeholder-wrapper .sk-circle .sk-circle12, .publpage-placeholder .sk-circle .sk-circle12, .tpager-progress .sk-circle .sk-circle12, .tpager__placeholder .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.past .sk-circle .sk-circle2:before, .adm .sk-circle .sk-circle2:before, .invoice__placeholder-wrapper .sk-circle .sk-circle2:before, .publpage-placeholder .sk-circle .sk-circle2:before, .tpager-progress .sk-circle .sk-circle2:before, .tpager__placeholder .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.past .sk-circle .sk-circle3:before, .adm .sk-circle .sk-circle3:before, .invoice__placeholder-wrapper .sk-circle .sk-circle3:before, .publpage-placeholder .sk-circle .sk-circle3:before, .tpager-progress .sk-circle .sk-circle3:before, .tpager__placeholder .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.past .sk-circle .sk-circle4:before, .adm .sk-circle .sk-circle4:before, .invoice__placeholder-wrapper .sk-circle .sk-circle4:before, .publpage-placeholder .sk-circle .sk-circle4:before, .tpager-progress .sk-circle .sk-circle4:before, .tpager__placeholder .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.past .sk-circle .sk-circle5:before, .adm .sk-circle .sk-circle5:before, .invoice__placeholder-wrapper .sk-circle .sk-circle5:before, .publpage-placeholder .sk-circle .sk-circle5:before, .tpager-progress .sk-circle .sk-circle5:before, .tpager__placeholder .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.past .sk-circle .sk-circle6:before, .adm .sk-circle .sk-circle6:before, .invoice__placeholder-wrapper .sk-circle .sk-circle6:before, .publpage-placeholder .sk-circle .sk-circle6:before, .tpager-progress .sk-circle .sk-circle6:before, .tpager__placeholder .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.past .sk-circle .sk-circle7:before, .adm .sk-circle .sk-circle7:before, .invoice__placeholder-wrapper .sk-circle .sk-circle7:before, .publpage-placeholder .sk-circle .sk-circle7:before, .tpager-progress .sk-circle .sk-circle7:before, .tpager__placeholder .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.past .sk-circle .sk-circle8:before, .adm .sk-circle .sk-circle8:before, .invoice__placeholder-wrapper .sk-circle .sk-circle8:before, .publpage-placeholder .sk-circle .sk-circle8:before, .tpager-progress .sk-circle .sk-circle8:before, .tpager__placeholder .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.past .sk-circle .sk-circle9:before, .adm .sk-circle .sk-circle9:before, .invoice__placeholder-wrapper .sk-circle .sk-circle9:before, .publpage-placeholder .sk-circle .sk-circle9:before, .tpager-progress .sk-circle .sk-circle9:before, .tpager__placeholder .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.past .sk-circle .sk-circle10:before, .adm .sk-circle .sk-circle10:before, .invoice__placeholder-wrapper .sk-circle .sk-circle10:before, .publpage-placeholder .sk-circle .sk-circle10:before, .tpager-progress .sk-circle .sk-circle10:before, .tpager__placeholder .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.past .sk-circle .sk-circle11:before, .adm .sk-circle .sk-circle11:before, .invoice__placeholder-wrapper .sk-circle .sk-circle11:before, .publpage-placeholder .sk-circle .sk-circle11:before, .tpager-progress .sk-circle .sk-circle11:before, .tpager__placeholder .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.past .sk-circle .sk-circle12:before, .adm .sk-circle .sk-circle12:before, .invoice__placeholder-wrapper .sk-circle .sk-circle12:before, .publpage-placeholder .sk-circle .sk-circle12:before, .tpager-progress .sk-circle .sk-circle12:before, .tpager__placeholder .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.publpage__fsimage-img .publpage-placeholder {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px); }

.adm .sk-circle .sk-child:before, .invoice__placeholder-wrapper .sk-circle .sk-child:before, .publpage-placeholder .sk-circle .sk-child:before, .tpager-progress .sk-circle .sk-child:before, .tpager__placeholder-show .sk-circle .sk-child:before {
  background-color: #82637a; }

.reasons .sk-circle, .topics .sk-circle, .invoice__placeholder-wrapper .sk-circle, .publpage-placeholder .sk-circle {
  width: 60px;
  height: 60px; }

.tpager-progress .sk-circle, .tpager__placeholder .sk-circle {
  top: auto;
  bottom: 40px; }

.tpager__placeholder-show {
  position: fixed;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 0; }
  .tpager__placeholder-show::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
    background: -moz-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.header {
  display: block;
  float: left;
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 14;
  border-bottom: 1px solid #d3d2d2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; }
  .header__language {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
  .header__secondmenu {
    display: none; }
  .header__phoneel {
    display: none; }
  .header__logo {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    text-align: left; }
    .header__logo a {
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      padding: 4px 0 2px;
      display: inline-block; }
      .header__logo a img {
        width: 75px;
        filter: brightness(0) invert(0);
        -webkit-filter: brightness(0) invert(0);
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out; }
  .header__menu {
    display: block;
    float: left;
    position: relative;
    width: 50px;
    text-align: right;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
  .header__mobmenu {
    width: calc(50% - 50px);
    display: block;
    float: left;
    text-align: right;
    padding-right: 20px; }
    .header__mobmenu a {
      display: inline-block;
      font-size: 14px;
      background: #146131;
      color: #fff;
      padding: 6px 10px;
      border-radius: 6px;
      margin-top: 18px; }
  .header__switcher {
    display: inline-block;
    width: 50px;
    cursor: pointer;
    margin-top: 18px; }
  .header__span {
    width: 100%;
    display: block;
    float: left;
    height: 2px;
    border-radius: 2px;
    background: #000;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    opacity: 0.7; }
    .header__span:last-child {
      margin-bottom: 0px; }
  .header__span2 {
    opacity: 0;
    position: absolute;
    height: 2px;
    width: 50px;
    background: #000;
    transform: rotate(45deg);
    top: 20px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
  .header__linemenu {
    display: none; }
  .header--scroll {
    top: -58px; }
  @media (min-width: 360px) {
    .header__logo a img {
      width: 85px; }
    .header__mobmenu a {
      font-size: 18px;
      padding: 8px 12px;
      border-radius: 8px;
      margin-top: 15px; }
    .header--scroll {
      top: -65px; } }
  @media (min-width: 767px) {
    .header__phoneel {
      display: block;
      width: 50%;
      float: left;
      text-align: left; }
    .header__phones {
      display: inline-block;
      position: relative;
      color: #000;
      padding-left: 24px;
      margin: 24px 0; }
      .header__phones::before {
        position: absolute;
        content: '';
        left: 0;
        top: 1px;
        width: 19px;
        height: 19px;
        background-size: cover;
        background-position: center;
        background-image: url("/assets/images/icons/phone2.svg"); }
      .header__phones a {
        display: inline-block;
        color: #000;
        font-size: 16px; }
    .header__menu {
      display: none; }
    .header__logo {
      text-align: center;
      position: absolute;
      width: auto;
      float: none;
      left: calc(50% - 42px);
      top: 2px; }
    .header__mobmenu {
      display: none; }
    .header__secondmenu {
      display: block;
      width: 50%;
      float: left;
      text-align: right; }
      .header__secondmenu a {
        display: inline-block;
        font-size: 16px;
        background: #146131;
        color: #fff;
        padding: 6px 10px;
        border-radius: 6px;
        margin-top: 19px; }
    .header__linemenu {
      display: block;
      float: left;
      width: 100%;
      background: #146131; }
      .header__linemenu-list {
        display: block;
        float: left;
        width: 100%;
        margin: 5px 0; }
      .header__linemenu-wrapper {
        max-width: 1230px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: stretch; }
      .header__linemenu-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .header__linemenu-link a {
          display: inline-block;
          color: #fff;
          font-size: 18px; }
    .header--scroll {
      top: -95px; } }
  @media (min-width: 1200px) {
    .header__phones {
      padding-left: 28px;
      margin: 34px 0; }
      .header__phones::before {
        width: 22px;
        height: 22px; }
      .header__phones a {
        font-size: 24px; }
    .header__logo {
      top: 6px; }
      .header__logo a img {
        width: 110px; }
    .header__secondmenu a {
      font-size: 24px;
      background: #146131;
      color: #fff;
      padding: 6px 10px;
      border-radius: 10px;
      margin-top: 28px; }
    .header--scroll {
      top: -95px; }
    .header__linemenu-link a {
      font-size: 26px; }
    .header--scroll {
      top: -127px; } }

.mobmenu .header__span {
  opacity: 0; }

.mobmenu .header__span2 {
  opacity: 1;
  top: 29px; }
  .mobmenu .header__span2:last-child {
    transform: rotate(-45deg);
    top: 29px; }

@media (min-width: 1200px) {
  .mobmenu .header__span2:last-child {
    top: 28px; } }

.footer {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #343131; }
  .footer .h3 {
    font-weight: bold;
    font-size: 20px;
    color: #000; }
    .footer .h3 a {
      font-weight: bold;
      font-size: 20px;
      color: #000; }
  .footer .h6 {
    color: #000;
    margin-top: 8px;
    font-size: 16px; }
    .footer .h6 a {
      color: #000; }
      .footer .h6 a.h6__created {
        color: #164ccb; }
      .footer .h6 a.footer__mainsite {
        color: #146131;
        font-weight: bold; }
  .footer .v-social {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%; }
  .footer__soc {
    display: block;
    float: left;
    width: 100%;
    margin-top: 8px; }
    .footer__soc-icon {
      display: inline-block;
      margin: 0 5px; }
      .footer__soc-icon img {
        width: 40px;
        filter: brightness(1) invert(1);
        -webkit-filter: brightness(1) invert(1); }
  .footer__phoneel {
    display: block;
    float: left;
    width: 100%;
    text-align: center; }
  .footer__phones {
    display: inline-block;
    position: relative;
    padding-left: 20px; }
    .footer__phones::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 17px;
      height: 17px;
      background-size: cover;
      background-position: center;
      background-image: url("/assets/images/icons/phone2.svg");
      filter: brightness(0%);
      -webkit-filter: brightness(0%); }
    .footer__phones a {
      display: inline-block;
      line-height: 1.2; }
  .footer__mail {
    display: inline-block;
    position: relative;
    padding-left: 20px; }
    .footer__mail::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 17px;
      height: 17px;
      background-size: cover;
      background-position: center;
      background-image: url("/assets/images/icons/mail.svg");
      filter: brightness(0%);
      -webkit-filter: brightness(0%); }
  .footer__part {
    display: block;
    float: left;
    width: 100%; }
  @media (min-width: 767px) {
    .footer__part {
      display: block;
      float: left;
      width: 25%;
      padding-right: 10px; }
    .footer .h3 {
      text-align: left;
      margin-top: 8px; }
    .footer .h6 {
      text-align: left; }
    .footer__soc {
      text-align: left;
      margin-bottom: 10px; }
      .footer__soc-icon {
        margin: 0 10px 0 0; }
    .footer .v-social {
      text-align: left; }
    .footer .v-social__item a {
      width: 30px;
      height: 30px; }
    .footer .v-social__title {
      font-size: 16px; }
    .footer__phoneel {
      text-align: left; } }
  @media (min-width: 1023px) {
    .footer .h6 {
      margin-top: 16px; }
    .footer .v-social__title {
      font-size: 16px !important; }
    .footer .v-social__item a {
      width: 40px;
      height: 40px; } }
  @media (min-width: 1200px) {
    .footer .v-social__title {
      font-size: 16px; } }

.front {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 40px; }
  .front__slider {
    float: left;
    width: 100%;
    position: relative;
    height: 300px;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .front__slider .container {
      position: relative; }
    .front__slider-img {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-position: center; }
      .front__slider-img::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: rgba(0, 0, 0, 0.4); }
    .front__slider-slide {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-position: center;
      opacity: 0;
      -webkit-transition: all 0.45s ease-in-out;
      -moz-transition: all 0.45s ease-in-out;
      -o-transition: all 0.45s ease-in-out;
      transition: all 0.45s ease-in-out; }
      .front__slider-slide--1 {
        opacity: 1; }
      .front__slider-slide::after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: rgba(0, 0, 0, 0.4); }
    .front__slider-wrapper {
      display: block;
      float: left;
      width: 100%;
      text-align: left; }
    .front__slider-titles {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      position: relative;
      max-width: 1200px;
      padding: 0 10px; }
    .front__slider-title1 {
      display: block;
      float: left;
      width: 100%;
      color: #fff;
      font-size: 20px; }
    .front__slider-title2 {
      display: block;
      float: left;
      width: 100%;
      color: #fff;
      font-size: 26px;
      padding-top: 10px; }
  .front__text {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0; }
    .front__text-wrapper {
      display: inline-block;
      width: 100%;
      max-width: 800px; }
    .front__text-text {
      display: block;
      float: left;
      width: 100%;
      text-align: left;
      color: #000; }
    .front__text p {
      font-size: 20px;
      text-align: left;
      letter-spacing: 0.02em;
      line-height: 1.4;
      padding-top: 10px; }
    .front__text h3 {
      font-size: 24px;
      text-align: left;
      letter-spacing: 0.02em;
      line-height: 1.4;
      font-weight: bold;
      padding-top: 10px; }
    .front__text h2 {
      font-size: 28px;
      text-align: left;
      letter-spacing: 0.02em;
      line-height: 1.4;
      font-weight: bold; }
  .front__title {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 40px; }
    .front__title h1 {
      display: block;
      float: left;
      width: 100%;
      text-align: center;
      color: #000;
      letter-spacing: 0.02em;
      font-size: 32px;
      line-height: 1.4; }
  .front__services {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 40px; }
    .front__services-wrapper {
      display: block;
      float: left;
      width: 100%; }
    .front__services-item {
      display: block;
      float: left;
      width: 100%;
      padding: 5px 0;
      cursor: pointer;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      margin: 5px 0; }
      .front__services-item-wrapper {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
      .front__services-item-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover; }
        .front__services-item-bg::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #000;
          opacity: 0.45; }
      .front__services-item-title {
        display: block;
        float: left;
        width: 100%;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.02em;
        position: relative;
        padding: 40px 0; }
  .front__roomstitle {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 40px; }
    .front__roomstitle-title {
      display: block;
      float: left;
      width: 100%;
      text-align: center;
      color: #000;
      letter-spacing: 0.02em;
      font-size: 32px;
      line-height: 1.4; }
  .front__rooms {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 40px; }
    .front__rooms-wrapper {
      display: block;
      float: left;
      width: 100%; }
    .front__rooms-line {
      display: block;
      float: left;
      width: 100%; }
    .front__rooms-item {
      display: block;
      float: left;
      width: 100%;
      padding: 5px 0;
      cursor: pointer;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      margin: 5px 0; }
      .front__rooms-item-wrapper {
        display: block;
        float: left;
        width: 100%;
        position: relative;
        border-radius: 8px;
        overflow: hidden; }
      .front__rooms-item-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center;
        background-size: cover; }
        .front__rooms-item-bg::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #000;
          opacity: 0.45; }
      .front__rooms-item-title {
        display: block;
        float: left;
        width: 100%;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.02em;
        position: relative;
        padding: 40px 0;
        line-height: 1.4; }
      .front__rooms-item-link {
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 25px;
        height: 25px;
        z-index: 1; }
        .front__rooms-item-link::before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-position: center;
          background-size: cover;
          background-image: url("/assets/images/icons/link.svg"); }
  .front__contact {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 40px; }
    .front__contact-part, .front__contact-form {
      display: block;
      float: left;
      width: 100%; }
    .front__contact-title1 {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 0.02em;
      text-align: left;
      line-height: 1.4; }
    .front__contact-title2 {
      display: block;
      float: left;
      width: 100%;
      font-size: 22px;
      color: #000;
      letter-spacing: 0.02em;
      text-align: left;
      line-height: 1.4;
      margin-top: 20px; }
    .front__contact-formline {
      display: block;
      float: left;
      width: 100%;
      margin-top: 20px;
      text-align: left; }
      .front__contact-formline input[type=text], .front__contact-formline textarea {
        width: 100%;
        border: 1px solid #3e3b3b;
        color: #000;
        border-radius: 4px;
        padding: 8px 2px;
        max-width: 400px;
        font-size: 18px;
        box-sizing: border-box; }
      .front__contact-formline label {
        color: #000;
        display: block;
        float: left;
        width: 100%;
        margin-top: 5px;
        font-size: 16px; }
    .front__contact-agree {
      display: block;
      float: left;
      width: 100%;
      margin-top: 20px;
      text-align: left;
      cursor: pointer; }
      .front__contact-agreetext {
        color: #000;
        display: block;
        float: left;
        width: 100%;
        font-size: 16px;
        padding-left: 25px;
        line-height: 1.2;
        position: relative; }
        .front__contact-agreetext a {
          color: #146131;
          font-weight: bold; }
        .front__contact-agreetext::before {
          position: absolute;
          content: '';
          left: 0;
          top: 2px;
          width: 18px;
          height: 18px;
          border: 1px solid #777;
          border-radius: 4px; }
      .front__contact-agree-yes .front__contact-agreetext::after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        background-position: center;
        background-size: cover;
        background-image: url("/assets/images/icons/tick2.svg"); }
    .front__contact-send {
      display: block;
      float: left;
      width: 100%;
      text-align: left;
      margin-top: 20px; }
      .front__contact-send-btn {
        display: inline-block;
        font-size: 20px;
        background: #146131;
        color: #fff;
        padding: 9px 20px;
        border-radius: 10px;
        cursor: pointer;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
        .front__contact-send-btn:hover {
          background: #11853d; }
  @media (min-width: 767px) {
    .front__slider-title1 {
      font-size: 26px; }
    .front__slider-title2 {
      font-size: 36px;
      padding-top: 15px; }
    .front__services-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: stretch; }
    .front__services-item {
      padding: 0;
      margin: 5px;
      cursor: pointer;
      max-width: calc(50% - 10px);
      width: calc(50% - 10px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .front__services-item-title {
        padding: 60px 0; }
    .front__rooms-item {
      padding: 0;
      margin: 5px;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .front__rooms-line {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: stretch; }
      .front__rooms-line-1 .front__rooms-item {
        max-width: calc(50% - 10px);
        width: calc(50% - 10px); }
      .front__rooms-line-2 .front__rooms-item, .front__rooms-line-3 .front__rooms-item {
        max-width: calc(33.333% - 10px);
        width: calc(33.333% - 10px); }
    .front__contact-part {
      width: 50%;
      margin-top: 20px;
      padding-right: 20px; }
    .front__contact-form {
      width: 50%; } }
  @media (min-width: 1023px) {
    .front__slider-title1 {
      font-size: 30px; }
    .front__slider-title2 {
      font-size: 40px;
      padding-top: 20px; }
    .front__services-item-title {
      padding: 100px 0;
      font-size: 32px; }
    .front__rooms-item-title {
      padding: 100px 0;
      font-size: 28px; } }
  @media (min-width: 1200px) {
    .front__slider-title1 {
      font-size: 52px; }
    .front__slider-title2 {
      font-size: 74px;
      padding-top: 40px; }
    .front__text {
      padding: 60px 0; }
      .front__text p {
        font-size: 24px; }
      .front__text h3 {
        font-size: 34px;
        padding-top: 20px; }
      .front__text h2 {
        font-size: 28px;
        padding-top: 20px; }
    .front__title h1 {
      font-size: 54px; }
    .front__services-item {
      margin: 10px;
      max-width: calc(50% - 20px);
      width: calc(50% - 20px); }
      .front__services-item-title {
        padding: 120px 0;
        font-size: 40px; }
      .front__services-item-bg {
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
      .front__services-item:hover .front__services-item-bg {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px; }
    .front__roomstitle-title {
      font-size: 54px; }
    .front__rooms-item {
      margin: 10px; }
      .front__rooms-item-title {
        padding: 120px 0; }
      .front__rooms-item-bg {
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
      .front__rooms-item:hover .front__rooms-item-bg {
        top: -20px;
        left: -20px;
        right: -20px;
        bottom: -20px; }
    .front__rooms-line-1 .front__rooms-item {
      max-width: calc(50% - 20px);
      width: calc(50% - 20px); }
    .front__rooms-line-2 .front__rooms-item, .front__rooms-line-3 .front__rooms-item {
      max-width: calc(33.333% - 20px);
      width: calc(33.333% - 20px); }
    .front__contact-title1 {
      font-size: 42px; }
    .front__contact-title2 {
      font-size: 28px;
      margin-top: 40px; }
    .front__contact-formline .subscribe__inn-persfield {
      margin-top: 0; }
    .front__contact-formline input[type=text], .front__contact-formline textarea {
      max-width: 100%; }
    .front__contact-formline label {
      margin-top: 10px; }
    .front__contact-formline .phonemask__wrapper {
      max-width: 100%; }
    .front__contact-send {
      margin-top: 30px; } }

.fronttext {
  display: block;
  float: left;
  width: 100%;
  padding: 40px 0; }
  .fronttext__text {
    display: inline-block;
    width: 100%;
    max-width: 600px;
    color: #191919;
    position: relative; }
    .fronttext__text-text {
      position: relative;
      line-height: 1.2; }
      .fronttext__text-text p {
        padding-bottom: 10px; }
    .fronttext__text--policy {
      text-align: left;
      max-width: 800px; }
  .fronttext h1.fronttext-policy {
    color: #191919;
    font-size: 32px;
    margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .fronttext {
      padding: 80px 0; } }

.hlogin {
  width: 300px;
  display: inline-block;
  padding: 40px 0; }
  .hlogin-profilewrap {
    padding-bottom: 40px; }
  .hlogin .h4 {
    text-align: center;
    color: #333;
    margin-bottom: 15px; }
  .hlogin__field {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .hlogin__field label {
      width: 100%;
      font-size: 16px;
      color: #333;
      margin-top: 10px;
      float: left; }
    .hlogin__field input {
      font-size: 15px;
      color: #333;
      border: 1px solid #ada0a0;
      border-radius: 4px;
      padding: 6px;
      margin-top: 10px;
      width: 240px; }
  .hlogin__profield {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .hlogin__profield label {
      width: 100%;
      font-size: 16px;
      color: #333;
      margin-top: 10px; }
    .hlogin__profield input {
      font-size: 15px;
      color: #333;
      border: 1px solid #ada0a0;
      border-radius: 4px;
      padding: 6px;
      margin-top: 10px;
      width: 240px; }
  .hlogin-error {
    background: #e14848;
    color: #fff !important; }
  .hlogin__btn {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px; }
    .hlogin__btn-btn {
      color: #fff;
      background: #23527c;
      font-size: 16px;
      padding: 8px 20px;
      display: inline-block;
      cursor: pointer;
      border-radius: 4px; }
      .hlogin__btn-btn:hover {
        background: #ada0a0; }
  .hlogin__sale {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px; }
    .hlogin__sale-title {
      color: #191919;
      margin-bottom: 5px;
      font-size: 20px;
      margin-top: 10px; }
    .hlogin__sale-btn {
      display: block;
      float: left;
      width: 100%;
      margin-top: 10px; }
      .hlogin__sale-btn a {
        color: #fff;
        background: #1f914b;
        font-size: 16px;
        padding: 8px 20px;
        display: inline-block;
        cursor: pointer;
        border-radius: 4px;
        font-weight: bold; }
        .hlogin__sale-btn a:hover {
          opacity: 0.7; }
  .hlogin__forgot {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px; }
    .hlogin__forgot a {
      color: #324956;
      font-weight: bold;
      font-size: 16px; }
  @media (min-width: 767px) {
    .hlogin {
      width: 600px; }
      .hlogin-profilewrap {
        width: 600px;
        left: calc(50% - 300px); }
      .hlogin__profield input {
        width: 400px; } }

.cookies {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  background: #567f88;
  padding: 20px 0;
  z-index: 4; }
  .cookies__text {
    color: #fff;
    font-size: 18px;
    padding-right: 50px;
    text-align: left;
    padding-left: 20px;
    line-height: 1.4; }
    .cookies__text a {
      color: #fff;
      font-weight: bold; }
  .cookies__img {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: #567f88;
    padding: 7px; }
    .cookies__img img {
      width: 30px;
      height: 30px;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1); }
  @media (min-width: 1200px) {
    .cookies__text {
      text-align: center; } }

.cookies.no-cookies {
  display: block; }

.tsedit__border {
  position: absolute;
  border: 2px solid #1c8ded;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border-radius: 4px; }

.tsedit__icon, .tsedit__input {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 27px;
  height: 27px;
  background: #d7e2ea;
  border: 1px solid #2f7c9f;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out; }
  .tsedit__icon:hover, .tsedit__input:hover {
    background: #97c0de; }
  .tsedit__icon::before, .tsedit__input::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-size: cover;
    background-image: url("/assets/images/icons/edit.svg"); }

.ts__hidetext {
  display: none !important; }

.ts__textline {
  display: block;
  float: left;
  width: 100%; }

.ts__save {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0; }
  .ts__save-btn {
    display: inline-block;
    cursor: pointer;
    background: #47a9d8;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; }
    .ts__save-btn:hover {
      background: #23527c; }

.ts__editlink {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px; }
  .ts__editlink-btn {
    display: inline-block;
    position: relative;
    background: #c8e3ff;
    color: #24459a;
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 8px 6px 28px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px; }
    .ts__editlink-btn:hover {
      background: #dad2d2; }
    .ts__editlink-btn::before {
      position: absolute;
      content: '';
      top: 5px;
      left: 4px;
      width: 20px;
      height: 20px;
      background-size: cover;
      background-image: url(/assets/images/icons/edit.svg); }
    .ts__editlink-btn-read::before {
      background-image: url(/assets/images/icons/binoculars.svg); }
    .ts__editlink-btn-mask::before {
      background-image: url(/assets/images/icons/mask.svg); }
  .ts__editlink a {
    color: #24459a; }

.ts__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  text-align: right;
  padding: 10px 0;
  background: #3e99f7; }
  .ts__bottom-btn {
    display: inline-block;
    position: relative;
    background: #fff;
    color: #24459a;
    border: 1px solid;
    border-radius: 4px;
    padding: 6px 8px 6px 28px;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px; }
    .ts__bottom-btn a {
      color: #24459a; }
    .ts__bottom-btn:hover {
      background: #dad2d2; }
    .ts__bottom-btn::before {
      position: absolute;
      content: '';
      top: 5px;
      left: 4px;
      width: 20px;
      height: 20px;
      background-size: cover; }
    .ts__bottom-btn--logout::before {
      background-image: url("/assets/images/icons/logout.svg"); }
    .ts__bottom-btn--meta::before {
      background-image: url("/assets/images/icons/search.svg"); }
    .ts__bottom-btn--cache::before {
      background-image: url("/assets/images/icons/broom.svg"); }
    .ts__bottom-btn--info::before {
      background-image: url("/assets/images/icons/panel.svg"); }
    .ts__bottom-btn--savecontent {
      background: #ff0fd7;
      color: #fff; }
      .ts__bottom-btn--savecontent:hover {
        background: #ae0fff; }
      .ts__bottom-btn--savecontent::before {
        background-image: url("/assets/images/icons/save.svg"); }

.ts__input-line {
  display: block;
  float: left;
  width: 100%; }
  .ts__input-line input, .ts__input-line textarea {
    font-size: 15px;
    color: #333;
    border: 1px solid #ada0a0;
    border-radius: 4px;
    padding: 6px;
    margin-top: 10px;
    width: 100%;
    max-width: 600px; }
    .ts__input-line input.ts__input-error, .ts__input-line textarea.ts__input-error {
      color: #fff;
      background: #c10b1c; }

.invoice__placeholder-wrapper .sk-circle, .publpage-placeholder .sk-circle, .tpager-progress .sk-circle {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px); }

.invoice__placeholder-wrapper .sk-circle .sk-child, .publpage-placeholder .sk-circle .sk-child, .tpager-progress .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.invoice__placeholder-wrapper .sk-circle .sk-child:before, .publpage-placeholder .sk-circle .sk-child:before, .tpager-progress .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.invoice__placeholder-wrapper .sk-circle .sk-circle2, .publpage-placeholder .sk-circle .sk-circle2, .tpager-progress .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle3, .publpage-placeholder .sk-circle .sk-circle3, .tpager-progress .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle4, .publpage-placeholder .sk-circle .sk-circle4, .tpager-progress .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle5, .publpage-placeholder .sk-circle .sk-circle5, .tpager-progress .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle6, .publpage-placeholder .sk-circle .sk-circle6, .tpager-progress .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle7, .publpage-placeholder .sk-circle .sk-circle7, .tpager-progress .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle8, .publpage-placeholder .sk-circle .sk-circle8, .tpager-progress .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle9, .publpage-placeholder .sk-circle .sk-circle9, .tpager-progress .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle10, .publpage-placeholder .sk-circle .sk-circle10, .tpager-progress .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle11, .publpage-placeholder .sk-circle .sk-circle11, .tpager-progress .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle12, .publpage-placeholder .sk-circle .sk-circle12, .tpager-progress .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.invoice__placeholder-wrapper .sk-circle .sk-circle2:before, .publpage-placeholder .sk-circle .sk-circle2:before, .tpager-progress .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle3:before, .publpage-placeholder .sk-circle .sk-circle3:before, .tpager-progress .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle4:before, .publpage-placeholder .sk-circle .sk-circle4:before, .tpager-progress .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle5:before, .publpage-placeholder .sk-circle .sk-circle5:before, .tpager-progress .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle6:before, .publpage-placeholder .sk-circle .sk-circle6:before, .tpager-progress .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle7:before, .publpage-placeholder .sk-circle .sk-circle7:before, .tpager-progress .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle8:before, .publpage-placeholder .sk-circle .sk-circle8:before, .tpager-progress .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle9:before, .publpage-placeholder .sk-circle .sk-circle9:before, .tpager-progress .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle10:before, .publpage-placeholder .sk-circle .sk-circle10:before, .tpager-progress .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle11:before, .publpage-placeholder .sk-circle .sk-circle11:before, .tpager-progress .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.invoice__placeholder-wrapper .sk-circle .sk-circle12:before, .publpage-placeholder .sk-circle .sk-circle12:before, .tpager-progress .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.publpage__fsimage-img .publpage-placeholder {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px); }

.frontportfolio .sk-circle .sk-child:before, .reasons .sk-circle .sk-child:before, .topics .sk-circle .sk-child:before, .adm .sk-circle .sk-child:before, .invoice__placeholder-wrapper .sk-circle .sk-child:before, .boxb .sk-circle .sk-child:before, .sdek .sk-circle .sk-child:before, .publpage-placeholder .sk-circle .sk-child:before, .tpager-progress .sk-circle .sk-child:before {
  background-color: #82637a; }

.reasons .sk-circle, .topics .sk-circle, .invoice__placeholder-wrapper .sk-circle, .publpage-placeholder .sk-circle {
  width: 60px;
  height: 60px; }

.tpager-progress .sk-circle {
  top: auto;
  bottom: 40px; }

.adm .sk-circle {
  position: relative;
  top: auto;
  margin: 20px 0; }

.past .sk-circle .sk-child:before, .prodgallery .sk-circle .sk-child:before {
  background-color: #fff; }

.invoice__placeholder-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 102; }

/* Animation */
@keyframes rotateRing {
  to {
    transform: rotate(360deg); } }

/* Variables */
/* Loading Icon */
.loadingrings {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px); }
  .loadingrings__ring {
    position: absolute;
    width: 100px;
    height: 100px; }
    .loadingrings__ring:first-child {
      transform: skew(30deg, 20deg); }
    .loadingrings__ring:last-child {
      transform: skew(-30deg, -20deg) scale(-1, 1); }
      .loadingrings__ring:last-child svg {
        animation-delay: -0.5s; }
    .loadingrings__ring svg {
      animation: rotateRing 1s linear infinite;
      fill: #923186;
      opacity: 0.4; }

@keyframes pulse {
  0% {
    opacity: 1; }
  16.666% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.triangles {
  transform: translate(-50%, -50%);
  height: 81px;
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%; }
  .triangles--withtext {
    top: 46%; }

.triangles__text {
  display: none; }
  @media (min-width: 767px) {
    .triangles__text {
      display: block;
      width: 600px;
      position: absolute;
      left: calc(50% - 300px);
      top: 58%;
      background: #1370c3;
      color: #fff;
      padding: 10px;
      border-radius: 8px; }
      .triangles__text h5 {
        font-size: 20px; } }

.triangles__progress {
  display: block;
  float: left;
  width: 100%;
  height: 15px;
  border-radius: 1em;
  margin: 5px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%) left/30px 30px repeat-x, linear-gradient(to right, #e0ccef 0%, #9cb4eb 50%, #8afff4 100%) left/var(--p, 100%) fixed, lightgray;
  box-shadow: inset 0px -2px 5px rgba(0, 0, 0, 0.5);
  animation: change 1s linear infinite; }
  .triangles__progress-done {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #0f22a3;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }

@keyframes change {
  from {
    background-position: 0 0, left; }
  to {
    background-position: 30px 0, left; } }

.tri {
  position: absolute;
  animation: pulse 1050ms ease-in infinite;
  border-top: 27px solid #215A6D;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0px; }
  .tri.invert {
    border-top: 0px;
    border-bottom: 27px solid #215A6D;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent; }
  .tri:nth-child(1) {
    left: 30px; }
  .tri:nth-child(2) {
    left: 15px;
    top: 27px;
    animation-delay: -175ms; }
  .tri:nth-child(3) {
    left: 30px;
    top: 27px; }
  .tri:nth-child(4) {
    left: 45px;
    top: 27px;
    animation-delay: -875ms; }
  .tri:nth-child(5) {
    top: 54px;
    animation-delay: -350ms; }
  .tri:nth-child(6) {
    top: 54px;
    left: 15px;
    animation-delay: -350ms; }
  .tri:nth-child(7) {
    top: 54px;
    left: 30px;
    animation-delay: -525ms; }
  .tri:nth-child(8) {
    top: 54px;
    left: 45px;
    animation-delay: -700ms; }
  .tri:nth-child(9) {
    top: 54px;
    left: 60px;
    animation-delay: -700ms; }

.placloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 2.2s infinite ease-in-out; }
  .placloader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #3e8c10;
    animation: loaderBlock 2.2s infinite ease-in-out both; }
    .placloader span:nth-child(1) {
      top: 0;
      left: 0; }
    .placloader span:nth-child(2) {
      top: 0;
      right: 0;
      animation: loaderBlockInverse 2.2s infinite ease-in-out both; }
    .placloader span:nth-child(3) {
      bottom: 0;
      left: 0;
      animation: loaderBlockInverse 2.2s infinite ease-in-out both; }
    .placloader span:nth-child(4) {
      bottom: 0;
      right: 0; }
  .placloader h3 {
    transform: rotate(-45deg);
    position: relative;
    top: 136px;
    text-align: center;
    left: 50px; }

@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0deg); }
  55% {
    background-color: #015e31; }
  100% {
    transform: rotate(-90deg); } }

.makeinvoiceform__info {
  display: none; }
  .makeinvoiceform__info-opened {
    position: fixed;
    display: block;
    z-index: 102;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto; }
  .makeinvoiceform__info-wrapper {
    display: inline-block;
    position: absolute;
    background: #b8cec5;
    right: 0;
    left: 0;
    top: 100px;
    margin-bottom: 20px; }
    .makeinvoiceform__info-wrapper h3 {
      letter-spacing: 0.02em;
      color: #191919;
      text-align: left;
      font-weight: bold;
      margin: 20px 0;
      font-size: 26px; }
    .makeinvoiceform__info-wrapper h6 {
      font-size: 18px;
      padding: 80px 20px;
      color: #191919;
      line-height: 1.2; }
      .makeinvoiceform__info-wrapper h6 .h2 {
        margin-bottom: 20px; }
      .makeinvoiceform__info-wrapper h6 .h4 {
        margin-bottom: 20px; }
      .makeinvoiceform__info-wrapper h6 p {
        text-align: left;
        line-height: 1.2;
        padding-bottom: 10px; }
      .makeinvoiceform__info-wrapper h6 ol li {
        list-style-type: decimal;
        text-align: left;
        padding-bottom: 10px;
        margin-left: 15px; }
      .makeinvoiceform__info-wrapper h6 ul li {
        list-style-type: circle;
        text-align: left;
        padding-bottom: 10px;
        margin-left: 15px; }
  .makeinvoiceform__info__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    color: #333;
    cursor: pointer;
    font-size: 16px; }
    .makeinvoiceform__info__close::before {
      content: '';
      position: absolute;
      top: 2px;
      left: -21px;
      width: 13px;
      height: 13px;
      background-image: url("/assets/images/icons/cancel-white.svg");
      background-size: cover; }
  @media (min-width: 767px) {
    .makeinvoiceform__info-wrapper {
      width: 700px;
      left: calc(50% - 350px);
      right: auto; } }
  @media (min-width: 1023px) {
    .makeinvoiceform__info-wrapper {
      width: 900px;
      left: calc(50% - 450px); } }

.makeinvoiceform__error {
  display: none; }
  .makeinvoiceform__error-opened {
    position: fixed;
    display: block;
    z-index: 102;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.4); }
  .makeinvoiceform__error-wrapper {
    display: inline-block;
    position: absolute;
    background: #b71826;
    right: 0;
    left: 0;
    top: 100px;
    border-radius: 6px; }
    .makeinvoiceform__error-wrapper h3 {
      letter-spacing: 0.02em;
      color: #fff;
      text-align: center;
      font-weight: bold;
      margin-top: 40px; }
    .makeinvoiceform__error-wrapper h6 {
      font-size: 18px;
      padding: 60px 20px;
      color: #fff;
      line-height: 1.2; }
    .makeinvoiceform__error-wrapper-confirm {
      background: #8b1b78; }
      .makeinvoiceform__error-wrapper-confirm h6 {
        padding: 60px 20px 20px; }
    .makeinvoiceform__error-wrapper h4 {
      font-size: 18px;
      padding: 10px 20px;
      color: #fff;
      line-height: 1.2; }
  .makeinvoiceform__error .makeinvoiceform__btnline {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
  .makeinvoiceform__error .makeinvoiceform__btnline-confirmbtn {
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    padding: 4px 6px;
    background: #b11196; }
    .makeinvoiceform__error .makeinvoiceform__btnline-confirmbtn:hover {
      background: #e52ac5; }
  .makeinvoiceform__error__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 16px; }
    .makeinvoiceform__error__close::before {
      content: '';
      position: absolute;
      top: 3px;
      left: -21px;
      width: 13px;
      height: 13px;
      background-image: url("/assets/images/icons/cancel-white.svg");
      background-size: cover;
      filter: brightness(0) invert(1); }
  .makeinvoiceform__error-btns {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    .makeinvoiceform__error-btns h4 {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      padding: 6px 12px;
      border: 2px solid;
      border-radius: 2px;
      margin: 0 10px;
      cursor: pointer; }
      .makeinvoiceform__error-btns h4:hover {
        opacity: 0.7; }
  .makeinvoiceform__error .makeinvoiceform__h4-delete {
    background: #df1010; }
  .makeinvoiceform__error .makeinvoiceform__h4-not {
    background: #775f5f; }
  @media (min-width: 767px) {
    .makeinvoiceform__error-wrapper {
      width: 700px;
      left: calc(50% - 350px);
      right: auto; } }

.makeinvoiceform__change {
  display: none; }
  .makeinvoiceform__change-opened {
    position: fixed;
    display: block;
    z-index: 102;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.4); }
  .makeinvoiceform__change-wrapper {
    display: inline-block;
    position: absolute;
    background: #23527c;
    right: 0;
    left: 0;
    top: 100px; }
    .makeinvoiceform__change-wrapper h3 {
      letter-spacing: 0.02em;
      color: #fff;
      text-align: center;
      font-weight: bold;
      margin-top: 40px; }
    .makeinvoiceform__change-wrapper h6 {
      font-size: 18px;
      padding: 60px 20px;
      color: #fff;
      line-height: 1.2; }
    .makeinvoiceform__change-wrapper h4 {
      font-size: 18px;
      padding: 10px 20px;
      color: #fff;
      line-height: 1.2; }
  .makeinvoiceform__change__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 16px; }
    .makeinvoiceform__change__close::before {
      content: '';
      position: absolute;
      top: 3px;
      left: -21px;
      width: 13px;
      height: 13px;
      background-image: url("/assets/images/icons/cancel-white.svg");
      background-size: cover;
      filter: brightness(0) invert(1); }
  .makeinvoiceform__change-btns {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    .makeinvoiceform__change-btns h4 {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      padding: 6px 12px;
      border: 2px solid;
      border-radius: 2px;
      margin: 0 10px;
      cursor: pointer; }
      .makeinvoiceform__change-btns h4:hover {
        opacity: 0.7; }
  .makeinvoiceform__change .makeinvoiceform__h4-delete {
    background: #00428c; }
  .makeinvoiceform__change .makeinvoiceform__h4-not {
    background: #ada0a0; }
  @media (min-width: 767px) {
    .makeinvoiceform__change-wrapper {
      width: 700px;
      left: calc(50% - 350px);
      right: auto; } }

.makeinvoiceform__confirm {
  display: none; }
  .makeinvoiceform__confirm-opened {
    position: fixed;
    display: block;
    z-index: 20;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.4); }
  .makeinvoiceform__confirm-wrapper {
    display: inline-block;
    position: absolute;
    background: #1b644c;
    right: 0;
    left: 0;
    top: 100px;
    border-radius: 2px;
    overflow: hidden; }
    .makeinvoiceform__confirm-wrapper::before {
      position: absolute;
      background-size: cover;
      content: '';
      background-position: center;
      /* top: 0;
       right: 0;
       left: 0;
       bottom: 0;
       opacity: 0.3;*/
      animation: aisbergScaling 8.5s 0s normal both;
      -webkit-animation: aisbergScaling 8.5s 0s normal both;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      opacity: 0; }
    .makeinvoiceform__confirm-wrapper-common {
      background: #23527c; }
      .makeinvoiceform__confirm-wrapper-common::before {
        display: none; }
    .makeinvoiceform__confirm-wrapper h3 {
      letter-spacing: 0.02em;
      color: #fff;
      text-align: center;
      font-weight: bold;
      margin-top: 40px; }
    .makeinvoiceform__confirm-wrapper h6 {
      font-size: 18px;
      padding: 40px 20px;
      color: #fff;
      line-height: 1.2;
      text-align: center; }
  .makeinvoiceform__confirm-line {
    position: relative; }
  .makeinvoiceform__confirm__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 16px; }
    .makeinvoiceform__confirm__close::before {
      content: '';
      position: absolute;
      top: 3px;
      left: -21px;
      width: 13px;
      height: 13px;
      background-image: url("/assets/images/icons/cancel-white.svg");
      background-size: cover;
      filter: brightness(0) invert(1); }
  .makeinvoiceform__confirm-btns {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    /*   h4 {
         display: inline-block;
         color: #fff;
         font-size: 18px;
         padding: 6px 12px;
         border: 2px solid;
         border-radius: 2px;
         margin: 0 10px;
         cursor: pointer;
         &:hover {
           opacity: 0.7;
         }
       }*/ }
    .makeinvoiceform__confirm-btns a {
      color: #fff;
      background: #1f914b;
      padding: 8px 16px;
      border-radius: 2px;
      display: inline-block;
      border: 1px solid;
      font-size: 18px; }
      .makeinvoiceform__confirm-btns a:hover {
        opacity: 0.7; }
  .makeinvoiceform__confirm .makeinvoiceform__h4-delete {
    background: #df1010; }
  .makeinvoiceform__confirm .makeinvoiceform__h4-not {
    background: #775f5f; }
  @media (min-width: 767px) {
    .makeinvoiceform__confirm-wrapper {
      width: 700px;
      left: calc(50% - 350px);
      right: auto; } }

@-webkit-keyframes aisbergScaling {
  from {
    /*  -webkit-transform: scale(1.4) rotate(5deg);
      transform: scale(1.4) rotate(5deg);*/
    top: -100px;
    bottom: -100px;
    left: -100px;
    right: -100px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  10% {
    opacity: 0.8;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  /* 50% {
    !* -webkit-transform: scale(1.2) rotate(-5deg);
     transform: scale(1.2) rotate(-5deg);*!
  //   -webkit-transform: rotate(-5deg);
   //  transform: rotate(-5deg);
     top: -40px;
     bottom: -40px;
     left: -40px;
     right: -40px;
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
   }*/
  to {
    /*  -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);*/
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0.3; } }

.shopcart__waiting {
  display: inline-block;
  position: absolute;
  background: #1f914b;
  right: 0;
  left: 0;
  top: 100px; }
  .shopcart__waiting h5 {
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 40px 0; }
  .shopcart__waiting-slider {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .shopcart__waiting-slider-inner {
      display: inline-block;
      width: 100px;
      height: 100px;
      position: relative; }
    .shopcart__waiting-slider-item {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 0;
      z-index: 0;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .shopcart__waiting-slider-item-active {
      opacity: 1;
      z-index: 1;
      animation: fruitScaling 4.5s 0s normal both;
      -webkit-animation: fruitScaling 4.5s 0s normal both; }

@-webkit-keyframes fruitScaling {
  from {
    -webkit-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.6) rotate(-15deg);
    transform: scale(0.6) rotate(-15deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: scale(0.1) rotate(0deg);
    transform: scale(0.1) rotate(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; } }
  @media (min-width: 767px) {
    .shopcart__waiting {
      width: 700px;
      left: calc(50% - 350px);
      right: auto; } }

.tsform {
  display: block;
  width: 100%;
  float: left;
  text-align: center; }

.extend__item {
  display: none;
  position: fixed;
  top: 20px;
  background: #fff;
  z-index: 101;
  right: 10px;
  left: 10px;
  bottom: 20px;
  padding: 40px 20px 20px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  overflow: auto; }
  .extend__item-show {
    display: block; }
  .extend__item-login {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .extend__item-wrapper {
    display: block;
    float: left;
    width: 100%; }
  .extend__item-inninfo {
    display: inline-block;
    max-width: 800px;
    width: 100%; }
    .extend__item-inninfo-wide {
      max-width: 1200px; }
    .extend__item-inninfo-hide {
      display: none; }

.extend__hide {
  position: fixed;
  z-index: 12;
  top: 60px;
  color: #1a4ec7;
  display: inline-block;
  cursor: pointer;
  right: 30px;
  font-size: 20px;
  background: #fff;
  padding-left: 25px; }
  .extend__hide::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 13px;
    height: 13px;
    background-image: url("/assets/images/icons/cancel-bold.svg");
    background-size: cover; }

.extend__title {
  display: block;
  float: left;
  width: 100%;
  font-size: 24px;
  margin: 40px 0 20px;
  color: #191919; }

.extend__text {
  display: block;
  float: left;
  width: 100%;
  font-size: 18px;
  text-align: left; }
  .extend__text-bold {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #191919;
    margin: 20px 0 0; }
  .extend__text-text {
    display: block;
    float: left;
    width: 100%;
    color: #191919;
    font-size: 16px;
    margin: 10px 0 0; }

.extend__smallimage {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px; }
  .extend__smallimage img {
    border-radius: 6px; }

.navig {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 1;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto; }
  .navig--show {
    display: block; }
  .navig__wrapper {
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px; }
  .navig__top {
    display: block;
    float: left;
    width: 100%; }
  .navig__list {
    display: block;
    float: left;
    width: 100%; }
  .navig__link {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .navig__link a {
      display: inline-block;
      color: #000;
      font-size: 30px; }
  .navig__left, .navig__right {
    display: none; }
  @media (min-width: 360px) {
    .navig {
      top: 66px; } }
  @media (min-width: 767px) {
    .navig {
      z-index: 2;
      /* &__link {
       width: 33.333%;
       &:last-child {
         display: none;
       }
     }*/ } }
  @media (min-width: 1023px) {
    .navig__left, .navig__top, .navig__right {
      display: block;
      float: left;
      width: 33.33%;
      padding: 0 20px; }
    .navig__link {
      text-align: left;
      text-transform: uppercase; }
      .navig__link a {
        font-size: 30px;
        line-height: 1.4; }
    .navig__link-hidden {
      display: none; }
    .navig__leftlink, .navig__rightlink {
      display: block;
      float: left;
      width: 100%;
      margin-top: 20px;
      text-align: left; }
      .navig__leftlink a, .navig__rightlink a {
        color: #000;
        font-size: 30px;
        display: inline-block;
        line-height: 1.4; } }
  @media (min-width: 1200px) {
    .navig {
      top: 48px; } }

.rounds {
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  /* transition: all 0.8s ease-in-out;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;*/ }
  .rounds--border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #b191d3;
    border-radius: 50%;
    animation: pulseRounds 3s ease-in infinite; }
  .rounds--round {
    position: absolute;
    width: 28px;
    height: 28px;
    background: #b191d3;
    border-radius: 50%; }
    .rounds--round-1 {
      top: 13px;
      left: calc(50% - 14px); }
    .rounds--round-2 {
      top: 39px;
      left: 13px; }
    .rounds--round-3 {
      top: 39px;
      left: 49px; }

@keyframes pulseRounds {
  0% {
    transform: none; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: none; } }

.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 103;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%; }

.leo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }

.blue-orbit {
  width: 165px;
  height: 165px;
  border: 2px solid #6ef913;
  -webkit-animation: spin3D 3s linear .2s infinite; }

.green-orbit {
  width: 120px;
  height: 120px;
  border: 2px solid #0bc981;
  -webkit-animation: spin3D 2s linear 0s infinite; }

.red-orbit {
  width: 90px;
  height: 90px;
  border: 2px solid #2ec12a;
  -webkit-animation: spin3D 1s linear 0s infinite; }

.white-orbit {
  width: 60px;
  height: 60px;
  border: 1px solid #119b86;
  -webkit-animation: spin3D 10s linear 0s infinite; }

.w1 {
  transform: rotate3D(1, 1, 1, 90deg); }

.w2 {
  transform: rotate3D(1, 2, 0.5, 90deg); }

.w3 {
  transform: rotate3D(0.5, 1, 2, 90deg); }

@keyframes spin3D {
  from {
    transform: rotate3d(0.5, 0.5, 0.5, 360deg); }
  to {
    transform: rotate3d(0); } }

.tsdump {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0; }
  .tsdump__wrapper {
    display: block;
    float: left;
    width: 100%; }
  .tsdump__item {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    background: #eee;
    border-radius: 6px;
    box-shadow: 0 0.3rem 0.45rem 0 rgba(58, 59, 69, 0.15); }
  .tsdump__arrayel {
    display: block;
    float: left;
    width: calc(100% - 20px);
    margin-top: 5px;
    margin-left: 10px;
    background: #cde3ef;
    border-radius: 4px;
    overflow: hidden; }
  .tsdump__key {
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    color: #000;
    background: #9bb8fb;
    padding: 5px 0; }
  .tsdump__val {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    padding: 5px 0;
    background: #b4d7eb; }
  .tsdump__text {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    padding: 5px 0;
    background: #b4d7eb; }
  .tsdump__arrayinn {
    display: block;
    float: left;
    width: calc(100% - 20px);
    border: 1px solid #8299c3;
    margin-left: 10px;
    border-radius: 4px; }

.tspager {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 20px; }
  .tspager__wrapper {
    display: inline-block; }
  .tspager__el {
    display: inline-block;
    margin-right: 5px; }
    .tspager__el a {
      display: inline-block;
      background: #d1e8f3;
      border: 1px solid #1160af;
      color: #1160af;
      padding: 2px 6px;
      border-radius: 4px; }
      .tspager__el a:hover {
        background: #55c4f9; }
    .tspager__el-active a {
      font-weight: bold;
      color: #ac0fdf; }

.pub {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 40px; }
  .pub__section {
    display: block;
    float: left;
    width: 100%; }
    .pub__section a {
      display: inline-block;
      color: #b340d9;
      font-size: 24px; }
      .pub__section a:hover {
        color: #6529c5; }
  .pub h1 {
    color: #000;
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 32px; }
  .pub__date {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #000;
    font-size: 20px; }
  .pub__parags {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 40px; }
  .pub__subtitle {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .pub__subtitle-subtitle1 {
      text-align: center;
      color: #000;
      font-size: 26px;
      line-height: 1.4;
      letter-spacing: 0.02em; }
    .pub__subtitle-subtitle2 {
      text-align: center;
      color: #000;
      font-size: 24px;
      line-height: 1.4;
      letter-spacing: 0.02em;
      font-style: italic;
      font-weight: bold; }
  .pub__text {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .pub__text-text {
      display: inline-block;
      width: 100%;
      max-width: 800px;
      text-align: left; }
      .pub__text-text p {
        color: #000;
        font-size: 16px;
        line-height: 1.4;
        padding-bottom: 10px;
        letter-spacing: 0.02em; }
      .pub__text-text blockquote {
        font-style: italic;
        padding: 10px 0 10px 25px;
        position: relative;
        color: #000;
        line-height: 1.4;
        margin-bottom: 10px; }
        .pub__text-text blockquote::before {
          position: absolute;
          content: "";
          top: 5px;
          bottom: 5px;
          left: 0;
          width: 5px;
          background: #777; }
      .pub__text-text h2 {
        color: #000;
        padding: 5px 0 10px;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center; }
      .pub__text-text h3 {
        color: #000;
        padding: 5px 0 10px;
        font-size: 24px;
        line-height: 1.4;
        text-align: center; }
      .pub__text-text ul {
        padding-left: 20px; }
        .pub__text-text ul li {
          color: #000;
          font-size: 18px;
          line-height: 1.2;
          padding-bottom: 5px;
          list-style-type: disc; }
  .pub__video {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
    .pub__video-video {
      display: inline-block;
      width: 100%;
      max-width: 1000px; }
    .pub__video-bg {
      display: inline-block;
      max-width: 1000px;
      cursor: pointer;
      position: relative;
      min-height: 200px;
      background-size: cover;
      background-position: center;
      width: 100%;
      border-radius: 8px;
      overflow: hidden; }
      .pub__video-bg::before {
        position: absolute;
        content: '';
        z-index: 1;
        width: 100px;
        height: 100px;
        background-size: cover;
        background-image: url("/assets/images/icons/play.svg");
        top: calc(50% - 50px);
        left: calc(50% - 44px); }
      .pub__video-bg--inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.3;
        background: #000; }
  .pub__extend {
    background: rgba(0, 0, 0, 0.7);
    padding: 0; }
    .pub__extend .extend__item-wrapper {
      position: relative;
      padding: 40px 20px 20px; }
    .pub__extend .extend__item-inninfo {
      position: relative; }
    .pub__extend .extend__hide {
      background: none;
      color: #fff; }
      .pub__extend .extend__hide::before {
        background-image: url("/assets/images/icons/cancel-white-bold.svg"); }
  .pub__images {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
  .pub__image {
    display: inline-block;
    width: 100%;
    max-width: 1000px; }
    .pub__image-vert {
      max-width: 500px; }
    .pub__image-title {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      margin-top: 10px;
      font-size: 18px;
      font-style: italic; }
  .pub__files {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
    .pub__files-wrapper {
      display: inline-block;
      width: 100%;
      max-width: 800px; }
    .pub__files a {
      display: block;
      width: 100%;
      float: left;
      text-align: left;
      border-radius: 10px;
      border: 1px solid #777;
      padding: 20px 10px;
      margin-top: 10px;
      font-size: 18px;
      cursor: pointer;
      color: #fff;
      background: #6b3fc8;
      -webkit-transition: all 200ms ease-out;
      -moz-transition: all 200ms ease-out;
      -o-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      box-sizing: border-box; }
      .pub__files a:hover {
        background: #785cb3; }
    .pub__files--115 a {
      background: #5195a2; }
  .pub .publpage__gallery {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
  .pub__quadrats-inn a {
    display: block;
    width: 16.66%;
    float: left;
    padding: 5px; }
  .pub__longgallery {
    display: block;
    float: left;
    width: 100%; }
    .pub__longgallery-images {
      display: inline-block;
      width: 100%;
      max-width: 1000px; }
      .pub__longgallery-images img {
        margin-top: 30px;
        border-radius: 8px;
        width: 100%; }
    .pub__longgallery-title {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      margin-top: 10px;
      font-size: 18px;
      font-style: italic; }
  .pub__request {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .pub__request-btn {
      display: block;
      float: left;
      width: 100%; }
      .pub__request-btn a {
        background: #146131;
        color: #fff;
        padding: 8px 14px;
        font-size: 24px;
        border-radius: 6px;
        display: inline-block;
        text-decoration: none; }
        .pub__request-btn a:hover {
          background: #11853d; }
  .pub__services {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center; }
    .pub__services-wrapper {
      display: inline-block;
      width: 100%;
      max-width: 800px; }
    .pub__services-title {
      display: block;
      float: left;
      width: 100%;
      font-size: 24px;
      color: #000; }
    .pub__services-list {
      display: block;
      float: left;
      width: 100%;
      text-align: left;
      margin: 20px 0; }
      .pub__services-list-line {
        display: block;
        float: left;
        width: 100%;
        margin-top: 10px;
        text-align: left;
        padding-left: 20px;
        position: relative; }
        .pub__services-list-line::before {
          position: absolute;
          content: '';
          top: 6px;
          left: 0;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #000; }
      .pub__services-list-title {
        display: inline-block;
        color: #000;
        line-height: 1.2; }
      .pub__services-list-link {
        display: inline-block;
        width: 18px;
        height: 18px;
        position: relative;
        margin-left: 4px;
        top: 2px;
        cursor: pointer; }
        .pub__services-list-link::before {
          position: absolute;
          content: '';
          background-image: url(/assets/images/icons/link.svg);
          background-position: center;
          background-size: cover;
          top: 0;
          right: 0;
          width: 18px;
          height: 18px;
          filter: invert(100%); }
      .pub__services-list-desc {
        display: none; }
  @media (min-width: 1200px) {
    .pub__section a {
      font-size: 28px; }
    .pub h1 {
      font-size: 54px; }
    .pub__date {
      font-size: 22px; }
    .pub__text-text p {
      font-size: 18px; }
    .pub__text-text h2 {
      font-size: 34px; }
    .pub__text-text h3 {
      font-size: 28px; }
    .pub__text-text ul li {
      font-size: 18px; }
    .pub__image-title {
      font-size: 18px; }
    .pub__longgallery-title {
      font-size: 18px; }
    .pub__files a {
      padding: 40px 20px;
      margin-top: 20px;
      font-size: 22px; }
    .pub__services-title {
      font-size: 32px; }
    .pub__services-list {
      margin: 30px 0; }
      .pub__services-list-line::before {
        top: 9px; }
      .pub__services-list-title {
        font-size: 24px; }
      .pub__services-list-link {
        width: 22px;
        height: 22px;
        top: 6px; }
    .pub__subtitle-subtitle1 {
      font-size: 32px; }
    .pub__subtitle-subtitle2 {
      font-size: 28px; } }

.pubslider {
  margin-bottom: -20px; }
  .pubslider__wrapper {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    overflow: hidden;
    position: relative; }
  .pubslider__genwrapper {
    display: inline-block;
    width: 100%;
    max-width: 260px;
    position: relative; }
  .pubslider__row-clone {
    position: absolute;
    top: 0px;
    z-index: 0; }
    .pubslider__row-clone-active {
      -webkit-transition: transform 0.5s;
      -moz-transition: transform 0.5s;
      -ms-transition: transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s; }
  .pubslider__arrow-left {
    position: absolute;
    left: -30px;
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
    cursor: pointer; }
    .pubslider__arrow-left::before {
      position: absolute;
      content: '';
      background: url("/assets/images/icons/arrow-pointing-to-right.svg");
      background-size: cover;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
  .pubslider__arrow-right {
    position: absolute;
    right: -30px;
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
    cursor: pointer; }
    .pubslider__arrow-right::before {
      position: absolute;
      content: '';
      background: url("/assets/images/icons/arrow-pointing-to-right.svg");
      background-size: cover;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out; }
  .pubslider__imagetitle {
    color: #191919;
    font-size: 18px;
    font-style: italic;
    margin-top: 20px;
    position: relative;
    top: -4px; }
  .pubslider .tweed-image-link {
    height: 250px;
    display: block;
    float: left; }
  @media (min-width: 360px) {
    .pubslider__wrapper, .pubslider__genwrapper {
      max-width: 300px; } }
  @media (min-width: 420px) {
    .pubslider__wrapper, .pubslider__genwrapper {
      max-width: 360px; } }
  @media (min-width: 767px) {
    .pubslider__wrapper, .pubslider__genwrapper {
      max-width: 500px; }
    .pubslider__arrow-left {
      width: 50px;
      height: 50px;
      top: calc(50% - 25px);
      left: -60px; }
    .pubslider__arrow-right {
      width: 50px;
      height: 50px;
      top: calc(50% - 25px);
      right: -60px; }
    .pubslider .tweed-image-link {
      height: 350px; } }
  @media (min-width: 1023px) {
    .pubslider__wrapper, .pubslider__genwrapper {
      max-width: 800px; }
    .pubslider .tweed-image-link {
      height: 400px; } }
  @media (min-width: 1200px) {
    .pubslider__wrapper, .pubslider__genwrapper {
      max-width: 1000px; }
    .pubslider .tweed-image-link {
      height: 550px; } }

.logform {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  margin-top: 60px;
  padding: 30px 40px 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .logform__title {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #000; }
  .logform__form {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .logform__form_hidden {
      display: none !important; }
  .logform__line {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: left; }
    .logform__line label {
      width: 100%;
      color: #777;
      float: left;
      font-size: 16px; }
    .logform__line input {
      border-radius: 6px;
      border: 1px solid #ada7a7;
      font-size: 18px;
      padding: 12px 2px;
      margin-top: 10px;
      color: #000;
      width: 100%; }
  .logform__btn {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .logform__btn-btn {
      display: inline-block;
      color: #fff;
      background: #6b3fc8;
      text-align: center;
      font-size: 18px;
      width: 100%;
      border-radius: 6px;
      padding: 14px 8px;
      cursor: pointer; }
      .logform__btn-btn:hover {
        background: #6028d7; }
      .logform__btn-btn-switchtocode, .logform__btn-btn-switchtopw {
        background: #5195a2; }
        .logform__btn-btn-switchtocode:hover, .logform__btn-btn-switchtopw:hover {
          background: #3b9fb3; }
    .logform__btn--or {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      text-align: center;
      font-size: 18px;
      margin-bottom: 5px; }
  .logform__agree {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative; }
    .logform__agree::before {
      position: absolute;
      content: '';
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      background-image: url("/assets/images/icons/tick2.svg");
      background-size: cover; }
    .logform__agree-text {
      font-size: 16px;
      color: #000;
      display: inline-block;
      width: calc(100% - 20px);
      margin-left: 20px;
      text-align: left; }
      .logform__agree-text a {
        color: #780495; }
  .logform__back {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    text-align: left; }
    .logform__back-text {
      font-size: 16px;
      display: inline-block;
      margin-left: 18px;
      text-align: left;
      cursor: pointer;
      color: #ce8dff;
      position: relative; }
      .logform__back-text::before {
        position: absolute;
        content: '';
        top: 0;
        left: -18px;
        width: 18px;
        height: 18px;
        background-image: url("/assets/images/icons/arrow-small-gray.svg");
        background-size: cover; }
    .logform__back:hover .logform__back-text {
      color: #6b3fc8; }
  .logform__warning {
    display: none;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #ff3535;
    margin-top: 10px;
    font-weight: bold; }
    .logform__warning--show {
      display: block; }

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block; }

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 33px;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 300px; }

.panelform__line .autocomplete-items {
  top: 70px; }

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  color: #4a4949; }
  .autocomplete-items div span {
    display: none; }

.autocomplete-items-left div {
  text-align: left; }

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; }

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff; }

.autocomplete-progress-throbber {
  position: absolute;
  right: 5px;
  width: 33px;
  height: 33px;
  top: 0; }
  .autocomplete-progress-throbber::before {
    content: '';
    position: absolute;
    background-image: url("/assets/images/icons/loading.gif") !important;
    background-position: top right !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 33px;
    height: 33px; }

.logcontinue__wrapper {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  background: #ffdce2;
  padding: 10px 0;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.logcontinue__warning {
  display: block;
  float: left;
  width: 100%;
  height: 60px; }
  .logcontinue__warning img {
    width: 40px;
    margin-top: 10px;
    animation: pulseRounds 3s ease-in infinite; }

@keyframes pulseWarning {
  0% {
    transform: none; }
  50% {
    transform: scale(1.2); }
  100% {
    transform: none; } }

.logcontinue__text {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  padding: 0 10px; }

.logcontinue__btn {
  display: block;
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-top: 10px; }
  .logcontinue__btn-btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
    background: #d83bff;
    color: #fff;
    padding: 6px 10px; }
    .logcontinue__btn-btn:hover {
      background: #823595; }

.prom {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px; }
  .prom__wrapper {
    display: inline-block;
    width: calc(100% + 10px);
    margin-left: -5px; }
  .prom__el {
    display: block;
    float: left;
    width: 100%;
    position: relative; }
    .prom__el-items {
      max-width: 1200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      align-content: stretch; }
    .prom__el-item {
      margin: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: self-start;
      -ms-flex-align: center;
      align-items: self-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      max-width: calc(50% - 10px); }
    .prom__el--adv {
      position: absolute;
      cursor: pointer;
      top: 5px;
      right: 8px; }
      .prom__el--adv img {
        width: 15px;
        display: inline-block; }
      .prom__el--adv-id {
        display: none; }
      .prom__el--adv--toshow .prom__el--adv-id {
        display: block;
        position: absolute;
        right: 0;
        background: #262222;
        color: #fff;
        font-size: 14px;
        top: 26px;
        padding: 2px 6px;
        border-radius: 4px; }
  @media (min-width: 767px) {
    .prom__el-item {
      max-width: calc(25% - 10px); } }

.invite {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px; }
  .invite__wrapper {
    background: #d0e3dc;
    padding: 30px 10px;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    max-width: 360px; }
  .invite__item {
    display: block;
    float: left;
    width: 100%; }
  .invite__title {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #000;
    line-height: 1.2; }
  .invite__advantages {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px; }
  .invite__advantage {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    color: #000; }
    .invite__advantage::before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #2d6d5f;
      left: 0;
      top: 3px; }
  .invite__link {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 25px; }
    .invite__link a {
      display: inline-block;
      color: #fff;
      border-radius: 6px;
      background: #1b5345;
      padding: 8px 16px;
      font-size: 16px; }
  .invite__image {
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px; }
  @media (min-width: 767px) {
    .invite__wrapper {
      max-width: 1200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: stretch; }
    .invite__item {
      margin: 6px;
      max-width: calc(50% - 12px);
      width: calc(50% - 12px);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      padding: 0 15px; }
    .invite__left {
      display: inline-block; }
    .invite__image {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .invite__wrapper {
      padding: 30px 30px; }
    .invite__title {
      font-size: 22px; }
    .invite__advantage {
      font-size: 18px;
      margin-top: 20px; }
      .invite__advantage::before {
        top: 6px; }
    .invite__link {
      margin-top: 35px; }
      .invite__link a {
        font-size: 18px; } }

.sectioninvite {
  display: block;
  float: left;
  width: 100%; }
  .sectioninvite__wrapper {
    background: #d0e3dc;
    padding: 30px 10px;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    max-width: 360px; }
  .sectioninvite__item {
    display: block;
    float: left;
    width: 100%; }
  .sectioninvite__title {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 1.2; }
  .sectioninvite__advantages {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px; }
  .sectioninvite__advantage {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    position: relative;
    color: #000; }
  .sectioninvite__link {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 15px; }
    .sectioninvite__link-btn {
      display: inline-block;
      color: #fff;
      border-radius: 6px;
      padding: 8px 16px;
      font-size: 16px;
      cursor: pointer;
      margin: 0 10px 5px 0; }
      .sectioninvite__link-btn-login {
        background: #0b87cf; }
        .sectioninvite__link-btn-login:hover {
          background: #31a5e9; }
    .sectioninvite__link a {
      background: #43b598; }
      .sectioninvite__link a:hover {
        background: #1da583; }
      .sectioninvite__link a.sectioninvite__link-btn-journals {
        background: #a11c84; }
  .sectioninvite__image {
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px; }
  @media (min-width: 767px) {
    .sectioninvite__wrapper {
      max-width: 1200px;
      padding: 30px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: stretch;
      background: transparent; }
    .sectioninvite__item {
      margin: 0;
      max-width: 50%;
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      overflow: hidden; }
      .sectioninvite__item-left {
        padding: 0 15px 0 0; }
      .sectioninvite__item-right {
        padding: 0 0 0 15px; }
    .sectioninvite__left {
      display: inline-block; }
    .sectioninvite__image {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .sectioninvite__title {
      font-size: 40px; }
    .sectioninvite__advantage {
      font-size: 24px;
      margin-top: 30px; }
    .sectioninvite__link {
      margin-top: 30px; }
      .sectioninvite__link-btn {
        font-size: 18px; } }

.editorial__items {
  display: block;
  float: left;
  width: 100%; }

.editorial__item {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px; }
  .editorial__item-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 360px; }

.editorial__img {
  display: block;
  float: left;
  width: 100%; }
  .editorial__img img {
    width: 200px;
    border-radius: 50%; }

.editorial__title {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  color: #000;
  font-size: 18px;
  font-weight: bold; }

.editorial__position {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #000;
  font-size: 15px; }

.editorial__more {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #780495;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer; }

.editorial__card {
  padding-top: 50px; }

.editorial__text {
  margin-top: 20px; }

.editorial__back {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-size: 18px;
  color: #6b3fc8;
  font-weight: bold;
  cursor: pointer; }

@media (min-width: 767px) {
  .editorial__items {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: stretch; }
  .editorial__item {
    margin: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: self-start;
    -ms-flex-align: center;
    align-items: self-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: calc(25% - 12px);
    padding-bottom: 20px; }
    .editorial__item-wrapper {
      max-width: calc(100% - 40px); }
  .editorial__img img {
    width: 150px; } }

@media (min-width: 1200px) {
  .editorial__items {
    margin-top: 20px; }
  .editorial__title {
    font-size: 20px; }
  .editorial__position {
    font-size: 16px; } }

.sb__shadow {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: -200px;
  display: block;
  float: left; }
  .sb__shadow::after {
    position: absolute;
    right: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #fff, transparent);
    left: 0; }

.sb {
  display: block;
  float: left;
  width: 100%; }
  .sb__wrapper {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0; }
  .sb__title {
    display: block;
    float: left;
    width: 100%;
    color: #6B3FC8;
    font-size: 18px;
    font-weight: bold;
    padding-top: 50px;
    position: relative; }
    .sb__title::before {
      position: absolute;
      content: '';
      width: 40px;
      height: 40px;
      background-size: cover;
      background-image: url("/assets/images/media/lock.svg");
      top: 0;
      left: calc(50% - 20px); }
  .sb__link {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px; }
    .sb__link a {
      display: inline-block;
      background: #780495;
      color: #fff;
      font-size: 16px;
      padding: 6px 12px;
      border-radius: 6px; }
  .sb__enter {
    display: block;
    float: left;
    width: 100%;
    padding-top: 20px; }
    .sb__enter-btn {
      cursor: pointer;
      color: #780495;
      display: inline-block;
      border-bottom: 1px solid;
      font-size: 16px; }
  @media (min-width: 1200px) {
    .sb__link a {
      font-size: 18px; }
    .sb__enter-btn {
      font-size: 18px; } }

.sitesearch {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0; }
  .sitesearch h1 {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 24px; }
  .sitesearch__subtitle {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    margin-top: 10px; }
    .sitesearch__subtitle em {
      background: #ffd993;
      font-weight: bold; }
  .sitesearch__top {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 10px; }
    .sitesearch__top input {
      width: calc(100% - 50px);
      height: 30px;
      font-size: 14px;
      border: none !important;
      outline: none !important; }
    .sitesearch__top::before {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: #ccc; }
  .sitesearch__btn {
    position: absolute;
    top: 0;
    right: 0; }
    .sitesearch__btn-btn {
      display: inline-block;
      text-align: center;
      font-size: 18px;
      border-radius: 6px;
      padding: 8px 12px;
      cursor: pointer;
      width: 30px;
      height: 30px;
      position: relative; }
      .sitesearch__btn-btn::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        background-image: url("/assets/images/icons/loupe-viola.svg"); }
  .sitesearch__result {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    min-height: 100px; }
    .sitesearch__result .spinner-box {
      width: 90px;
      height: 90px;
      transform: translate(-50%, 0);
      top: 38px; }
      .sitesearch__result .spinner-box.sitesearch__placeholder-hide {
        display: none; }
  .sitesearch__items {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .sitesearch__items-notfound {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      text-align: left;
      margin-top: 20px;
      font-style: italic; }
  .sitesearch__item {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid #ccc; }
    .sitesearch__item-title {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      font-weight: bold;
      font-size: 18px; }
      .sitesearch__item-title em {
        background: #ffd993; }
    .sitesearch__item-text {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      margin-top: 10px;
      font-size: 16px; }
      .sitesearch__item-text em {
        background: #ffd993; }
  .sitesearch__more {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .sitesearch__more a {
      display: inline-block;
      width: 100%;
      background: #6b3fc8;
      color: #fff;
      border-radius: 6px;
      padding: 12px 14px;
      box-sizing: border-box; }
  @media (min-width: 767px) {
    .sitesearch__top input {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .sitesearch__item-title {
      font-size: 20px; }
    .sitesearch__item-text {
      font-size: 18px; }
    .sitesearch h1 {
      font-size: 28px; }
    .sitesearch__subtitle {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; } }

.journals {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0; }
  .journals__title {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 1.2; }
  .journals__items {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: stretch;
    float: left;
    margin-top: 30px; }
  .journals__item {
    float: left;
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px 10px 30px;
    margin: 0 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: self-start;
    -ms-flex-align: center;
    align-items: self-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .journals__item-wrapper {
      display: inline-block;
      width: 100%;
      max-width: 200px;
      cursor: pointer; }
    .journals__item-img {
      display: block;
      float: left;
      width: 100%; }
      .journals__item-img img {
        border: 1px solid #e9e3e3; }
    .journals__item-title {
      display: block;
      float: left;
      width: 100%;
      margin-top: 10px;
      color: #000;
      line-height: 1.2;
      font-size: 16px; }
    .journals__item-subscription {
      display: block;
      float: left;
      width: 100%;
      margin-top: 5px; }
      .journals__item-subscription a {
        color: #c916a2;
        font-size: 18px;
        font-weight: bold; }
    .journals__item-issues {
      display: block;
      float: left;
      width: 100%; }
    .journals__item-issue {
      display: block;
      float: left;
      width: 100%;
      margin-top: 5px; }
      .journals__item-issue a {
        color: #c916a2;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        position: relative;
        padding-left: 20px; }
        .journals__item-issue a::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 16px;
          height: 16px;
          background-size: cover;
          background-image: url("/assets/images/icons/download.svg"); }
  .journals__showitem-img {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .journals__showitem-img img {
      border: 1px solid #e9e3e3; }
  .journals__showitem-text {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .journals__showitem-text-text {
      display: inline-block;
      width: 100%;
      max-width: 800px;
      text-align: left; }
      .journals__showitem-text-text p {
        color: #000;
        font-size: 16px;
        line-height: 1.2;
        padding-bottom: 10px; }
      .journals__showitem-text-text li {
        color: #000;
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 5px;
        list-style-type: disc; }
  @media (min-width: 767px) {
    .journals__item {
      width: calc(25% - 12px);
      max-width: calc(25% - 12px); }
      .journals__item-wrapper {
        max-width: 160px; } }
  @media (min-width: 1200px) {
    .journals {
      padding: 45px 0; }
      .journals__items {
        margin-top: 45px; }
      .journals__title {
        font-size: 40px; }
      .journals__showitem-text-text p {
        font-size: 18px; }
      .journals__showitem-text-text li {
        font-size: 18px; } }

.subscribe {
  display: block;
  float: left;
  width: 100%;
  padding: 30px 0; }
  .subscribe__title {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 1.2; }
  .subscribe__content {
    display: block;
    float: left;
    width: 100%; }
  .subscribe__items {
    display: inline-block;
    width: 100%;
    max-width: 1000px; }
  .subscribe__item {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px; }
    .subscribe__item-wrapper {
      display: inline-block;
      width: 100%;
      max-width: 320px;
      border-radius: 8px;
      border: 1px solid #a11c84;
      overflow: hidden; }
    .subscribe__item-title {
      display: block;
      float: left;
      width: 100%;
      background: #a11c84;
      color: #fff;
      font-size: 18px;
      padding: 15px; }
    .subscribe__item-original {
      display: block;
      float: left;
      width: 100%;
      margin-top: 15px; }
      .subscribe__item-original-price {
        display: inline-block;
        color: #000;
        font-size: 22px;
        position: relative; }
        .subscribe__item-original-price::before {
          content: '';
          position: absolute;
          left: -10px;
          right: -10px;
          top: calc(50% - 1px);
          height: 2px;
          background: red; }
    .subscribe__item-price {
      display: block;
      float: left;
      width: 100%;
      margin-top: 15px;
      color: #a11c84;
      font-size: 24px;
      font-weight: bold; }
    .subscribe__item-description {
      display: block;
      float: left;
      width: 100%;
      margin-top: 15px;
      color: #000;
      font-size: 18px;
      line-height: 1.2; }
    .subscribe__item-more {
      display: block;
      float: left;
      width: 100%;
      margin: 15px 0; }
      .subscribe__item-more-btn {
        display: inline-block;
        background: #ef20c2;
        color: #fff;
        font-size: 18px;
        padding: 10px 16px;
        border-radius: 6px;
        cursor: pointer; }
        .subscribe__item-more-btn:hover {
          background: #a51b87; }
    .subscribe__item--paper .subscribe__item-wrapper {
      border: 1px solid #0b87cf; }
    .subscribe__item--paper .subscribe__item-title {
      background: #0b87cf; }
    .subscribe__item--paper .subscribe__item-price {
      color: #0b87cf; }
    .subscribe__item--paper .subscribe__item-more-btn {
      background: #1ba8fd; }
      .subscribe__item--paper .subscribe__item-more-btn:hover {
        background: #1e88c9; }
  .subscribe-error {
    background: #f15656 !important;
    color: #fff !important; }
  @media (min-width: 767px) {
    .subscribe__content {
      margin-top: 30px; }
      .subscribe__content-wrapper {
        display: inline-block;
        width: 100%;
        max-width: 1000px; }
    .subscribe__items {
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      align-content: stretch;
      float: left; }
    .subscribe__item {
      float: left;
      width: calc(50% - 50px);
      max-width: calc(50% - 50px);
      margin: 0 25px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: self-start;
      -ms-flex-align: center;
      align-items: self-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #a11c84; }
      .subscribe__item-wrapper {
        max-width: none;
        border: none; }
      .subscribe__item--paper {
        border: 1px solid #0b87cf; }
        .subscribe__item--paper .subscribe__item-wrapper {
          border: none; } }
  @media (min-width: 1200px) {
    .subscribe {
      padding: 45px 0 90px; }
      .subscribe__title {
        font-size: 40px; }
      .subscribe__content {
        margin-top: 45px; }
      .subscribe__item {
        width: calc(50% - 70px);
        max-width: calc(50% - 70px);
        margin: 0 35px; } }

.subscribe__inn {
  display: block;
  float: left;
  width: 100%;
  margin: 50px 0; }
  .subscribe__inn-title {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 1.2; }
  .subscribe__inn-info {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    line-height: 1.2; }
  .subscribe__inn-original {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
    .subscribe__inn-original-price {
      display: inline-block;
      color: #000;
      font-size: 22px;
      position: relative; }
      .subscribe__inn-original-price::before {
        content: '';
        position: absolute;
        left: -10px;
        right: -10px;
        top: calc(50% - 1px);
        height: 2px;
        background: red; }
  .subscribe__inn-price {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 25px;
    color: #a11c84;
    font-weight: bold; }
  .subscribe__inn-login-btn {
    display: block;
    float: left;
    width: 100%;
    margin-top: 25px; }
    .subscribe__inn-login-btn-btn {
      color: #7442ed;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      border: 1px solid;
      padding: 5px;
      border-radius: 4px; }
      .subscribe__inn-login-btn-btn:hover {
        background: #eedeff; }
  .subscribe__inn-fieldline {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
  .subscribe__inn-quafield {
    display: block;
    float: left;
    width: 100%; }
  .subscribe__inn-label {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000; }
  .subscribe__inn-quael {
    display: inline-block;
    width: 100px;
    margin-top: 5px; }
  .subscribe__inn-minus, .subscribe__inn-plus, .subscribe__inn-input {
    display: block;
    float: left;
    width: 33.333%;
    height: 33px;
    min-height: 1px; }
    .subscribe__inn-minus input, .subscribe__inn-plus input, .subscribe__inn-input input {
      width: 100%;
      text-align: center;
      height: 33px;
      color: #000;
      border: none;
      font-size: 20px; }
    .subscribe__inn-minus input::-webkit-outer-spin-button,
    .subscribe__inn-minus input::-webkit-inner-spin-button, .subscribe__inn-plus input::-webkit-outer-spin-button,
    .subscribe__inn-plus input::-webkit-inner-spin-button, .subscribe__inn-input input::-webkit-outer-spin-button,
    .subscribe__inn-input input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .subscribe__inn-minus input[type=number], .subscribe__inn-plus input[type=number], .subscribe__inn-input input[type=number] {
      -moz-appearance: textfield; }
  .subscribe__inn-minus, .subscribe__inn-plus {
    position: relative;
    cursor: pointer;
    border: 1px solid #5a5555;
    border-radius: 8px; }
    .subscribe__inn-minus::before, .subscribe__inn-plus::before {
      position: absolute;
      content: '';
      top: 8px;
      bottom: 8px;
      left: 8px;
      right: 8px;
      background-image: url(/assets/images/icons/minus.svg);
      background-size: cover; }
  .subscribe__inn-plus::before {
    background-image: url(/assets/images/icons/plus.svg); }
  .subscribe__inn-persfieldline {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
  .subscribe__inn-perslabel {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000; }
  .subscribe__inn-persfield {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px; }
    .subscribe__inn-persfield input, .subscribe__inn-persfield textarea {
      width: 100%;
      border: 1px solid #b3b2b2;
      color: #000;
      border-radius: 4px;
      padding: 8px 2px;
      max-width: 400px;
      font-size: 18px;
      box-sizing: border-box; }
    .subscribe__inn-persfield .autocomplete-items {
      top: 85px; }
  .subscribe__inn-pricefield {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px; }
    .subscribe__inn-pricefield .subscribe__inn-label {
      font-size: 18px;
      font-weight: bold; }
  .subscribe__inn-pricecalc {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    font-size: 26px;
    color: #0b87cf; }
  .subscribe__inn-paybtn {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .subscribe__inn-paybtn-btn {
      display: inline-block;
      background: #ef20c2;
      color: #fff;
      font-size: 18px;
      padding: 10px 50px;
      border-radius: 6px;
      cursor: pointer; }
  .subscribe__inn-paperitems {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px; }
  .subscribe__inn-paperitem {
    display: block;
    float: left;
    width: 100%;
    margin-top: 20px; }
    .subscribe__inn-paperitem-wrapper {
      display: inline-block;
      padding: 15px;
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      border: 1px solid transparent;
      max-width: 300px;
      cursor: pointer; }
    .subscribe__inn-paperitem-active .subscribe__inn-paperitem-wrapper {
      border: 1px solid #eb74cc;
      background: #ebdae4; }
    .subscribe__inn-paperitem-cover {
      display: block;
      float: left;
      width: 100%; }
      .subscribe__inn-paperitem-cover-image {
        display: inline-block;
        width: 100%;
        max-width: 170px; }
        .subscribe__inn-paperitem-cover-image img {
          border: 1px solid #e3e3e3; }
    .subscribe__inn-paperitem-title {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      font-weight: bold;
      font-size: 18px;
      margin-top: 5px; }
    .subscribe__inn-paperitem-info {
      display: block;
      float: left;
      width: 100%;
      margin-top: 5px;
      font-size: 16px; }
  .subscribe__inn-choice {
    display: block;
    float: left;
    width: 100%;
    color: #d755ff;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold; }
  @media (min-width: 767px) {
    .subscribe__inn-paperitems-wrapper {
      max-width: 1200px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: left;
      align-content: stretch;
      float: left; }
    .subscribe__inn-paperitem {
      float: left;
      width: calc(33.333% - 12px);
      max-width: calc(33.333% - 12px);
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      padding: 10px 10px 30px;
      margin: 0 6px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: self-start;
      -ms-flex-align: center;
      align-items: self-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      border: 1px solid transparent;
      cursor: pointer; }
      .subscribe__inn-paperitem-wrapper {
        border: none;
        box-shadow: none; }
      .subscribe__inn-paperitem-active {
        border: 1px solid #eb74cc;
        background: #ebdae4; }
        .subscribe__inn-paperitem-active .subscribe__inn-paperitem-wrapper {
          border: none;
          background: transparent; } }
  @media (min-width: 1200px) {
    .subscribe__inn-title {
      font-size: 40px; }
    .subscribe__inn-info {
      margin-top: 30px;
      font-size: 18px;
      margin-bottom: 15px; }
    .subscribe__inn-login-btn {
      margin-top: 30px; }
      .subscribe__inn-login-btn-btn {
        padding: 10px 12px;
        border-radius: 6px; }
    .subscribe__inn-fieldline {
      margin-top: 30px; } }

.phonemask {
  /* &__countrycode {
     display: block;
     float: left;
     width: 60px;
     padding: 8px 0;
     border: none;
     font-size: 16px;
   }*/ }
  .phonemask__wrapper {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    position: relative;
    /* &::before {
       content: '';
       position: absolute;
       left: 0;
       top: 0;
       bottom: 0;
       width: 60px;
       background: #fff;

     }*/ }
  .phonemask__open {
    display: block;
    float: left;
    width: 60px;
    height: 40px;
    background: #fff;
    cursor: pointer; }
    .phonemask__open-flag {
      display: block;
      float: left;
      width: 40px;
      height: 40px;
      position: relative; }
    .phonemask__open-arrow {
      display: block;
      float: left;
      width: 20px;
      height: 40px;
      position: relative; }
      .phonemask__open-arrow::before {
        content: '';
        position: absolute;
        left: calc(50% - 6px);
        top: calc(50% - 6px);
        width: 12px;
        height: 12px;
        background-size: cover;
        background-image: url("/assets/images/icons/smallarrow.svg");
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transform: rotate(0); }
  .phonemask__span {
    display: block;
    float: left;
    width: 60px;
    padding: 8px 0px;
    color: #000; }
  .phonemask input.phonemask__field {
    width: calc(100% - 120px); }
  .phonemask__list {
    position: absolute;
    top: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 200px;
    overflow: auto;
    width: 300px;
    display: none;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
    .phonemask__list-item {
      display: block;
      float: left;
      width: 100%;
      color: #000;
      font-size: 18px;
      text-align: left;
      position: relative;
      padding: 8px 2px 8px 35px;
      border-bottom: 1px solid #e3e3e3;
      cursor: pointer; }
  .phonemask__wrapper-show .phonemask__list {
    display: block;
    opacity: 1; }
  .phonemask__wrapper-show .phonemask__open-arrow::before {
    transform: rotate(180deg); }
  .phonemask__list-item::before, .phonemask__open-flag::before {
    content: '';
    position: absolute;
    left: 4px;
    top: calc(50% - 11px);
    height: 22px;
    width: 22px;
    background-size: cover; }
  .phonemask__list-item--rus::before, .phonemask__open-flag--rus::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZmlsbD0iI2YwZjBmMCIgZD0iTTI1NiA1MTJjMTQxLjM3IDAgMjU2LTExNC42MyAyNTYtMjU2UzM5Ny4zNyAwIDI1NiAwIDAgMTE0LjYzIDAgMjU2czExNC42MyAyNTYgMjU2IDI1NnoiIGRhdGEtb3JpZ2luYWw9IiNmMGYwZjAiPjwvcGF0aD48cGF0aCBmaWxsPSIjMDA1MmI0IiBkPSJNNDk2LjA3IDM0NWEyNTYuNzUgMjU2Ljc1IDAgMCAwIDAtMTc4LjA2SDE1LjkzYTI1Ni43NSAyNTYuNzUgMCAwIDAgMCAxNzguMDZMMjU2IDM2Ny4zN3oiIGRhdGEtb3JpZ2luYWw9IiMwMDUyYjQiPjwvcGF0aD48cGF0aCBmaWxsPSIjZDgwMDI3IiBkPSJNMjU2IDUxMmMxMTAuMDggMCAyMDMuOTQtNjkuNCAyNDAuMDctMTY3SDE1LjkzQzUyLjEgNDQyLjYgMTQ1LjkyIDUxMiAyNTYgNTEyeiIgZGF0YS1vcmlnaW5hbD0iI2Q4MDAyNyI+PC9wYXRoPjwvZz48L3N2Zz4="); }
  .phonemask__list-item--az::before, .phonemask__open-flag--az::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZmlsbD0iI2Q4MDAyNyIgZD0iTTUxMiAyNTZjMC0zMS4zMTQtNS42MzItNjEuMzExLTE1LjkyMy04OS4wNDNMMjU2IDE1NS44MjZsLTI0MC4wNzcgMTEuMTNDNS42MzMgMTk0LjY4OSAwIDIyNC42ODYgMCAyNTZzNS42MzMgNjEuMzExIDE1LjkyMyA4OS4wNDNMMjU2IDM1Ni4xNzRsMjQwLjA3Ny0xMS4xM0M1MDYuMzY4IDMxNy4zMTEgNTEyIDI4Ny4zMTQgNTEyIDI1NnoiIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48cGF0aCBmaWxsPSIjNmRhNTQ0IiBkPSJNMjU2IDUxMmMxMTAuMDcxIDAgMjAzLjkwNi02OS40NzIgMjQwLjA3Ny0xNjYuOTU3SDE1LjkyM0M1Mi4wOTQgNDQyLjUyOCAxNDUuOTI5IDUxMiAyNTYgNTEyeiIgZGF0YS1vcmlnaW5hbD0iIzZkYTU0NCI+PC9wYXRoPjxwYXRoIGZpbGw9IiMzMzhhZjMiIGQ9Ik0xNS45MjMgMTY2Ljk1N2g0ODAuMTU1QzQ1OS45MDYgNjkuNDcyIDM2Ni4wNzEgMCAyNTYgMFM1Mi4wOTQgNjkuNDcyIDE1LjkyMyAxNjYuOTU3eiIgZGF0YS1vcmlnaW5hbD0iIzMzOGFmMyIgY2xhc3M9IiI+PC9wYXRoPjxnIGZpbGw9IiNmMGYwZjAiPjxwYXRoIGQ9Ik0yNjEuNTY1IDMyOC4zNDhjLTM5Ljk1NiAwLTcyLjM0OC0zMi4zOTItNzIuMzQ4LTcyLjM0OHMzMi4zOTItNzIuMzQ4IDcyLjM0OC03Mi4zNDhjMTIuNDU4IDAgMjQuMTgxIDMuMTUgMzQuNDE1IDguNjk2LTE2LjA1Ni0xNS43MDEtMzguMDEyLTI1LjM5Mi02Mi4yNDEtMjUuMzkyLTQ5LjE3OCAwLTg5LjA0MyAzOS44NjYtODkuMDQzIDg5LjA0M3MzOS44NjYgODkuMDQzIDg5LjA0MyA4OS4wNDNjMjQuMjMgMCA0Ni4xODYtOS42OTEgNjIuMjQxLTI1LjM5Mi0xMC4yMzQgNS41NDgtMjEuOTU3IDguNjk4LTM0LjQxNSA4LjY5OHoiIGZpbGw9IiNmMGYwZjAiIGRhdGEtb3JpZ2luYWw9IiNmMGYwZjAiPjwvcGF0aD48cGF0aCBkPSJtMzE3LjIxNyAyMDUuOTEzIDkuNTgzIDI2Ljk1MSAyNS44MzQtMTIuMjgyLTEyLjI4MSAyNS44MzRMMzY3LjMwNCAyNTZsLTI2Ljk1MSA5LjU4NCAxMi4yODEgMjUuODM0LTI1LjgzNC0xMi4yODItOS41ODMgMjYuOTUxLTkuNTgyLTI2Ljk1MS0yNS44MzUgMTIuMjgyIDEyLjI4Mi0yNS44MzRMMjY3LjEzIDI1NmwyNi45NTItOS41ODQtMTIuMjgyLTI1LjgzNCAyNS44MzUgMTIuMjgyeiIgZmlsbD0iI2YwZjBmMCIgZGF0YS1vcmlnaW5hbD0iI2YwZjBmMCI+PC9wYXRoPjwvZz48L2c+PC9zdmc+"); }
  .phonemask__list-item--arm::before, .phonemask__open-flag--arm::before {
    background-image: url("/assets/images/phone/armenia.svg"); }
  .phonemask__list-item--bel::before, .phonemask__open-flag--bel::before {
    background-image: url("/assets/images/phone/belarus.svg"); }
  .phonemask__list-item--giorgia::before, .phonemask__open-flag--giorgia::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgd2lkdGg9IjI4MC4wMjg0NCIKICAgdmlld0JveD0iMCAwIDI4MC4wMjg0NCAyODAuMDI4NDUiCiAgIGhlaWdodD0iMjgwLjAyODQ0IgogICBpZD0ic3ZnMiIKICAgdmVyc2lvbj0iMS4xIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjIgKDVjM2U4MGQsIDIwMTctMDgtMDYpIgogICBzb2RpcG9kaTpkb2NuYW1lPSJMb2dvX29mX1dpa2lfTG92ZXNfTW9udW1lbnRzX2luX0dlb3JnaWFfSS5zdmciCiAgIGlua3NjYXBlOmV4cG9ydC1maWxlbmFtZT0iQzpcVXNlcnNcR2lvcmdpIEJhbGFraGFkemVcRGVza3RvcFxXTE0tTG9nLTIucG5nIgogICBpbmtzY2FwZTpleHBvcnQteGRwaT0iMjIyLjI5NTg0IgogICBpbmtzY2FwZTpleHBvcnQteWRwaT0iMjIyLjI5NTg0Ij4KICA8bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGEyNCI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGRlZnMKICAgICBpZD0iZGVmczIyIiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTM2NiIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSI3MTUiCiAgICAgaWQ9Im5hbWVkdmlldzIwIgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxLjQxNDIxMzYiCiAgICAgaW5rc2NhcGU6Y3g9IjE3Ny41NzcyNSIKICAgICBpbmtzY2FwZTpjeT0iMTI2LjM5MDg3IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjUiCiAgICAgc2hvd2d1aWRlcz0idHJ1ZSIKICAgICBmaXQtbWFyZ2luLXRvcD0iMSIKICAgICBmaXQtbWFyZ2luLWxlZnQ9IjEiCiAgICAgZml0LW1hcmdpbi1yaWdodD0iMSIKICAgICBmaXQtbWFyZ2luLWJvdHRvbT0iMSIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSJ0cnVlIiAvPgogIDxnCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXI2IgogICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAtMyIKICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0LjM4NTc3NCwtMTEuNjg1Nzc3KSIgLz4KICA8ZwogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyNSIKICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgLTIiCiAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNC4zODU3NzQsLTExLjY4NTc3NykiPgogICAgPHBhdGgKICAgICAgIGlkPSJjaXJjbGU2IgogICAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lO2ZpbGw6I2RlMjExODtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MS4wMTAyNzc3NSIKICAgICAgIGQ9Ik0gMjkzLjQxNDIxLDE1MS43IEEgMTM5LjAxNDIyLDEzOS4wMTQyMiAwIDAgMSAxNTQuMzk5OTksMjkwLjcxNDIxIDEzOS4wMTQyMiwxMzkuMDE0MjIgMCAwIDEgMTUuMzg1Nzc0LDE1MS43IDEzOS4wMTQyMiwxMzkuMDE0MjIgMCAwIDEgMTU0LjM5OTk5LDEyLjY4NTc3NyAxMzkuMDE0MjIsMTM5LjAxNDIyIDAgMCAxIDI5My40MTQyMSwxNTEuNyBaIgogICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgLz4KICAgIDxwYXRoCiAgICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmU7ZmlsbDojZmZmZmZmIgogICAgICAgZD0iTSAxOC42OTE0MDYsMTc0LjE3MzgzIEEgMTM3LjYwMDAxLDEzNy42MDAwMSAwIDAgMCAxMzEuOTI3NzMsMjg3LjI5Mjk3IFYgMTc0LjE3MzgzIFoiCiAgICAgICBpZD0icGF0aDQ0MDAiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgogICAgPHBhdGgKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiNmZmZmZmYiCiAgICAgICBkPSJNIDE3Ni44NzMwNSwxNi4xMDc0MjIgViAxMjkuMjI2NTYgSCAyOTAuMTA5MzggQSAxMzcuNjAwMDEsMTM3LjYwMDAxIDAgMCAwIDE3Ni44NzMwNSwxNi4xMDc0MjIgWiIKICAgICAgIGlkPSJwYXRoNDQwMiIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiIC8+CiAgICA8cGF0aAogICAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lO2ZpbGw6I2ZmZmZmZiIKICAgICAgIGQ9Ik0gMTMxLjkyNzczLDE1Ljk5MDIzNCBBIDEzNy42MDAwMSwxMzcuNjAwMDEgMCAwIDAgMTguODA4NTk0LDEyOS4yMjY1NiBIIDEzMS45Mjc3MyBaIgogICAgICAgaWQ9InBhdGg0NDA0IgogICAgICAgaW5rc2NhcGU6Y29ubmVjdG9yLWN1cnZhdHVyZT0iMCIgLz4KICAgIDxwYXRoCiAgICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmU7ZmlsbDojZmZmZmZmIgogICAgICAgZD0iTSAxNzYuODczMDUsMTc0LjE3MzgzIFYgMjg3LjQxMDE2IEEgMTM3LjYwMDAxLDEzNy42MDAwMSAwIDAgMCAyODkuOTkyMTksMTc0LjE3MzgzIFoiCiAgICAgICBpZD0icGF0aDQ0MTciCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgogIDwvZz4KICA8ZwogICAgIGlua3NjYXBlOmdyb3VwbW9kZT0ibGF5ZXIiCiAgICAgaWQ9ImxheWVyNCIKICAgICBpbmtzY2FwZTpsYWJlbD0iTGF5ZXIgLTEiCiAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lIgogICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNC4zODU3NzQsLTExLjY4NTc3NykiPgogICAgPHBhdGgKICAgICAgIGlkPSJyZWN0MzM1OCIKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiNkZTIxMTgiCiAgICAgICBkPSJtIDc0LjcyNzEyMSw1OS41OTgxNzMgYyAwLjg3MTU5NCw0Ljg3NTE3MiAxLjQzOTQ2Niw5Ljg1ODI5NCAxLjY4NTQ4OCwxNC45MjM1ODYgLTUuMDY1MjkyLC0wLjI0NjAyMiAtMTAuMDQ4NDE0LC0wLjgxMzg5NCAtMTQuOTIzNTg2LC0xLjY4NTQ4OCAwLjI4ODY5NCwyLjQ0MzY2MyAwLjQ1NjQ4Niw0LjkyMzM2MSAwLjQ1NjQ4Niw3LjQ0NDIzNiAwLDIuNTIwODc1IC0wLjE2Nzc5Miw1LjAwMDU3MyAtMC40NTY0ODYsNy40NDQyMzYgNC44NzUxNzIsLTAuODcxNTk0IDkuODU4Mjk0LC0xLjQzOTQ2NiAxNC45MjM1ODYsLTEuNjg1NDg4IC0wLjI0NjAyMiw1LjA2NTI5MiAtMC44MTM4OTQsMTAuMDQ4NDE1IC0xLjY4NTQ4OCwxNC45MjM1ODUgMi40NDM2NjMsLTAuMjg4NjkgNC45MjMzNjEsLTAuNDU2NDkgNy40NDQyMzYsLTAuNDU2NDkgMi41MjA4NzUsMCA1LjAwMDU3MywwLjE2NzggNy40NDQyMzYsMC40NTY0OSAtMC44NzE1OTQsLTQuODc1MTcgLTEuNDM5NDY2LC05Ljg1ODI5MyAtMS42ODU0ODgsLTE0LjkyMzU4NSA1LjA2NTI5MiwwLjI0NjAyMiAxMC4wNDg0MTgsMC44MTM4OTQgMTQuOTIzNTg1LDEuNjg1NDg4IC0wLjI4ODcsLTIuNDQzNjYzIC0wLjQ1NjQ5LC00LjkyMzM2MSAtMC40NTY0OSwtNy40NDQyMzYgMCwtMi41MjA4NzUgMC4xNjc3OSwtNS4wMDA1NzMgMC40NTY0OSwtNy40NDQyMzYgLTQuODc1MTY3LDAuODcxNTk0IC05Ljg1ODI5MywxLjQzOTQ2NiAtMTQuOTIzNTg1LDEuNjg1NDg4IDAuMjQ2MDIyLC01LjA2NTI5MiAwLjgxMzg5NCwtMTAuMDQ4NDE0IDEuNjg1NDg4LC0xNC45MjM1ODYgLTIuNDQzNjYzLDAuMjg4Njk0IC00LjkyMzM2MSwwLjQ1NjQ4NiAtNy40NDQyMzYsMC40NTY0ODYgLTIuNTIwODc1LDAgLTUuMDAwNTczLC0wLjE2Nzc5MiAtNy40NDQyMzYsLTAuNDU2NDg2IHoiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgogICAgPHBhdGgKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBkPSJtIDIxOS4xODQ0LDU5LjU5ODE3MSBjIDAuODcxNTksNC44NzUxNzIgMS40Mzk0Niw5Ljg1ODI5NCAxLjY4NTQ5LDE0LjkyMzU4NSAtNS4wNjUzLC0wLjI0NjAyMSAtMTAuMDQ4NDIsLTAuODEzODk0IC0xNC45MjM1OSwtMS42ODU0ODcgMC4yODg2OSwyLjQ0MzY2MiAwLjQ1NjQ5LDQuOTIzMzYgMC40NTY0OSw3LjQ0NDIzNSAwLDIuNTIwODc2IC0wLjE2NzgsNS4wMDA1NzQgLTAuNDU2NDksNy40NDQyMzYgNC44NzUxNywtMC44NzE1OTMgOS44NTgyOSwtMS40Mzk0NjYgMTQuOTIzNTksLTEuNjg1NDg3IC0wLjI0NjAzLDUuMDY1MjkxIC0wLjgxMzksMTAuMDQ4NDEzIC0xLjY4NTQ5LDE0LjkyMzU4NyAyLjQ0MzY2LC0wLjI4ODcgNC45MjMzNiwtMC40NTY0OSA3LjQ0NDIzLC0wLjQ1NjQ5IDIuNTIwODcsMCA1LjAwMDU3LDAuMTY3NzkgNy40NDQyNCwwLjQ1NjQ5IC0wLjg3MTYsLTQuODc1MTc0IC0xLjQzOTQ2LC05Ljg1ODI5NiAtMS42ODU0OSwtMTQuOTIzNTg3IDUuMDY1MywwLjI0NjAyMSAxMC4wNDg0MiwwLjgxMzg5NCAxNC45MjM1OSwxLjY4NTQ4NyAtMC4yODg2OSwtMi40NDM2NjIgLTAuNDU2NDksLTQuOTIzMzYgLTAuNDU2NDksLTcuNDQ0MjM2IDAsLTIuNTIwODc1IDAuMTY3OCwtNS4wMDA1NzMgMC40NTY0OSwtNy40NDQyMzUgLTQuODc1MTcsMC44NzE1OTMgLTkuODU4MjksMS40Mzk0NjYgLTE0LjkyMzU5LDEuNjg1NDg3IDAuMjQ2MDMsLTUuMDY1MjkxIDAuODEzODksLTEwLjA0ODQxMyAxLjY4NTQ5LC0xNC45MjM1ODUgLTIuNDQzNjcsMC4yODg2OTMgLTQuOTIzMzcsMC40NTY0ODYgLTcuNDQ0MjQsMC40NTY0ODYgLTIuNTIwODcsMCAtNS4wMDA1NywtMC4xNjc3OTMgLTcuNDQ0MjMsLTAuNDU2NDg2IHoiCiAgICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmU7ZmlsbDojZGUyMTE4IgogICAgICAgaWQ9InBhdGg0MzY4IiAvPgogICAgPHBhdGgKICAgICAgIGlkPSJwYXRoNDM3MiIKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiNkZTIxMTgiCiAgICAgICBkPSJtIDIxOS4xODQ0LDIwNS4yNDYzIGMgMC44NzE1OSw0Ljg3NTE3IDEuNDM5NDYsOS44NTgyOSAxLjY4NTQ5LDE0LjkyMzU5IC01LjA2NTMsLTAuMjQ2MDMgLTEwLjA0ODQyLC0wLjgxMzkgLTE0LjkyMzU5LC0xLjY4NTQ5IDAuMjg4NjksMi40NDM2NyAwLjQ1NjQ5LDQuOTIzMzcgMC40NTY0OSw3LjQ0NDI0IDAsMi41MjA4NyAtMC4xNjc4LDUuMDAwNTcgLTAuNDU2NDksNy40NDQyMyA0Ljg3NTE3LC0wLjg3MTYgOS44NTgyOSwtMS40Mzk0NiAxNC45MjM1OSwtMS42ODU0OSAtMC4yNDYwMyw1LjA2NTMgLTAuODEzOSwxMC4wNDg0MiAtMS42ODU0OSwxNC45MjM1OSAyLjQ0MzY2LC0wLjI4ODY5IDQuOTIzMzYsLTAuNDU2NDkgNy40NDQyMywtMC40NTY0OSAyLjUyMDg3LDAgNS4wMDA1NywwLjE2NzggNy40NDQyNCwwLjQ1NjQ5IC0wLjg3MTYsLTQuODc1MTcgLTEuNDM5NDYsLTkuODU4MjkgLTEuNjg1NDksLTE0LjkyMzU5IDUuMDY1MywwLjI0NjAzIDEwLjA0ODQyLDAuODEzODkgMTQuOTIzNTksMS42ODU0OSAtMC4yODg2OSwtMi40NDM2NiAtMC40NTY0OSwtNC45MjMzNiAtMC40NTY0OSwtNy40NDQyMyAwLC0yLjUyMDg3IDAuMTY3OCwtNS4wMDA1NyAwLjQ1NjQ5LC03LjQ0NDI0IC00Ljg3NTE3LDAuODcxNTkgLTkuODU4MjksMS40Mzk0NiAtMTQuOTIzNTksMS42ODU0OSAwLjI0NjAzLC01LjA2NTMgMC44MTM4OSwtMTAuMDQ4NDIgMS42ODU0OSwtMTQuOTIzNTkgLTIuNDQzNjcsMC4yODg2OSAtNC45MjMzNywwLjQ1NjQ5IC03LjQ0NDI0LDAuNDU2NDkgLTIuNTIwODcsMCAtNS4wMDA1NywtMC4xNjc4IC03LjQ0NDIzLC0wLjQ1NjQ5IHoiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgogICAgPHBhdGgKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBkPSJtIDc0LjcyNzEyMywyMDUuMjQ2MyBjIDAuODcxNTg4LDQuODc1MTcgMS40Mzk0NjIsOS44NTgyOSAxLjY4NTQ4NywxNC45MjM1OSAtNS4wNjUyOTQsLTAuMjQ2MDMgLTEwLjA0ODQxNCwtMC44MTM5IC0xNC45MjM1ODUsLTEuNjg1NDkgMC4yODg2OSwyLjQ0MzY3IDAuNDU2NDg2LDQuOTIzMzcgMC40NTY0ODYsNy40NDQyNCAwLDIuNTIwODcgLTAuMTY3Nzk2LDUuMDAwNTcgLTAuNDU2NDg2LDcuNDQ0MjMgNC44NzUxNzEsLTAuODcxNiA5Ljg1ODI5MSwtMS40Mzk0NiAxNC45MjM1ODUsLTEuNjg1NDkgLTAuMjQ2MDI1LDUuMDY1MyAtMC44MTM4OTksMTAuMDQ4NDIgLTEuNjg1NDg3LDE0LjkyMzU5IDIuNDQzNjY0LC0wLjI4ODY5IDQuOTIzMzY1LC0wLjQ1NjQ5IDcuNDQ0MjM1LC0wLjQ1NjQ5IDIuNTIwODcxLDAgNS4wMDA1NzIsMC4xNjc4IDcuNDQ0MjM2LDAuNDU2NDkgLTAuODcxNTk5LC00Ljg3NTE3IC0xLjQzOTQ2MiwtOS44NTgyOSAtMS42ODU0ODcsLTE0LjkyMzU5IDUuMDY1Mjk0LDAuMjQ2MDMgMTAuMDQ4NDE0LDAuODEzODkgMTQuOTIzNTgzLDEuNjg1NDkgLTAuMjg4NjksLTIuNDQzNjYgLTAuNDU2NDgsLTQuOTIzMzYgLTAuNDU2NDgsLTcuNDQ0MjMgMCwtMi41MjA4NyAwLjE2Nzc5LC01LjAwMDU3IDAuNDU2NDgsLTcuNDQ0MjQgLTQuODc1MTY5LDAuODcxNTkgLTkuODU4Mjg5LDEuNDM5NDYgLTE0LjkyMzU4MywxLjY4NTQ5IDAuMjQ2MDI1LC01LjA2NTMgMC44MTM4ODgsLTEwLjA0ODQyIDEuNjg1NDg3LC0xNC45MjM1OSAtMi40NDM2NjQsMC4yODg2OSAtNC45MjMzNjUsMC40NTY0OSAtNy40NDQyMzYsMC40NTY0OSAtMi41MjA4NywwIC01LjAwMDU3MSwtMC4xNjc4IC03LjQ0NDIzNSwtMC40NTY0OSB6IgogICAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lO2ZpbGw6I2RlMjExOCIKICAgICAgIGlkPSJwYXRoNDM3NiIgLz4KICA8L2c+CiAgPGcKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiCiAgICAgaW5rc2NhcGU6bGFiZWw9Imdyb3VuZCIKICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiCiAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0LjM4NTc3NCwtMTEuNjg1Nzc3KSI+CiAgICA8dGV4dAogICAgICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7bGluZS1oZWlnaHQ6MCU7Zm9udC1mYW1pbHk6c2Fucy1zZXJpZjtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIgogICAgICAgeD0iNjQuMzQ2NzE4IgogICAgICAgeT0iNDI4LjkyMDMyIgogICAgICAgaWQ9InRleHQ0MTY2Ij48dHNwYW4KICAgICAgICAgc29kaXBvZGk6cm9sZT0ibGluZSIKICAgICAgICAgaWQ9InRzcGFuNDE2OCIKICAgICAgICAgeD0iNjQuMzQ2NzE4IgogICAgICAgICB5PSI0MjguOTIwMzIiCiAgICAgICAgIHN0eWxlPSJmb250LXNpemU6MTcuNXB4O2xpbmUtaGVpZ2h0OjEuMjUiPsKgPC90c3Bhbj48L3RleHQ+CiAgPC9nPgogIDxnCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIyIgogICAgIGlua3NjYXBlOmxhYmVsPSIrIgogICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZSIKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQuMzg1Nzc0LC0xMS42ODU3NzcpIiAvPgo8L3N2Zz4K"); }
  .phonemask__list-item--kaz::before, .phonemask__open-flag--kaz::before {
    background-image: url("/assets/images/phone/kaz.svg"); }
  .phonemask__list-item--kirgizia::before, .phonemask__open-flag--kirgizia::before {
    background-image: url("/assets/images/phone/kirgizia.svg"); }
  .phonemask__list-item--uzb::before, .phonemask__open-flag--uzb::before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZmlsbD0iI2YwZjBmMCIgZD0iTTEyLjA4OCAxNzguMDg4QzQuMjQ2IDIwMi42NTYtLjAwMSAyMjguODI5IDAgMjU1Ljk5OGMtLjAwMSAyNy4xNyA0LjI0NyA1My4zNDUgMTIuMDg5IDc3LjkxM0wyNTYgMzQ1LjA0M2wyNDMuOTExLTExLjEzYzcuODQxLTI0LjU2OSAxMi4wOS01MC43NDUgMTIuMDktNzcuOTEzLS4wMDEtMjcuMTctNC4yNDgtNTMuMzQ0LTEyLjA5LTc3LjkxM0wyNTYgMTY2Ljk1N3oiIGRhdGEtb3JpZ2luYWw9IiNmMGYwZjAiIGNsYXNzPSIiPjwvcGF0aD48ZyBmaWxsPSIjZDgwMDI3Ij48cGF0aCBkPSJtNDk5LjkxIDE3OC4wODgtMjQzLjkxMS0xMS4xMy0yNDMuOTEyIDExLjEzYTI1NS40NyAyNTUuNDcgMCAwIDAtNi4wMDIgMjIuMjYxaDQ5OS44MjRhMjU0LjQ2NCAyNTQuNDY0IDAgMCAwLTUuOTk5LTIyLjI2MXpNNi4wODggMzExLjY1MWEyNTQuNzMyIDI1NC43MzIgMCAwIDAgNiAyMi4yNmwuMDI0LjAwMSAyNDMuODg2IDExLjEzIDI0My45MTEtMTEuMTNhMjU1LjExMiAyNTUuMTEyIDAgMCAwIDYuMDAxLTIyLjI2MXoiIGZpbGw9IiNkODAwMjciIGRhdGEtb3JpZ2luYWw9IiNkODAwMjciIGNsYXNzPSIiPjwvcGF0aD48L2c+PHBhdGggZmlsbD0iIzZkYTU0NCIgZD0iTTI1NS45OTkgNTExLjk5OWMxMTQuMjE2IDAgMjEwLjk0Ni03NC44MDMgMjQzLjkxMS0xNzguMDg3SDEyLjA4OWMzMi45NjUgMTAzLjI4MyAxMjkuNjk3IDE3OC4wODcgMjQzLjkxIDE3OC4wODd6IiBkYXRhLW9yaWdpbmFsPSIjNmRhNTQ0Ij48L3BhdGg+PHBhdGggZmlsbD0iIzMzOGFmMyIgZD0iTTI1NS45OTkuMDAxQzE0MS43ODUuMDAyIDQ1LjA1NSA3NC44MDUgMTIuMDg4IDE3OC4wODhsNDg3LjgyMS4wMDFDNDY2Ljk0NiA3NC44MDQgMzcwLjIxNSAwIDI1NS45OTkuMDAxeiIgZGF0YS1vcmlnaW5hbD0iIzMzOGFmMyIgY2xhc3M9IiI+PC9wYXRoPjxnIGZpbGw9IiNmMGYwZjAiPjxwYXRoIGQ9Ik0xMTYuOTg2IDEwNS43NGMwLTIzLjk3NyAxNi44NTEtNDQuMDA3IDM5LjM1NC00OC45MjFhNTAuMTk1IDUwLjE5NSAwIDAgMC0xMC43MzMtMS4xNjVjLTI3LjY2MiAwLTUwLjA4NyAyMi40MjQtNTAuMDg3IDUwLjA4N3MyMi40MjMgNTAuMDg3IDUwLjA4NyA1MC4wODdjMy42ODYgMCA3LjI3NC0uNDEgMTAuNzMzLTEuMTY1LTIyLjUwMi00LjkxNi0zOS4zNTQtMjQuOTQ2LTM5LjM1NC00OC45MjN6TTE4NS45NDQgMTI4LjUwN2wzLjM5IDEwLjQzNWgxMC45NzJsLTguODc2IDYuNDUgMy4zOSAxMC40MzUtOC44NzYtNi40NDktOC44NzggNi40NDkgMy4zOTEtMTAuNDM1LTguODc3LTYuNDVoMTAuOTcyek0yMjAuOTY0IDEyOC41MDdsMy4zOTEgMTAuNDM1aDEwLjk3MmwtOC44NzcgNi40NSAzLjM5MSAxMC40MzUtOC44NzctNi40NDktOC44NzcgNi40NDkgMy4zOTEtMTAuNDM1LTguODc2LTYuNDVoMTAuOTcxek0yNTUuOTg1IDEyOC41MDdsMy4zOSAxMC40MzVoMTAuOTczbC04Ljg3NyA2LjQ1IDMuMzkgMTAuNDM1LTguODc2LTYuNDQ5LTguODc4IDYuNDQ5IDMuMzkyLTEwLjQzNS04Ljg3OC02LjQ1aDEwLjk3M3pNMjkxLjAwNiAxMjguNTA3bDMuMzkxIDEwLjQzNWgxMC45NzFsLTguODc2IDYuNDUgMy4zOTEgMTAuNDM1LTguODc3LTYuNDQ5LTguODc4IDYuNDQ5IDMuMzkyLTEwLjQzNS04Ljg3OC02LjQ1aDEwLjk3MnpNMzI2LjAyNiAxMjguNTA3bDMuMzkxIDEwLjQzNWgxMC45NzJsLTguODc2IDYuNDUgMy4zOTEgMTAuNDM1LTguODc4LTYuNDQ5LTguODc3IDYuNDQ5IDMuMzkxLTEwLjQzNS04Ljg3Ni02LjQ1aDEwLjk3MXpNMjIwLjk2NCA5Mi4wOGwzLjM5MSAxMC40MzRoMTAuOTcybC04Ljg3NyA2LjQ1MSAzLjM5MSAxMC40MzQtOC44NzctNi40NDktOC44NzcgNi40NDkgMy4zOTEtMTAuNDM0LTguODc2LTYuNDUxaDEwLjk3MXpNMjU1Ljk4NSA5Mi4wOGwzLjM5IDEwLjQzNGgxMC45NzNsLTguODc3IDYuNDUxIDMuMzkgMTAuNDM0LTguODc2LTYuNDQ5LTguODc4IDYuNDQ5IDMuMzkyLTEwLjQzNC04Ljg3OC02LjQ1MWgxMC45NzN6TTI5MS4wMDYgOTIuMDhsMy4zOTEgMTAuNDM0aDEwLjk3MWwtOC44NzYgNi40NTEgMy4zOTEgMTAuNDM0LTguODc3LTYuNDQ5LTguODc4IDYuNDQ5IDMuMzkyLTEwLjQzNC04Ljg3OC02LjQ1MWgxMC45NzJ6TTMyNi4wMjYgOTIuMDhsMy4zOTEgMTAuNDM0aDEwLjk3MmwtOC44NzYgNi40NTEgMy4zOTEgMTAuNDM0LTguODc4LTYuNDQ5LTguODc3IDYuNDQ5IDMuMzkxLTEwLjQzNC04Ljg3Ni02LjQ1MWgxMC45NzF6TTI1NS45ODUgNTUuNjUybDMuMzkgMTAuNDM2aDEwLjk3M2wtOC44NzcgNi40NDkgMy4zOSAxMC40MzYtOC44NzYtNi40NDktOC44NzggNi40NDkgMy4zOTItMTAuNDM2LTguODc4LTYuNDQ5aDEwLjk3M3pNMjkxLjAwNiA1NS42NTJsMy4zOTEgMTAuNDM2aDEwLjk3MWwtOC44NzYgNi40NDkgMy4zOTEgMTAuNDM2LTguODc3LTYuNDQ5LTguODc4IDYuNDQ5IDMuMzkyLTEwLjQzNi04Ljg3OC02LjQ0OWgxMC45NzJ6TTMyNi4wMjYgNTUuNjUybDMuMzkxIDEwLjQzNmgxMC45NzJsLTguODc2IDYuNDQ5IDMuMzkxIDEwLjQzNi04Ljg3OC02LjQ0OS04Ljg3NyA2LjQ0OSAzLjM5MS0xMC40MzYtOC44NzYtNi40NDloMTAuOTcxeiIgZmlsbD0iI2YwZjBmMCIgZGF0YS1vcmlnaW5hbD0iI2YwZjBmMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L2c+PC9zdmc+"); }

.profile__form {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 15px; }

.profile__subtitle {
  display: block;
  float: left;
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 22px; }

.profile__forms {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px; }

.profile__field-line {
  display: block;
  float: left;
  width: 100%; }

.profile__field-block {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  position: relative;
  padding-right: 25px; }
  .profile__field-block label {
    width: 100%;
    color: #484848;
    font-size: 16px; }

.profile__field-field {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  color: #000; }

.profile__field-edit {
  position: absolute;
  width: 22px;
  height: 22px;
  cursor: pointer;
  bottom: 0;
  right: 0;
  z-index: 1; }
  .profile__field-edit::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-image: url(/assets/images/icons/edit.svg); }

.profile__field-form {
  display: none; }
  .profile__field-form-show {
    display: block;
    position: fixed;
    z-index: 14;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: auto;
    background: rgba(0, 0, 0, 0.3); }
  .profile__field-form-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    margin-top: 60px;
    padding: 30px 40px 40px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .profile__field-form-wrapper .autocomplete-items {
      top: 175px; }
  .profile__field-form label {
    color: #000000;
    font-size: 20px;
    margin: 25px 0;
    display: block;
    float: left; }
  .profile__field-form input, .profile__field-form textarea {
    width: 100%;
    border: 1px solid #b3b2b2;
    color: #5a5555;
    border-radius: 4px;
    padding: 8px 2px;
    font-family: "Nunito", sans-serif;
    font-size: 18px; }

.profile__field-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #a11c84;
  padding-left: 25px;
  cursor: pointer; }

.profile__field-save {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  background: #a11c84;
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
  padding: 14px 8px;
  cursor: pointer;
  margin-top: 15px; }

.profile__digital-info {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  color: #a11c84;
  font-size: 20px; }

.profile__subscribe {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px; }
  .profile__subscribe a {
    display: inline-block;
    background: #ef20c2;
    color: #fff;
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer; }
    .profile__subscribe a:hover {
      background: #a51b87; }

.profile__orders-title {
  display: block;
  float: left;
  width: 100%;
  color: #000;
  text-align: left;
  font-size: 22px; }

.profile__order-items {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px; }

.profile__order-item {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px; }
  .profile__order-item:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .profile__order-item-orderid {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: bold; }
  .profile__order-item-sum {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #0b87cf; }
  .profile__order-item-paid {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px; }
  .profile__order-item-pos {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px; }
  .profile__order-item-title {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px; }
  .profile__order-item-qua {
    display: block;
    float: left;
    width: 100%;
    color: #5b5b5b;
    font-size: 16px;
    margin-top: 5px; }
  .profile__order-item-price {
    display: block;
    float: left;
    width: 100%;
    color: #5b5b5b;
    font-size: 16px;
    margin-top: 5px; }

@media (min-width: 767px) {
  .profile__form {
    padding: 25px 15px; }
  .profile__forms {
    margin-top: 0; }
  .profile__field-block {
    width: 33.333%;
    padding-right: 45px;
    margin-top: 30px; }
  .profile__field-edit {
    right: 23px; } }

@media (min-width: 1200px) {
  .profile__field-block {
    padding-right: 60px;
    margin-top: 40px; }
  .profile__field-edit {
    right: 37px; } }

.expand__item {
  display: none;
  top: 10px;
  background: rgba(0, 0, 0, 0.8);
  right: 10px;
  left: 10px;
  bottom: 10px;
  padding: 40px 20px 20px;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  overflow: auto; }
  .expand__item-show {
    display: block;
    position: fixed;
    z-index: 150; }
  .expand__item-wrapper {
    display: block;
    float: left;
    width: 100%; }

.expand__hide {
  position: fixed;
  z-index: 12;
  top: 60px;
  color: #00428c;
  display: inline-block;
  cursor: pointer;
  right: 30px;
  font-size: 20px;
  background: #fff;
  padding-left: 25px; }
  .expand__hide::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    background-image: url(/assets/images/icons/cancel-bold.svg);
    background-size: cover; }

.expand__inninfo {
  display: inline-block;
  max-width: 800px;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 8px; }

.expand__content {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px; }

.expand__title {
  color: #191919;
  display: block;
  float: left;
  width: 100%;
  font-size: 26px; }

.expand__text {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left; }
  .expand__text p {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px; }
  .expand__text h2 {
    color: #000;
    padding-top: 10px;
    font-size: 26px;
    font-weight: bold; }
  .expand__text h3 {
    color: #000;
    padding-top: 10px;
    font-size: 24px; }

@media (min-width: 1200px) {
  .expand__text p {
    font-size: 20px; }
  .expand__text h2 {
    font-size: 30px; }
  .expand__text h3 {
    font-size: 26px; } }
