@font-face {
  font-family: "PTRootUIWebRegular";
  src: url("../fonts/PT%20Root%20UI_Regular.eot");
  src: url("../fonts/PT%20Root%20UI_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PT%20Root%20UI_Regular.woff2") format("woff2"), url("../fonts/PT%20Root%20UI_Regular.woff") format("woff"), url("../fonts/PT%20Root%20UI_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GolosTextWebBlack";
  src: url("../fonts/Golos%20Text_Black.eot");
  src: url("../fonts/Golos%20Text_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos%20Text_Black.woff2") format("woff2"), url("../fonts/Golos%20Text_Black.woff") format("woff"), url("../fonts/Golos%20Text_Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GolosTextWebBold";
  src: url("../fonts/Golos%20Text_Bold.eot");
  src: url("../fonts/Golos%20Text_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos%20Text_Bold.woff2") format("woff2"), url("../fonts/Golos%20Text_Bold.woff") format("woff"), url("../fonts/Golos%20Text_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus-Regular.eot");
  src: url("../fonts/Marcellus-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Marcellus-Regular.woff2") format("woff2"), url("../fonts/Marcellus-Regular.woff") format("woff"), url("../fonts/Marcellus-Regular.ttf") format("truetype"), url("../fonts/Marcellus-Regular.svg#Marcellus-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GolosTextWebRegular";
  src: url("../fonts/Golos%20Text_Regular.eot");
  src: url("../fonts/Golos%20Text_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos%20Text_Regular.woff2") format("woff2"), url("../fonts/Golos%20Text_Regular.woff") format("woff"), url("../fonts/Golos%20Text_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img,
object,
embed {
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

a * {
  cursor: pointer;
}

input,
textarea {
  outline: none;
}

a {
  text-decoration: none;
}

input {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

i {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  height: 100%;
}

body {
  font: 400 16px/1.2 "PTRootUIWebRegular", sans-serif;
  background: #000000;
}

body.show {
  overflow: hidden;
  position: fixed;
}

body.show header {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #151718;
}

body.show header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.show .burger {
  background: transparent;
}

body.show .burger span {
  background: transparent;
}

body.show .burger span::before {
  width: 48.95px;
  height: 1.96px;
  background: #b6b6b6;
  border-radius: 1px;
  bottom: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

body.show .burger span::after {
  width: 48.95px;
  height: 1.96px;
  background: #b6b6b6;
  border-radius: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}

header {
  background-color: rgba(21, 23, 24, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}

.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 80px;
}

@media (max-width: 1024px) {
  .header-holder {
    padding: 22px 20px;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  nav {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
}

nav .nav-link {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  color: #b6b6b6;
  margin-left: 40px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

@media (max-width: 767px) {
  nav .nav-link {
    margin-left: 0;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 42px;
    line-height: normal;
  }
  nav .nav-link:last-child {
    margin-bottom: 0;
  }
}

nav .nav-link:hover {
  color: #ffffff;
}

nav .nav-link:first-child {
  margin-left: 0;
}

.burger {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.burger span {
  width: 28px;
  height: 2px;
  background: #15191a;
  position: relative;
}

.burger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: -4px;
  left: 0;
  background: #15191a;
}

.burger span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #15191a;
}

.title-block {
  padding-top: 327px;
  padding-bottom: 465px;
  position: relative;
  overflow: hidden;
  max-height: 1080px;
}

.title-block::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(22, 22, 22, 0.9)), color-stop(8.85%, rgba(22, 22, 22, 0.9)), to(rgba(30, 30, 30, 0.63))), url(../images/photo_first_screen.jpg);
  background: linear-gradient(270deg, rgba(22, 22, 22, 0.9) 0%, rgba(22, 22, 22, 0.9) 8.85%, rgba(30, 30, 30, 0.63) 100%), url(../images/photo_first_screen.jpg);
  background-size: 100% 100%;
  transform: rotate(0deg);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  z-index: -1;
}

.title-block .title {
  font-size: 144px;
  color: #ffffff;
  font-family: "GolosTextWebBold", sans-serif;
}

@media (max-width: 767px) {
  .title-block .title {
    font-size: 60px;
  }
}

@media (max-width: 374px) {
  .title-block .title {
    font-size: 50px;
  }
}

.title-block .sub-title {
  font-size: 28px;
  color: #dcdcdc;
  font-family: "Marcellus", sans-serif;
  position: relative;
}

.title-block .sub-title .arrow-holder {
  position: absolute;
  left: 0;
  bottom: -230px;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.heading {
  margin-bottom: 82px;
  position: relative;
  z-index: 5;
}

.heading .heading-top {
  font-family: "Marcellus", sans-serif;
  font-size: 18px;
  color: #5a5a5a;
  margin-bottom: 28px;
}

.heading .title {
  font-family: "GolosTextWebBlack", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #b74848;
}

@media (max-width: 425px) {
  .heading .title {
    font-size: 30px;
  }
}

.about-block {
  padding-top: 226px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}

.about-block::before {
  content: "";
  background: url(../images/illustration_2_screen.svg);
  background-repeat: no-repeat;
  position: absolute;
  background-position: 50%;
  -webkit-transform: translate3d(14%, -20%, 0);
          transform: translate3d(14%, -20%, 0);
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 425px) {
  .about-block::before {
    background-position: 20%;
  }
}

.decription-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.decription-holder .decription {
  max-width: 750px;
  width: 100%;
  font-size: 28px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .decription-holder .decription {
    font-size: 22px;
  }
}

.services-block {
  padding: 200px 0;
}

.services-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-holder {
  position: relative;
  width: 726px;
  height: 726px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 180px black;
          box-shadow: inset 0px 0px 180px black;
  background: radial-gradient(50% 50% at 50% 50%, #1a263d 0%, #161616 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .text-holder {
    width: auto;
    height: auto;
  }
}

.text-holder .text {
  font-family: "Marcellus", sans-serif;
  font-size: 32px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .text-holder .text {
    font-size: 23px;
    -webkit-box-shadow: inset 0px 0px 50px 65px #000000;
            box-shadow: inset 0px 0px 50px 65px #000000;
  }
}

.text-holder .text p {
  margin-bottom: 32px;
  text-align: center;
}

.text-holder .text p:last-child {
  margin-bottom: 0;
}

.text-holder .text p span {
  color: #ab7070;
}

.text-holder .img-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: -30px;
  height: 100%;
}

#circle svg {
  width: 100%;
  height: 786px;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-box-shadow: inset 0px 0px 50px 35px #000000;
  box-shadow: inset 0px 0px 50px 85px #000000;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@media (max-width: 767px) {
  #circle svg {
    display: none;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.offer-block {
  padding: 200px 0;
}

.offer-holder {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-holder .sub-title {
  padding-left: 160px;
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #767676;
}

@media (max-width: 767px) {
  .offer-holder .sub-title {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
}

.offer-holder .sub-title .link {
  margin-left: 4px;
  display: block;
  color: #767676;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.offer-holder .sub-title .link:hover {
  color: #ffffff;
}

.offer {
  max-width: 774px;
  width: 100%;
  position: relative;
  padding: 52px 64px;
  background: url(../images/photo_job.jpg);
  background-size: 100%;
  overflow: hidden;
  border-radius: 30px;
}

@media (max-width: 460px) {
  .offer {
    padding: 52px 34px;
  }
}

.offer::before {
  border: 1px dashed #566684;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 38, 61, 0.9)), to(rgba(34, 37, 41, 0.9)));
  background: linear-gradient(270deg, rgba(26, 38, 61, 0.9) 0%, rgba(34, 37, 41, 0.9) 100%);
}

.offer .row {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 6px;
  z-index: 2;
}

@media (max-width: 460px) {
  .offer .row {
    font-size: 18px;
  }
}

.offer .row:last-child {
  margin-bottom: 0;
}

.offer .row.second {
  font-size: 32px;
  font-family: "Marcellus", sans-serif;
}

@media (max-width: 460px) {
  .offer .row.second {
    font-size: 24px;
  }
}

.contact-block {
  padding: 200px 0;
}

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

@media (max-width: 1024px) {
  .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-inner .col {
  width: calc(100% - 650px);
}

@media (max-width: 1024px) {
  .contact-inner .col {
    margin-bottom: 60px;
    max-width: 650px;
    width: 100%;
  }
}

.contact-inner .col.second {
  max-width: 650px;
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .contact-inner .col.second {
    width: 100%;
    max-width: 100%;
  }
}

.contact-inner .contact {
  font-family: "Marcellus", serif;
  font-size: 24px;
  color: #bcbcbc;
  position: relative;
}

@media (max-width: 640px) {
  .contact-inner .contact {
    font-size: 20px;
  }
}

.contact-inner .contact .text-inner {
  position: relative;
  z-index: 3;
}

.contact-inner .contact .text-inner span {
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 640px) {
  .contact-inner .contact .text-inner span {
    margin-bottom: 5px;
  }
}

.contact-inner .contact::before {
  content: "";
  position: absolute;
  width: 528px;
  height: 532px;
  z-index: 1;
  border-radius: 55% 45% 38% 62% / 36% 58% 42% 64%;
  -webkit-border-radius: 55% 45% 38% 62% / 36% 58% 42% 64%;
  -moz-border-radius: 55% 45% 38% 62% / 36% 58% 42% 64%;
  -ms-border-radius: 55% 45% 38% 62% / 36% 58% 42% 64%;
  -o-border-radius: 55% 45% 38% 62% / 36% 58% 42% 64%;
  background: radial-gradient(50% 50% at 50% 50%, #1a263d 0%, #161616 100%);
  left: 50%;
  top: 50%;
  transform: translate3d(-60%, -50%, 0);
  -webkit-transform: translate3d(-60%, -50%, 0);
  -moz-transform: translate3d(-60%, -50%, 0);
  -ms-transform: translate3d(-60%, -50%, 0);
  -o-transform: translate3d(-60%, -50%, 0);
  opacity: 0.7;
  -webkit-box-shadow: inset 0px 0px 50px 65px #000000;
  box-shadow: inset 0px 0px 50px 65px #000000;
}

@media (max-width: 1024px) {
  .contact-inner .contact::before {
    transform: translate3d(-100%, -50%, 0);
    -webkit-transform: translate3d(-100%, -50%, 0);
    -moz-transform: translate3d(-100%, -50%, 0);
    -ms-transform: translate3d(-100%, -50%, 0);
    -o-transform: translate3d(-100%, -50%, 0);
  }
}

@media (max-width: 640px) {
  .contact-inner .contact::before {
    width: 309px;
    height: 311px;
    left: 30%;
    transform: translate3d(-60%, -50%, 0);
    -webkit-transform: translate3d(-60%, -50%, 0);
    -moz-transform: translate3d(-60%, -50%, 0);
    -ms-transform: translate3d(-60%, -50%, 0);
    -o-transform: translate3d(-60%, -50%, 0);
  }
}

.form-inner {
  padding-left: 50px;
}

@media (max-width: 1024px) {
  .form-inner {
    padding-left: 0;
    position: relative;
    z-index: 3;
  }
}

.form-inner .row {
  margin-bottom: 60px;
}

.form-inner .row:last-child {
  margin-bottom: 0;
}

.form-inner .box-field .input {
  font-family: "GolosTextWebRegular", sans-serif;
  font-size: 20px;
  color: #bcbcbc;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #4f4f4f;
  padding: 0 10px 20px 0;
}

@media (max-width: 425px) {
  .form-inner .box-field .input {
    font-size: 16px;
  }
}

.form-inner .box-field .input:hover::-webkit-input-placeholder {
  color: #ffffff;
}

.form-inner .box-field .input:hover:-ms-input-placeholder {
  color: #ffffff;
}

.form-inner .box-field .input:hover::-ms-input-placeholder {
  color: #ffffff;
}

.form-inner .box-field .input:hover::placeholder {
  color: #ffffff;
}

.form-inner .box-field input::-webkit-input-placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.form-inner .box-field input:-ms-input-placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.form-inner .box-field input::-ms-input-placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.form-inner .box-field input::placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.form-inner .box-field .textarea {
  font-family: "GolosTextWebRegular", sans-serif;
  font-size: 20px;
  color: #bcbcbc;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #4f4f4f;
  padding: 0 10px 20px 0;
  height: 45px;
  resize: none;
}

@media (max-width: 425px) {
  .form-inner .box-field .textarea {
    font-size: 16px;
  }
}

.form-inner .box-field .textarea:hover::-webkit-input-placeholder {
  color: #ffffff;
}

.form-inner .box-field .textarea:hover:-ms-input-placeholder {
  color: #ffffff;
}

.form-inner .box-field .textarea:hover::-ms-input-placeholder {
  color: #ffffff;
}

.form-inner .box-field .textarea:hover::placeholder {
  color: #ffffff;
}

.form-inner .box-field textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.form-inner .box-field textarea:-ms-input-placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.form-inner .box-field textarea::-ms-input-placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.form-inner .box-field textarea::placeholder {
  text-transform: uppercase;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.check-edit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #767676;
}

.check-edit a {
  color: #767676;
  margin: 0 3px;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.check-edit a:hover {
  color: #ffffff;
}

.check-edit .input-check {
  display: none;
}

.check-edit .label {
  display: block;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid #606060;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.check-edit .label:after {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 14px;
  height: 7px;
  content: "";
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border: 2px solid #606060;
  border-top: none;
  border-right: none;
  background: transparent;
  display: none;
}

.check-edit .input-check:checked + .label:after {
  display: block;
}

.btn {
  border: none;
  background: #b74848;
  border-radius: 90px;
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  font-family: "GolosTextWebRegular", sans-serif;
  padding: 18px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.btn:hover {
  background-color: #9f3333;
}

.btn svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

footer {
  background: #080808;
}

.footer-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 120px;
}

@media (max-width: 1200px) {
  .footer-holder {
    padding: 45px 30px;
  }
}

@media (max-width: 810px) {
  .footer-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-holder .copi {
  font-size: 18px;
  color: #bcbcbc;
}

.footer-holder .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 810px) {
  .footer-holder .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 45px;
  }
}

.footer-holder .info a {
  margin-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #bcbcbc;
  font-size: 18px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

@media (max-width: 810px) {
  .footer-holder .info a {
    margin-left: 0;
    margin-bottom: 14px;
  }
}

.footer-holder .info a:hover {
  color: #ffffff;
}

.form-page {
  padding-top: 90px;
}

.form-page .label-input {
  display: block;
  margin-bottom: 7px;
  font-family: "GolosTextWebRegular", sans-serif;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 14px;
}

.form-page .box-field .textarea {
  height: 135px;
}

.form-page .btn {
  margin-right: 38px;
}

@media (max-width: 600px) {
  .form-page .btn {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.form-page .btn:last-child {
  margin-right: 0;
}

.form-inner .error-wrap {
  display: none;
  margin-top: 10px;
  color: #a74141;
  font-size: 20px;
}

.form-inner .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-inner .row.error .error-wrap {
  display: block;
}

.form-inner .row.error .input {
  border-color: #a74141;
}

.form-inner .row.error .label-input {
  color: #a74141;
}

.notification-holder {
  padding: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.notification {
  position: relative;
  background: #080808;
  max-width: 473px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 58px 0 85px 0;
}

.notification .cancel {
  position: absolute;
  background: transparent;
  cursor: pointer;
  border: none;
  top: 5px;
  right: -45px;
}

@media (max-width: 650px) {
  .notification .cancel {
    right: 5px;
  }
}

.notification .icon-holder {
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(183, 72, 72, 0.3);
  border-radius: 10px;
  margin-bottom: 24px;
}

.notification .text {
  font-size: 20px;
  color: #ffffff;
}

.notification .text.second {
  font-family: "Marcellus", sans-serif;
  font-size: 32px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */