@charset "UTF-8";
/*FONTS.CSS*/
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome';
  src: url(../fonts/fa-solid-900.ttf);
  font-weight: 900;
}

@font-face {
  font-family: 'Font Awesome';
  src: url(../fonts/fa-regular-400.ttf);
  font-weight: 400;
}

/*RESET.CSS*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Open Sans', 'Arial', 'Tahoma', sans-serif;
  font-size: 16px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
  color: #000;
}

/*MAIN.CSS*/
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-resizer {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

::-webkit-scrollbar {
  width: 0px;
}

.site header .row .menu-wrapper, .site header .row .title-wrapper, .site header .row .menu-wrapper-back, .float_btn .row .col-md-2, .site .about .col-md-10, .site .contacts .row .form, .site footer .col-md-4, .popup_wrapper, .popup_wrapper .popup .rowz, .questions .answers .answer label .selected {
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  perspective: 1000px;
  overflow: hidden;
  background-color: #2e7d32;
  background-image: linear-gradient(90deg, #3ca241, #2e7d32);
}

h4 {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #444;
  margin-top: 160px;
  margin-bottom: 100px;
}

.btn {
  display: block;
  text-align: center;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #3ca241, #2e7d32);
  background-color: #3ca241;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: .3s;
  box-shadow: -1px 2px 6px #2e7d32;
}

.btn:hover {
  background-position: 400px 0;
  box-shadow: 0px 4px 8px #2e7d32;
}

h6.logo {
  font-size: 36px;
  font-weight: 700;
  user-select: none;
  letter-spacing: 10px;
  color: #555;
}

h6.logo span {
  color: #2e7d32;
}

.theme {
  position: fixed;
  height: 50px;
  width: 50px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  z-index: -1;
}

.theme i {
  font-size: 40px;
  line-height: 50px;
}

.theme .colors {
  transition: 0.3s;
  cursor: default;
  position: absolute;
  top: 50px;
  background-color: #fff;
  width: 50px;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}

.theme .colors .color-picker {
  margin: auto;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px;
}

.theme .colors .color-picker:last-child {
  margin-bottom: 10px;
}

.theme .colors .color-picker.green {
  background-color: #2e7d32;
}

.theme .colors .color-picker.purple {
  background-color: #b419c1;
}

.theme .colors .color-picker.orange {
  background-color: #db9729;
}

.theme .colors .color-picker.blue {
  background-color: #2736eb;
}

.theme .colors .color-picker.black {
  background-color: #000000;
}

.theme .colors .color-picker.red {
  background-color: #ad1212;
}

.theme.open {
  background-color: #fff;
  color: #000000;
  z-index: 999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.theme.open .colors {
  height: 340px;
  opacity: 1;
}

.site {
  height: 100vh;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  transition: .5s;
  z-index: 100;
}

.site-open {
  transform: rotateY(-20deg) translateX(100px) scale(0.5);
}

.site header {
  width: 100%;
  background-color: #fff;
}

.site header .row {
  height: 200px;
}

.site header .row .menu-wrapper menu {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 2px 10px #a5a5a5;
  position: relative;
}

.site header .row .menu-wrapper menu .line {
  position: absolute;
  background-color: #000;
  width: 50%;
  height: 2px;
  left: 25%;
}

.site header .row .menu-wrapper menu .line.first {
  top: 30%;
}

.site header .row .menu-wrapper menu .line.second {
  top: calc(50% - 1px);
}

.site header .row .menu-wrapper menu .line.third {
  bottom: 30%;
}

.site header .row .menu-wrapper-back menu {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 2px 10px #a5a5a5;
  position: relative;
}

.site header .row .menu-wrapper-back menu .line {
  position: absolute;
  background-color: #000;
  width: 50%;
  height: 2px;
  left: 25%;
  top: calc(50% - 1px);
  transition: .3s;
}

.site header .row .menu-wrapper-back menu .line.first {
  transform: rotate(0deg);
  width: 30%;
  transform-origin: 0% 50%;
}

.site header .row .menu-wrapper-back menu .line.third {
  width: 30%;
  transform-origin: 0% 50%;
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .site header .row .menu-wrapper-back menu .line.first {
    transform: rotate(-45deg);
  }
  .site header .row .menu-wrapper-back menu .line.third {
    transform: rotate(45deg);
  }
}

.site header .row .menu-wrapper-back menu:hover .line.first {
  transform: rotate(-45deg);
}

.site header .row .menu-wrapper-back menu:hover .line.third {
  transform: rotate(45deg);
}

.float_btn {
  position: fixed;
  width: 100%;
  top: -100px;
  transition: .5s;
  z-index: 102;
}

.float_btn.showed {
  top: 0;
}

.float_btn .row {
  height: 100px;
}

.floatingMenuBtn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 2px 10px #a5a5a5;
  position: relative;
  background-color: #fff;
  transition: .5s;
}

.floatingMenuBtn .line {
  position: absolute;
  background-color: #000;
  width: 50%;
  height: 2px;
  left: 25%;
}

.floatingMenuBtn .line.first {
  top: 30%;
}

.floatingMenuBtn .line.second {
  top: calc(50% - 1px);
}

.floatingMenuBtn .line.third {
  bottom: 30%;
}

.floatingMenuBtnBack {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 1px 2px 10px #a5a5a5;
  position: relative;
  background-color: #fff;
}

.floatingMenuBtnBack .line {
  position: absolute;
  background-color: #000;
  width: 50%;
  height: 2px;
  left: 25%;
  top: calc(50% - 1px);
  transition: .3s;
}

.floatingMenuBtnBack .line.first {
  transform: rotate(0deg);
  width: 30%;
  transform-origin: 0% 50%;
}

.floatingMenuBtnBack .line.third {
  width: 30%;
  transform-origin: 0% 50%;
  transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .floatingMenuBtnBack .line.first {
    transform: rotate(-45deg);
  }
  .floatingMenuBtnBack .line.third {
    transform: rotate(45deg);
  }
}

.floatingMenuBtnBack:hover .line.first {
  transform: rotate(-45deg);
}

.floatingMenuBtnBack:hover .line.third {
  transform: rotate(45deg);
}

.menu {
  position: fixed;
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.menu .close-menu {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 10%;
  cursor: pointer;
}

.menu .close-menu .line {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
}

.menu .close-menu .line.first {
  transform: rotate(45deg);
}

.menu .close-menu .line.second {
  transform: rotate(-45deg);
}

.menu-inside {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 50vh;
}

.menu-inside a {
  color: #fff;
  font-size: 36px;
  display: block;
  height: 70px;
  line-height: 70px;
  width: 240px;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50vw);
  position: relative;
}

.menu-inside a:nth-child(1) {
  transition: all 0.5s, transform 0.5s 0.1s, color 0.2s;
}

.menu-inside a:nth-child(2) {
  transition: all 0.5s, transform 0.5s 0.2s, color 0.2s;
}

.menu-inside a:nth-child(3) {
  transition: all 0.5s, transform 0.5s 0.3s, color 0.2s;
}

.menu-inside a:nth-child(4) {
  transition: all 0.5s, transform 0.5s 0.4s, color 0.2s;
}

.menu-inside a:nth-child(5) {
  transition: all 0.5s, transform 0.5s 0.5s, color 0.2s;
}

.menu-inside a::before, .menu-inside a::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 20%;
  top: calc(50% - 1px);
  transition: .5s;
  opacity: 0;
}

.menu-inside a::before {
  left: -20%;
  transform: translateX(50%);
}

.menu-inside a::after {
  right: -20%;
  transform: translateX(-50%);
}

.menu-inside a:hover {
  color: #e6e6e6;
}

.menu-inside a:hover::before, .menu-inside a:hover::after {
  transform: translateX(0);
  opacity: 1;
  background-color: #e6e6e6;
}

.menu.open {
  z-index: 101;
}

.menu.open a {
  transform: translateX(0);
}

.site section {
  width: 100%;
}

.site .main {
  background-color: rgba(139, 195, 74, 0);
  background-image: url(../img/bg.png);
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center 0;
  height: auto;
  min-height: calc(100vh - 200px);
  padding-bottom: 100px;
}

.site .main a.btn {
  height: 80px;
  width: 400px;
  line-height: 80px;
}

.site .main p.pushing {
  font-size: 34px;
  width: 100%;
  text-align: center;
  padding-top: 160px;
}

.site .main small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 100px;
}

