@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

#app {
  width: 100%;
  height: 100vh;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.align-center {
  align-items: center;
}

.content-center {
  justify-content: center;
}

.content-between {
  justify-content: space-between;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.snippets {
  position: absolute;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
  background: #00C2FF;
  border-radius: 21px 21px 21px 0;
  padding: 7px 25px;
}

.home {
  background: url(../img/home-bg.png) no-repeat center center;
  position: relative;
}

.home:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, #30a9cc 0%, #35b0d5 100%);
  width: 100%;
  height: 100%;
}

.home__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  color: #FFF;
  display: block;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.home__inner {
  max-width: 1330px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.home__advantages {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 53px;
}

.home__advantages li:nth-child(2) {
  margin: 0 60px;
}

.home__advantages li img {
  display: block;
}

.home__advantages li span {
  font-weight: 700;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 15px;
  line-height: 26px;
  letter-spacing: 0.11em;
}

.home__content {
  margin-top: 39px;
}

.home__text p {
  line-height: 30px;
  color: #FFF;
  letter-spacing: 0.07em;
  font-size: 16px;
  margin: 0;
  margin-bottom: 19px;
}

.home__subtitle {
  color: #FFF;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  margin-top: 49px;
}

.home__button {
  margin-top: 35px;
}

.home__button div:nth-child(2) {
  margin-right: 26px;
}

.home__btn {
  border: 0.5px solid #00C2FF;
  box-sizing: border-box;
  box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  background: #FFF;
  cursor: pointer;
  padding: 16px 0;
  min-width: 300px;
  transition: 0.4s;
  position: relative;
  height: 63px;
}

.home__btn:hover {
  background: #00C2FF;
}

.home__btn:hover span {
  color: #FFF;
}

.home__btn:hover svg path, .home__btn:hover svg rect, .home__btn:hover svg circle {
  stroke: #FFF;
}

.home__btn span {
  display: block;
  color: #00C2FF;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 15px;
}

.home__video-wrap {
  position: relative;
}

.home__video-wrap:before {
  content: '';
  position: absolute;
  right: -75px;
  top: -230px;
  background: url(../img/before-home.svg) no-repeat;
  width: 395px;
  height: 395px;
  z-index: 1;
}

.home__video-wrap:after {
  content: '';
  position: absolute;
  top: -49px;
  right: -55px;
  background: url(../img/after-home.svg) no-repeat;
  width: 190px;
  height: 190px;
  z-index: 1;
  animation: canvas 5.5s ease-in infinite;
  background-size: 100% 100%;
}

.home__video-wrap:hover .home__video-play {
  background: url(../img/play-hover.svg) no-repeat center center;
}

.home__video-wrap img {
  display: block;
  position: relative;
  z-index: 2;
}

.home__video-play {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  width: 82px;
  height: 82px;
  background: url(../img/play.svg) no-repeat center center;
  outline: none;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 3;
}

.home .full-screen {
  position: absolute;
  bottom: 0;
  background: url(../img/full-screen.svg) no-repeat;
  width: 33px;
  height: 33px;
  outline: none;
  cursor: pointer;
  border: none;
  background-size: 100% 100%;
  bottom: 35px;
  right: 40px;
  z-index: 10;
  transition: 0.05s;
  z-index: 3;
}

.home .full-screen:hover {
  width: 37px;
  height: 37px;
  bottom: 33px;
  right: 38px;
}

.snippets_home {
  bottom: 42px;
  left: 46px;
  z-index: 3;
}

@keyframes canvas {
  0% {
    width: 190px;
    height: 190px;
  }
  25% {
    top: -238px;
    right: 138px;
  }
  50% {
    top: -212px;
    right: -1px;
    width: 225px;
    height: 225px;
  }
  75% {
  }
  100% {
    top: -49px;
    right: -55px;
    width: 190px;
    height: 190px;
  }
}

.vm2_wrapper {
  z-index: 999;
}

.vm2_settings {
  max-width: 640px !important;
}

#app {
  width: 100%;
  height: 100vh;
}

body {
  overflow-x: hidden;
}

.save__inner {
  border-right: 0 !important;
}

.calculator__inner {
  border-left: 1px solid #4F4F4E;
}

.start-page {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999;
}

#input__file {
  display: none;
  position: absolute;
  z-index: 9999;
}

.textures-wrap {
  position: relative;
}

.textures-wrap .close {
  position: absolute;
  top: 50px;
  right: 60px;
  cursor: pointer;
}

.textures-wrap .prev {
  position: absolute;
  top: 50px;
  left: 60px;
  cursor: pointer;
}

.save__inner a {
  text-decoration: none;
}

.labal-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
}

.control__nav .active {
  color: #313131;
  background: #00C2FF;
}

.choose-type {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  justify-content: center;
}

.choose-type button {
  border: 1px solid #00C2FF;
  box-sizing: border-box;
  border-radius: 15px;
  background: none;
  outline: none;
  color: #00C2FF;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  cursor: pointer;
  margin: 0 10px;
  transition: 0.3s;
}

.choose-type button.active {
  background: #00C2FF;
  color: #313131;
}

.image-back {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-back:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.image-back img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  filter: blur(10px);
}

#imageSrc {
  display: none;
}

#previewBlock {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

#previewBlock canvas {
  background: #313131;
  box-shadow: 0px 0px 25px 12px rgba(0, 0, 0, 0.45);
  transition: 1s;
}

#previewBlock button {
  font-weight: 500;
  font-size: 14px;
  background: #00C2FF;
  border-radius: 15px;
  color: #FFF;
  border: none;
  width: 170px;
  height: 30px;
}

canvas {
  margin: auto;
  display: block;
  width: auto !important;
  max-width: 100%;
  height: 100% !important;
  max-height: 100%;
}

#snippet {
  display: none;
}

.texturesize {
  position: relative;
  margin-right: 15px;
}

.mask-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 110px;
  min-height: 57px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.list-area {
  cursor: default !important;
}

.notActive {
  opacity: 0;
}

.notActive.active {
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 30px;
}

.control__btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 110px;
  min-height: 57px;
  position: relative;
  z-index: 1;
}

.control__btn .maskmarker {
  border: 1px dashed #535353;
  border-radius: 4px;
  outline: none;
  margin: 0 6px;
  width: 24px;
  height: 24px;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 20px;
  cursor: default;
  position: relative;
  z-index: 0;
}

.control__btn .maskmarker:nth-child(4), .control__btn .maskmarker:nth-child(5), .control__btn .maskmarker:nth-child(6) {
  margin-top: 9px;
}

.control__btn button {
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: none;
  outline: none;
  margin: 0 6px;
  width: 24px;
  height: 24px;
  background: #00C2FF;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.control__btn button:nth-child(4), .control__btn button:nth-child(5), .control__btn button:nth-child(6) {
  margin-top: 9px;
}

.control__btn button.hidearea {
  display: block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url(../img/hidearea.svg) no-repeat center center;
  background-color: #535353;
  color: transparent;
}

.texturesize-btn {
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 14px);
  right: -45px;
  transform: translate(0, -50%);
  padding: 0;
  width: 35px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #535353;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  opacity: 0;
  touch-action: none;
  visibility: hidden;
  transition: 0.5s;
}

.texturesize-btn.active {
  opacity: 1;
  touch-action: auto;
  visibility: visible;
}

.texturesize-btn:before {
  content: '';
  position: absolute;
  left: -14px;
  top: 11px;
  border: 7px solid transparent;
  border-right: 7px solid #535353;
}

.texturesize-btn:hover svg path {
  fill: #00C2FF;
}

.texturesize-btn svg {
  width: 17px;
  height: 17px;
}

