.mot {
  position: relative;
}

.mot__loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
}

.mot__loader-bar {
  width: 0;
  height: 2px;
  background-color: #ffa282;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mot__loader-bar_progress {
  width: 70%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mot__loader-bar_finish {
  width: 100%;
}

.mot__loader-bar_transparent {
  opacity: 0;
}

.mot__loader-bar_hidden {
  display: none;
}

.mot__wrapper {
  padding-top: 40px;
  padding-bottom: 75px;
  font-family: 'TildaSans', Arial, sans-serif;
  color: #000000;
}

.mot__wrapper_gray {
  background-color: #f8f8f8;
  padding-bottom: 165px;
}

.mot__wrapper_white {
  padding-top: 115px;
  background-color: #ffffff;
}

.mot__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

.mot__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-top: 80px;
}

.mot__title {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.3;
  font-family: 'TildaSans', Arial, sans-serif;
}

.mot__descr {
  max-width: 590px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.27;
}

.mot__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mot__button-wrap {
  text-align: center;
}

.mot__button {
  padding: 10px 30px 12px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.3;
  border: none;
  outline: none;
  cursor: pointer;
}

.mot__button-offer {
  margin-bottom: 25px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
}

.mot__button-offer.mot__button-offer_disabled {
  opacity: 0.5;
  pointer-events: none;
}

.mot__button-offer.t-descr {
  font-size: 16px;
  font-weight: 400;
}

.mot__button-download {
  display: inline-block;
  margin-top: 45px;
  padding: 14px 34px 16px;
  color: #ffffff;
  background-color: #ffa282;
  border: 1px solid #ffa282;
}

.mot__button-download.t-descr {
  color: #ffffff;
}

.mot__button-download svg {
  margin-left: 10px;
}

.mot__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mot__socials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 50%;
  cursor: pointer;
}

.mot__socials-item-vk svg,
.mot__socials-item-telegram svg {
  margin-left: -2px;
}

.mot__socials-item+.mot__socials-item {
  margin-left: 5px;
}

.mot__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.mot__category-item {
  margin-bottom: 8px;
  padding: 5px 18px 8px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.23;
  border: 1px solid #878787;
  border-radius: 100px;
  cursor: pointer;
}

.mot__category-item {
  margin-right: 5px;
}

.mot__category-item:last-child {
  margin-right: 0;
}

.mot__category-item.t-descr {
  font-weight: 400;
}

.mot__category-item_active {
  background-color: #ffa282;
  border-color: #ffa282;
}

.mot__category-item_active.t-descr {
  color: #ffffff;
}

.mot__category-item-favorites.mot__category-item_active .mot__work-like path {
  stroke: #ffffff;
  fill: #ffffff;
}

.mot__category-item-favorites .mot__work-like {
  top: 4px;
  width: 12px;
  height: 14px;
  margin-right: 0;
}

.mot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mot__work {
  position: relative;
  width: calc((100% - 40px * 2)/3);
  margin-bottom: 95px;
  margin-right: 40px;
}

@supports (-ms-ime-align:auto) {
  .mot__work {
    width: calc(33.333333% - 27px);
  }
}

.mot__work.mot__work--third {
  margin-right: 0;
}

.mot__work:hover .mot__work-link {
  visibility: visible;
}

.mot__work:hover .mot__work-image {
  -webkit-box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.mot__work a {
  text-decoration: none;
}

.mot__work-image {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.mot__work-image img {
  max-width: 100%;
}

.mot__work-image-bar {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  width: 100%;
  height: 11px;
  background-color: #474747;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mot__work-image-bar-item {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}

.mot__work-image-bar-item:first-child {
  margin-right: 3px;
}

.mot__work-link {
  position: absolute;
  top: 15px;
  right: 10px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: visibility 0s ease-in-out;
  -o-transition: visibility 0s ease-in-out;
  transition: visibility 0s ease-in-out;
}

.mot__work-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.mot__work-title {
  max-width: 45%;
  font-size: 19px;
  line-height: 1.27;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #000000;
  overflow: hidden;
}

.mot__work-title_noname.t-descr {
  color: #878787;
}

.mot__work-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mot__work-userpic {
  width: 23px;
  height: 23px;
  margin-right: 8px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.mot__work-time,
.mot__work-username {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #878787;
}

.mot__work-time {
  margin-left: auto;
  margin-right: 15px;
}

.mot__work-like-count {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #878787;
}

.mot__work-like-wrapper-mobile .mot__work-like-count {
  font-size: 18px;
}

.mot__work-username {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mot__work-username a {
  text-decoration: none;
  color: #878787;
}

.mot__work-like-wrapper {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.mot__work-like-wrapper-mobile {
  display: none;
}

.mot__work-like {
  position: relative;
  top: 2px;
  z-index: 1;
  width: 16px;
  height: 14px;
  margin-right: 5px;
}

.mot__work-like-wrapper-mobile .mot__work-like {
  width: 22px;
  height: 20px;
  top: 0;
}

.mot__work-like_active.mot__work-like {
  fill: #f99761;
}

.mot__work-like_active.mot__work-like path {
  stroke: #f99761;
}

.mot__experts {
  border: 1px solid #D7D7D7;
  width: 100%;
  padding: 14px 0 25px;
  box-sizing: border-box;
  margin-bottom: 70px;
}

.mot__experts-headline {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
}

.mot__experts-title--bold {
  font-weight: 500;
  color: #000;
}

#allrecords .mot__experts-title {
  font-size: 19px;
  color: #737373;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.mot__experts-title-icon {
  position: absolute;
  margin-left: 3px;
}
.mot__experts-title-icon--mob {
  display: none;
}

.mot__experts-title-icon path,
.mot__experts-title-icon--mob path {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#allrecords .mot__experts-title:hover {
  color: #000;
}

#allrecords .mot__experts-title:hover .mot__experts-title-icon path,
#allrecords .mot__experts-title:hover .mot__experts-title-icon--mob path {
  fill: #000;
}

.mot__experts-nav-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  border: none;
  background-color: transparent;
}
.mot__experts-nav-btn:not(:first-child) {
  margin-left: 7px;
}

.mot__experts-nav-btn:disabled {
  opacity: .4;
}

.mot__experts-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 32px;
}

.mot__experts-slide {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  position: relative;
  transition: transform .3s ease-in-out;
  min-width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
}
#allrecords .mot__experts-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  position: relative;
  transition: transform .3s ease-in-out;
}

.mot__expert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 12.5%;
}
.mot__expert-item--last {
  justify-content: center;
}
.mot__expert-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mot__expert-img-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mot__expert-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.mot__expert-name {
  font-size: 14px;
  line-height: 1.28;
  color: #878787;
  text-align: center;
}

#allrecords .mot__expert-more {
  font-size: 14px;
  line-height: 1.28;
  text-align: center;
  color: #737373;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-width: 100px;
  opacity: .6;
}

.mot__expert-more--big {
  font-size: 20px;
  line-height: 1.3;
  display: block;
  margin-bottom: 4px;
}

#allrecords .mot__expert-more:hover {
  color: #000;
  opacity: 1;
}

.mot__faq {
  padding-bottom: 60px;
}

.mot__faq-title {
  margin-bottom: 85px;
  font-size: 30px;
  line-height: 1.27;
}

.mot__faq-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 30px;
  border-top: 1px solid #eae8e8;
}

.mot__faq-item:last-child {
  border-bottom: 1px solid #eae8e8;
}

.mot__faq-col {
  width: 50%;
  padding-right: 5%;
  font-size: 20px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mot__faq-answer {
  font-weight: 300;
}

.mot__faq-link {
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #606060;
  cursor: pointer;
}

#allrecords a.mot__button-offer {
  color: #000000;
}

#allrecords .mot__faq-col a {
  color: #000000;
}

#allrecords .mot__work-username a {
  color: #878787;
}


@media screen and (max-width: 1200px) {
  .mot__inner {
    max-width: 960px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .mot__work {
    width: calc((100% - 20px * 2)/3);
    margin-right: 20px;
  }

  @supports (-ms-ime-align:auto) {
    .mot__work {
      width: calc(33.333333% - 14px);
    }
  }
}

@media screen and (max-width: 960px) {
  .mot__header {
    width: 70%;
  }

  .mot__wrapper_gray {
    padding-bottom: 120px;
  }

  .mot__wrapper_white {
    padding-top: 100px;
  }

  .mot__box {
    width: 30%;
  }

  .mot__button-offer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mot__descr {
    max-width: 90%;
  }

  .mot__inner {
    max-width: 100%;
    padding: 0 35px;
  }

  .mot__work {
    margin-bottom: 75px;
  }

  .mot__work-title {
    font-size: 16px;
  }

  .mot__work-time,
  .mot__work-username {
    font-size: 14px;
  }

  .mot__work-like-count {
    font-size: 14px;
  }

  .mot__faq-col {
    font-size: 18px;
  }

  .mot__work-image {
    height: 419px;
  }
  .mot__experts {
    padding: 33px 0 0;
  }
  .mot__experts-headline {
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
  }
  .mot__experts-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .mot__experts-slider {
    padding: 33px 0 24px;
    margin-top: -7px;
  }
  .mot__experts-slide {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px 4%;
  }

  .mot__experts-nav-btn {
    width: 43px;
    height: 43px;
  }
  .mot__expert-img-wrapper {
    margin-bottom: 5px;
  }
  #allrecords .mot__expert-more {
    font-size: 11px;
  }
  .mot__expert-more--big {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #allrecords .mot__expert-name {
    font-size: 11px;
  }
  .mot__experts-title-icon {
    display: none;
  }
  .mot__experts-title-icon--mob {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-left: 6px;
    margin-top: 7px;
    position: absolute;
  }
}

