body {
  margin: 0;
  background-color: #e5e5e5;
}

header {
  background: #e5e5e5;
}

a,
button {
  cursor: pointer;
}

input {
  outline: none;
}

.header-menu {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.header-menu .item__left {
  min-width: 40%;
  position: relative;
  z-index: 10;
  text-align: right;
}

.header-menu .item__center {
  min-width: 20%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.header-menu .item__right {
  min-width: 40%;
  position: relative;
  z-index: 10;
}

.header-menu a {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: rgba(17, 22, 31, 0.9);
  padding-top: 15px;
  text-decoration: none;
  z-index: 2;
}

.header-logo img {
  position: relative;
  top: -35px;
  width: 180px;
}

button.portfolio-btn {
  background: #333333;
  border-radius: 20px;
  outline: none;
  border: none;
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 42px;
  margin-left: 65px;
  margin-top: -12px;
}

.simple-blok {
  background: #e5e5e5;
  height: calc(100vh - 246px);
  display: flex;
  justify-content: center;
}

.simple-blok-img {
  width: 832px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/single-fone.jpg);
  background-position: 0 -184px;
  position: absolute;
  bottom: -230px;
  height: 600px;
  background-size: cover;
}

.simple-blok-logo {
  bottom: 0;
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.text-welcome {
  font-family: Cormorant;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  z-index: 2;
}

.text-to {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  transform: rotate(-90deg);
  text-transform: initial;
  display: inline-block;
  z-index: 2;
}

.text-vfm {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  z-index: 2;
}

.simple-blok-text {
  position: absolute;
  bottom: -230px;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(40px);
  height: 230px;
  width: 100%;
  transition: all 5s ease-in-out;
  z-index: 10;
}

.simple-blok.active .simple-blok-text {
  bottom: 0;
}

.simple-blok-text p {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  color: #333533;
  max-width: 1105px;
  display: flex;
  align-items: center;
}

/*---------ABOUT---------------*/

.about {
  margin-top: 210px;
}

.about-block1 {
  width: 100%;
  background: url(../img/bg-about.png);
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 124px;
  z-index: 2;
  position: relative;
}

.about-block1 .about-text {
  max-width: 640px;
  padding: 80px 0 90px 0;
}

.about-block1 .about-text h2 {
  font-family: 'Cormorant', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
}

.about-block1 .about-text p {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  text-align: justify;
  color: #ffffff;
}

.about-block1 .about-img img {
  position: absolute;
  right: 0;
}

.about-block2 {
  display: flex;
  justify-content: flex-end;
}

.about-block2 .about-text {
  max-width: 810px;
  padding: 118px 0 72px 0;
}

.about-block2 .about-text p {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 45px;
  text-align: justify;
  color: #ffffff;
}

.about-block2 .about-content {
  background: rgb(0 0 0 / 98%);
  backdrop-filter: blur(80px);
  width: 71%;
  display: flex;
  flex-direction: column;
  padding: 0 0 168px 81px;
}

.about-block2 .about-content .about-img {
  position: absolute;
  right: 0;
}

.about-block2 .submit_btn {
  margin: inherit;
}

.about-content a {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  text-transform: uppercase;
  color: #333533;
  background: #4ecdc4;
  border-radius: 20px;
  padding: 15px 42px;
}

.about-block3 {
  display: flex;
  justify-content: flex-start;
  z-index: 5;
  margin-top: -123px;
  margin-bottom: 124px;
  position: relative;
  z-index: 10;
}

.about-block3 .about-text p {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 45px;
  text-align: justify;
  color: #333533;
  margin-bottom: 40px;
}

.about-block3 .about-text {
  max-width: 810px;
  padding: 118px 0 56px 0;
}

.about-block3 .about-content {
  background: rgba(250, 250, 250, 0.9);
  backdrop-filter: blur(80px);
  width: 71%;
  display: flex;
  flex-direction: column;
  padding: 0 115px 6px 0;
  align-items: flex-end;
}

.about-block3 .about-content .about-img {
  position: absolute;
  left: 0;
}

.button-subscribe {
  position: relative;
  padding-top: 16px;
}

.button-subscribe input {
  width: 95%;
  background: #ffffff;
  opacity: 0.3;
  border: 1px solid #0a142f;
  border-radius: 25px;
  padding: 27px 0 23px 36px;
}

.button-subscribe input::placeholder {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333533;
  mix-blend-mode: normal;
  opacity: 0.5;
}

.button-subscribe button {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #333533;
  background: #f5cb5c;
  border-radius: 20px;
  padding: 15px 30px;
  border: none;
  position: absolute;
  top: 26px;
  right: 13px;
}

.get-in-touch {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(80px);
  padding: 60px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 124px;
}

.get-in-touch h2 {
  font-family: Cormorant;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #333533;
  display: flex;
  justify-content: flex-start;
}

.get-in-touch-content {
  max-width: 940px;
  display: flex;
  align-items: center;
}

.control-label {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #333533;
  margin-bottom: 22px;
}

.get-in-touch .feedback-form {
  display: flex;
  flex-direction: column;
  width: 350px;
  margin-right: 101px;
}

.feedback-form input {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 20, 47, 0.3);
  border-radius: 25px;
  padding: 27px 0 23px 33px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

.feedback-form input[type='file'] {
  display: none;
}

.get-in-touch-text {
  max-width: 486px;
}

.feedback-form textarea {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 20, 47, 0.3);
  border-radius: 25px;
  padding: 27px 0 0 33px;
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #333533;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 20px;
}

/* input[type='file'] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  display: none;
} */

.label {
  display: flex;
  text-align: end;
  justify-content: flex-end;
}

.label i {
  display: block;
  font-size: 20px;
  padding-bottom: 16px;
  transform: rotate(36deg);
}

.label .title {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #333533;
  mix-blend-mode: normal;
  margin: 0px 15px;
}

.feedback-form button {
  background: #f5cb5c;
  border-radius: 20px;
  padding: 15px 0;
  border: none;
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #333533;
  width: 100%;
}

.get-in-touch-text p {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  text-align: justify;
  color: #333533;
}

.get-in-touch-text p.signature {
  font-family: Dancing Script;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  text-align: end;
  color: #333533;
}

.footer1 {
  display: flex;
  justify-content: flex-end;
}

.footer1-content {
  height: 380px;
  background: #11161f;
  width: 76.5%;
  padding: 0 0 0 113px;
  display: flex;
}

.footer1-content > div {
  display: flex;
  height: 226px;
  align-items: center;
}

.block-logo {
  margin-right: 101px;
}

.block-logo a {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.7;
  display: block;
  text-decoration: none;
}

.footer1-menu a {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-right: 87px;
  text-decoration: none;
}

.footer2 {
  background: rgba(250, 250, 250, 0.9);
  backdrop-filter: blur(80px);
  max-width: 1515px;
  z-index: 5;
  margin-top: -180px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 32px;
  position: relative;
  z-index: 10;
}

.footer2 > div p {
  font-family: Cormorant;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #0a142f;
}

.footer2 > div {
  width: 74%;
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
}

.footer2 > div > .button-subscribe {
  width: 650px;
}

.footer2 .copir p {
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #333533;
}

.footer2 > div.copir {
  justify-content: center;
}

.copir img {
  position: absolute;
  right: 0;
  padding-right: 40px;
}

.reg_form {
  margin-left: -290px;
  width: 880px;
}

.reg_form form {
  margin-top: 10px;
}

.reg_form label {
  width: 100px;
  height: 26px;
  font: bold 12px/26px Arial, san-serif;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

.reg_form input[type='text'],
.reg_form input[type='password'] {
  margin-bottom: 10px;
  padding: 0 3px;
  width: 274px;
  height: 22px;
  font: bold 12px/26px Arial, san-serif;
  border: 1px solid #ccc;
}

.reg_form input[type='submit'] {
  margin: 10px 15px 0 0;
  padding: 3px 10px;
  float: right;
  background: #ccc;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: bold 10px Arial, san-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  behavior: url(PIE.htc);
}

.reg_form input[type='submit']:hover {
  color: #fff;
}

/*-----------Arrow------------*/

div.bg {
  width: 832px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/single-fone.jpg);
  background-position: 0 -184px;
  position: absolute;
  bottom: -230px;
  height: 600px;
  background-size: cover;
}

label.lable-bg {
  display: block;
  width: 35px;
  height: 40px;
  background: url(../img/arrow.png);
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  z-index: 2;
  animation: arrow 1s ease-in-out infinite;
}

@keyframes arrow {
  0%,
  100% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
}

.simple-blok.active div.bg {
  width: calc(100vw - 18px);
  transition: width 5s;
  height: calc(100vh * 2.5);
  top: -1114px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/single-fone.jpg);
  background-size: cover;
}

.text1 {
  z-index: 2;
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  top: 82vh;
}

.ring {
  z-index: 1;
  width: 324px;
  height: 324px;
  text-align: center;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  padding: 21px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 3s linear;
}

.simple-blok.active .ring {
  top: -116vh;
}

.simple-blok.active .text1 {
  transform: rotateZ(-90deg) translateX(-32%) translateY(-95%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 2s linear;
  text-align: left;
  align-items: flex-end;
}

.simple-blok.active .text1 > p.text-welcome {
  font-size: 200px;
  line-height: 1;
}

.simple-blok.active .text1 > p.text-vfm {
  font-size: 150px;
  line-height: 1;
}

.simple-blok.active .text1 > p.text-vfm > span.text-to {
  transform: rotate(90deg);
  font-size: 150px;
}

.popup {
  position: fixed;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}

.popup ::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

.popup ::-webkit-scrollbar-track {
  background: #949494;
}

.popup .multiselect ::-webkit-scrollbar-track {
  margin: 0 0 1rem 0;
}

.popup ::-webkit-scrollbar-thumb {
  background: #11161f;
  border-radius: 10px;
}

.popup__content h2 {
  font-family: 'Cormorant', sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  margin: 1rem 0;
}

.popup__content ul {
  padding-left: 20px;
}

.popup__content ul li,
.popup__content p {
  font-family: 'Avenir', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.popup.active {
  display: flex;
}

.popup__block {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0 5rem 3rem;
  max-height: calc(100vh - 220px);
}

.popup__block .popup__content {
  box-sizing: border-box;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  padding-right: 3rem;
}

.popup__close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -56px;
  top: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
}

/* Multiselect */
.multiselect {
  padding-bottom: 40px;
}

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}

.select-pure__select {
  box-sizing: border-box;
  cursor: pointer;
  padding: 1.5rem 2rem;
  position: relative;
  transition: 0.2s;
  width: 100%;
  border: 1px solid rgba(10, 20, 47, 0.3);
  border-radius: 25px;
}

.select-pure__label {
  position: absolute;
  top: 4.5rem;
  left: 0;
}

.select-pure__options {
  border-radius: 0 0 25px 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 150px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5;
  background-color: #fff;
}

.select-pure__placeholder {
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  opacity: 0.8;
}

.select-pure__select--opened .select-pure__options {
  display: block;
}

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px;
}

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none;
}

.select-pure__option--hidden {
  display: none;
}

.select-pure__selected-label {
  cursor: initial;
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 4px 8px;
  border: 1px solid rgba(10, 20, 47, 0.3);
  border-radius: 8px;
}

.select-pure__selected-label:last-of-type {
  margin-right: 0;
}

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 24px;
  position: relative;
}

.select-pure__selected-label i::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/close.png) center center no-repeat;
  position: absolute;
  top: -12px;
  right: 0px;
}

.select-pure__selected-label i:hover {
  color: #e4e4e4;
}

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

/* Placeholder move UP */
.virtual .input-wrapper {
  position: relative;
}

.virtual .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.virtual .container .half_block {
  min-width: 350px;
  width: calc(50% - 16px);
}

.virtual input,
.virtual label {
  display: block;
}

.virtual input {
  font-family: 'Avenir', sans-serif;
  height: 72px;
  padding: 0 20px;
  width: 100%;
  transition: 0.2s ease-in;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(10, 20, 47, 0.3);
  border-radius: 25px;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
  margin-bottom: 15px;
  outline: none;
}

.virtual textarea {
  border: 1px solid rgba(10, 20, 47, 0.3);
  border-radius: 25px;
  font-size: 16px;
  line-height: 22px;
  resize: vertical;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  min-height: 158px;
  font-family: 'Avenir', sans-serif;
  outline: none;
}

.virtual label {
  font-family: 'Avenir', sans-serif;
  position: absolute;
  transition: all 0.2s ease;
  bottom: 1.7em;
  left: 2em;
  pointer-events: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
}

.virtual .input-wrapper input:not(:placeholder-shown) + label,
.virtual .input-wrapper input:focus + label {
  bottom: 3rem;
  opacity: 0.7;
  font-size: 75%;
}

.files__title {
  font-family: 'Avenir', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
}

.virtual hr {
  background-color: #cfdbd5;
  height: 10px;
  border: none;
  margin-bottom: 2rem;
}

.progress-bar {
  background-color: #20242b;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}

.progress-bar.bg-success {
  background-color: #4ecdc4;
}

.list-unstyled {
  list-style-type: none;
}

.list-unstyled li {
  position: relative;
  padding-inline-start: 2rem;
}

.list-unstyled li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('../img/upload_image.svg') center center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.dm-uploader .btn {
  height: 246px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../img/upload_img.svg') center center no-repeat;
  background-size: contain;
}

.dm-uploader .btn input[type='file'] {
  width: 100%;
  height: 100%;
}

.submit_btn {
  background: #4ecdc4;
  border-radius: 20px;
  outline: none;
  border: none;
  font-family: 'Avenir', sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  text-transform: uppercase;
  color: #333533;
  padding: 15px 42px;
  margin: auto;
  display: block;
}

@media screen and (max-width: 1080px) {
  button.portfolio-btn {
    padding: 15px 26px;
    margin-left: 1rem;
    white-space: nowrap;
  }

  .about-block2 .about-content {
    width: 100%;
    padding: 0 0 167px 40px;
  }

  .about-block2 .about-text {
    padding: 70px 30px 70px;
  }

  .about-block1 .about-img img {
    z-index: -1;
  }

  .about-block3 .about-content {
    width: 100%;
    padding: 15px;
  }

  .get-in-touch {
    padding: 10px 0;
    margin-bottom: 0;
  }

  .get-in-touch-content {
    flex-wrap: wrap;
  }

  .get-in-touch-content {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .footer1-content {
    height: 360px;
    width: 100%;
    padding: 15px;
    display: flex;
  }

  .footer1-content > div {
    height: 190px;
    justify-content: space-between;
    width: 100%;
  }

  .footer1-menu {
    display: flex;
  }

  .footer1-menu a {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  header {
    overflow: hidden;
  }

  .simple-blok.active .simple-blok-text {
    bottom: 6%;
    height: auto;
  }

  .header-logo img {
    width: 120px;
    padding: 0 4vw;
  }

  .simple-blok.active div.bg {
    width: 100vw;
    background-position: 58% 21rem;
    background-repeat: no-repeat;
  }

  .simple-blok-text p {
    font-size: 18px;
    line-height: 30px;
  }

  .ring {
    width: 230px;
    height: 230px;
  }

  .simple-blok.active .ring {
    top: -115vh;
  }

  .about {
    margin-top: 130px;
  }

  .about-block1 .about-text {
    max-width: 100%;
    padding: 80px 15px 90px;
  }

  .simple-blok.active .text1 {
    transform: rotateZ(-90deg) translateX(-60%) translateY(-60%);
  }

  .simple-blok.active .text1 > p.text-vfm {
    font-size: 100px;
  }

  .simple-blok.active .text1 > p.text-vfm > span.text-to {
    font-size: 100px;
  }

  .simple-blok.active .text1 > p.text-welcome {
    font-size: 80px;
  }

  .about-block1 .about-text p {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    background-color: rgba(34, 41, 49, 0.8);
    padding: 15px;
    border-radius: 10px;
    line-height: 30px;
  }

  .about-block2 .about-text p {
    line-height: 30px;
  }

  footer {
    position: relative;
    z-index: 8;
  }

  .footer1-menu {
    flex-direction: column;
  }

  .footer2 {
    align-items: inherit;
    padding-bottom: 80px;
  }

  .footer2 > div {
    width: calc(100% - 30px);
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer2 > div.copir {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer2 > div > .button-subscribe {
    width: 100%;
    margin-top: -2rem;
  }

  .footer2 .copir p {
    width: 100%;
  }

  .copir img {
    position: relative;
    right: inherit;
    max-width: 120px;
    padding-right: 0;
    margin: auto;
  }

  .button-subscribe input {
    width: calc(100% - 40px);
  }

  .header-menu {
    position: relative;
    z-index: 100;
  }

  button.portfolio-btn {
    position: fixed;
    left: 0;
    bottom: 1rem;
  }

  .simple-blok-img {
    width: 100%;
  }

  .about-block1 {
    margin-bottom: 0;
  }

  .header-menu .item__center {
    min-width: inherit;
  }

  .about-block3 {
    margin-top: -120px;
    margin-bottom: 0;
  }

  .about-block3 .about-content .about-img {
    left: inherit;
    bottom: 0;
  }

  .about-block3 .about-content .about-img img {
    height: 130vh;
  }

  .about-block3 {
    overflow: hidden;
  }

  .about-block3 .about-text {
    padding: 20px 0 40px 0;
  }

  .about-block3 .about-text p {
    line-height: 30px;
  }

  .feedback-form input {
    padding: 20px 26px;
    margin-bottom: 20px;
    margin-top: 12px;
  }

  .feedback-form textarea {
    padding: 20px 26px;
  }

  .block-logo {
    margin-right: 0;
  }

  .block-logo a {
    display: flex;
    margin-top: 1rem;
  }

  .block-logo a img {
    margin-left: 1rem;
  }

  .get-in-touch .feedback-form {
    width: 100%;
    margin-right: 0;
    padding: 0 15px;
  }

  .get-in-touch-text {
    max-width: 100%;
    padding: 0 15px;
  }

  .get-in-touch-text p {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 400px) and (max-height: 850px) {
  .simple-blok.active div.bg {
    background-position: 58% 30rem;
    height: calc(100vh * 1.8);
  }
}

@media (min-height: 600px) and (max-width: 365px) {
  .simple-blok.active .ring {
    top: -120vh;
  }
  .simple-blok.active div.bg {
    background-position: 58% 34rem;
    height: calc(100vh * 1.8);
  }
}
