.gray-form {
  padding: 15px;
  background: #fafafa;
}

.fancybox-container h3 {
  color: #252525;
  font-weight: 100;
  text-transform: uppercase;
}

.gray-form h3 {
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #252525;
}

.form-desc {
  margin-bottom: 2rem;
  color: #bebebe;
  font-size: 1.4rem;
  text-align: center;
}

.gray-form label {
  width: 100%;
  margin: 0 0 10px;
  display: inline-block;
}

.gray-form label input[type="password"],
.gray-form label input[type="email"],
.gray-form label input[type="text"] {
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  height: 48px;
  font-weight: 400;
  padding: 0 15px;
  border-radius: 50px;
  width: 100%;
  background-color: #f2f2f2;
}

.gray-form label input:focus {
  color: #ffffff;
  background-color: #256995;
}

.gray-form label input::placeholder {
  color: #9d9d9d;
}

.gray-form .label-file [type="file"] {
  display: none;
}

.gray-form .label-file [type="file"]+p {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 60px;
  color: #256995;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}

.gray-form .label-file [type="file"]+p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 45px;
  height: 100%;

  background-image: url(img/plus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgb(52, 152, 207);
  border-style: solid;
}

.gray-form .label-file [type="file"]+p:hover {
  opacity: 0.8;
}

.gray-form .btn {
  width: 100%;
}

.gray-form .label-check {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gray-form .label-check a {
  text-decoration: underline dotted;
}

.gray-form .label-check input {
  display: none;
}

.gray-form .label-check p {
  margin: 0;
  color: #bebebe;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}

.gray-form .label-file p span {
  display: block;
  color: #bebebe;
  text-transform: none;
}

form ._error {
  border: 1px solid red !important;
}

[type="file"]._error + p {
  color: red !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pagination .prev {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #e0e0e0;
  margin: 0 16px 0 0;
}

.pagination .next {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #e0e0e0;
  margin: 0 0 0 16px;
}

.pagination>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>a svg path {
  fill: #ED433F;
}

.pagination>a:hover {
  border-color: #ED433F;
  background: #ed433f;
}

.pagination>a:hover svg path {
  fill: #FFF;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.pagination ul li {
  list-style: none;
  margin: 0 15px;
}

.pagination ul li:before {
  display: none;
}

.pagination ul li a {
  font-size: 16px;
  font-weight: 500;
}

.pagination ul li a.active {
  color: #ED433F;
}

.pagination ul li a:hover {
  color: #ED433F;
  text-decoration: none;
}

.pagination ul li span {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.thanx-wrapper {
  padding: 100px 120px;
  text-align: center;
}

.thanx-wrapper p {
  margin: 0 0 45px;
  color: #000;
}

.news-gallery-thumbs {
  overflow: hidden;
  margin-top: -30px;
  margin-bottom: 60px;
}
.news-gallery-thumbs .image {
  height: 120px;
  width: 100%;
  filter: grayscale(10);
}
.news-gallery-thumbs .slick-current .image {
  filter: none;
  outline: 2px solid #267099;
  outline-offset: -2px;
}

.d-small {
  display: none;
}

.gray-form .label-check {
  margin-bottom: 0;
}

.fancybox-close-small {
  color: #cfcfcf;
}

.inner-header._light {
  background-color: #f3f3f3;
}

.catalog-benefist-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 2.6rem;
}

.catalog-benefist-item {
  position: relative;

  padding-left: 5rem;
  width: 100%;
  margin-bottom: 2rem;

  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
}

.catalog-benefist-item p {
  margin: 0;

  font-size: 1.6rem;
}

.catalog-benefist-item b {
  color: #3597CD;
  font-weight: 700;
}

.catalog-benefist-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;

  width: 3rem;
  height: 3rem;

  background-image: url(img/checked-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.good__more .btn {
  font-size: 14px;
  font-weight: 400;
}

.good__title {
  min-height: 4rem;
  display: block;

  font-weight: 300;
  color: #131313;
}

body[data-page="catalog"] {
  overflow-x: hidden;
}

.catalog-slider-item-image img {
  margin: 0 auto;
}

.cardpage__img .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;

  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #a6a6a6;

  background-size: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

.cardpage__img .slick-prev {
  left: 0;
}

.cardpage__img .slick-next {
  right: 0;
}

.cardpage__img .slick-prev::before,
.cardpage__img .slick-next::before {
  display: none;
}

.cardpage__img .slick-prev {
  background-image: url(img/left-arrow-rect-gray.svg);
}

.cardpage__img .slick-next {
  background-image: url(img/right-arrow-rect-gray.svg);
}

.cardpage__img {
  overflow: visible;
}

.desc-section {
  padding: 0;
}

.desc-section .grid {
  padding: 3rem 1.5rem;

  border: 1px solid rgba(255, 255, 255, 0.30);
}

.desc-section .subtitle._big {
  margin-bottom: 2.2rem;
}

.files-section {
  padding: 3rem 1.5rem;
  padding-bottom: 25rem;

  background-color: #ffffff;
  background-image: url(img/docs-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 30rem;
}

.files-section h3 {
  font-weight: 300;
  text-transform: uppercase;
  color: #1e1e1e;
}

.files-item {
  position: relative;

  padding-left: 46px;
  margin-bottom: 1rem;
}

.files-item::before {
  display: none;
}

.files-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;

  width: 3rem;
  height: 3rem;

  background-image: url(img/download-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transform: translateY(-50%);
}

.files-item-link {
  text-decoration: underline;
  color: #1e1e1e;
}

.files-item-link:hover {
  text-decoration: none;
}

.tabs {
  overflow: hidden;
}

.double-screen-element {
  margin-bottom: 0;

  background-color: #ffffff;
}

.double-screen-element h2 {
  padding-top: 3rem;
}

._economic {
  padding: 3rem 0;
}

._economic h2 span {
  color: #3597CD;
}

.economic-img {
  margin-bottom: 2rem;
}

.video-title-padding-top {
  padding-top: 3rem;
}

.process {
  padding: 3rem 0;

  counter-reset: process;
}

.steps-services h2,
.process h2 {
  max-width: 100%;
}

.steps-services .about-why-us__item,
.process .about-why-us__item {
  width: 100%;
}

.process .double-screen-right .container::before {
  display: none;
}

.process .double-screen-right .container {
  min-height: 30rem;
}

.process-list {
  margin-bottom: 3rem;
}

.process-list .process-item {
  padding-left: 50px;
}

.process-list .process-item::before {
  content: "0" counter(process);
  counter-increment: process;

  z-index: -1;

  width: auto;
  height: auto;

  color: #35b7ff;
  font-size: 3.6rem;
  font-weight: 800;

  background: linear-gradient(#294757, #2c2c2c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-form {
  margin-bottom: 3rem;
}

.economic-text {
  margin-top: 3rem;
}

@media(max-width: 767px) {
  .thanx-wrapper {
    padding: 40px 30px;
    text-align: center;
  }

  .thanx-wrapper p {
    margin: 0 0 30px;
  }
  .thanx-wrapper p br {
    display: none;
  }
  .main-footer-socials {
    display: none;
  }
  .d-small {
    display: inline-block;
  }

  .double-screen-element .double-screen-left {
    padding-bottom: 3rem;
  }
}

@media(min-width: 768px) {
  .form-row-flex {
    display: flex;
    align-items: center;
  }

  .form-row-flex label {
    width: 50%;
    flex-grow: 1;
  }

  .form-row-flex label:first-child {
    width: 260px;
    margin-right: 14px;
  }

  .form-row-flex .btn {
    width: 235px;
  }

  .gray-form .label-file [type="file"]+p {
    margin-bottom: 0;
  }

  .label-file {
    margin-bottom: 0;
  }

  .gray-form .label-check p {
    max-width: 75%;
    margin: 0 auto;
  }

  .catalog-benefist-item {
    width: 50%;
    padding-right: 3rem;
  }

  .catalog-benefist-item p {
    font-size: 1.6rem;
  }

  .good__left {
    display: flex;
    flex-direction: column;
  }

  .good__more {
    margin-top: auto;
  }

  .catalog-slider-item {
    position: relative;
  }

  .catalog-section-slider {
    margin-bottom: 6.4rem;
  }

  .files-section {
    padding-top: 5rem;
  }

  .files-section h3 {
    font-size: 1.8rem;
  }

  .files-item {
    margin-bottom: 3rem;
  }

  .double-screen-element h2 {
    padding-top: 5rem;

    font-size: 3.6rem;
  }

  .news-left .main-news, .news-list .news-item {
    flex-direction: row;
  }

  ._economic {
    padding: 5rem 0;
    padding-bottom: 10rem;
  }

  .economic-img {
    padding-top: 4rem;
    margin-bottom: 0;
    padding-right: 3rem;
  }

  .economic-text {
    margin-top: 5rem;
  }

  ._servis .double-screen._economic {
    padding-bottom: 0;
  }

  ._servis.section-economic h2 {
    max-width: 100%;
  }

  ._servis .economic-img {
    height: 100%;
  }

  ._servis.section-economic .text-list__item {
    width: 100%;
  }

  ._servis .economic-img img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  .economic-img img {
    max-height: 37rem;
  }

  .video-title-padding-top {
    padding-top: 5rem;
    margin-bottom: 7rem;
  }

  .process {
    padding: 5rem 0;
  }
}

@media(min-width: 1024px) {
  .desc-section-columns {
    columns: 2;
    column-gap: 3rem;
    padding-right: 3rem;
  }

  .desc-section-columns > *:not(.hide) {
    display: inline-block;
  }
}

@media(min-width: 1200px) {
  .desc-section .grid {
    padding: 5rem 3rem;
  }
}

@media(min-width: 1201px) {
  .cardpage__img .slick-dots {
    bottom: 0;
  }
}

@media(min-width: 1280px) {
  .gray-form {
    padding: 50px 30px;
  }

  .gray-form .label-file [type="file"]+p {
    padding-left: 95px;
    height: 76px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
  }

  .gray-form .label-file [type="file"]+p::before {
    width: 75px;
    border-radius: 25px;
    background-size: 30px;
  }

  #resumee {
    width: 710px;
  }

  .gray-form .label-check {
    margin-top: 40px;
  }

  .gray-form label input[type="password"],
  .gray-form label input[type="email"],
  .gray-form label input[type="text"] {
    height: 76px;
    padding-left: 40px;
  }

  .gray-form .label-file p span {
    margin-top: -30px;
  }

  .fancybox-close-small {
    width: 70px;
    height: 70px;
  }

  .catalog-benefist-item {
    margin-bottom: 5rem;
  }

  .catalog-benefist-item p {
    font-size: 1.8rem;
  }

  .good {
    padding-top: 8rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    flex-direction: row;
    align-items: center;

    background-color: #fefefe;
  }

  .good__img {
    width: 50%;
  }

  .good__container {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;

    background-color: #fefefe;
  }

  .good__title {
    font-size: 2rem;
  }

  .good__desc {
    margin-bottom: 3.8rem;
  }

  .good__more .btn {
    width: 24rem;
  }

  .catalog-section-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;

    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #a6a6a6;
  }
  .catalog-section-slider-wrapper{

  }
  .catalog-section-slider .slick-prev {
    left: 0;
    background-image: url(img/slider_arrow_new.svg);
    transform: rotate(360deg);
    border: none;
    background-size: contain;
    display: none!important;
  }

  .catalog-section-slider .slick-next {
    right: -65px;
    border: none;
    background-image: url(img/slider_arrow_new.svg);
    background-size: contain;
  }

  .cardpage__img .slick-prev {
    left: -5rem;
  }

  .cardpage__img .slick-next {
    right: -6rem;
  }

  .double-screen-element h2 {
    max-width: 75%;
    padding-top: 10rem;
  }

  .double-screen-element .double-screen-left {
    padding-bottom: 10rem;
  }

  .news-left .main-news .news-img-wrap {
    height: 100%;
    max-height: none;
  }

  ._economic {
    padding: 8rem 0;
    padding-bottom: 0;
  }

  .economic-img {
    padding-right: 5rem;
    margin-left: -3rem;
  }

  .economic-img img {
    max-height: 53rem;
  }

  .economic-text {
    padding: 0 5%;
  }

  .video-title-padding-top {
    padding-top: 12rem;
    margin-bottom: 4.5rem;
  }

  .process {
    padding: 8.5rem 0;
  }

  .process .double-screen-left {
    padding-bottom: 0;
  }

  .process h2 {
    margin-bottom: 4rem;
  }

  .process .about-why-us__item {
    height: 33.5rem;
  }

  .process-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .process-list .process-item {
    width: 50%;
    margin-bottom: 7rem;

    font-size: 1.6rem;
  }

  .process-list .process-item::before {
    left: -1rem;
    top: 0;

    font-size: 12rem;
  }

  .process-form .fos__form-wrapper {
    padding: 5rem;
    max-width: calc(75% - 1.5rem);
    margin-left: auto;
    margin-right: 0;
  }

  .process-form {
    position: relative;
    z-index: 1;

    margin-top: -42rem;
    width: 100%;
  }

  .faq__top {
    padding-right: 10rem;
  }

  .faq__button-wrapper._even {
    margin-top: 0;
  }
}

@media(min-width: 1920px) {
  .economic-img {
    margin-left: -6.7rem;
  }

  .desc-section .grid {
    padding-top: 7.4rem;
  }
}