@media screen and (max-width: 820px) {
  .mot__work {
    width: calc((100% - 20px)/2);
    margin-bottom: 75px;
    margin-right: 20px;
  }

  @supports (-ms-ime-align:auto) {
    .mot__work {
      width: calc(50% - 10px);
    }
  }

  .mot__work.mot__work--third {
    margin-right: 20px;
  }

  .mot__work.mot__work--second {
    margin-right: 0;
  }
}


@media screen and (max-width: 768px) {
    .mot__work-link {
        visibility: visible;
    }
}


@media screen and (max-width: 640px) {
  .mot__row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .mot__wrapper_gray {
    padding-bottom: 100px;
  }

  .mot__wrapper_white {
    padding-top: 75px;
  }

  .mot__header,
  .mot__box {
    width: 100%;
  }

  .mot__box {
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 60px;
  }

  .mot__descr {
    max-width: 100%;
  }

  .mot__work {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    margin-bottom: 50px;
  }
  .mot__work.mot__work--third {
    margin-right: 15px;
  }

  @supports (-ms-ime-align:auto) {
    .mot__work {
      width: calc(50% - 8px);
    }
  }

  .mot__work.mot__work--second {
    margin-right: 0;
  }

  .mot__work-title {
    max-width: 100%;
    width: 80%;
    margin-top: 5px;
  }

  .mot__work-row {
    margin-bottom: 5px;
  }

  .mot__work-image {
    height: 274px;
    margin-bottom: 15px;
  }

  .mot__work-userpic {
    width: 20px;
    height: 20px;
  }

  .mot__work-time {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .mot__work-like-wrapper {
    margin-top: 5px;
    width: 20%;
    position: relative;
  }

  .mot__work-like-count {
    position: absolute;
    top: 7px;
  }

  .mot__button-download {
    padding: 12px 25px 14px;
  }

  .mot__faq-title {
    margin-bottom: 65px;
  }
}


@media screen and (max-width: 480px) {
  .mot__inner {
    padding: 0 20px;
  }

  .mot__wrapper {
    padding-bottom: 95px;
  }

  .mot__button-download {
    margin-top: 20px;
  }

  .mot__faq-title {
    margin-bottom: 55px;
  }

  .mot__faq-item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .mot__faq-col {
    width: 100%;
  }

  .mot__faq-question {
    margin-bottom: 20px;
    padding-right: 0;
  }
}


@media screen and (max-width: 360px) {
  .mot__work {
    width: 100%;
    margin-right: 0;
  }

  .mot__work.mot__work--third {
    margin-right: 0;
  }
}

/**
 * Zoom-page from dashboard (for full-work)
 */


.td-welcome-zoom{
  position: fixed;
  z-index: 200;
  background-color: rgba(255,255,255,0.99);
  width:100%;
  height:100vh;
  overflow: auto;
  display: none;
  top:0px;
  left:0px;
  color:#000;
  font-family: 'TildaSans', Arial, sans-serif;
}

body.td-welcome-zoom_visible{
  overflow: hidden;
}

.td-welcome-zoom_visible .td-welcome-zoom{
  display: block;
}

.td-welcome-zoom__imgwrapper{
  margin-top: 20px;
  margin-bottom: 60px;
  max-width: calc(100% - 400px);
  padding: 0px 20px;
  position: relative;
}

.td-welcome-zoom__imgdiv{
  -webkit-box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.15);
          box-shadow: 0px 0px 50px 1px rgba(0,0,0,0.15);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.8, 1.0);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.8, 1.0);
  transition: all 0.3s cubic-bezier(0, 0, 0.8, 1.0);
  /*opacity: 0;*/
  margin: 0 auto;
}

.td-welcome-zoom_anim .td-welcome-zoom__imgdiv{
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
  opacity: 1;
}

.td-welcome-zoom__info{
  position: fixed; /* Если фиксед - не прокручивается вместе с картинкой, но - скролл не идет над ним */
  top:190px;
  right:80px;
  width:300px;
}

.td-welcome-zoom__title{
  font-size: 26px; /*32px;*/
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.td-welcome-zoom__descr{
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.td-welcome-zoom__submit{
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #f4846b;
  text-align: center;
  height:40px;
  line-height: 40px;
  width:200px;
  border-radius: 50px;
  cursor: pointer;
}

.td-welcome-zoom__hint{
  font-size: 14px; /*16px;*/
  margin-top:50px;
  opacity: 0.4;
}

.td-welcome-zoom__linknewwindow{
  font-size: 16px;
  margin-top:50px;
  opacity: 0.4;
}

.td-welcome-zoom__arrowleft{
  position: fixed;
  right: 340px;
  top:40px;
  width:40px;
  cursor: pointer;
}

.td-welcome-zoom__arrowleft img,
.td-welcome-zoom__arrowright img,
.td-welcome-zoom__close img{
  width:100%;
}

.td-welcome-zoom__arrowright{
  position: fixed;
  right: 290px;
  top:40px;
  width: 40px;
  cursor: pointer;
}

.td-welcome-zoom__close{
  position: fixed;
  right: 40px;
  top:40px;
  width: 40px;
  cursor: pointer;
}

@media screen and (max-width: 1280px){
  .td-welcome-zoom__info{
    right:80px;
    width:220px;
  }
  .td-welcome-zoom__arrowleft{
    right: 260px;
  }
  .td-welcome-zoom__arrowright{
    right: 210px;
  }
}

@media screen and (max-width: 980px){
  .td-welcome-zoom__info{
    position: static;
    width:90%;
    padding-top:90px;
    margin: 0 auto;
    text-align: center;
  }
  .td-welcome-zoom__arrowleft{
    position: absolute;
    left: 20px;
  }
  .td-welcome-zoom__arrowright{
    position: absolute;
    left: 80px;
  }
  .td-welcome-zoom__close{
    position: absolute;
  }
  .td-welcome-zoom__imgwrapper{
    max-width: 100%;
    padding: 0px 20px;
  }
  .td-welcome-zoom__submit{
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .td-welcome-zoom__linknewwindow{
    display: none;
  }
  .td-welcome-zoom__hint{
    display: none;
  }

  .mot__work-like-wrapper-mobile {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
  }

  .mot__work-like-wrapper-mobile .mot__work-like-count {
    position: absolute;
    top: -1px;
  }
}

@media screen and (max-width: 640px){
  .td-welcome-zoom__arrowleft{
    top:20px;
    left: 20px;
  }
  .td-welcome-zoom__arrowright{
    top:20px;
    left: 80px;
  }
  .td-welcome-zoom__close{
    top:20px;
    right:20px;
  }
}

/*
 * Full Work
 */

.mot__work-full-wrapper {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 50px;
  width: 34px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: visibility 0s ease-in-out;
  -o-transition: visibility 0s ease-in-out;
  transition: visibility 0s ease-in-out;
  cursor: pointer;
}

.mot__work:hover .mot__work-full-wrapper {
  visibility: visible;
}

.mot__work-full {
  position: relative;
  top: 8px;
  left: 10px;
  width: 14px;
  height: 14px;
}

.mot__work-full {
  fill: #ffffff;
}

#fullWork {
  display: block;
  z-index: 99991;
}

.fullwork-image {
  margin-top: -5px;
  margin-bottom: -5px;
}

a.td-welcome-zoom__submit {
  text-decoration: none;
  display: block;
  color: #fff !important;
}

.td-welcome-zoom__hint .mot__work-like-wrapper {
  display: inline-block;
  float: right;
  padding: 0;
}

.td-welcome-zoom .mot__category-item {
  display: inline-block;
}

.prize-image {
  position: absolute;
  width: auto;
  height: 120px;
  left: -59px;
  top: 21px;
}

@media screen and (max-width: 1280px){
  .prize-image {
    display: none;
  }
}

.welcome-link {
  margin-top: 0;
  margin-bottom: 20px;
}

.welcome-link a {
  text-decoration: none;
  color: #000 !important;
  font-family: 'TildaSans', Arial, sans-serif;
}

.image-crop {
  /*margin-bottom: 59px;*/
  bottom: 0;
  position: absolute;
  height: 60px;
  width:100%;
  /*background: rgb(255,255,255);*/
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0.9)), to(rgba(255,255,255,0)));
  background: -o-linear-gradient(bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

@media screen and (max-width: 960px) {
  .td-welcome-zoom__info {
    text-align: left;
  }

  a.td-welcome-zoom__submit {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
    .mot__work-full-wrapper {
        visibility: visible;
    }
}