.site .about {
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 100vh;
}

.site .about .row {
  min-height: 100vh;
}

.site .about .col-md-10 .card {
  width: 100%;
  background: #fff;
  margin: 50px 0;
  padding: 50px;
  border-radius: 20px;
  box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.2);
  transition: 1s;
  opacity: 0;
}

.site .about .col-md-10 .card.active {
  opacity: 1;
}

.site .about .col-md-10 .card h4 {
  margin-top: 80px;
  margin-bottom: 50px;
}

.site .about .col-md-10 .card p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 25px;
}

.site .skills {
  background-color: #fff;
  height: auto;
  min-height: 100vh;
}

.site .skills .col-md-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site .skills .col-md-10 .skill {
  width: 100%;
  height: 50px;
  position: relative;
}

.site .skills .col-md-10 .skill h5.name {
  display: block;
  line-height: 50px;
  font-size: 19px;
  font-weight: 400;
}

.site .skills .col-md-10 .skill .max_line {
  position: absolute;
  width: 75%;
  height: 19px;
  top: 15.5px;
  left: 25%;
  border-radius: 999px;
}

.site .skills .col-md-10 .skill .max_line.n-1 {
  background-color: #fff8f7;
}

.site .skills .col-md-10 .skill .max_line.n-2 {
  background-color: #e6b5ee;
}

.site .skills .col-md-10 .skill .max_line.n-3 {
  background-color: #fff4d3;
}

.site .skills .col-md-10 .skill .max_line.n-4 {
  background-color: #d9eeda;
}

.site .skills .col-md-10 .skill .max_line.n-5 {
  background-color: #d1d6ef;
}

.site .skills .col-md-10 .skill .max_line.n-6 {
  background-color: #daceef;
}

.site .skills .col-md-10 .skill .max_line.n-7 {
  background-color: #c5ecfe;
}

.site .skills .col-md-10 .skill .max_line.n-8 {
  background-color: #fff2ee;
}

.site .skills .col-md-10 .skill .max_line .line {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: 1s cubic-bezier(0.8, 0.01, 0.2, 1);
  width: 0;
  border-radius: 999px;
}

.site .skills .col-md-10 .skill .max_line .line.n-1 {
  background-color: #f44336;
  box-shadow: 0px 1px 5px #f77066;
}

.site .skills .col-md-10 .skill .max_line .line.n-1::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line.n-2 {
  background-color: #9c27b0;
  box-shadow: 0px 1px 5px #bc37d3;
}

.site .skills .col-md-10 .skill .max_line .line.n-2::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line.n-3 {
  background-color: #ffc107;
  box-shadow: 0px 1px 5px #ffce3a;
}

.site .skills .col-md-10 .skill .max_line .line.n-3::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line.n-4 {
  background-color: #4caf50;
  box-shadow: 0px 1px 5px #6ec071;
}

.site .skills .col-md-10 .skill .max_line .line.n-4::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line.n-5 {
  background-color: #3f51b5;
  box-shadow: 0px 1px 5px #606fc7;
}

.site .skills .col-md-10 .skill .max_line .line.n-5::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line.n-6 {
  background-color: #673ab7;
  box-shadow: 0px 1px 5px #8259cb;
}

.site .skills .col-md-10 .skill .max_line .line.n-6::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line.n-7 {
  background-color: #03a9f4;
  box-shadow: 0px 1px 5px #2ebcfc;
}

.site .skills .col-md-10 .skill .max_line .line.n-7::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line.n-8 {
  background-color: #ff5722;
  box-shadow: 0px 1px 5px #ff7e55;
}

.site .skills .col-md-10 .skill .max_line .line.n-8::before {
  color: #fff;
}

.site .skills .col-md-10 .skill .max_line .line::before {
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 14px;
  opacity: 0;
  transition: 1s;
}

.site .skills .col-md-10 .skill .max_line .line.n-1::before {
  content: '90%';
}

.site .skills .col-md-10 .skill .max_line .line.n-2::before {
  content: '80%';
}

.site .skills .col-md-10 .skill .max_line .line.n-3::before {
  content: '95%';
}

.site .skills .col-md-10 .skill .max_line .line.n-4::before {
  content: '85%';
}

.site .skills .col-md-10 .skill .max_line .line.n-5::before {
  content: '70%';
}

.site .skills .col-md-10 .skill .max_line .line.n-6::before {
  content: '75%';
}

.site .skills .col-md-10 .skill .max_line .line.n-7::before {
  content: '85%';
}

.site .skills .col-md-10 .skill .max_line .line.n-8::before {
  content: '80%';
}

.site .skills .col-md-10 .skill .max_line .line.active::before {
  opacity: 1;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-1 {
  width: 90%;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-2 {
  width: 80%;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-3 {
  width: 95%;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-4 {
  width: 85%;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-5 {
  width: 70%;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-6 {
  width: 75%;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-7 {
  width: 85%;
}

.site .skills .col-md-10 .skill .max_line .line.active.n-8 {
  width: 80%;
}

.site .portfolio {
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 100vh;
  height: auto;
}

.site .portfolio .row .col-md {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.site .portfolio .row .col-md .work {
  overflow: hidden;
  height: 300px;
  width: 300px;
  margin-bottom: 50px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.site .portfolio .row .col-md .work.n-1 {
  background-color: #eeadad;
}

.site .portfolio .row .col-md .work.n-2 {
  background-color: #8dd290;
}

.site .portfolio .row .col-md .work.n-3 {
  background-color: #92c2f2;
}

.site .portfolio .row .col-md .work::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: .5s;
  z-index: 1;
}

.site .portfolio .row .col-md .work:hover::before {
  opacity: 1;
}

.site .portfolio .row .col-md .work:hover img {
  transform: scale(1.1);
}

.site .portfolio .row .col-md .work img {
  width: 100%;
  height: 100%;
  transition: .5s;
}

.site .portfolio a.btn {
  height: 60px;
  width: 200px;
  line-height: 60px;
  margin-bottom: 50px;
}

.site .portfolio a.btn:hover {
  background-position: 200px 0;
}

.site .contacts {
  background-color: rgba(205, 220, 57, 0);
  padding-bottom: 160px;
}

.site .contacts .row .text p {
  margin-bottom: 30px;
}

.site .contacts .row .text .social {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 160px;
  margin-top: 100px;
}

.site .contacts .row .text .social a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #afafaf;
  border-radius: 50px;
  margin: 20px;
  transition: .3s;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.site .contacts .row .text .social a i {
  font-size: 36px;
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.site .contacts .row .text .social .vk:hover {
  background-color: #4a76a8;
}

.site .contacts .row .text .social .telegram:hover {
  background-color: #40a7e3;
}

.site .contacts .row .text .social .github:hover {
  background-color: #24292e;
}

.site .contacts .row .form__elem {
  width: 300px;
}

.site .contacts .row .form__input {
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}

.site .contacts .row .form__input input {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
  margin-bottom: 30px;
  font-size: 24px;
  outline: none;
  transition: .3s;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #aaa;
}

.site .contacts .row .form__input input:focus {
  border-bottom: 2px solid #2e7d32;
}

.site .contacts .row .form__input input:focus + label {
  font-size: 14px;
  top: -80%;
  color: #2e7d32;
}

.site .contacts .row .form__input input:valid {
  border-bottom: 2px solid #2e7d32;
}

.site .contacts .row .form__input input:valid + label {
  font-size: 14px;
  top: -80%;
  color: #2e7d32;
}

.site .contacts .row .form__input input + label {
  font-size: 24px;
  display: block;
  line-height: 50px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #aaa;
  user-select: none;
  cursor: text;
  transition: .3s;
}

.site .contacts .row .form__btn {
  display: block;
  height: 50px;
  width: 250px;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 50px;
  border: none;
  cursor: pointer;
}

.site .contacts .row .form__btn:active {
  outline: none;
}

.site .contacts .row .form__btn:hover {
  background-position: 250px 0;
}

.site footer {
  min-height: 50vh;
  background-color: #212121;
  padding-bottom: 100px;
}

.site footer .col-md-4 {
  flex-direction: column;
  padding-top: 100px;
}

.site footer p.title {
  color: #fff;
}

.site footer ul, .site footer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site footer ul {
  margin-top: 10px;
  margin-bottom: 30px;
}

.site footer ul li {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.site footer ul li a {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.site footer .copy {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.site footer h6 {
  color: #c9c9c9;
  margin-bottom: 100px;
}

.site footer li {
  position: relative;
}

.site footer li.phone::before, .site footer li.mail::before {
  font-family: 'Font Awesome';
  position: absolute;
  left: -25px;
  top: 4px;
  color: #fff;
}

.site footer li.phone::before {
  content: '';
  font-weight: 900;
}

.site footer li.mail::before {
  content: '';
  font-weight: 400;
}

section.works {
  min-height: 100vh;
  width: 100%;
  padding-bottom: 160px;
}

section.works .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

section.works .wrapper .work {
  width: 300px;
  height: 450px;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  transition: box-shadow .2s;
  cursor: pointer;
  margin: 30px;
  border-radius: 10px;
}

section.works .wrapper .work:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
}

section.works .wrapper .work:hover .img img {
  transform: scale(1.1);
}

section.works .wrapper .work .img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(127, 239, 58, 0.24);
}

section.works .wrapper .work .img img {
  width: 100%;
  height: 100%;
  transition: .2s;
}

section.works .wrapper .work .text {
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.works .wrapper .work .text p {
  width: 100%;
  text-align: center;
}

.popup_wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  transition: opacity .5s, left 0s .5s, top 0s .5s;
  opacity: 0;
  left: -9999px;
  top: -9999px;
  cursor: pointer;
}

.popup_wrapper .popup {
  background-color: #fff;
  position: absolute;
  height: 80vh;
  width: 90%;
  transform: scale(0);
  max-width: 1140px;
  transition: .5s;
  border-radius: 25px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  cursor: default;
}

.popup_wrapper .popup .rowz {
  min-height: 50px;
}

.popup_wrapper .popup .rowz p {
  color: rgba(0, 0, 0, 0.3);
}

.popup_wrapper .popup .rowz p span {
  color: #000;
}

.popup_wrapper .popup .title span {
  font-weight: 800;
}

.popup_wrapper .popup .work-link p {
  padding-left: 30px;
}

.popup_wrapper .popup .work-link p span {
  color: #00f;
}

.popup_wrapper .popup .work-link a {
  margin: 0 0 0 10px;
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}

.popup_wrapper .popup .decription {
  padding: 30px;
}

.popup_wrapper .popup .photos {
  flex-direction: column;
}

.popup_wrapper .popup .photos p {
  width: 100%;
  text-align: left;
  padding-left: 30px;
}

.popup_wrapper .popup .photos img {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.popup_wrapper.open {
  opacity: 1;
  left: 0;
  top: 0;
  transition: top 0s .0s, left 0s .0s, opacity .5s;
}

.popup_wrapper.open .popup {
  transform: scale(1);
}

.questions {
  padding-bottom: 160px;
  transition: 0.3s;
}

.questions h4 {
  margin-top: 50px;
  margin-bottom: 33.33333px;
  font-size: 31px;
  transition: 0.3s;
}

.questions h4 span.price {
  color: #2e7d32;
}

.questions h4.contact {
  margin-top: 100px;
}

.questions p.title {
  width: 100%;
  text-align: center;
  font-size: 19px;
  margin-bottom: 50px;
  color: #5C5C5C;
  transition: 0.3s;
}

.questions p.description {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
  color: #5C5C5C;
}

.questions p.description.bugs {
  margin-bottom: 25px;
}

.questions p.note {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
  color: #5C5C5C;
}

.questions p.note a {
  color: #2e7d32;
}

.questions input {
  display: none;
}

.questions .answers {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 1;
  transition: 0.3s;
}

.questions .answers .answer {
  margin: 20px;
  height: 400px;
}

.questions .answers .answer label {
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  position: relative;
}

.questions .answers .answer label:hover {
  box-shadow: 2px 2px 60px rgba(0, 0, 0, 0.4);
}

.questions .answers .answer label::before {
  display: block;
  content: '';
  position: absolute;
  top: 25%;
  left: -100%;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 46px;
  text-align: center;
  line-height: 100px;
  transition: 0.3s;
}

.questions .answers .answer label:hover::before {
  left: 0;
}

.questions .answers .answer label .selected {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transition: 0.3s;
}

.questions .answers .answer label .selected .check {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #2e7d32;
  background-image: linear-gradient(90deg, #3ca241, #2e7d32);
  opacity: 0.9;
  text-align: center;
}

.questions .answers .answer label .selected .check i {
  color: #fff;
  font-size: 100px;
  line-height: 200px;
}

.questions .answers .answer label img {
  width: 100%;
}

.questions .answers .answer label h5 {
  width: 100%;
  text-align: center;
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.questions .answers .answer label p {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.questions .answers .answer label[for=r1]::before {
  content: '40$';
}

.questions .answers .answer label[for=r2]::before {
  content: '50$';
}

.questions .answers .answer label[for=r3]::before {
  content: '300$';
}

.questions .answers .answer label[for=r4]::before {
  content: '400$';
}

.questions .answers .answer input:checked + label > .selected {
  opacity: 1;
}

.questions .btn {
  margin: 50px auto 0 auto;
  width: 400px;
  height: 50px;
  line-height: 50px;
}

.questions .answers.vertical {
  flex-direction: column;
  justify-content: center;
}

.questions .answers.vertical .answer-vertical {
  width: 100%;
  height: 70px;
}

.questions .answers.vertical .answer-vertical label {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.questions .answers.vertical .answer-vertical label::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 1px;
  width: 90%;
  left: 5%;
  background-color: #DBDBDB;
}

.questions .answers.vertical .answer-vertical label .text {
  width: 100%;
  line-height: 70px;
  padding-left: 30px;
}

.questions .answers.vertical .answer-vertical label .price {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.questions .answers.vertical .answer-vertical input:checked + label {
  background-color: #2e7d32;
  color: #fff;
}

.questions .hide, .questions.hide {
  opacity: 0;
}

.feedback__field {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
}

.feedback__field input {
  max-width: 250px;
  opacity: 1;
  position: relative;
  display: block;
  height: 50px;
  font-size: 24px;
  outline: none;
  transition: .3s;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #aaa;
  color: #2e7d32;
}

.feedback__field input:focus {
  border-bottom: 2px solid #2e7d32;
}

.feedback__field .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 10px;
}

.feedback__field:nth-child(2n) {
  justify-content: flex-start;
}

.feedback__field:nth-child(2n+1) {
  justify-content: flex-end;
}

.feedback__field:nth-child(2n+1) input {
  order: 0;
}

.feedback__field:nth-child(2n+1) .icon {
  order: 1;
}

@media screen and (max-width: 767px) {
  h4 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .menu-inside a {
    font-size: 20px;
    width: 140px;
  }
  .site .main p.pushing {
    font-size: 28px;
  }
  .site .main small {
    font-size: 18px;
  }
  .site .main a.btn {
    height: 60px;
    line-height: 60px;
    width: 300px;
    font-size: 18px;
  }
  .site .main a.btn:hover {
    background-position: 300px 0;
  }
  .site .about .row .card {
    padding: 20px;
  }
  .site .skills .col-md-6 h1 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .site .skills .col-md-10 {
    margin-bottom: 80px;
  }
  .site .skills .col-md-10 .skill {
    height: 80px;
  }
  .site .skills .col-md-10 .skill .max_line {
    width: 100%;
    height: 19px;
    top: 40.5px;
    left: 0%;
  }
  .site .portfolio .col-md-6 h1 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .popup .work-link {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .questions .answers {
    flex-direction: column;
  }
  .questions .answers .answer {
    max-width: 300px;
    height: 450px;
  }
  .questions .btn {
    width: 300px;
  }
}