.imagecons {
  max-width: 1280px;
  width: 100%;
  height: 744px;
  margin: auto;
  position: relative;
}

.imagecons .snippets {
  z-index: 9;
  bottom: 30px;
  left: 30px;
}

.scaleImage.scaleactive svg rect, .scaleImage.scaleactive svg circle, .scaleImage.scaleactive svg path {
  stroke: #00C2FF;
  transition: 0.3s;
}

.scaleImage.scaleactive span {
  color: #00C2FF;
}

.texturesize input {
  background: #535353;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  padding-left: 10px;
  width: 100px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 0px 3px 3px 0;
  display: block;
  color: #AFAFAF;
  height: 27px;
}

.texturesize input::placeholder {
  color: #AFAFAF;
  font-family: 'Roboto', sans-serif;
}

.texturesize span {
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #AFAFAF;
  display: block;
  margin-top: 6px;
  transition: 0.3s;
}

.options__list ul:first-child {
  border-left: 0 !important;
}

.textures-category ul li.active span {
  color: #00C2FF !important;
  border-bottom: 1px solid;
}

.options {
  max-width: 940px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  height: 140px;
  background: rgba(49, 49, 49, 0.8);
  border-radius: 6px;
  padding: 0 50px;
  justify-content: space-between;
}

.options__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.options__list ul:first-child {
  padding-right: 15px;
  margin-right: 15px;
}

.options__list ul li {
  margin: 0 20px;
  cursor: pointer;
}

.options__list ul li:hover span {
  color: #00C2FF;
}

.options__list ul li:hover svg path {
  stroke: #00C2FF;
}

.options__list ul li:hover svg circle {
  stroke: #00C2FF;
}

.options__list ul li span {
  color: #AFAFAF;
  display: block;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.options__btn {
  display: flex;
  flex-direction: column;
}

.options__btn button {
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: #535353;
  outline: none;
  border: none;
  color: #AFAFAF;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 12px;
  cursor: pointer;
  text-align: left;
  transition: 0.3s;
}

.options__btn button:first-child {
  margin-bottom: 13px;
}

.options__btn button:hover {
  background: #00C2FF;
  color: #313131;
}

.option_img {
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  background: #535353;
  width: 54px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
}

.textures-wrap {
  position: absolute;
  top: 0;
  width: 80%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0px);
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 50px;
  padding-top: 50px;
  z-index: 9999999;
}

.textures-inner {
  max-width: 944px;
  margin: auto;
  width: 100%;
}

.textures-inner h3 {
  margin: 0;
  font-size: 21px;
  color: #FFF;
  font-weight: 500;
}

.textures-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  margin-top: 35px;
}

.textures-category ul li {
  margin-right: 22px;
}

.textures-category ul li span {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #A2A2A2;
  cursor: pointer;
}

.hide {
  opacity: 0;
}

.preloader-out {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.preloader-out img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img[data-src] {
  display: none !important;
}

img[data-src] {
  opacity: 0 !important;
}

img[src] {
  opacity: 1 !important;
}

.textures-wrap {
  display: none;
}

.textures-wrap.opened {
  display: block;
}

.input-group {
  display: flex;
  align-items: center;
}

.input-group span {
  margin: 0px;
  background: #535353;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  height: 27px;
  margin-bottom: 10px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px 0 0 3px;
  font-size: 10px;
}

.textures-content {
  position: relative;
}

.textures-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  overflow: auto;
  position: relative;
  max-height: calc(100vh - 275px);
  flex-direction: row;
}

.textures-content ul::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

.textures-content ul::-webkit-scrollbar-track {
  background-color: #ecedee;
}

.textures-content ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #6dc0c8;
}

.textures-content ul::-webkit-scrollbar-thumb:hover {
  background-color: #56999f;
}

.textures-content ul::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

.textures-content ul::-webkit-scrollbar {
  width: 4px;
}

.textures-content ul li {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.textures-content ul li:hover button {
  visibility: visible;
  opacity: 1;
}

.textures-content ul li:hover img {
  border: 2px solid #00C2FF;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.textures-content ul li img {
  width: 100%;
  display: block;
  border-radius: 6px;
  border: 2px solid transparent;
}

.textures-content ul li span {
  letter-spacing: 0.07em;
  font-size: 12px;
  color: #EDEDED;
  display: block;
  margin: 15px 0;
}

.textures-content ul li button {
  width: 124px;
  height: 30px;
  background: #00C2FF;
  border-radius: 15px;
  border: none;
  color: #FFF;
  font-size: 14px;
  position: absolute;
  top: calc(50% - 28px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: 0.5s;
}

.textures-content {
  margin-top: 60px;
}

.snippets_color {
  position: static;
  display: table;
  margin-top: 25px;
}

.window-resize {
  display: flex;
  flex-direction: column;
}

.window-resize span {
  color: #AFAFAF;
  display: block;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.window-resize input {
  background: #535353;
  border: none;
  color: #000;
  height: 35px;
  border-radius: 5px;
  padding-left: 20px;
  max-width: 160px;
  margin-bottom: 10px;
  outline: none;
}

.window-resize input::placeholder {
  color: #AFAFAF;
  font-size: 14px;
}

.object-view {
  flex-wrap: wrap;
  display: none !important;
  justify-content: center;
  max-width: 150px;
  height: 92px;
  margin-right: 25px;
  justify-content: space-between;
  flex-direction: column;
}

.object-view__inner {
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}

.object-view__item {
  width: 24px;
  height: 24px;
  background: #00C2FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.12em;
  font-size: 15px;
  font-weight: 500;
  margin-right: 13px;
}

.object-view__item span {
  color: #313131 !important;
  font-size: 15px !important;
}

.object-view span {
  color: #AFAFAF;
  display: block;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.options__list {
  position: relative;
}

.disable {
  cursor: not-allowed !important;
  opacity: 0.4;
}

.control {
  border-radius: 6px;
  background: rgba(49, 49, 49, 0.8);
  display: flex;
  max-width: 940px;
  width: 100%;
  height: 140px;
  margin: auto;
  margin-top: 40px;
  padding: 0 48px;
  justify-content: space-between;
}

.control__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.control__nav button {
  background: #535353;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 120px;
  margin-bottom: 13px;
  padding: 9px 12px;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #AFAFAF;
  outline: none;
  border: none;
  cursor: pointer;
  min-height: 22px;
  text-align: left;
}

.control__nav button:last-child {
  margin-bottom: 0;
}

.control__content {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.control__content ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.control__content ul:first-child {
  padding-right: 40px;
}

.control__content ul:last-child {
  padding-left: 50px;
}

.control__content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
  margin: 0 20px;
  cursor: pointer;
}

.control__content ul li:hover .control__svg svg rect, .control__content ul li:hover .control__svg svg circle, .control__content ul li:hover .control__svg svg path {
  stroke: #00C2FF;
  transition: 0.3s;
}

.control__content ul li:hover span {
  color: #00C2FF;
}

.control__content ul li:first-child {
  margin-left: 0;
}

.control__content ul li:last-child {
  margin-right: 0;
}

.control__content ul li svg {
  transition: 0.3s;
}

.control__content ul span {
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #AFAFAF;
  display: block;
  margin-top: 14px;
  transition: 0.3s;
}

.control__svg {
  background: #535353;
  box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.25);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.constructor-inner {
  height: 77vh;
  position: relative;
  margin: auto;
}

.snippets-info {
  bottom: 24px;
  left: 32px;
}

@media (max-width: 1270px) {
  .home__text {
    order: 2;
  }
  .home__content {
    flex-wrap: wrap;
  }
  .home__video-wrap:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    background: url(../img/before-home.svg) no-repeat;
    width: 395px;
    height: 395px;
    z-index: 1;
  }
  .home__video-wrap:after {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */