/***************************************************              GENERAL RESET STYLES             ***************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
  font-family: "Proxima Nova";
  color: #fff;
  /* extra bold */
  /* font-family: 'Proxima Nova Th'; */
}
*:focus {
  outline: none;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border-style: none;
  max-width: 100%;
}
form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input,
textarea,
select {
  vertical-align: middle;
  color: #000;
  padding: 0;
  border: 1px solid transparent;
  /* box-sizing: border-box; */
}
input,
select {
  vertical-align: middle;
}
input::-webkit-input-placeholder {
  color: #000;
}
input:focus::-webkit-input-placeholder {
  color: #000;
}
#wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.conteiner {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 0 auto;
  font-weight: 700;
}
header,
main,
footer,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
section {
  background-color: #111;
  padding-top: 180px;
}
.contact_prev {
  min-height: calc(100vh - 151px);
}
.lock{
    overflow: hidden;
}
.trans{
transform: none !important;
}
.text-page{
    padding-bottom: 100px;
}
#wpcf7-f63-o1 > form[data-status="sent"] > div.wpcf7-response-output{
    color: #5ad666 !important;
}
/*.text-page h1{font-size: 30px;
    text-align: center;
    text-transform: uppercase;}
.text-page .conteiner{
    font-size: 16px;
    font-weight: 400;
}
.text-page .conteiner p{
	color: #b5b5b5;
	margin-top: 40px;
}
.text-page .conteiner a:hover{
	color: #666;
}*/
#content {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.header {
  position: fixed;
  top: 0;
  z-index: 3;
}
.header_conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
.header__logo {
  max-width: 203px;
  width: 100%;
  opacity: 0;
}
.header__nav-ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header__nav-ul li {
  opacity: 0;
}
.header__nav-ul li a {
  padding: 3px 10px;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: 0.5s;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__nav-ul li:hover a {
  color: #5ad666;
  border: 1px solid;
  box-sizing: border-box;
}
.header__nav-ul li.current-menu-item a {
  color: #5ad666;
  border: 1px solid;
  box-sizing: border-box;
}

header .burger-popup {
  display: none;
}
header .menu {
  display: none;
}
.preview {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/preview_bg.png);
  background-color: #111111;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
}
.preview .conteiner {
  z-index: 1;
}
.next_row {
  width: 100%;
  display: none;
}
.list__text .next_row {
    display: block;
}
.preview__gif1 {
  position: absolute;
  left: -16.25%;
  bottom: -44px;
  width: 44%;
  background-color: #111;
}
.preview__gif2 {
  width: 66.14%;
  position: absolute;
  right: -17.55%;
  top: -80px;
  background-color: #111;
}

.preview__conteiner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 800;
}
.preview__first {
  padding-left: 50px;
}
.preview__gif1 video,
.preview__gif2 video {
  width: 100%;
  height: 100%;
}
.preview__first-word1-letter,
.preview__first-word1-letters1,
.preview__first-word1-letters2,
.preview__first-word1-letters3 {
  color: #5ad666;
}
.preview__first-word {
  display: flex;
  font-size: 180px;
  text-transform: uppercase;
}
/* .preview__first-word p {
  color: #5ad666;
} */
#preview-second > div.preview__second-top > p:nth-child(5) {
  margin-left: 5%;
}
.stroke {
  color: transparent;
  -webkit-text-stroke: 1px #5ad666;
}

.preview__second {
  opacity: 0;
  display: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 140px;
  font-style: normal;
  line-height: normal;
}
.preview__second-top {
  display: flex;
  align-items: center;
}
.preview__second-top-letter2 {
  width: 93px;
  height: 93px;
  border-radius: 119px;
  background: #5ad666;
}
.preview__text {
  opacity: 0;
  max-width: 371px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  margin: 122px 0 0 220px;
}
.times .times__conteiner {
  max-width: 100%;
  padding-left: calc(50% - 600px);
}
.times__conteiner h3 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.times__line {
  background-color: #666;
  width: 1200px;
  height: 1px;
  margin-top: 20px;
}
.times__line.item {
  margin-top: 40px;
  width: 100%;
}
/* .times__conteiner-info::before {
  content: "";
  position: absolute;
  left: calc(50% - 600px);
  right: calc(50% - 600px);
  top: 261px;
  height: 1px;
  background-color: #666;
} */
.times__conteiner-info {
  margin-top: 60px;
  display: flex;
}
.times__conteiner-info-left {
  padding-right: 60px;
}
.times__conteiner-info-left-top,
.times__conteiner-info-left-bottom,
.times__conteiner-info-right {
  align-items: center;
  display: flex;
}
/* .times__conteiner-info-left-top::after,
.times__conteiner-info-left-bottom::after {
  content: "";
  position: absolute;
  margin-top: 129px;
  width: 30%;
  height: 1px;
  background-color: #666;
} */
.times__conteiner-info-left-bottom {
  margin-top: 40px;
}
.times__conteiner-info-left-top-text,
.times__conteiner-info-left-bottom-text {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.times__conteiner-info-left-top-img {
  max-width: 65px;
  width: 100%;
}
.times__conteiner-info-right-text {
  max-width: 438px;
  width: 100%;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 28.6px */
  margin: 50px 30px;
}
.times__conteiner-info-right-img {
  max-width: 269px;
  width: 100%;
  height: 100%;
}
.times__conteiner-info-right-img img {
  width: 100%;
  height: 100%;
}
.times__conteiner-info-right {
  width: 100%;
  background: linear-gradient(92deg, #212121 54.25%, #5ad666 100%);
}

.services {
background-image: url(../images/bg_services.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 47% 70%;
}
.services .conteiner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.services__left {
  /* padding-top: 90px; */
  /* border-top: 1px solid #666; */
  min-width: 47%;
}
.services__right {
  /* padding-top: 40px; */
  /* border-top: 1px solid #666; */
  margin-bottom: 90px;
}
.services__line {
  background-color: #666;
  width: 100%;
  height: 1px;
}
.services__line.vertical {
  height: 340px;
  width: 1px;
  margin-top: 40px;
}
.services__left h3 {
  margin-top: 90px;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.services__left-text {
  color: #cfcfcf;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 40px 0 30px 0;
}
.services__left-arrow {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  padding: 5px;
  width: 240px;
  border: 1px solid transparent;
}
.services__left-arrow p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.arrowAnima {
  display: flex;
}
.arrowAnima__arr {
  position: relative;
  z-index: 2;
}
.arrowAnima__circle {
  margin-left: -30px;
  width: 29px;
  height: 29px;
  border: 1px solid #5ad666;
  border-radius: 50%;
}
.services__right-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-top: 40px;
}
.services__right-list-item {
  border-bottom: 1px solid #666;
  width: 260px;
}
.services__right-list-item:nth-child(3)::after,
.services__right-list-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 40px;
  margin-left: 280px;
  width: 1px;
  height: 150px;
  background-color: #666;
}
.services__right-list-item:nth-child(3)::after {
  top: 235px;
}
.services__right-list-item:nth-child(1) p,
.services__right-list-item:nth-child(2) p {
  padding-top: 66px;
}
.services__right-list-item:nth-child(3),
.services__right-list-item:nth-child(4) {
  border: none;
}
.services__right-list-item p {
  padding: 83px 0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.services__right-list-item p:hover {
  color: #5ad666;
  transition: 0.4s;
}
.services__tab-content-text {
  color: #979797;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 458px;
}
.services__tab-content {
  display: none;
}
.services__tab-content.active {
  display: block;
}
.services_tab.active p {
  color: #5ad666;
}
.services_tab p:hover {
  cursor: pointer;
}

.about {
  position: relative;
  background-color: #111;
  padding: 130px 0;
}
.about .about__top {
  display: flex;
}
.about .about__top h3 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.about .about__top h3::after {
  content: "";
  position: absolute;
  margin-top: -31px;
  right: 0;
  background-color: #666;
  height: 1px;
  width: 63%;
  display: block;
}
.about .about__bottom {
  display: block;
  position: relative;
}
.about .bg__img {
  position: absolute;
  left: 0;
  max-width: 663px;
}
.mobile {
  display: none;
}
.about .bg__img img {
  width: 100%;
  height: 100%;
}
.about__bottom-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 2;
  width: 100%;
}
.about__bottom-text-elem {
  background-color: #111;
  padding: 0 0 20px 25px;
}
.about__bottom-text-elem h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about__bottom-text-elem p {
  /* padding: 0 0 20px 25px; */
  color: #979797;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* .about__bottom-text-elem p::after {
  content: "";
  background-color: #111;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 20px;
  display: block;
} */
.about__line {
  width: 100%;
  height: 10px;
  background-color: #111;
}
.about__bottom-text .item_1 p {
  max-width: 800px;
}
.about__bottom-text .item_2 p {
  max-width: 700px;
}
.about__bottom-text .item_3 p {
  max-width: 600px;
}
.about__bottom-text .item_4 p {
  max-width: 510px;
}
.last {
  background-color: #111;
  padding: 52px 0;
  border-top: 1px solid #666;
}
.last .conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last__first {
  max-width: 200px;
  width: 100%;
  color: #c3c3c3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.last__second {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.last__second a {
  display: block;
  color: #c3c3c3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.last__second a:hover {
  color: #fff;
}
.last__second a {
  display: flex;
  gap: 5px;
}
.last__second a p {
  color: #989898;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.last__third {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.last__third a {
  color: #c3c3c3;
}
.last__third a:hover {
  color: #fff;
}

/* services page */
.serv_prev {
  padding-top: 96px;
  z-index: 1;
}
.serv_prev .conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name__page {
  z-index: 1;
  position: relative;
}
.name__page p {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  z-index: 2;
  display: block;
  position: relative;
}
.name__page h2 {
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -66px;
  /* text-shadow: white 15px 15px 10px; */
}
.serv_prev .conteiner .right {
  width: 690px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.offer {
  padding: 135px 0;
}
.offer .left .text {
  color: #979797;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 590px;
}
.offer .conteiner {
  display: flex;
  gap: 20px;
}
.offer h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}

button {
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
button h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.button-and-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 20px 0;
}

.hidden {
  display: none;
}

/* Стили для блоков с изображениями */
.image-container {
  width: 590px;
  height: 747px;
}

.image {
  width: 100%;
}
/* .right {
  display: flex;
  flex-direction: column;
  align-items: end;
} */

.new-buttons {
  position: absolute;
  right: 0;
  bottom: 90px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  margin-top: -300px;
  align-items: flex-end;
}
.new-buttons button {
  display: flex;
  justify-content: end;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px 16px;
  width: fit-content;
}
.new-buttons button.active {
  background-color: #111;
}
.button-and-text button {
  display: flex;
}

/* contact page */
.contact_prev {
  padding: 135px 0;
}
.contact_prev .conteiner {
  display: flex;
  gap: 55px;
}
.contact_prev .left {
  display: block;
}
.contact_prev .left .contact_img {
  max-width: 430px;
  margin-top: -43px;
  z-index: 0;
  position: relative;
}
.contact_prev .right {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 50%;
}
.contact_prev .right .phone,
.contact_prev .right .mail,
.contact_prev .right .telega {
  width: 400px;
  margin-bottom: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.contact_prev .right .phone {
  margin-top: 82px;
}
.contact_prev .right div p {
  color: #a3a3a3;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.contact_prev .right div a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact_prev .right div a:hover {
  color: #5ad666;
  transition: 0.7s;
}
.form {
  margin-top: 124px;
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
  width: 695px;
}
.form_meil {
  margin-left: 30px;
}
.form__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.form__top .wpcf7-form-control-wrap,
.form__top input {
  width: 330px;
}
.wpcf7-response-output{
	border: none !important;
    font-size: 14px;
    color: #dc3232;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
}
#wpcf7-f63-o1 > form > div.form__top > p{
    display: flex;
}
#wpcf7-f63-o1 > form > div.form__top > p > span:nth-child(2) > span{
    margin-left: 30px ;
}
#wpcf7-f63-o1 > form > p > span:nth-child(1) > span,
#wpcf7-f63-o1 > form > p > span:nth-child(2) > span{
    margin-top: -30px ;
}
.form__phone,
.form_textarea {
  width: 100%;
  margin-bottom: 30px;
}
.form input {
  /* padding-left: 20px; */
  padding: 20px 10px;
  height: 30px;
  border-bottom: 1px solid #666;
  background-color: transparent;
  color: #fff;
}
.form input::placeholder {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form textarea::placeholder {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
input:focus {
  border: 1px solid #666;
}
.form_textarea:focus {
  border: 1px solid #666;
}
.form textarea {
  padding: 10px 10px;
  color: #fff;
  border-bottom: 1px solid #666;
  background-color: transparent;
  height: 100px;
}
.form .form__botton {
  width: 259px;
  height: 50px;
  padding: 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.form .form__botton:hover {
  background-color: #666;
  transition: 0.8s;
}
/* prices page */
.prices__section {
  padding-top: 140px;
}
.prices_prev .conteiner {
  display: flex;
  gap: 72px;
  align-items: center;
}
.prices_prev .conteiner .prices__prev_text {
  max-width: 65%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.euro {
  position: relative;
}
.euro .conteiner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.euro .conteiner .euro__verticel__line {
  width: 1px;
  height: 340px;
  background: #666;
}
.euro__left,
.euro__right {
  width: 48%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 40px 0;
  position: relative;
}
.euro .conteiner div h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.euro .conteiner .euro__left .euro__text {
  max-width: 100%;
  color: #979797;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0 12px 0;
}
.euro .conteiner .euro__left .euro__list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.euro .conteiner .euro__left .euro__list li {
  border: 1px solid #666;
  border-radius: 29px;
  width: 148px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .euro .conteiner .euro__left .euro__list li:hover {
  background-color: #333333;
  transition: 0.5s;
} */
.euro .conteiner .euro__left .euro__list li p {
  cursor: default;
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.euro .conteiner .euro__right .euro__banner {
  margin: 44px 0 19px 10px;
}
.euro .conteiner .euro__right .right__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.euro .conteiner .euro__right .right__list li {
  display: flex;
}
.euro .conteiner .euro__right .right__list li p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 10px;
}
.bank .conteiner {
  display: flex;
  gap: 68px;
}
.bank .conteiner .bank__left,
.bank .conteiner .bank__right {
  width: 50%;
}
.name__bank {
  z-index: 0;
  position: relative;
  margin-left: 30px;
}
.name__bank p,
.name__bank h3 {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.name__bank p {
  margin-top: -60px;
  margin-left: 10px;
}
.bank .conteiner .left .bank__img {
  margin-top: -100px;
  z-index: 1;
  position: relative;
}
.bank .bank__right .bank__text {
  max-width: 590px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 58px;
}
.prices__item {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  align-items: center;
}
.prices__item_text {
  max-width: 310px;
  color: #a0a0a0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.prices__item_price {
  color: #5ad666;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.list .conteiner ul {
  display: flex;
  justify-content: space-between;
}
.list .conteiner ul .list__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 285px;
  height: 490px;
  border: 1px solid #666;
  padding: 35px 25px;
  background-size: 100% 100%;
}
.list .conteiner ul .list__item .list__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.list .conteiner ul .list__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 35px;
}
.list .conteiner ul .list__item .list__text {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.list .conteiner ul .list__item:nth-child(1) {
  background-image: url(../images/prices_list_1.png);
}
.list .conteiner ul .list__item:nth-child(2) {
  background-image: url(../images/prices_list_2.png);
}
.list .conteiner ul .list__item:nth-child(3) {
  background-image: url(../images/prices_list_3.png);
}
.list .conteiner ul .list__item:nth-child(4) {
  background-image: url(../images/prices_list_4.png);
}
.prefooter {
  padding-bottom: 135px;
}
.prefooter .conteiner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.prefooter .form {
  margin-top: 0;
}
.prefooter__text {
  width: 400px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* about us page */
.prefooter__text-about.prefooter__text {
  width: 440px;
}
.about_img {
  max-width: 487px;
}
.title_item {
  opacity: 0;
}
.about_prev .top {
  margin-left: 354px;
  margin-bottom: -62px;
}
.about_left {
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}
.about_prev .bottom {
  display: flex;
  gap: 70px;
}
.about_right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 30px;
}
.about_right .first {
  max-width: 642px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.about_right .second {
  color: #979797;
  max-width: 521px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.about_left::before {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 35px;
  width: 324px;
  height: 1px;
  background-color: #666;
}
.about_left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 43%;
  margin-top: 129px;
  width: 1px;
  height: 585px;
  background-color: #666;
}
.map {
  background-image: url(../images/about_map.png);
  background-size: 80% 75%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.map_bottom,
.map_top {
  height: 500px;
  border-left: 1px solid #666;
  padding-top: 81px;
}
.map_title {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.map_text {
  margin-top: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 521px;
}
.map_inner {
  border-left: 2px solid #5ad666;
  padding: 0 0 5px 20px;
}
.map_bottom {
  z-index: 2;
  margin-left: 389px;
  margin-top: -175px;
  margin-bottom: 201px;
}

#wpcf7-f63-o1 > form > p:nth-child(4) > label{
    display: none;
}
#captcha{
	margin: 20px 0 !important;
}
#wpcf7-f63-o1 > form > p:nth-child(4) > span{
	text-align:left;
}
#wpcf7-f63-o1 > form > p:nth-child(4) {
    display: flex
;
    align-items: center;
    gap: 20px;flex-wrap: wrap;
    }


/* new styles 12.06.2025 */

body {
	background-color: #111;
}

/* service page */

.main-service-page {
	overflow: visible;
}
.main-service-page .offer,
.main-service-page > #content,
.main-service-page .offer .conteiner {
	overflow: visible;
}
.new-buttons button,
.button-and-text button {
	cursor: pointer;
}
.offer .right {
	height: fit-content;
	position: sticky;
	top: 100px;
}
.right-wrap {
	position: relative;
}
.mk-text-content {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.mk-text-content h2 {
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.mk-text-content h3 {
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.mk-text-content p {
	color: #979797;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.new-buttons {
	bottom: 0;
}
.mk-text-content--block {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 15px;
}
.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
.button-and-text button {
	gap: 20px;
}
button h3 {
	text-align: left;
}
/* service page */

/* main page */
.mk-services .conteiner {
	display: block;
}
.mk-services__inner {
	display: flex;
	align-items: flex-start;
	gap: 60px;
}
.mk-services__l {
	margin-top: 30px;
	flex-shrink: 0;
}
.mk-services__title {
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.mk-services__subtitle {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #cfcfcf;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	max-width: 337px;
}
.mk-services__subtitle + .services__left-arrow {
	margin-top: 0;
}
.mk-services__grid {
	display: grid;
	align-items: center;
	justify-items: center;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 128px);
	flex: 1;
}
.mk-services__link {
	position: relative;
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.4s;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.mk-services__link:hover {
	color: #5ad666;
}
.mk-services__link .l {
	display: block;
	position: absolute;
	background: #666;
}
.mk-services__link .lh {
	width: 80%;
	height: 1px;
	bottom: 0px;
}
.mk-services__link .lv {
	width: 1px;
	height: 80%;
	right: 0px;
}
.mk-services__link .lf {
	width: 80%;
	height: 1px;
	top: 0px;
}
.mk-services__link:nth-child(3n) .lv {
	opacity: 0;
}
/* main page */

/* price page */
.price-influence__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.price-influence__table-item {
	display: flex;
	gap: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #666;
}
.price-influence__table-item svg {
	flex-shrink: 0;
}
.price-influence__table-item-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.price-influence__table-item-content h3 {
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.price-influence__table-item-content p {
	color: #979797;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.price-influence__table {
	display: flex;
	flex-direction: column;
	gap: 40px;
	background-image: url("../images/influence-price-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.price-influence__table-title {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 40px;
}
.price-influence__table-title span {
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	border: 1px solid #5ad666;
	padding: 3px 28px;
	border-radius: 50px;
	flex-shrink: 0;
}
.price-influence__table-title div {
	display: flex;
}
.mk-price-title {
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.price-flexible {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.price-flexible-container {
	margin-left: calc(50vw - 600px);
	background: linear-gradient(92deg, #212121 54.25%, #5ad666 100%);
}
.price-flexible-inner {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding-right: calc(50vw - 600px);
}
.pf--l {
	display: flex;
	flex-direction: column;
	padding: 50px 40px;
}
.pf--l > h3 {
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.pf--l > p {
	color: #979797;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
}
.pf--l p a {
	font: inherit;
	font-weight: 800;
	transition: color 0.4s;
}
.pf--l p a:hover {
	color: #5ad666;
}
.pf--r {
	flex-shrink: 0;
	width: 350px;
}
.pf--r > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pf--top {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.pf-top-wrap > span {
	margin-bottom: 5px;
	display: block;
	color: #fff;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.pf-top-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.pf-top-grid__item {
	position: relative;
	color: #979797;
	font-family: "Proxima Nova";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 40px;
}
.pf-top-grid__item:nth-child(1)::after,
.pf-top-grid__item:nth-child(2)::after {
	content: "";
	display: block;
	height: 50%;
	width: 1px;
	background-color: #666;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.price-self__inner {
	display: flex;
	padding: 40px 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	flex-direction: column;
	gap: 60px;
}
.price-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 10px;
}
.price-grid__item {
	cursor: default;
	color: #979797;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border: 1px solid #666;
	border-radius: 29px;
	text-align: center;
	padding: 7px 20px;
}
.price-self__bottom {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.price-self__top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.price-self__top h3,
.price-self__top p {
	font-family: "Proxima Nova";
	color: #979797;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.price-self__top h3 {
	color: #fff;
}
/* price page */

/* about page */
.mk-why__left h2 {
	font-family: "Proxima Nova";
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 314px;
	text-transform: uppercase;
}
.mk-why__left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.mk-why__left p {
	font-family: "Proxima Nova";
	color: #5ad666;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
}
.mk-why__inner {
	padding: 40px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: grid;
	grid-template-columns: 1fr 1.8fr;
	gap: 40px;
}
.mk-why__right {
	padding-left: 40px;
	border-left: 1px solid #666;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}
.mk-why__right-block {
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 10px;
}
.mk-why__right-block .mk-icon {
	margin-bottom: 5px;
	width: 80px;
	height: 80px;
	display: grid;
	place-content: center;
	border-radius: 25px;
	border: 1px solid #666;
}
.mk-why__right-block .mk-icon svg {
	width: 35px;
	height: 35px;
}
.mk-why__right-block h3 {
	font-family: "Proxima Nova";
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
}
.mk-why__right-block p {
	font-family: "Proxima Nova";
	color: #979797;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.mk-why__right-block:last-child::before,
.mk-why__right-block:first-child::before,
.mk-why__right-block:last-child::after,
.mk-why__right-block:first-child::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #666;
}

.mk-why__right-block:first-child::before {
	top: 0;
	right: -40px;
	width: 1px;
	height: 100%;
}
.mk-why__right-block:first-child::after {
	bottom: -40px;
	width: 100%;
	height: 1px;
}

.mk-why__right-block:last-child::before {
	top: 0;
	left: -40px;
	width: 1px;
	height: 100%;
}
.mk-why__right-block:last-child::after {
	top: -40px;
	width: 100%;
	height: 1px;
}

.mk-quote {
	position: relative;
	overflow: visible;
}
.mk-quote__bg {
	position: absolute;
	bottom: 2.5%;
	left: 50%;
	transform: translateX(-50%);
}
.mk-quote__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 40px 0px;
}
.mk-quote__title .nbsp {
	width: 45%;
	display: inline-block;
}
.mk-quote__title .char {
	font-family: "Proxima Nova";
	color: #666;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.mk-quote__title {
	text-align: justify;
}
/* about page */

.last__second > div {
	display: flex;
    align-items: center;
    gap: 15px;
}