@charset "UTF-8";
body {
  overflow-x: hidden;
  margin: 0;
  background-image: url("/site/img/bg.png");
  background-size: auto 100vh;
  background-position: top center;
  background-attachment: fixed; }

:root {
  --main-color:#ccc;
  --two-color:#ccc; }

.no-scroll {
  overflow: hidden; }

#loading {
  background-color: #333; }

@font-face {
  font-family: "Light";
  src: url("../fonts/Gilroy-Light.ttf");
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Regular";
  src: url("../fonts/Gilroy-Regular.ttf");
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Bold";
  src: url("../fonts/Gilroy-Bold.ttf");
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Black";
  src: url("../fonts/Gilroy-Black.ttf");
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
* {
  box-sizing: border-box;
  font-family: "Regular";
  font-size: 16px;
  outline: none; }

a {
  transition: 0.5s; }

p {
  padding-bottom: 15px;
  padding-top: 0px;
  margin: 0; }
  p a {
    color: red;
    text-decoration: none;
    position: relative;
    transition: 0.5s; }
    p a:after {
      width: 100%;
      content: "";
      height: 1px;
      position: absolute;
      bottom: 1px;
      left: 0;
      background: red; }
    p a:hover {
      color: red; }
  p ul {
    padding: 0;
    margin: 0; }
    p ul li {
      list-style: none;
      position: relative;
      padding-left: 25px;
      padding-bottom: 15px; }
      p ul li:before {
        content: "—";
        top: 0;
        position: absolute;
        left: 0;
        color: red; }
      p ul li a {
        color: red;
        text-decoration: none;
        position: relative;
        transition: 0.5s; }
        p ul li a:after {
          width: 100%;
          content: "";
          height: 1px;
          position: absolute;
          bottom: 1px;
          left: 0;
          background: red; }
        p ul li a:hover {
          color: red; }

h1 {
  display: block;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Bold";
  position: relative; }

h3 {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Bold";
  position: relative; }

.table-window {
  width: 100%;
  overflow-x: auto; }

.table-window::-webkit-scrollbar {
  width: 3px; }

.table-window::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.table-window::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  outline: 1px solid #c3c3c3; }

table {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  border-collapse: collapse; }
  table tr {
    height: 60px;
    border-bottom: 1px solid #ddd; }
    table tr:hover {
      background: #eee;
      cursor: default; }
    table tr:first-child:hover {
      background: transparent;
      cursor: default; }
  table td {
    padding-left: 35px; }
    table td a {
      border: none; }
  table th {
    color: red;
    border-bottom: 1px solid #ddd;
    cursor: default;
    padding-left: 35px;
    text-align: left; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer; }

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 14px;
  color: #5fc747;
  transition: all .2s; }

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.buttonsvyaz {
  text-decoration: none;
  margin: auto;
  margin-top: 20px;
  display: table;
  text-align: center;
  color: #fff;
  padding: 10px 25px;
  text-transform: uppercase;
  background: red;
  border: 2px solid red;
  cursor: pointer;
  border-radius: 50px;
  font-family: "Bold";
  font-size: 16px;
  transition: 0.5s;
  letter-spacing: 2px; }
  .buttonsvyaz:after {
    display: none; }
  .buttonsvyaz:hover {
    background: #fff;
    color: red; }

#shadow {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
  left: 0;
  width: 100%;
  height: 100%; }

.shadow1-close {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  cursor: url(/site/img/cross.png) 20 20, not-allowed;
  height: 100%; }

#window1 {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 420px;
  min-height: 500px;
  display: inline-table;
  padding: 15px; }
  @media (max-width: 450px) {
    #window1 {
      width: 100%;
      margin: auto;
      height: 100%;
      position: relative; } }
  #window1 .submit {
    outline: none;
    border: none;
    transition: 0.5s;
    margin: auto;
    width: 200px;
    background: red;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
    border: 2px solid red; }
    #window1 .submit:hover {
      background: #fff;
      color: #333; }
  #window1 input {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    margin-bottom: 7px;
    outline: none;
    border: 1px solid red;
    float: left;
    height: 30px; }
  #window1 textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid red;
    float: left;
    min-height: 70px;
    resize: vertical; }
  #window1 .title {
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 15px;
    float: left;
    text-transform: uppercase; }
  #window1 .caption {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px; }
  #window1 #close {
    position: absolute;
    top: 10px;
    height: 25px;
    width: 25px;
    right: 10px; }
    #window1 #close:after {
      width: 30px;
      height: 1px;
      top: 11px;
      left: -4px;
      transform: rotate(45deg);
      background: #b40000;
      content: "";
      position: absolute; }
    #window1 #close:before {
      width: 30px;
      height: 1px;
      top: 11px;
      left: -4px;
      transform: rotate(-45deg);
      background: #b40000;
      content: "";
      position: absolute; }
    #window1 #close:hover {
      cursor: pointer; }
      #window1 #close:hover:before {
        background: #333; }
      #window1 #close:hover:after {
        background: #333; }

.files-save {
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  padding-left: 60px;
  border: 2px solid red;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.5s; }
  .files-save:hover {
    border: 2px solid red; }
  .files-save span {
    display: block;
    text-align: left; }
  .files-save:after {
    display: none; }
  .files-save img {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 15px;
    left: 15px; }

.shadow-sec {
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: none;
  left: 0;
  width: 100%;
  height: 100%; }

.shadow-close {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  cursor: url(/site/img/cross.png) 20 20, not-allowed;
  height: 100%; }

.window {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 420px;
  min-height: 500px;
  display: inline-table;
  padding: 15px; }
  .window .submit:disabled {
    cursor: url(/site/img/cross.png) 20 20, not-allowed;
    opacity: 0.6; }
  @media (max-width: 450px) {
    .window {
      width: 100%;
      margin: auto;
      height: 100%;
      position: relative; } }
  .window .close {
    position: absolute;
    top: 10px;
    height: 25px;
    width: 25px;
    right: 10px; }
    .window .close:after {
      width: 30px;
      height: 1px;
      top: 11px;
      left: -4px;
      transform: rotate(45deg);
      background: #b40000;
      content: "";
      position: absolute; }
    .window .close:before {
      width: 30px;
      height: 1px;
      top: 11px;
      left: -4px;
      transform: rotate(-45deg);
      background: #b40000;
      content: "";
      position: absolute; }
    .window .close:hover {
      cursor: pointer; }
      .window .close:hover:before {
        background: #333; }
      .window .close:hover:after {
        background: #333; }
  .window .title {
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-top: 15px;
    float: left;
    text-transform: uppercase; }
  .window .caption {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px; }
  .window span {
    float: left;
    width: 100%;
    margin-bottom: 3px; }
  .window input {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    margin-bottom: 7px;
    outline: none;
    border: 1px solid red;
    float: left;
    height: 30px; }
  .window textarea {
    width: 100%;
    max-height: 200px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid red;
    float: left;
    min-height: 70px;
    resize: vertical; }
  .window .politic {
    width: 100%;
    float: left;
    height: 50px; }
    .window .politic span {
      float: right;
      font-size: 14px;
      width: calc(100% - 25px); }
    .window .politic a {
      text-decoration: none;
      color: red;
      position: relative;
      display: inline-block;
      transition: 0.5s; }
      .window .politic a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        transition: 0.5s;
        width: 0%;
        height: 1px;
        background: #333; }
      .window .politic a:hover {
        color: red; }
        .window .politic a:hover:after {
          width: 100%; }
  .window .error-window {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 5px; }
  .window .submit {
    outline: none;
    border: none;
    transition: 0.5s;
    margin: auto;
    width: 200px;
    background: red;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
    border: 2px solid red; }
    .window .submit:hover {
      background: #fff;
      color: #333; }
  .window .unmasked-value {
    display: none; }

.btn-call {
  cursor: pointer;
  transition: 0.5s; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: inherit;
  padding-left: 20px;
  padding-right: 20px; }

.justify-content {
  text-align: justify; }
  .justify-content:after {
    display: inline-block;
    width: 100%;
    content: ""; }
