@charset "utf-8";

@font-face {
  font-family: 'Proxima_Regular';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.otf') format('otf'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
}

@font-face {
  font-family: 'Proxima_Bold';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.otf') format('otf'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
}

@font-face {
  font-family: 'Proxima-Black';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot') format('embedded-opentype'),
    url('../fonts/ProximaNova-Black.woff') format('woff'),
    url('../fonts/ProximaNova-Black.otf') format('otf'),
    url('../fonts/ProximaNova-Black.ttf') format('truetype'),
    url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
}

@font-face {
  font-family: 'Proxima_Extrabold';
  src: url('../fonts/ProximaNova-Extrabld.eot');
  src: url('../fonts/ProximaNova-Extrabld.eot') format('embedded-opentype'),
    url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
    url('../fonts/ProximaNova-Extrabld.otf') format('otf'),
    url('../fonts/ProximaNova-Extrabld.ttf') format('truetype'),
    url('../fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
}

@font-face {
  font-family: 'Proxima_Light';
  src: url('../fonts/ProximaNova-Light.eot');
  src: url('../fonts/ProximaNova-Light.eot') format('embedded-opentype'),
    url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.otf') format('otf'),
    url('../fonts/ProximaNova-Light.ttf') format('truetype'),
    url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
}

@font-face {
  font-family: 'Proxima_Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot');
  src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype'),
    url('../fonts/ProximaNova-Semibold.woff') format('woff'),
    url('../fonts/ProximaNova-Semibold.otf') format('otf'),
    url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
}

body {
  font-family: 'Proxima_Regular';
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: #171717;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  min-width: 1200px;
  min-height: 100vh;
}

header {
  width: 100%;
  position: relative;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,
ul,
nav {
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #3a3a3a;
}

:focus,
button {
  outline: 0;
  border: none;
}

input {
  -webkit-appearance: none;
}

main {
  margin-bottom: auto;
}

.container {
  display: block;
  width: 1180px;
  position: relative;
  margin: 0 auto;
  clear: both;
}

/* благодарность */
.hide-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  overflow: auto;
  text-align: center;
}

.hide-window .hide-window__hide-window-wrapper.hide-window-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  box-sizing: border-box;
  display: inline-block;
  font-size: 17px;
  line-height: 1.3;
  max-width: calc(100% - 38px);
  transform: translate(-50%, -50%);
}

.hide-window__hide-window-wrapper.hide-window-wrapper div {
  font-size: 16px;
}

.hide-window__hide-window-wrapper.hide-window-wrapper div.text_thn {
  padding: 33px 50px;
  background: #fff;
  color: #4b5866;
}

.hide-window__hide-window-wrapper.hide-window-wrapper div.title {
  font-family: 'Proxima_Bold';
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.4;
  padding: 25px;
  background: #00c3ff;
  color: #fff;
  align-items: center;
}

.fa-times {
  position: absolute;
  right: 0px;
  top: -46px;
  cursor: pointer;
  font-size: 0px !important;
  color: #fff;
  width: 37px;
  height: 37px;
}

.fa-times::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  width: 2px;
  background: #fff;
  transition: .4s;
}

.fa-times::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  width: 2px;
  background: #fff;
  transition: .4s;
}

.top_of_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -28px;
}

.top_of_header .logo {
  width: 180px;
  height: 180px;
}

.adress {
  line-height: 1.3;
}

.tel_office,
.tel_technic {
  text-align: right;
}

.tel_office p,
.tel_technic p {
  font-family: 'Proxima_Bold';
  font-size: 20px;
  color: #00c3ff;
  margin-bottom: -10px;
}

.tel_office span,
.tel_technic span,
.adress_footer span,
.time span,
.email span {
  font-family: 'Proxima_Light';
  font-size: 14px;
  color: #798289;
}

.btn {
  background: #00c3ff;
  font-family: 'Proxima_Bold';
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 0px;
  width: 230px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  transition: .5s;
}

.btn:hover,
.av-form2 .form-block.form__form-block>button[type="submit"]:hover {
  cursor: pointer;
  background: #4b5866;
}

.btn a {
  font-family: 'Proxima_Bold';
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.slider_block {
  display: block;
  width: 1250px;
  position: relative;
  margin: 0 auto;
  clear: both;
}

.one_slide>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 405px;
  background: rgb(32, 40, 53);
  background: -moz-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: -webkit-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202835", endColorstr="#1e1e20", GradientType=1);
  border-radius: 6px;
}

.one_slide>div>img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52%;
}

.slider_main {
  position: relative;
}

.one_slide {
  padding-top: 40px;
}

.left_zag {
  width: 43%;
  margin-left: 80px;
}

.left_zag>p {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 70px;
  font-family: 'Proxima_Extrabold';
  min-height: 123px;
}

.left_zag>p>span {
  color: #00c3ff;
}

.left_zag>span {
  color: #798289;
  font-size: 20px;
  display: block;
  min-height: 53px;
  line-height: 1.3;
}

.slider_main ul.slick-dots {
  list-style: none;
  text-align: center;
  top: 59%;
  left: 80px;
  position: absolute;
}

.slider_main ul.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider_main ul.slick-dots li button {
  border: 0;
  outline: none;
  text-indent: -20000px;
  display: block;
  width: 26px;
  height: 1px;
  background: #798289;
  cursor: pointer;
  transition: .5s;
  position: relative;
  font-size: 0;
}

.slider_main ul.slick-dots li.slick-active button {
  background: #00c3ff;
  height: 2px;
}

.index header::before {
  width: 100%;
  height: 515px;
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  background: url(/assets/templates/img/header_before.png) no-repeat center;
}

header::before {
  width: 100%;
  height: 515px;
  top: -325px;
  left: 0;
  position: absolute;
  content: '';
  background: url(/assets/templates/img/header_before.png) no-repeat center;
}

.slider_block::before {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  top: 16px;
  left: 15%;
  z-index: 1;
  position: absolute;
  content: '';
  background: #00c3ff;
}

.main_menu li a {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  transition: .5s;
}

.main_menu li a:hover {
  border-bottom: 1px solid #fff;
}

.main_menu {
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
}

.zag {
  font-size: 52px;
  font-family: 'Proxima_Bold';
  text-transform: uppercase;
  color: #4b5866;
  margin-bottom: 60px;
  line-height: 1;
  position: relative;
}

.text {
  text-align: justify;
  min-height: 168px;
  margin-bottom: 60px;
}

.our_work_left {
  width: 41%;
}

.portfolio_for {
  width: 565px;
}

.slider_nav_portfolio {
  width: 130px;
}

.bottom_our_work {
  display: flex;
  align-items: center;
}

.arrow {
  position: relative;
}

.slick-arrow {
  display: block;
  width: 35px;
  height: 60px;
  font-size: 0;
  background: none;
  transition: .4s;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}

.slick-arrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: .5s;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.slick-arrow::after {
  content: '';
  display: block;
  width: 20px;
  transition: .5s;
  height: 20px;
  border-top: 2px solid #00c3ff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slick-arrow:hover::after {
  border-top: 2px solid #4b5866;
}

.slick-next.slick-arrow {
  margin-left: 50px;
}

.slick-next.slick-arrow::after {
  border-right: 2px solid #00c3ff;
  transition: .5s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.slick-next.slick-arrow:hover::after {
  border-right: 2px solid #4b5866;
}

.slick-prev.slick-arrow::after {
  border-left: 2px solid #00c3ff;
  transition: .5s;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-prev.slick-arrow:hover::after {
  border-left: 2px solid #4b5866;
}

.bottom_our_work .btn {
  margin-right: 45px;
}

.portfolio_for .slick-slide {
  width: 565px;
  height: 420px;
  background: #171717;
}

.slider_nav_portfolio .slick-slide>div {
  width: 115px;
  height: 80px;
  background: #171717;
}

.slider_nav_portfolio .slick-slide {
  width: 115px !important;
  height: 80px !important;
  border-top: 15px solid #171717 !important;
  border-right: 15px solid #171717 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

.portfolio_for .slick-slide img,
.slider_nav_portfolio .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.portfolio_for .slick-slide img {
  border-radius: 6px;
}

.slider_our_work_right {
  position: relative;
  height: 420px;
}

.slider_nav_portfolio {
  position: absolute !important;
  z-index: 99;
  bottom: 0px;
  left: -22px;
}

.slider_nav_portfolio .slick-track {
  background: #171717;
}

#map {
  width: 45%;
  height: 545px;
  margin-left: auto;
}

.ymaps-layers-pane {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.contacts_info {
  width: 610px;
  margin-left: auto;
  padding-right: 60px;
  position: relative;
}

.contacts_info::after {
  content: '';
  width: 72px;
  height: 72px;
  position: absolute;
  border-radius: 50%;
  background: #00c3ff;
  left: -22%;
  top: 44%;
}

.contacts {
  display: flex;
  margin-top: 125px;
}

.container_footer {
  width: 55%;
}

.contacts #kit {
  display: block;
  width: 31px;
  height: 23px;
  background: url(/assets/templates/img/kit.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  animation: lower 6s cubic-bezier(0, 0, 0, 0) infinite;
}

@keyframes lower {
  40% {
    margin-left: 55px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }

  30% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  12% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  50% {
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  92% {
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  100% {
    margin-left: 0;
  }
}

.copyright {
  font-size: 14px;
  font-family: 'Proxima_Light';
  color: #798289;
  display: flex;
}

.copyright p {
  margin-right: 55px;
}

.flex_footer {
  display: flex;
  justify-content: space-between;
}

.contacts_info .tel_office p,
.contacts_info .tel_technic p {
  font-size: 30px;
}

.contacts_info .tel_office,
.contacts_info .tel_technic {
  text-align: left;
}

.flex_footer>div {
  width: 42%;
}

.flex_footer:nth-child(2) {
  margin-bottom: 110px;
}

.flex_footer:nth-child(3) {
  margin-bottom: 40px;
}

.flex_footer:nth-child(4) {
  margin-bottom: 55px;
}

footer .zag {
  margin-bottom: 45px;
}

footer {
  position: relative;
}

footer::before {
  width: 100%;
  height: 390px;
  pointer-events: none;
  bottom: 0;
  z-index: -1;
  left: 0;
  position: absolute;
  content: '';
  background: url(/assets/templates/img/footer.png) no-repeat center;
}

.email p a {
  display: inline-block;
  color: #fff;
  border-bottom: 1px dashed transparent;
  transition: .5s;
}

.email p a:hover {
  border-bottom: 1px dashed #fff;
}

/* модальная форма */
.black_theme_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  overflow: auto;
  transition: none;
}

.openModal {
  position: absolute;
  top: 52%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  padding-left: 140px;
  box-sizing: border-box;
}

.openModal::after {
  content: '';
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  pointer-events: none;
}

.openModal .openModal_top {
  display: flex;
  padding: 30px 50px;
  background: #5b5959;
  color: #fff;
  align-items: center;
}

.openModal .av-form2 .form__form-select {
  display: flex;
}

.openModal .av-form2 .form__form-select label {
  width: 91%;
  padding-left: 10px;
  color: #798289;
}

.openModal .title {
  font-size: 20px;
  text-transform: uppercase;
  color: #4b5866;
  margin-top: 30px;
  font-family: 'Proxima_Bold';
}

.openModal .av-form2 {
  padding: 0px 40px 30px 40px;
  justify-content: flex-end;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.openModal .av-form2>div {
  width: 100%;
  margin-left: 0;
}

.openModal .av-form2 .form__form-select {
  margin-top: 35px;
}

.openModal .av-form2>* {
  width: 22%;
  margin-left: 37px;
}

.openModal .av-form2 .form-block.form__form-block.form-block-submit {
  order: 1;
}

.openModal .av-form2 .form-block.form__form-block>button[type="submit"] {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
}

.openModal .av-form2>*:first-of-type {
  margin-left: 0;
}

.fa-times {
  position: absolute;
  right: 0px;
  top: -46px;
  cursor: pointer;
  font-size: 0px !important;
  color: #fff;
  width: 37px;
  height: 37px;
}

.fa-times::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  width: 2px;
  background: #fff;
  transition: .4s;
}

.fa-times::after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
  width: 2px;
  background: #fff;
  transition: .4s;
}

.openModal h3 {
  font-weight: normal;
  margin: 0;
  font-family: 'ProximaNova-Bold';
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.6;
  white-space: nowrap;
  text-align: left;
  padding-right: 80px;
  border-right: 2px solid #fff;
  margin-right: 45px;
  padding-bottom: 0;
}

.openModal p {
  line-height: 1.6;
}

.av-form2 .form-block.form__form-block {
  position: relative;
  top: 0;
  left: 0;
  height: 39px;
  margin-top: 40px;
}

.av-form2 {
  text-align: center;
  font-size: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.av-form2>* {
  display: inline-block;
  width: 100%;
  transition: .4s;
  vertical-align: bottom;
}

.av-form2>*.form-block-hide {
  width: 0;
  overflow: hidden;
  transition: .4s;
  margin-top: 0 !important;
  height: 0 !important;
}

.av-form2 .form-block.form__form-block>label {
  position: absolute;
  left: 0px;
  font-size: 16px;
  color: #798289;
  cursor: auto;
  transition: .4s;
  text-align: left;
  white-space: nowrap;
  top: 10px;
  font-family: 'Proxima_Light';
}

.av-form2 .form-block.form__form-block>select,
.av-form2 .form-block.form__form-block>textarea,
.av-form2 .form-block.form__form-block>input[type="text"] {
  display: block;
  text-align: left;
  width: 100%;
  background: none;
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid rgba(85, 85, 85, 0.5);
  font-size: 16px;
  height: 41px;
  font-family: 'Proxima_Regular';
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  padding-right: 15px;
  outline: none;
  position: relative;
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.av-form2 .form-block.form__form-block {
  height: auto;
}

.av-form2 .form-block.form__form-block.line::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #00ccff;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}

.av-form2 .form-block.form__form-block>label.active {
  font-size: 13px;
  top: -25px;
  left: 0px;
  transition: .4s;
  outline: none;
}

.av-form2 .form-block.form__form-block>label.error {
  top: 45px !important;
  left: 0px;
  font-size: 13px;
  background: none;
}

.av-form2 .form-block.form__form-block.child>label {
  font-size: 13px;
  position: relative;
  left: auto !important;
  top: auto !important;
  transition: .4s;
  outline: none;
  text-align: left;
  line-height: 1.2;
  padding-left: 13px;
  display: block;
  width: unset;
  float: left;
  cursor: pointer;
}

.index .av-form2 .form-block.form__form-block.date {
  width: 47%;
}

.av-form2 .child input[type="checkbox"] {
  float: left;
  margin-top: 1px;
  outline: none;
}

.av-form2 .form-block.form__form-block>button[type="submit"] {
  text-transform: uppercase;
  font-size: 18px;
  transition: .4s;
  height: 42px;
  cursor: pointer;
  width: 100%;
  color: #FFF;
  background: #00c3ff;
  -webkit-appearance: none;
  outline: none;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  border: none;
  font-family: 'Proxima_Bold';
}

.av-form2 .form__form-select {
  margin-top: 40px;
}

.av-form2 .form__form-select::before {
  content: 'Вы должны согласиться с политикой конфеденциальности';
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: -54px;
  right: 0;
  white-space: nowrap;
  opacity: 0;
  text-align: center;
  transition: .4s;
  padding-left: 62px;
  padding-top: 31px;
  pointer-events: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAfCAYAAABkitT1AAAACXBIWXMAAAsSAAALEgHS3X78AAABgElEQVRYhc2Y0W2DMBCG/0YdgA3KBs1j38oGZQRGyAZlBDpAJUbIBBXPfWIEsgGZ4Conv6UrNWA1wfYvnS6JjPh05/Od8yAi8FDGJaPP4ntp5wnWhYSyWoOzYFnoqMEDrgXwDGAIxPNLS3A1gDcAp9TSWgB4B/DJqAVP6UWmWieWicggIl8iUshVhWPd5uaK3IH+O1Y6raZwOdNZAXiJh3XVFM4UwQcj1qvfo1Tro/qcsxD2/G79OYWjpKZNK7MndHBZuJzWOgDiHCMKrmLUXOpV448C52rur/Sd2n9BteN+ahwvPSvoPBZcN1ONuhCSa/waro2R2qVJuCRUlGLASuSO9FUglj9aGzabhSNmc/nAIRqgx0xWcqYrQ89zvgsbERlFZJ8inLGWEaxShDNWE/DIcT4pOPA+MTDN9ZaQ/30wI9hIa7bYj77/lcwpYyc58PJ94uFtx/ybevKtcFpmcjGgdtR/4mRjIe39V99N5nRpmfeEm8q8wEBavyYN3gHAD5kEhwGA2OrYAAAAAElFTkSuQmCC");
  background-position: top left;
  background-repeat: no-repeat;
}

.openModal .av-form2 .form__form-select::before {
  content: 'Вы должны согласиться с политикой конфеденциальности';
  font-size: 13px;
  display: block;
  position: absolute;
  left: -40px;
  bottom: 97px;
  white-space: nowrap;
  opacity: 0;
  transition: .4s;
  pointer-events: none;
  color: #00c3ff;
  background-position: top right;
  background-image: none;
  background-repeat: no-repeat;
  min-width: 459px;
  text-align: left;
  padding-top: 10px;
}

.av-form2 .form__form-select.active::before {
  opacity: 1;
  transition: .4s;
}

.av-form2 .form__form-select input[type="checkbox"] {
  float: left;
  margin-top: 3px;
  outline: none;
  margin-right: 0;
}

.av-form2 .form__form-select label {
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  line-height: 1.2;
  padding-left: 13px;
  display: block;
  width: unset;
  float: left;
  font-family: 'Proxima_Light';
}

.av-form2 .form__form-select label a {
  color: inherit;
  border-bottom: 1px solid rgba(170, 170, 170, 0.68);
  transition: .4s;
  padding-bottom: 0px;
  line-height: 1.4;
  font-family: 'Proxima_Light';
}

.av-form2 .form__form-select label a:hover {
  border-color: transparent;
  transition: .4s;
}

.av-form2 input[type="checkbox"] {
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 0;
  outline: none;
  border-radius: 50%;
}

.openModal .av-form2 input[type="checkbox"] {
  border: 1px solid #4b5866;
}

.av-form2 input[type="checkbox"]:checked {
  background: url(/assets/templates/img/circle-check.svg) no-repeat center;
  background-size: 6px;
  background-position: center;
}

.request_proposals .av-form2 {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.request_proposals .av-form2>div {
  width: 16%;
  margin-left: 5%;
}

.request_proposals .av-form2>*:first-of-type {
  margin-left: 0;
  margin-right: auto;
}

.request_proposals,
.our_work_block,
.news_block {
  margin-top: 110px;
}

.partners_block {
  margin-top: 122px;
}

.about_company_block,
.feedback_block {
  margin-top: 135px;
}

.request_proposals .zag,
.feedback_left .zag {
  margin-bottom: 45px;
}

.img_about {
  width: 550px;
  height: 415px;
}

.img_about img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.about_left,
.about_right {
  width: 50%;
  position: relative;
  text-align: justify;
}

.about_right {
  width: 41%;
}

.about_company_block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about_left>p {
  position: absolute;
  top: 0;
  left: -180px;
  display: block;
  transform: rotate(-90deg) translate(-41%, -100%);
  font-size: 50px;
  font-family: 'Proxima_Bold';
  text-transform: uppercase;
}

.about_right>p,
.about_right .zag {
  margin-bottom: 55px;
}

.partners_block_container {
  width: 1390px;
  margin: 0 auto;
  padding: 55px 0;
  border-radius: 6px;
  background: rgb(32, 40, 53);
  background: -moz-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: -webkit-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202835", endColorstr="#1e1e20", GradientType=1);
}

.partners_slider .gallery__image {
  margin-right: 75px;
}

.partners_slider .slick-arrow {
  top: 50%;
  left: initial;
  transform: translate(0, -50%);
}

.partners_slider .prev {
  left: -55px;
}

.partners_slider .next {
  right: -55px;
}

.prev.slick-arrow::after {
  border-left: 2px solid #00c3ff;
  transition: .5s;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.prev.slick-arrow:hover::after {
  border-left: 2px solid #4b5866;
}

.next.slick-arrow::after {
  border-right: 2px solid #00c3ff;
  transition: .5s;
  transform: translate(-50%, -50%) rotate(45deg);
}

.next.slick-arrow:hover::after {
  border-right: 2px solid #4b5866;
}

.feedback_block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feedback_left {
  width: 40%;
  text-align: justify;
}

.feedback_right {
  width: 50%;
}

.feedback_slider .gallery__image {
  margin-right: 45px;
}

.feedback_left .arrow {
  margin-top: 95px;
}

.fixed {
  display: block;
  transition: .5s;
  width: 100%;
  opacity: 1;
  top: 0;
  background: #4b5866;
  padding: 0;
  position: fixed !important;
  z-index: 999;
  color: #494f5b;
  box-shadow: 0px 0px 17px 0px rgba(101, 101, 101, 0.4);
}

.fixed .main_menu {
  padding: 20px 0;
}

.body_scroll {
  padding-top: 100px;
}

.service {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 320px 215px 220px 188px 194px;
  grid-template-rows: 130px 207px 45px 137px 46px;
}

.service .img_plitka {
  width: 100%;
  height: 100%;
  outline-offset: -10px;
}

.img_plitka {
  position: relative;
  background: #4b5866;
  border-radius: 6px;
}

.service .img_plitka p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  text-shadow: 1px 1px 4px rgb(0, 0, 0);
  color: #fff;
  text-transform: uppercase;
  font-family: 'Proxima_Semibold';
  font-size: 18px;
  opacity: 1;
  z-index: 2;
  transition: .5s;
}

.service .img_plitka img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.element_0 {
  grid-column: 1 / 2;
  grid-row: 2 / 5;
}

.element_1 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.element_2 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.element_3 {
  grid-column: 4 / 6;
  grid-row: 1 / 4;
}

.element_4 {
  grid-column: 2 / 3;
  grid-row: 3 / 6;
}

.element_5 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

.element_6 {
  grid-column: 3 / 5;
  grid-row: 4 / 6;
}

.element_0 .img_plitka img {
  position: absolute;
  object-fit: initial;
  left: -55px;
  height: 96%;
  bottom: 0;
}

.element_6 .img_plitka img {
  position: absolute;
  object-fit: initial;
  left: 0;
  height: 106%;
  bottom: -12px;
}

.service_block .zag {
  margin-bottom: -155px;
  margin-top: 130px;
  font-size: 78px;
}

.service>div {
  position: relative;
}

.service>div a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.service>div a:hover {
  cursor: pointer;
}

.service>div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  pointer-events: none;
  background: rgb(32, 40, 53);
  background: -moz-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: -webkit-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202835", endColorstr="#1e1e20", GradientType=1);
}

.title_zag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 95px;
}

.title_zag .zag {
  margin: 0;
}

.news {
  display: flex;
  justify-content: space-between;
}

.news .one_news {
  width: 30%;
}

.news .one_news .image_news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.news .one_news .image_news {
  width: 100%;
  height: 265px;
  position: relative;
}

.news .one_news .image_news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  transition: .5s;
  pointer-events: none;
  background: rgb(32, 40, 53);
  background: -moz-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: -webkit-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202835", endColorstr="#1e1e20", GradientType=1);
}

.news .one_news .image_news:hover::before {
  cursor: pointer;
  opacity: 0;
}

.news .one_news:nth-child(1) .image_news::before {
  display: none;
}

.news .one_news:nth-child(1) .image_news {
  height: 353px;
}

.info_news_block a {
  color: #fff;
  transition: .5s;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  margin: 25px 0;
}

.info_news_block a:hover {
  color: #4b5866;
}

.news .one_news:nth-child(1) .info_news_block a {
  font-size: 25px;
  letter-spacing: -1px;
  font-family: 'Proxima_Bold';
}

.news .one_news:nth-child(1) .info_news_block p {
  display: none;
}

.news .info_news_block p {
  color: #798289;
}

.service_block,
.request_proposals,
.feedback_block,
.news_block .title_zag {
  position: relative;
}

.service_block::before {
  content: '';
  width: 163px;
  height: 261px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -90px;
  background: url(/assets/templates/img/befor1.png) no-repeat;
}

.service_block::after {
  content: '';
  width: 103px;
  height: 373px;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 65px;
  background: url(/assets/templates/img/befor2.png) no-repeat;
}

.request_proposals::before {
  content: '';
  width: 224px;
  height: 660px;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: -105px;
  background: url(/assets/templates/img/before3.png) no-repeat;
}

.feedback_block::before {
  content: '';
  width: 112px;
  height: 769px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 55px;
  background: url(/assets/templates/img/before4.png) no-repeat;
}

.feedback_block .arrow::before {
  content: '';
  width: 450px;
  height: 1px;
  position: absolute;
  z-index: -1;
  left: 115px;
  bottom: 0;
  background: rgba(112, 112, 112, 0.3);
}

.news_block .title_zag::before {
  content: '';
  width: 107px;
  height: 227px;
  position: absolute;
  right: -107px;
  z-index: -1;
  bottom: 30px;
  background: url(/assets/templates/img/before5.png) no-repeat;
}

.about_company_block .btn::before {
  content: '';
  width: 822px;
  height: 210px;
  position: absolute;
  left: -335px;
  z-index: -1;
  bottom: -190px;
  background: url(/assets/templates/img/before6.png) no-repeat;
}

.partners_block .zag::before {
  content: '';
  width: 50px;
  height: 130px;
  position: absolute;
  background: transparent;
  left: -60px;
  bottom: 28px;
  border-left: 1px solid rgba(112, 112, 112, 0.3);
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}

.about_left>p::before {
  content: '';
  width: 530px;
  height: 56px;
  position: absolute;
  background: transparent;
  left: 436px;
  top: 16px;
  border-top: 1px solid rgba(112, 112, 112, 0.3);
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 40px 0 30px 0;
  white-space: pre-wrap;
  align-items: center;
  color: #fff;
}

.breadcrumb li a,
.breadcrumb li span {
  color: #4b5866;
}

.block_all_news .all_img {
  width: 353px;
  height: 265px;
  position: relative;
}

.block_all_news .all_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.all_news_one {
  width: 30%;
  margin-right: 5%;
  margin-top: 50px;
  min-height: 420px;
}

.all_news_one:nth-child(1),
.all_news_one:nth-child(2),
.all_news_one:nth-child(3) {
  margin-top: 0px;
}

.openModal .av-form2 .form-block.form__form-block>input[type="text"],
.openModal .av-form2 .form-block.form__form-block>textarea {
  color: #4b5866;
}

.openModal .av-form2 .form-block.form__form-block>textarea {
  height: 150px;
}

.all_news_one:nth-child(3n+3) {
  margin-right: 0;
}

.all_news_container>div {
  display: flex;
  justify-content: flex-start;
}

.pagination {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.pagination li {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 20px;
}

.pagination li a {
  color: #fff;
  transition: .5s;
}

.pagination li.active {
  background: #00c3ff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_all_news_block>p a {
  transition: .5s;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  margin: 25px 0;
  color: #fff;
  max-height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_all_news_block>span {
  color: #798289;
  display: block;
  max-height: 65px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.info_all_news_block>a {
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 14px;
  transition: .5s;
}

.block_all_news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.zag_new {
  font-size: 35px;
  font-family: 'Proxima_Bold';
  text-transform: uppercase;
  color: #4b5866;
  margin-bottom: 60px;
  line-height: 1;
  position: relative;
}

.image_new {
  width: 350px;
  height: 260px;
  float: left;
  margin: 0 35px 10px 0;
}

.image_new img,
.image_about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.info_new,
.info_about {
  text-align: justify;
  line-height: 1.6;
}

.back a {
  color: #4b5866;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  transition: .5s;
}

.back a:hover {
  color: #00c3ff;
}

.info_all_news_block>p a:hover,
.ab_yslug:hover {
  color: #4b5866;
}

.patners_in_about .partners_block .zag::before,
.nested .partners_block .zag::before {
  display: none;
}

.image_about {
  width: 550px;
  height: 410px;
  float: right;
  margin: 0 0 10px 35px;
}

.all_work {
  display: block;
}

.one_work {
  width: 30%;
  height: 245px;
  margin-right: 5%;
  position: relative;
}

.all_work .one_our_work {
  margin-bottom: 90px;
}

.all_work .one_our_work:last-child {
  margin-bottom: 0px;
}

.one_work:nth-child(3n+3),
.work>div:nth-child(3n+3) {
  margin-right: 0;
}

.image_work,
.image_work img,
.work>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.one_work>p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.one_work>p a {
  color: #fff;
  font-size: 22px;
  font-family: 'Proxima_Extrabold';
  text-transform: uppercase;
  transition: .5s;
}

.one_work::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
  transition: .5s;
  pointer-events: none;
  background: rgb(32, 40, 53);
  background: -moz-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: -webkit-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202835", endColorstr="#1e1e20", GradientType=1);
}

.one_work:hover::before {
  opacity: 0;
}

.one_work:hover p a {
  font-size: 24px;
}

.work {
  display: flex;
  justify-content: flex-start;
}

.work>div {
  width: 354px;
  height: 280px;
  margin-right: 5%;
  position: relative;
}

.nested .request_proposals,
.nested .all_work,
.about_container>div,
.nested .partners_block,
.nested .feedback_block,
.all_news_container .zag {
  margin-top: 20px;
}

.usual_none {
  display: none;
}

.flex_doc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 25px 25px;
  border-bottom: 1px solid rgba(121, 130, 137, 0.5);
  color: #798289;
}

.flex_doc:nth-child(1) {
  margin-top: 40px;
}

.flex_doc a, .flex_doc .price_modal {
  color: #00c3ff;
  margin-left: 50px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transition: .5s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
}

.flex_doc a:hover, .flex_doc .price_modal:hover {
  border-bottom: 1px solid #00c3ff;
}

.clear {
  clear: both;
}

.services_container .image_about {
  width: 500px;
  height: auto;
  float: initial;
  flex-shrink: 0;
  margin: 0 0 0 50px;
}

.services_container {
  margin-bottom: 75px;
}

.services_flex {
  display: flex;
  margin-bottom: 30px;
}

.services_container .image_about img {
  height: initial;
}

.services_container .info_about ul li {
  padding-left: 25px;
  margin: 7px 0;
  position: relative;
}

.services_container .info_about ul li::before {
  content: '';
  background: #00c3ff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 10px;
}

.info_about img {
  max-width: 800px;
  margin: 40px 0 10px;
}

.slider_serv .service_slid>div {
  width: 315px;
  height: 298px;
  margin-right: 98px;
}

.service_img {
  width: 100%;
  height: 100%;
}

.service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_serv .slick-arrow {
  top: 50%;
  left: initial;
  transform: translate(0, -50%);
}

.slider_serv .next {
  right: -55px;
}

.slider_serv .prev {
  left: -55px;
}

.slider_serv {
  margin: 20px 0 90px;
}

.product_video {
  margin-left: 45px;
}

.down_file {
  margin: 45px 0 20px;
}

.down_file a {
  display: inline-block;
  color: #fff;
  transition: .5s;
}

.about_feedback .feedback_block::before {
  display: none;
}

.zad_service {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
}

.zad_service::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.75;
  position: absolute;
  top: 0;
  left: 0;
}

.zad_service>.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zad_service .zag {
  color: #fff;
  font-size: 50px;
  max-width: 750px;
}

.zad_service .breadcrumb li {
  color: #00c3ff;
}

.zad_service .breadcrumb li a,
.zad_service .breadcrumb li span {
  color: #fff;
}

.scroll_service {
  color: #fff;
}

.nested_service {
  margin: 100px 0 0;
}

.nested_service .request_proposals::before {
  display: none;
}

.services_container>p {
  width: 55%;
  margin-bottom: 55px;
}

.services_container h2 {
  font-size: 30px;
  color: #4b5866;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.2;
  text-transform: uppercase;
}

.spoiler_zag>div p {
  font-family: 'Proxima_Bold';
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 15px 30px;
}

.spoiler_zag>div.btn_spoiler {
  background: #1e1f22;
  height: 55px;
  width: 55px;
  position: relative;
  transition: .5s;
}

.spoiler_zag>div:hover {
  cursor: pointer;
}

.spoiler_zag .btn_spoiler::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(135deg);
  transition: .5s;
}

.spoiler_zag.close .btn_spoiler::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(-45deg);
}

.spoiler_zag {
  display: flex;
  justify-content: space-between;
}

.spoiler_zag>div {
  background: rgb(32, 40, 53);
  background: -moz-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: -webkit-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  background: linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202835", endColorstr="#1e1e20", GradientType=1);
  width: 94%;
  transition: .5s;
}

.spoiler {
  display: none;
}

.price_block {
  margin-bottom: 50px;
}

.inst, .vk {
  background: #00c3ff;
  width: 41px;
  height: 41px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 3px;
  transition: .5s;
}

.inst:hover, .vk:hover {
  cursor: pointer;
  background: #4b5866;
}

.feedback_user .form {
  margin-bottom: 110px;
  width: 50%;
}

.feedback_user .form .form-block.form__form-block>button[type="submit"] {
  width: 42%;
}

.feedback_user .zag {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feedback_user .zag .feedback_btn {
  background: #00c3ff;
  font-family: 'Proxima_Bold';
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 0px;
  width: 230px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  transition: .5s;
  color: #fff;
  cursor: pointer;
}

.feedback_user .zag .feedback_btn:hover {
  cursor: pointer;
  background: #4b5866;
}

.feedback_modal .openModal {
  width: 48%;
}

.your_feedback>div>p {
  font-family: 'Proxima_Bold';
  font-size: 20px;
  color: #00c3ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.your_feedback p span {
  font-family: 'Proxima_Regular';
  color: #4b5866;
  font-size: 14px;
}

.your_feedback>div>div {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #4b5866;
}

.your_feedback>div:last-child>div {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
