@font-face {
  font-family: "HelveticaNeue-Light";
  src: url("../fonts/helveticaneuecyr-light-webfont.eot");
  src: url("../fonts/helveticaneuecyr-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-light-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-light-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-light-webfont.svg#proximanova-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-reg-webfont.eot");
  src: url("../fonts/lato-reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-reg-webfont.woff") format("woff"), url("../fonts/lato-reg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lato-light";
  src: url("../fonts/lato-lig-webfont.eot");
  src: url("../fonts/lato-lig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-lig-webfont.woff") format("woff"), url("../fonts/lato-lig-webfont.ttf") format("truetype"), url("../fonts/lato-lig-webfont.svg#lato-light") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "latoBold";
  src: url("../dev/fonts/lato-bold-webfont.eot");
  src: url("../dev/fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../dev/fonts/lato-bold-webfont.woff") format("woff"), url("../dev/fonts/lato-bold-webfont.ttf") format("truetype"), url("../dev/fonts/lato-bold-webfont.svg#latoBold") format("svg");
  font-style: normal;
  font-weight: normal;
}
a {
  color: #4da6ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #1c86ef;
}

body {
  min-width: 965px;
  font-family: "lato-light", "Lato", Arial, sans-serif;
}

body,
html {
  height: 100%;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0;
}

h2 {
  color: #525252;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 20px;
}

.extra {
  max-width: 965px;
  margin: 0 auto;
}

#wrapper {
  overflow: hidden;
  min-width: 965px;
  min-height: 100%;
}

.mobile-menu-toggle {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 45px;
  border: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
}
.mobile-menu-toggle span {
  display: block;
  margin: 0;
  position: relative;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  font: 0/0 a;
}
.mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: 0;
  width: 100%;
  height: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.mobile-menu-toggle span:before {
  top: -13px;
}
.mobile-menu-toggle span:after {
  top: 13px;
}
header.open .mobile-menu-toggle span {
  background-color: transparent;
}
header.open .mobile-menu-toggle span:before, header.open .mobile-menu-toggle span:after {
  top: 0;
}
header.open .mobile-menu-toggle span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header.open .mobile-menu-toggle span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 767px) {
  .mobile-menu-toggle {
    width: 31px;
    right: 15px;
  }
  .mobile-menu-toggle span {
    height: 2px;
  }
  .mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
    height: 2px;
    width: 100%;
  }
  .mobile-menu-toggle span:before {
    top: -8px;
  }
  .mobile-menu-toggle span:after {
    top: 8px;
  }
}

#footer {
  height: 88px;
  background-color: #7c7e80;
  min-width: 965px;
  margin-top: -88px;
}
#footer p {
  float: left;
  margin: 0;
  font-size: 18px;
  line-height: 88px;
  color: #ffffff;
}
#footer p a {
  color: #ffffff;
}
#footer ul {
  float: right;
  margin: 0;
  padding: 0;
}
#footer ul li {
  float: left;
  list-style: none;
  padding-left: 35px;
  font-size: 18px;
  line-height: 88px;
  background: url(../img/menu-divider.png) 15px 50% no-repeat;
}
#footer ul li:first-child {
  padding-left: 0;
  background: none;
}
#footer ul li a {
  color: #ffffff;
}

@font-face {
  font-family: "Dense-Regular";
  src: url("../fonts/Dense-Regular_gdi.eot");
  src: url("../fonts/Dense-Regular_gdi.eot?#iefix") format("embedded-opentype"), url("../fonts/Dense-Regular_gdi.woff") format("woff"), url("../fonts/Dense-Regular_gdi.ttf") format("truetype"), url("../fonts/Dense-Regular_gdi.svg#Dense-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-25CA;
}
@media (max-width: 1024px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1025px) {
  .tablet {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 965px;
  padding: 20px 0;
  height: 85px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #1d1a1a;
  text-align: right;
}
header #logo {
  float: left;
  white-space: nowrap;
}
header #logo a.logo {
  display: inline-block;
  vertical-align: bottom;
}
header #logo a.logo-title {
  display: inline-block;
  vertical-align: bottom;
  color: #cac9c9;
  text-transform: uppercase;
  font-family: "Dense-Regular", sans-serif;
  font-size: 30px;
  padding-left: 3px;
}
header #logo a.logo-title:before {
  content: " | ";
}
header #logo a.logo-title:hover {
  color: #ffffff;
  text-decoration: none;
}

.inner {
  max-width: 965px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1450px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
}

.main-menu {
  padding-top: 6px;
  max-width: 100%;
  margin: 0 0 0 auto;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
  font-family: latoRegular;
}
.main-menu > li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
  color: #cac9c9;
}
.main-menu > li.active {
  color: #fcb413;
}
.main-menu > li.active a {
  text-decoration: underline;
}
.main-menu > li a:hover {
  color: #fcb413;
}
.main-menu .userLogin {
  text-transform: capitalize;
  padding-right: 20px;
  background: url(/assets/img/arrowDown.png) 100% 5px no-repeat;
  font-size: 17px;
  line-height: 20px;
  color: #cac9c9;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .main-menu > li {
    margin: 0 10px;
  }
}
.main-menu.navbar ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-menu.navbar {
    padding-top: 14px;
  }
  .main-menu.navbar a {
    float: left;
    margin-left: 45px;
    font-size: 15px;
    line-height: 21px;
    color: #cac9c9;
  }
  .main-menu.navbar a:hover, .main-menu.navbar a.active {
    color: #fcb413;
    text-decoration: none;
  }
  .main-menu.navbar .userWrap {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  .main-menu.navbar .userWrap a {
    float: none;
    margin-left: 0;
    padding-left: 45px;
  }
  .main-menu.navbar .userWrap .unconfirmed:before {
    content: "";
    width: 8px;
    height: 8px;
    background: red;
    position: absolute;
    left: 28px;
    top: 7px;
    border-radius: 50%;
  }
  .main-menu.navbar .userWrap li {
    font-size: 17px;
    line-height: 20px;
  }
  .main-menu.navbar .userWrap .sub {
    position: absolute;
    width: 170px;
    top: 51px;
    right: -30px;
    display: none;
  }
  .main-menu.navbar .userWrap .sub li {
    background: rgba(29, 26, 26, 0.9);
    padding-left: 0;
    padding-top: 14px;
    padding-bottom: 20px;
    text-align: center;
  }
  .main-menu.navbar .userWrap .sub li a {
    padding-left: 0;
  }
  .main-menu.navbar .userWrap .sub li:first-child .unconfirmed:before {
    top: 21px;
  }
  .main-menu.navbar .userWrap > li:hover {
    padding-bottom: 30px;
  }
  .main-menu.navbar .userWrap > li:hover .sub {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-menu.navbar a {
    color: #cac9c9;
  }
  .main-menu.navbar a:hover, .main-menu.navbar a.active {
    color: #fcb413;
    text-decoration: none;
  }
  .main-menu.navbar .userWrap {
    display: inline-block;
    position: relative;
    padding-top: 15px;
  }
  .main-menu.navbar .userWrap li {
    font-size: 17px;
    line-height: 20px;
  }
  .main-menu.navbar .userWrap .userLogin {
    font-family: "lato-bold", "Lato", Arial, sans-serif;
    color: #fcb413;
    font-size: 18px;
  }
  .main-menu.navbar .userWrap .sub {
    padding-top: 15px;
  }
  .main-menu.navbar .userWrap .sub li {
    background: rgba(29, 26, 26, 0.9);
    padding: 14px 10px 20px;
  }
}

.btn-blue {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 28px;
  border-radius: 12px;
  background-color: #4da6ff;
  text-decoration: none;
  min-width: 114px;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-family: "HelveticaNeue-Light";
}
.btn-blue:hover {
  background-color: #3e9eff;
  text-decoration: none;
}

.btn-empty {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 26px;
  border-radius: 12px;
  text-decoration: none;
  min-width: 114px;
  padding: 0 15px;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-family: "HelveticaNeue-Light";
}
.btn-empty:hover {
  color: #eeb945;
  border-color: #eeb945;
  text-decoration: none;
}

#page-wrapper {
  padding: 85px 0 88px;
}
@media (max-width: 767px) {
  #page-wrapper {
    padding: 75px 0 88px;
  }
}

.notice {
  width: 100%;
  position: fixed;
  left: 0;
  top: 85px;
  z-index: 99;
}
.notice .alert {
  margin: 0 auto;
  position: relative;
}
.notice .alert .close {
  float: right;
  font-size: 18px;
  line-height: 36px;
  background: none;
  border: none;
  width: 22px;
  padding: 0;
  height: 36px;
  color: #ffffff;
  font-family: LatoBold;
  outline: none;
}
.notice .error, .notice .information, .notice .success {
  margin: 0 auto;
}
.notice .information, .notice .success {
  background-color: rgba(0, 188, 61, 0.9);
}
.notice .error {
  background-color: rgba(255, 0, 0, 0.9);
}
.notice .information {
  background-color: rgba(0, 161, 255, 0.9);
}
.notice .alert {
  max-width: 965px;
  margin: 0 auto;
  color: #ffffff;
  font-family: "latoBold";
  font-size: 15px;
  line-height: 37px;
}
@media (max-width: 1024px) {
  .notice {
    top: 65px;
  }
}

.user-form {
  width: 507px;
  margin: 0 auto 25px;
}

h1 {
  text-align: center;
  color: #303030;
  font-size: 30px;
  line-height: 32px;
  padding-top: 20px;
  margin: 0px 0 20px;
  font-family: lato-light;
}

.btn {
  text-align: center;
  background-color: #fcb413;
  color: #ffffff;
  font-size: 21px;
  line-height: 53px;
  text-transform: uppercase;
  padding: 0 21px;
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  background-color: #f3a12d;
  text-decoration: none;
  color: #ffffff;
}

label {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #757575;
  margin-bottom: 15px;
}

input[type=text], input[type=email], input[type=password] {
  display: block;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 15px 21px;
  font-family: inherit;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
  color: #525252;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  border-color: #56abff;
}

button[type=submit],
input[type=submit] {
  background-color: #fcb413;
  color: #ffffff;
  font-size: 21px;
  line-height: 55px;
  height: 55px;
  text-transform: uppercase;
  border: none;
  width: 100%;
  padding: 0 21px;
  display: block;
  box-sizing: border-box;
  margin-bottom: -5px;
  cursor: pointer;
  font-family: inherit;
}
button[type=submit]:hover,
input[type=submit]:hover {
  background-color: #f3a12d;
}
button[type=submit].btn1,
input[type=submit].btn1 {
  background: #00a2ff;
  color: #ffffff;
  display: inline-block;
  padding: 8px 30px 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  height: auto;
  width: auto;
}
button[type=submit].btn1:hover,
input[type=submit].btn1:hover {
  background-color: #0092ff;
  color: #ffffff;
  text-decoration: none;
}

/*--------------------------*/
.home-block {
  padding-top: 20px;
  margin-bottom: 55px;
  font-family: latoregular;
  font-size: 20px;
  line-height: 1.24;
  color: #515151;
}
.home-block h1 {
  margin: 0 0 42px;
  color: #666565;
}
.home-block .develop-home {
  width: 1162px;
  margin: 0 -98px;
  background: url(../img/create.png) 50% 0 no-repeat;
  height: 635px;
  position: relative;
  text-align: center;
}
.home-block .develop-home .create-app {
  position: absolute;
  left: 72px;
  top: 404px;
  width: 205px;
}
@media (max-width: 1500px) {
  .home-block .develop-home .create-app {
    left: 38px;
    top: 326px;
  }
}
.home-block .develop-home .publish-to-store {
  position: absolute;
  top: 473px;
  left: 383px;
  width: 218px;
}
@media (max-width: 1500px) {
  .home-block .develop-home .publish-to-store {
    top: 366px;
    left: 289px;
  }
}
.home-block .develop-home .get-started {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.home-block .develop-home .get-started p {
  margin-bottom: 25px;
  margin-top: 12px;
}
.home-block .develop-home .get-started a {
  padding: 0px 66px;
}
.home-block .develop-home p {
  margin: 15px 0 0 0;
  font-size: 20px;
  line-height: 1.24;
  color: #525252;
  line-height: 1.42;
}
.home-block .develop-home div[class*=box] {
  position: absolute;
  line-height: 1.42;
}
.home-block .develop-home .box {
  top: 152px;
  right: 138px;
  width: 235px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .home-block .develop-home .box {
    top: 116px;
    right: 90px;
  }
}
.home-block .develop-home .box1 {
  top: 306px;
  right: 112px;
  width: 280px;
  font-size: 24px;
  color: #666565;
  font-family: "lato-light";
}
@media (max-width: 1500px) {
  .home-block .develop-home .box1 {
    top: 238px;
    right: 61px;
    font-size: 20px;
  }
}
.home-block .develop-home .box2 {
  top: 412px;
  right: 118px;
  width: 280px;
}
@media (max-width: 1500px) {
  .home-block .develop-home .box2 {
    top: 329px;
    right: 59px;
  }
}
@media (max-width: 1500px) {
  .home-block .develop-home {
    width: 905px;
    margin: auto;
    height: 550px;
    background-size: 905px auto;
  }
}
.home-block.view {
  padding-top: 113px;
}
.home-block.view .develop-home {
  height: 604px;
}
@media (max-width: 1500px) {
  .home-block.view .develop-home {
    height: 480px;
  }
}
.home-block .develop-home-view {
  margin-bottom: 75px;
}
.home-block .develop-home-view ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 20px;
  color: #333030;
  line-height: 0.42;
}
.home-block .develop-home-view ul li {
  margin-bottom: 20px;
}

.text-danger {
  color: #ff0000;
}

.bredcramp {
  margin-top: 21px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.44;
  color: #00a2ff;
}

.navigationApps {
  background: #fefefe;
  position: fixed;
  width: 100%;
  height: 73px;
  top: 85px;
  left: 0;
  z-index: 104;
  /*@media (max-width: 1024px) {
    top: 85px - 20;
  }*/
}
.navigationApps .breadcrumbs {
  margin: 20px 0;
  font-size: 22px;
  line-height: 32px;
  color: #474747;
  text-transform: uppercase;
}
.navigationApps .breadcrumbs a {
  color: #474747;
}
.navigationApps .breadcrumbs a.btn1 {
  color: #fff;
}
.navigationApps .breadcrumbs span {
  color: #00a2ff;
}
.navigationApps .breadcrumbs span.view1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 440px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.navigationApps .breadcrumbs .widget-status-not-published {
  color: #5c5c5c;
}
.navigationApps .breadcrumbs .lock {
  margin-left: 5px;
  vertical-align: -3px;
}
.navigationApps:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.03);
}
.navigationApps .extra {
  width: 965px;
  margin: 0 auto;
  position: relative;
}
.navigationApps .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icon.png) 0 0 no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 11px;
  margin-top: -2px;
}
.navigationApps h1 {
  font-size: 22px;
  font-weight: normal;
  text-transform: none;
  color: #474747;
}
.navigationApps h1 span.up {
  text-transform: uppercase;
}
.navigationApps .view1 {
  color: #00a2ff;
  margin-right: 4px;
}
.navigationApps span.view2 {
  color: #009712 !important;
}
.navigationApps .btn1 {
  float: right;
}
.navigationApps.view .breadcrumbs {
  max-width: 905px;
  margin: 20px auto;
}

/*----------------------------------*/
.user-form-box {
  padding: 95px 10px 30px;
}
.user-form-box.introduce-yourself-form .form-box .checkbox {
  text-align: left;
  font-size: 18px;
}
.user-form-box p {
  text-align: center;
  color: #525252;
  font-size: 17px;
}
.user-form-box .form-box {
  width: 507px;
  margin: 0 auto;
}
.user-form-box .form-box .checkbox {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.user-form-box .form-box p {
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  margin: 0 0 10px;
  color: #979797;
}
.user-form-box .form-box label.prettyCheckbox {
  float: none;
  margin-bottom: 15px;
}
.user-form-box .form-box label.prettyCheckbox .holderWrap {
  float: none;
  display: inline-block;
}
.user-form-box .form-box .form-group {
  margin-bottom: 20px;
}
.user-form-box .form-box .form-group.error input {
  border-color: #ff0d0d;
}
.user-form-box .help-inline {
  font-size: 17px;
  line-height: 20px;
  color: #ff0000;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-align: center;
  display: block;
  margin: -5px 0 10px;
}
.user-form-box .help-inline ul li {
  display: block;
}

.view {
  background: #ffffff;
  min-width: 320px;
}
.view header {
  min-width: 320px;
  height: 72px;
  font-family: "latoregular";
}
.view .user-form-box.response h2 {
  font-family: "lato-light";
  font-size: 28px;
  margin-bottom: 28px;
}
.view .user-form-box .form-box {
  max-width: 100%;
}
.view #logo .logo-title {
  display: none;
}
.view .btn.btn-success, .view .btn-default {
  padding: 0;
}
.view .btn.btn-success::-moz-focus-inner, .view .btn-default::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.view .main-menu > li {
  display: none;
}
.view .main-menu > li:last-child {
  display: block;
}
.view #wrapper {
  min-width: 320px;
}
@media (max-width: 1024px) {
  .view #wrapper {
    min-height: 10px;
  }
}
.view .inner {
  max-width: 100%;
  width: 1250px;
}
.view .sub > li {
  display: none;
}
.view .sub > li:last-child {
  display: block;
}
.view .mobile-menu-toggle {
  display: none;
}
.view .main-menu {
  padding-top: 6px;
}
.view .main-menu a {
  font-size: 17px;
  line-height: 1.2;
}
.view .main-menu .userWrap .sub {
  top: 46px;
}
.view .main-menu.navbar .userWrap .sub {
  position: absolute;
  width: 170px;
  top: 46px;
  right: -30px;
  display: none;
}
.view .main-menu.navbar .userWrap .sub li {
  background: rgb(29, 26, 26);
}
.view .main-menu.navbar .userWrap > li:hover .sub {
  display: block;
}
@media (max-width: 1024px) {
  .view #page-wrapper {
    padding: 80px 0 10px;
  }
  .view header {
    padding: 20px 0;
    height: 80px;
  }
  .view header #logo {
    padding-top: 0;
  }
  .view header #logo img {
    width: 150px;
    height: auto;
  }
  .view header .main-menu {
    padding-top: 0;
  }
  .view .main-menu.navbar .userWrap .userLogin {
    color: #cac9c9;
    font-family: "lato-light";
  }
  .view .main-menu.navbar .userWrap > li:hover {
    padding-bottom: 35px;
  }
  .view .main-menu.navbar .userWrap .sub {
    top: 54px;
  }
  .view .main-menu.navbar a {
    font-size: 17px;
    line-height: 1.2;
  }
  .view .main-menu.navbar {
    position: static;
    height: auto;
    width: auto;
    padding-top: 6px;
    background-color: transparent;
  }
  .view .main-menu.navbar .userWrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .view .autorization {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .view .autorization h2 {
    font-size: 31px;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 34px;
  }
  .view .autorization p {
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .view .autorization span {
    font-size: 20px;
    line-height: 50px;
  }
  .view .autorization ul {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .view .autorization ul li {
    font-size: 27px;
    line-height: 54px;
  }
  .view .autorization .user-form-box {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 60px;
    padding-bottom: 170px;
  }
  .view .autorization .user-form-box .form-box {
    margin-top: 40px;
  }
  .view .autorization .user-form-box .form-box .btn-success, .view .autorization .user-form-box .form-box .btn-default {
    font-size: 31px;
    line-height: 38px;
    text-transform: uppercase;
    color: white;
    height: auto;
    width: 50%;
    margin: 0;
    float: left;
    padding: 21px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .view .autorization .user-form-box .form-box .btn-success.btn-success, .view .autorization .user-form-box .form-box .btn-default.btn-success {
    background: #F9B132;
    border-right: 1px solid white;
  }
  .view .autorization .user-form-box .form-box .btn-success.btn-success:hover, .view .autorization .user-form-box .form-box .btn-default.btn-success:hover {
    background: #f8a819;
  }
  .view .autorization .user-form-box .form-box .btn-success.btn-default, .view .autorization .user-form-box .form-box .btn-default.btn-default {
    background: #D3D3D3;
  }
  .view .autorization .user-form-box .form-box .btn-success.btn-default:hover, .view .autorization .user-form-box .form-box .btn-default.btn-default:hover {
    background: #C4C4C4;
  }
  .view .autorization .btn.btn-success, .view .autorization .btn-default {
    height: 80px;
    font-size: 31px;
    line-height: 80px;
    padding: 0;
  }
  .view .autorization .btn.btn-success::-moz-focus-inner, .view .autorization .btn-default::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .view .main-menu.navbar .userWrap .userLogin {
    font-size: 25px;
    font-family: "latoregular";
    background: url(../img/arrowDownBig.png) 100% 50% no-repeat;
  }
  .view .main-menu.navbar a {
    font-size: 25px;
    font-family: "latoregular";
  }
  .view .main-menu.navbar .userWrap .sub {
    top: 39px;
    width: 240px;
  }
  .view .main-menu.navbar .userWrap .sub li {
    padding: 25px 54px 25px;
  }
  .view .inner {
    padding: 0 25px;
  }
}
@media (max-width: 480px) {
  .view .main-menu.navbar .userWrap .sub {
    top: 36px;
  }
}
@media (min-width: 1025px) {
  .view.view1 #page-wrapper {
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .view.view1 .inner {
    padding: 0 25px;
  }
  .view.view1 .user-form-box.response {
    padding: 40px 25px 30px;
  }
  .view.view1 .user-form-box.response h2 {
    font-size: 31px;
    line-height: 71px;
  }
  .view.view1 .user-form-box.response .form-box .form-group input[type=text], .view.view1 .user-form-box.response .form-box .form-group input[type=email], .view.view1 .user-form-box.response .form-box .form-group input[type=password], .view.view1 .user-form-box.response .form-box .form-group input[type=submit] {
    font-size: 28px;
    height: 76px;
    margin-bottom: 22px;
  }
  .view.view1 .user-form-box.response .form-box .form-group label.prettyCheckbox {
    font-size: 28px;
    line-height: 32px;
    margin-top: 10px;
  }
  .view.view1 .user-form-box.response .form-box .form-group label.prettyCheckbox span.holderWrap {
    margin-top: 8px;
  }
  .view.view1 .user-form-box.response .form-box p {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .view.view1 .user-form-box.response {
    padding-top: 40px;
  }
  .view.view1 .user-form-box.response input[type=submit] {
    font-size: 21px;
    line-height: 55px;
    height: 55px;
  }
}

.autorization {
  max-width: 506px;
  margin: 0 auto;
  font-family: latoregular;
  padding: 85px 15px 30px;
}
.autorization strong {
  font-weight: normal;
}
.autorization .user-form-box {
  max-width: 510px;
  margin: 0 auto;
}
.autorization ul {
  text-align: left;
  display: block;
  font-size: 20px;
  color: #525252;
  line-height: 2em;
  margin-bottom: 30px;
  margin-top: 48px;
}
.autorization ul li {
  list-style: disc;
  list-style-position: inside;
}
.autorization ul li.user-form-list-title {
  list-style: none;
}
.autorization p {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #525252;
}
.autorization .btn {
  width: 50%;
  float: left;
}
.autorization .btn.btn-success {
  border-right: 1px solid #ffffff;
}
.autorization .btn-default {
  padding: 1px 0;
  height: 53px;
  background-color: #d3d3d3;
}
.autorization .btn-default:hover {
  background-color: #c4c4c4;
}
.autorization .clear {
  clear: both;
}

@media screen and (max-width: 639px) {
  .autorization {
    padding-top: 40px;
  }
  .autorization .user-form-box .form-box .btn-success, .autorization .user-form-box .form-box .btn-default {
    padding: 10px 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.slack {
  max-width: none;
  font-family: Lato;
}
.slack h1 {
  color: #333333;
  font-family: "lato-light", "Lato", Arial, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 49px;
  padding: 0;
  margin: 70px 0 10px 0;
}
.slack h4 {
  color: #333333;
  font-family: "latoregular", "Lato", Arial, sans-serif;
  font-size: 17px;
  line-height: 31px;
  text-align: center;
  padding: 0;
}
.slack .table {
  margin: 58px auto 20px;
  display: table;
}
.slack .table .column {
  float: left;
}
.slack .table .column .left {
  text-align: left;
  padding-left: 58px;
}
.slack .table .column > div:first-child {
  border-bottom: 1px solid #cccccc;
  color: #4c4a4a;
  font-family: "latoBold", "Lato", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.slack .table .column > div:first-child img {
  display: block;
  margin: 22px 0 28px;
}
.slack .table .column > div:first-child .slack-logo {
  padding: 5px 0 0 58px;
}
.slack .table .column > div:first-child .slack-logo img {
  width: 48px;
  height: 48px;
  padding: 0;
}
.slack .table .column > div:first-child .arrow {
  display: none;
}
.slack .table .channels {
  text-align: left !important;
  width: 277px;
  padding: 0 0 0 58px;
}
.slack .table .channels img {
  padding: 1px 0 0 58px;
}
.slack .table .cell {
  color: #333333;
  font-size: 24px;
  font-family: "lato-light", "Lato", Arial, sans-serif;
  line-height: 29px;
  text-align: center;
  padding: 25px 0;
}
.slack .table .private:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/slack-channel-private.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin-right: -4px;
}
.slack .table .public:before {
  content: "#";
  width: 10px;
  height: 10px;
  color: #afafaf;
  font-weight: bold;
}
.slack .table .cell:nth-child(even) {
  background-color: #f8f9fb;
}
.slack .clear {
  clear: left;
}
.slack .hint {
  text-align: center;
  padding: 0 24px;
  color: #4c4a4a;
  font-family: "latoregular", "Lato", Arial, sans-serif;
}
.slack .hint p {
  font-size: 17px;
}
.slack .hint .command {
  color: #c25;
}
.slack .save {
  margin: 60px auto 20px;
  width: 190px !important;
  font-size: 22px !important;
  line-height: 30px;
  font-family: "latoregular", "Lato", Arial, sans-serif;
}
.slack .away {
  display: block;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 220px;
  color: #4c4a4a;
  font-family: "latoregular", "Lato", Arial, sans-serif;
}
.slack .away:hover {
  color: #4c4a4a;
}
.slack .channel-name {
  display: none;
}
.slack input[type=checkbox] {
  visibility: hidden;
  position: relative;
  top: 27px;
}
.slack .switch {
  display: block;
  position: relative;
  margin: 14px 93px;
  bottom: 36px;
  width: 0;
  height: 1px;
}
.slack .switch-btn {
  height: 28px;
  width: 28px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #adadad;
}
.slack .switch-btn:before {
  content: "";
  width: 18px;
  height: 6px;
  border: 2px solid #626262;
  position: absolute;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  top: 7px;
  right: 2px;
  display: none;
}
.slack input[type=checkbox]:checked + .switch-btn:before {
  display: block;
}
@media screen and (max-width: 1024px) {
  .slack h1 {
    color: #333333;
    font-family: "latoregular", "Lato", Arial, sans-serif;
    font-size: 19px;
    padding: 0;
    margin: 5px 0 0 0;
    line-height: 34px;
  }
  .slack h4 {
    padding: 0 24px;
    font-size: 12px;
    line-height: 20px;
  }
  .slack .away {
    margin: 0;
    font-family: "latoregular", "Lato", Arial, sans-serif;
    font-size: 14px;
  }
  .slack .hint p {
    font-size: 12px;
  }
  .slack .save {
    margin: 25px auto 0;
    width: 81px !important;
    height: 30px;
    font-family: "latoregular", "Lato", Arial, sans-serif;
    font-size: 14px !important;
  }
  .slack .notice {
    top: 70px;
  }
  .slack .notice .alert {
    font-size: 14px;
    line-height: 20px;
  }
  .slack .table {
    width: 100%;
    margin: 0;
  }
  .slack .table .column {
    float: none;
    margin: 0;
    border-bottom: 3px solid #fff;
  }
  .slack .table .column .tbody {
    display: none;
  }
  .slack .table .column .tbody .cell {
    text-align: left;
    background-color: #ffffff;
    border-bottom: 1px solid #f1f1f1;
    padding: 13px 28px 12px;
  }
  .slack .table .channels, .slack .table .left {
    display: none;
  }
  .slack .table .column > div:first-child {
    padding: 17px 0;
    background-color: #f1f1f1;
    border-bottom: none;
    position: relative;
    font-size: 14px;
    font-family: "latoregular", "Lato", Arial, sans-serif;
  }
  .slack .table .column > div:first-child img {
    margin: 8px auto 0;
    width: 140px;
  }
  .slack .table .column > div:first-child .arrow {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #646464;
    position: absolute;
    right: 34px;
    top: 54px;
    border-bottom: none;
    border-right: none;
    transform: rotate(-135deg);
    cursor: pointer;
    transition: all 250ms ease-out;
  }
  .slack .table .column > div:first-child .rotate {
    transform: rotate(45deg);
    transition: all 250ms ease-out;
  }
  .slack input[type=checkbox] {
    top: 10px;
    left: 35px;
    position: absolute;
  }
  .slack .switch {
    display: block;
    float: right;
    margin: 0;
    top: 4px;
  }
  .slack .switch .checkbox-btn {
    display: none;
  }
  .slack .switch-btn {
    height: 22px;
    width: 40px;
    background: #f1f1f1;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    float: right;
    border: none;
    transition: all 250ms ease-out;
  }
  .slack .switch-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    left: 1px;
    top: 1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    border: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .slack input[type=checkbox]:checked + .switch-btn:before {
    left: 19px;
  }
  .slack input[type=checkbox]:checked + .switch-btn {
    background-color: #4684f3;
  }
  .slack .channel-name {
    display: inline-block;
    font-family: "latoregular", "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px 0;
  }
  .slack .table .private:before {
    width: 12px;
    height: 12px;
    margin-right: -2px;
  }
}

body {
  font-family: "latoRegular", "Lato";
}

.clearAfter:after {
  content: " ";
  display: table;
  clear: both;
}

.section-small {
  max-width: 1320px;
  width: 100%;
  padding: 50px 25px 25px;
  margin: 0 auto;
  overflow: hidden;
}

#icons, .icons-widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#icons *, .icons-widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1440px) {
  .icons-widget {
    height: 100%;
  }
}

.image-switcher {
  border-bottom: 1px solid #dedede;
  padding: 0 80px;
  margin: 20px 0 0;
  height: 53px;
}
.image-switcher li {
  float: left;
  text-transform: uppercase;
  background-color: #ebebeb;
  font-size: 15px;
  line-height: 51px;
  color: #333333;
  font-weight: 700;
  width: 214px;
  text-align: center;
  cursor: pointer;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #ebebeb;
}
.image-switcher li.active {
  border-color: #cccccc;
  height: 53px;
  background-color: #ffffff;
  cursor: default;
}
.image-switcher li.edit:before, .image-switcher li.create:before {
  font-family: "icomoon2";
  display: inline-block;
  vertical-align: middle;
  color: #b1b3b1;
  font-size: 24px;
  margin: -3px 15px 0 0;
}
.image-switcher li.edit:before {
  content: "\e903";
}
.image-switcher li.create:before {
  content: "\e903";
}

.icons .image-selector-tab {
  padding: 30px 30px 13px;
  background-color: #ffffff;
}
.icons.page-icons .image-selector-tab {
  border: solid #dedede;
  border-width: 0 1px 1px;
}
.image-selector-tab .image-tab {
  display: none;
}
.image-selector-tab .top-tabs {
  padding-bottom: 19px;
}
.image-selector-tab .top-tabs .select-box {
  margin-bottom: 0;
  float: left;
  width: 300px;
  height: 38px;
  margin-right: 12px;
  position: relative;
}
.image-selector-tab .top-tabs .select-box .select {
  border: 1px solid #d7d7d7;
  padding: 0 30px;
  font-size: 17px;
  line-height: 36px;
  color: #333333;
  display: block;
  background-color: #f8f8f8;
  text-decoration: none;
  position: relative;
}
.image-selector-tab .top-tabs .select-box .select:after {
  border-top: 8px solid #606060;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none;
  content: "";
  position: absolute;
  top: 15px;
  right: 11px;
}
.image-selector-tab .top-tabs .select-box .popup-select {
  top: 36px;
  background: #f8f8f8;
  border: 1px solid #dedede;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  max-height: 410px;
  overflow-y: auto;
}
.image-selector-tab .top-tabs .select-box .popup-select a {
  color: #333333;
  background: #f8f8f8;
  text-decoration: none;
  border-top: 1px solid #dedede;
  display: block;
  font-size: 17px;
  line-height: 36px;
  padding: 0 10px 0 30px;
  cursor: pointer;
}
.image-selector-tab .top-tabs .select-box .popup-select a:first-child {
  border-top: none;
}
.image-selector-tab .top-tabs .select-box .popup-select a:hover {
  background-color: #C6C6C6;
}
.image-selector-tab .top-tabs .select-box .popup-select .category {
  border-top: 15px solid #dedede;
}
.image-selector-tab .top-tabs input {
  float: left;
  width: 250px;
  font-size: 17px;
  line-height: 20px;
  height: 38px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 0;
}
.image-selector-tab .create-icon-menu {
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 30px;
  background-color: #ededed;
  overflow: hidden;
  margin: 0 0 19px;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal;
}
.image-selector-tab .create-icon-menu a {
  float: left;
  font-size: 17px;
  line-height: 33px;
  width: 137px;
  text-align: center;
  text-decoration: none;
  color: rgba(81, 81, 81, 0.4);
}
.image-selector-tab .create-icon-menu a.active {
  background-color: #ffffff;
  cursor: default;
  color: #515151;
}
.image-selector-tab .top {
  position: relative;
  padding-bottom: 23px;
}
.image-selector-tab .top .image-place {
  float: left;
  background: url(../images/image-place.png) 0 0 no-repeat;
  width: 274px;
  height: 272px;
}
.image-selector-tab .top .play, .image-selector-tab .top .stop {
  background: none;
  position: absolute;
  width: 40px;
  height: 44px;
  top: 66px;
  left: 305px;
  display: block;
  opacity: 0.8;
  box-sizing: border-box;
}
.image-selector-tab .top .play:hover, .image-selector-tab .top .stop:hover {
  opacity: 1;
}
.image-selector-tab .top .play {
  border-style: solid;
  border-width: 22.5px 0 22.5px 40px;
  border-color: transparent transparent transparent #BBBBBB;
}
.image-selector-tab .top .stop:before, .image-selector-tab .top .stop:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #bbbbbb;
}
.image-selector-tab .top .stop:before {
  left: 0;
}
.image-selector-tab .top .stop:after {
  left: 23px;
}
.image-selector-tab .top .select-color {
  float: right;
  width: 375px;
}
.image-selector-tab .top .select-color .color-list {
  float: left;
  width: 140px;
  height: 188px;
}
.image-selector-tab .top .select-color .color-list a {
  float: left;
  width: 28px;
  height: 28px;
  margin: 0 7px 7px 0;
}
.image-selector-tab .top .select-color .color-list a.with-border {
  margin: 0 6px 6px 0;
  border: 1px solid #cacaca;
}
.image-selector-tab .top .select-color .custom-color {
  float: right;
}
.image-selector-tab .top .select-color .current-color {
  clear: both;
  padding-bottom: 17px;
}
.image-selector-tab .top .select-color .current-color label {
  float: left;
  font-size: 17px;
  line-height: 24px;
  color: #6d6f72;
}
.image-selector-tab .top .select-color .current-color input {
  float: right;
  width: 245px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #7b7b7b;
}
.image-selector-tab .top .select-color .btns a {
  display: inline-block;
  color: #515151;
  text-decoration: none;
  font-size: 16px;
  margin-right: 19px;
}
.image-selector-tab .top .select-color .btns .set-all,
.image-selector-tab .top .select-color .btns .reset-all {
  border: 1px solid #a6a6a6;
  border-radius: 16px;
  width: 105px;
  height: 33px;
  text-align: center;
  line-height: 30px;
  background: #ffffff;
}
.image-selector-tab .top .select-color .btns .set-all:hover,
.image-selector-tab .top .select-color .btns .reset-all:hover {
  background: #b5b5b5;
}
.image-selector-tab .top .select-color .btns .pipette {
  line-height: 31px;
  padding-left: 36px;
  position: relative;
}
.image-selector-tab .top .select-color .btns .pipette:before {
  font-family: "icomoon2" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}
.image-selector-tab .frames {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 8px 67px 0 0;
  height: 158px;
}
.image-selector-tab .frames:after {
  content: "";
  background-color: #d6d6d6;
  width: 1px;
  height: 100%;
  top: 0;
  right: 67px;
  position: absolute;
}
.image-selector-tab .frames .frame-btns {
  position: absolute;
  top: 30px;
  right: 15px;
}
.image-selector-tab .frames .frame-btns a {
  width: 36px;
  height: 36px;
  display: block;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  color: #8d8d8d;
}
.image-selector-tab .frames .frame-btns a:before {
  font-family: "icomoon2" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 36px;
  top: 0;
  left: 0;
}
.image-selector-tab .frames .frame-btns a:hover {
  background-color: #D6D6D6;
}
.image-selector-tab .frames .frame-btns a.remove:before {
  content: "\e905";
}
.image-selector-tab .frames .frame-btns a.add {
  margin-bottom: 21px;
}
.image-selector-tab .frames .frame-btns a.add:before {
  content: "\e906";
}
.image-selector-tab .frames .frame-wrap {
  height: 100%;
  overflow: auto;
}
.image-selector-tab .frames .frame-wrap .scroll-wrap {
  padding: 9px 8px 0;
  counter-reset: div;
}
.image-selector-tab .frames .frame-wrap .one {
  float: left;
  width: 100px;
  height: 118px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  margin: -1px;
}
.image-selector-tab .frames .frame-wrap .one:hover, .image-selector-tab .frames .frame-wrap .one.active {
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.image-selector-tab .frames .frame-wrap .one:after {
  content: counter(div);
  counter-increment: div;
  position: absolute;
  height: 15px;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.image-selector-tab .frames .frame-wrap .one .frame-box {
  width: 84px;
  height: 80px;
  background: url(../images/frame-bg.png) 0 0 no-repeat;
  margin: 0 auto;
}
.image-selector-tab .frames .frame-wrap .one .frame-box:hover {
  cursor: pointer;
}
.image-selector-tab .frames .frame-wrap .one .select-box {
  z-index: 2;
  height: 20px;
  text-align: center;
  position: relative;
}
.image-selector-tab .frames .frame-wrap .one .select-box a.select {
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  color: #515151;
  padding-right: 17px;
}
.image-selector-tab .frames .frame-wrap .one .select-box a.select:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 19px;
  border-top: 9px solid #8f8f8f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  width: 0;
  height: 0;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select {
  display: none;
  position: absolute;
  top: 26px;
  width: 84px;
  right: 12px;
  background: #dedede;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 7px;
  border-bottom: 9px solid #dedede;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: none;
  width: 0;
  height: 0;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select a {
  display: block;
  border-top: 1px solid #d2d2d2;
  font-size: 13px;
  line-height: 22px;
  color: #515151;
  text-align: center;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select a:first-child {
  border-top: none;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select a:hover, .image-selector-tab .frames .frame-wrap .one .select-box .popup-select a.active {
  background: #f0f0f0;
}
.image-selector-tab .frames .frame-wrap .one .select-box .popup-select-inner {
  overflow: auto;
  max-height: 110px;
}
.image-selector-tab .frames .jspHorizontalBar {
  margin-bottom: -1px;
  width: calc(100% + 1px);
  border: none;
  border-top: 1px solid #cfcfcf;
}
.image-selector-tab .frames .jspArrowRight {
  float: right;
  right: 2px;
}
.image-selector-tab .bottom.next label {
  width: 135px;
}
.image-selector-tab .save-as {
  display: none;
}
.image-selector-tab .bottom {
  position: relative;
}
.image-selector-tab .bottom ul {
  display: block;
  width: 100%;
  padding-right: 160px;
}
.image-selector-tab .bottom li:after {
  content: " ";
  display: table;
  clear: both;
}
.image-selector-tab .bottom li:not(:last-child) {
  padding-bottom: 10px;
}
.image-selector-tab .bottom label {
  float: left;
  font-size: 19px;
  line-height: 36px;
  text-transform: uppercase;
  width: 190px;
  margin-bottom: 0;
  color: #7a7a7a;
}
.image-selector-tab .bottom input[type=text], .image-selector-tab .bottom select {
  float: left;
  width: 330px;
  height: 38px;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.02);
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #7b7b7b;
  padding: 6px 14px;
  margin-bottom: 0;
}
.image-selector-tab .bottom select {
  background: url("../../../assets/store/images/icons/select-arrow-grey.png") no-repeat top 50% right 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.image-selector-tab .bottom select::-ms-expand {
  display: none;
}
.image-selector-tab .bottom input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 142px;
  height: 35px;
  background: #00a2ff;
  border: none;
  font-size: 16px;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 15px;
}
.image-selector-tab .bottom input[type=submit]:hover {
  background-color: #0092ff;
}
.image-selector-tab .bottom .error {
  color: red;
  padding-left: 190px;
  font-size: 12px;
  clear: both;
}

.image-or-animation .selectApp {
  position: relative;
  font-size: 17px;
  line-height: 20px;
  color: #7e7e7e;
  padding-left: 26px;
}
.image-or-animation .selectApp .delete {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 24px;
  background: url(../images/delete-icon.png) 0 0 no-repeat;
}
.image-or-animation .selectApp .delete:hover {
  background-position: 0 100%;
}
.image-or-animation .selectApp .btn1 {
  float: right;
  margin-top: 25px;
  width: 142px;
  box-sizing: border-box;
  text-align: center;
}
.image-or-animation .selectApp .btn1:hover {
  text-decoration: none;
}
.image-or-animation .selectApp strong {
  color: #333333;
}
.image-or-animation .icon2 {
  width: 99px;
  height: 99px;
  display: inline-block;
  vertical-align: top;
  margin-left: -7px;
  margin-right: 17px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.image-or-animation .icon2 img {
  width: 100%;
  height: auto;
}
.image-or-animation .actions {
  padding: 6px 0;
  width: 83%;
}
.image-or-animation .actions .icon-msg {
  font-family: inherit !important;
}
.image-or-animation .actions .icon-id {
  font-family: inherit !important;
  margin: 10px 0;
}
.image-or-animation .actions .list a {
  margin-right: 16px;
  cursor: pointer;
  color: #4da6ff;
  text-decoration: underline;
}
.image-or-animation .actions .list .report {
  color: red;
}
.image-or-animation .actions .list .remove {
  color: red;
}
.image-or-animation .v-align {
  padding: 36px 0;
}

#animations {
  border: 1px solid #e1e1e1;
  height: 294px;
  margin-bottom: 25px;
  position: relative;
}
#animations .jspVerticalBar {
  z-index: 1;
}

#animationsList {
  padding: 13px 10px 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#animationsList:after {
  content: " ";
  flex: auto;
}
#animationsList .one {
  width: 66px;
  height: 95px;
  padding: 7px 0 0;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
  border: 2px solid transparent;
}
#animationsList .one .img-box {
  text-align: center;
}
#animationsList .one .title, #animationsList .one .subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #5c5c5c;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#animationsList .one:hover, #animationsList .one.active {
  border: 2px solid #c4c4c4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
#animationsList .one:hover .edit, #animationsList .one.active .edit {
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(../img/edit-icon.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
#animationsList .one:hover .edit:hover, #animationsList .one.active .edit:hover {
  background-position: 0 -15px;
}
#animationsList .one:hover .copy, #animationsList .one.active .copy {
  position: absolute;
  top: 2px;
  right: 2px;
  background: url(../img/new-icon.png) 0 0 no-repeat;
  width: 15px;
  height: 15px;
}
#animationsList .one:hover .copy:hover, #animationsList .one.active .copy:hover {
  background-position: 0 -15px;
}
#animationsList .not-found {
  width: 100%;
  display: block;
  text-align: center;
}

.icons-widget:not(.page-icons):not(#create-popup) .hint-face {
  display: none;
}
@media (max-width: 1024px) {
  .icons-widget:not(.page-icons):not(#create-popup) .image-switcher {
    padding: 0 40px;
    height: 40px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .image-switcher li {
    line-height: 38px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .image-switcher li.active {
    height: 40px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab {
    padding: 20px 40px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color {
    width: 290px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color .current-color input {
    width: 170px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color .btns a {
    margin-right: 10px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color .btns .set-all,
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color .btns .reset-all {
    border-radius: 25px;
    width: 85px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color .btns .pipette {
    margin-right: 0;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color .color-list {
    width: 117px;
    height: 165px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .select-color .color-list a {
    width: 22px;
    height: 22px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .play, .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .stop {
    width: 30px;
    height: 34px;
    left: 290px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .play {
    border-width: 17px 0 17px 30px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top .stop:after {
    left: 18px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .bottom label {
    font-size: 17px;
    width: 165px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .bottom input[type=text], .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .bottom select {
    width: 280px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .bottom .error {
    padding-left: 165px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .image-or-animation .selectApp {
    padding-left: 0;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .image-or-animation .icon2 {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -7px;
    margin-right: 17px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
  }
  .icons-widget:not(.page-icons):not(#create-popup) #animations {
    margin-bottom: 15px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .farbtastic, .icons-widget:not(.page-icons):not(#create-popup) .farbtastic .wheel {
    width: 150px;
    height: 150px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .farbtastic .wheel {
    background-size: 100% auto;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .farbtastic .color, .icons-widget:not(.page-icons):not(#create-popup) .farbtastic .overlay {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .icons-widget:not(.page-icons):not(#create-popup) .image-switcher {
    padding: 0 10px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .image-switcher li {
    width: 44%;
    font-size: 13px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .image-switcher li.create:before {
    content: none;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab {
    padding: 10px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top-tabs {
    padding-bottom: 5px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top-tabs .select-box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top-tabs .select-box .popup-select {
    z-index: 99;
    max-height: 330px;
  }
  .icons-widget:not(.page-icons):not(#create-popup).icons .image-selector-tab .top-tabs input {
    float: none;
    width: 100%;
    font-size: 14px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) #animations {
    margin-bottom: 0px;
    overflow-y: auto !important;
  }
  .icons-widget:not(.page-icons):not(#create-popup) .image-or-animation .icon2 {
    margin-left: 0;
    margin-right: 3px;
  }
  .icons-widget:not(.page-icons):not(#create-popup) #create-icon > * {
    display: none !important;
  }
  .icons-widget:not(.page-icons):not(#create-popup) #create-icon > .hint-face {
    display: block !important;
    padding: 20px 15px;
  }
}

.overflov-hide {
  overflow: hidden;
}

.report-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2000;
}
.report-popup .inner {
  max-width: 360px;
  height: auto;
  width: 90%;
  padding: 30px 33px;
  position: absolute;
  color: #323232;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgb(0, 0, 0);
  border-radius: 3px;
  background: #fff;
}
.report-popup .inner h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.report-popup .inner p {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  margin: 14px 0 30px;
}
.report-popup .inner .form-item {
  margin: 0 0 15px 0;
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  color: #323232;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 22px;
}
.report-popup .inner .form-item input[type=radio] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.report-popup .inner .form-item .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: solid 1px #9c9d9d;
}
.report-popup .inner .form-item input:checked ~ .checkmark:after {
  display: block;
}
.report-popup .inner .form-item:hover input ~ .checkmark {
  background-color: #eee;
}
.report-popup .inner .form-item input:checked ~ .checkmark {
  background-color: #fff;
}
.report-popup .inner .form-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.report-popup .inner .form-item .checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64a5f8;
}
.report-popup .inner .form-item input:checked ~ .checkmark:after {
  display: block;
}
.report-popup .inner .form-item .feedback {
  font-size: 16px;
  line-height: 20px;
  height: 0;
  color: #323232;
  display: block;
  opacity: 0;
  border: 1px solid #b6b6b6;
  box-sizing: border-box;
  width: 112%;
  padding: 0 21px;
  font-family: inherit;
  font-weight: 300;
  box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  position: relative;
  left: -30px;
  top: 20px;
  transition: all 0.3s;
}
.report-popup .inner .form-item .feedback::placeholder {
  color: #afafaf;
  font-size: 14px;
}
.report-popup .inner .form-item #other:checked ~ #feedback {
  opacity: 1;
  height: 38px;
  padding: 15px 21px;
  margin-bottom: 50px;
  transition: all 0.3s;
}
.report-popup .inner .form-item .error {
  top: 22px;
  position: absolute;
  left: 28%;
  color: red;
}
.report-popup .inner .success-msg {
  position: absolute;
  height: 95%;
  top: 3px;
  background: white;
  text-align: center;
  padding: 138px 0;
  display: none;
  width: 300px;
  line-height: 1.5;
}
.report-popup input[type=submit] {
  width: 140px;
  height: 40px;
  background-color: #64a5f8;
  font-size: 17px;
  line-height: 1.5;
  border: none;
  color: white;
  text-transform: uppercase;
  transform: translate(58%, 0);
  border-radius: 20px;
}
.report-popup .popup-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-image: url(/assets/store/images/x_mark.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.delete-icon-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2000;
}
.delete-icon-popup .inner {
  max-width: 360px;
  height: auto;
  width: 90%;
  padding: 0;
  position: absolute;
  color: #323232;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgb(0, 0, 0);
  border-radius: 3px;
  background: #fff;
}
.delete-icon-popup .inner h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.delete-icon-popup .inner p {
  margin-bottom: 0;
  font-size: 14px;
}
.delete-icon-popup .inner a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  height: 38px;
  width: 65px;
  color: white;
  text-align: center;
  line-height: 38px;
}
.delete-icon-popup .inner .content {
  padding: 20px 33px;
}
.delete-icon-popup .inner .btns {
  border-top: 1px #eee solid;
  padding: 5px 15px;
  text-align: right;
}
.delete-icon-popup .inner .btns .delete {
  color: red;
}
.delete-icon-popup .inner .btns .cancel {
  color: #4da6ff;
}
.delete-icon-popup .inner .delete-msg {
  position: absolute;
  height: 100%;
  top: 0;
  background: white;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  display: none;
  padding: 60px 20px;
}

/*# sourceMappingURL=main.css.map */
