/*margin top for HEADER h1-h6*/

/*margin top for BLOCK from header*/

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  local: "Arial";
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/DINPro-CondensedBold.eot");
  src: url("../fonts/DINPro-CondensedBold.eot") format("embedded-opentype"), url("../fonts/DINPro-CondensedBold.woff") format("woff"), url("../fonts/DINPro-CondensedBold.ttf") format("truetype");
  local: "Arial";
  font-weight: 700;
  font-style: normal;
}

input::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
}

input::-moz-placeholder {
  color: #909090;
  font-size: 16px;
}

input:-moz-placeholder {
  color: #909090;
  font-size: 16px;
}

input:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  color: #909090;
  font-size: 16px;
}

textarea::-moz-placeholder {
  color: #909090;
  font-size: 16px;
}

textarea:-moz-placeholder {
  color: #909090;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  color: #909090;
  font-size: 16px;
}

input:focus,
textarea:focus {
  border-color: #FF0D64;
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  height: 50px;
  box-shadow: 0px 1px 1px #fff inset;
  background-color: #EFEFEF;
  z-index: 999;
  background-image: url("../img/polsun.png");
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 11px;
}

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

.mt-block {
  margin-top: 30px !important;
}

.mt-ttl {
  margin-top: 50px !important;
}

.col-pol {
  width: 50%;
}

/*/////////////////SLICK DOTS*/

.slick-dots li {
  margin: 0;
  display: inline-block;
  margin: 0 6px;
}

.slick-dots li button {
  width: 17px;
  height: 17px;
  border: 2px solid #0372A1;
  border-radius: 100%;
  font-size: 0;
}

.slick-dots li button[aria-selected="true"] {
  border: 1px solid #000830;
  background: #000830;
}

.slick-dots li button:before {
  display: none;
}

.slick-active button {
  /*border: 2px solid #000 !important;*/
  background: #0372A1;
}

.slick-dots {
  position: absolute;
  padding-top: 10px;
  bottom: 10px;
  text-align: center;
  margin: 0 auto;
  right: 0;
  left: 0;
}

/*/////////////////SLICK ACTIVE*/

.slick-current .item {
  /*background: $accent-color !important;*/
}

.ttl {
  text-align: left;
}

h1 {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.89583rem;
  font-style: normal;
  color: #3B5E78;
  font-family: "Roboto";
}

h2 {
  font-family: "Roboto";
  font-size: 1.625rem;
  line-height: 1.89583rem;
  font-style: normal;
  font-weight: 400;
  color: #424242;
}

h3 {
  font-family: "Roboto";
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  color: #424242;
}

h4 {
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.16667rem;
  font-style: normal;
  font-weight: 500;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.02083rem;
  font-style: normal;
  font-weight: 500;
}

h6 {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-style: normal;
  font-weight: 500;
}

sup {
  color: #FF0D64;
}

/*STYLE BUTTONS*/

.btn {
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 200px;
}

.btn a {
  border-bottom: none;
}

.btn button {
  position: relative;
  border: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  height: 35px;
  text-transform: none;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
  background: #FF0D64;
  font-weight: 400;
  border-radius: 23px;
  transition: all 0.4s;
  outline: none;
}

.btn button span {
  margin-left: 6px;
}

.btn button svg {
  transition: all 0.4s;
}

.btn button:hover {
  background-color: #0372A1;
}

.btn button:active {
  background-color: #FF0D64;
  color: #fff;
}

.btn button:active svg {
  fill: #fff;
}

.btn-transparent {
  margin-left: 0;
  padding: 0;
  width: 100%;
  max-width: 200px;
  margin: 0 5px;
}

.btn-transparent a {
  border-bottom: none;
}

.btn-transparent button {
  border: 1px solid #FF0D64;
  cursor: pointer;
  color: #FF0D64;
  max-width: 200px;
  height: 35px;
  text-transform: none;
  font-weight: normal;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  padding: 0 10px;
  background: none;
  transition: all 0.4s;
  outline: none;
}

.btn-transparent button span {
  position: relative;
  bottom: 4px;
}

.btn-transparent button svg {
  transition: all 0.4s;
  margin-right: 10px;
  fill: #FF0D64;
}

.btn-transparent button:hover {
  background: #FF0D64;
  color: #fff;
}

.btn-transparent button:hover svg {
  fill: #fff;
}

.btn-transparent button:active {
  background: #FF0D64;
  border: 1px solid #FF0D64;
  color: #fff;
}

.btn-transparent button:active svg {
  fill: #fff;
}

.image-source-link {
  color: #FF0D64;
}

.col-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  -webkit-column-width: 250px;
  -moz-column-width: 250px;
  column-width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}

/*//////////////////PRELOADER*/

.loaderArea {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.96);
}

.load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*change these sizes to fit into your project*/
  width: 100px;
  height: 100px;
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  background: #fff;
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  background: #FF0D64;
  animation-delay: -1s;
}

.load :nth-child(3) {
  background: #fff;
  animation-delay: -0.5s;
}

.load :last-child {
  background: #FF0D64;
}

@keyframes spin {
  0%, 100% {
    transform: translate(0);
  }

  25% {
    transform: translate(160%);
  }

  50% {
    transform: translate(160%, 160%);
  }

  75% {
    transform: translate(0, 160%);
  }
}

/*///////PERSDATA*/

.persd-sogl {
  margin: 15px 10px;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #75A3C5;
}

.persd-sogl a {
  color: #75A3C5;
}

/*//////////magnific*/

.window-modal {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 300px;
  /*border-radius: 6px;*/
  padding: 30px 25px;
  background: #0372A1;
}

.window-modal .forma {
  text-align: center;
}

.window-modal .forma .zag {
  margin-top: 15px;
  font-size: 14px;
  display: inline-block;
}

.window-modal form {
  text-align: center;
}

.window-modal form .note {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #0372A1;
  display: inline-block;
}

.window-modal form .logo-form img {
  width: 44px;
  height: auto;
}

.window-modal form h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
}

.window-modal form .flex-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.window-modal form .flex-form input,
.window-modal form .flex-form textarea {
  margin-bottom: 10px;
  height: 35px;
  width: 100%;
  color: #424242;
  border: 1px solid #fff;
  /*border-radius: 3px;*/
  padding: 0 15px;
  background: none;
  background-color: #fff;
}

.window-modal form .flex-form input:first-child,
.window-modal form .flex-form textarea:first-child {
  margin-top: 20px;
}

.window-modal form .flex-form input:focus,
.window-modal form .flex-form textarea:focus {
  outline: none;
  border-color: #FF0D64;
}

.window-modal form .flex-form input.error,
.window-modal form .flex-form textarea.error {
  border-color: #FF0D64;
}

.window-modal form .flex-form textarea {
  height: 85px;
  padding-top: 10px;
}

.window-modal form .flex-form .btn {
  margin-top: 35px;
  text-align: center;
}

.window-modal .oplet-form {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.window-modal .oplet-form .logo-form {
  position: absolute;
  left: 0;
  top: -10px;
}

.window-modal .oplet-form .logo-form img {
  width: 50px;
}

.window-modal .oplet-form h2 {
  padding: 0 60px;
}

.mfp-bg {
  background-color: #0372A1 !important;
}

.mfp-close-btn-in .mfp-close {
  color: #FF0D64;
}

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

a {
  color: #0372A1;
  text-decoration: underline;
}

button {
  outline: none;
}

.mt-catalog {
  margin-top: 23px;
}

/*//////////////////////copyright////////////////////////*/

.copyright {
  text-align: center;
  font-size: 12px;
  max-width: 980px;
  padding: 15px 0;
  width: 100%;
  margin: 0 auto;
}

.copyright p {
  padding: 5px 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  height: 100%;
  width: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
}

code {
  background: #d3dddd;
  padding: 5px;
  margin-right: 5px;
}

html {
  font-size: 14px;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  width: 100%;
  height: 100%;
  color: #424242;
  font-size: 1rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  min-height: 100%;
  width: 100%;
}

section p {
  padding: 13px 0;
}

.nosvg {
  display: none;
}

aside {
  width: 100%;
}

article {
  line-height: 1.9em;
}

article p {
  padding: 10px 0;
}

.container {
  max-width: 1110px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

header {
  background: url(../img/header.webp);
}

sup {
  color: #fff;
}

.border-cent .logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.border-cent .logo .logosik {
  font-family: "Din Pro";
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}

.border-cent .logo .slogan {
  margin-top: 3px;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  border-bottom: 1px solid #FFB9B9;
}

.border-cent .logo .address {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.border-cent .contacts .phone img {
  position: relative;
  top: 2px;
  left: -2px;
  margin-right: 5px;
}

.border-cent .contacts .phone a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.border-cent .contacts .rezim {
  margin-top: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
}

.border-cent .contacts .btn-h {
  margin-top: 8px;
}

article {
  background: url(../img/bg.webp);
}

.mt {
  padding-top: 65px;
}

aside {
  padding: 25px 20px;
  background-color: #fff;
  max-width: 252px;
  border-radius: 9px;
}

aside h2 {
  color: #FF0D64;
  font-size: 24px;
}

aside ul li {
  font-size: 18px;
  border-bottom: 1px solid #0372A1;
  margin-top: 8px;
  cursor: pointer;
}

aside ul li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

aside ul li:last-child {
  border-bottom: none;
}

#tab-init {
  margin-top: 20px;
}

.content {
  max-width: 825px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 25px 40px;
  margin-bottom: 80px;
}

.forma {
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 30px;
  border: 1px solid #FF0D64;
}

.forma form {
  max-width: 435px;
  width: 100%;
}

.forma form input {
  width: 100%;
  height: 25px;
  border: none;
  border-bottom: 2px solid #0372A1;
  outline: none;
  padding: 0 10px;
}

.forma form input:first-child {
  margin-right: 10px;
}

.forma form input:last-child {
  margin-left: 10px;
}

.forma form textarea {
  padding: 5px 10px;
  margin-top: 32px;
  width: 100%;
  height: 75px;
  border: 2px solid #0372A1;
  border-radius: 4px;
}

.forma form .btn {
  margin-top: 15px;
}

.forma .img {
  flex: 1;
  padding-left: 40px;
}

.forma .img img {
  max-width: 200px;
  width: 100%;
  height: auto;
  opacity: 0.4;
}

.txt {
  margin-top: 20px;
}

.flex-wra {
  align-items: flex-start;
}

.item-tab {
  display: none;
}

.visible {
  display: block;
}

footer.border-cent {
  background-color: #000830;
}
.btn-h .btn a{
  text-decoration: none;
}
.copyright {
  margin-top: 20px;
  border-top: 1px solid #293992;
}
.error{
  border-color: red !important;
}
@media (max-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content {
    margin-left: 15px;
  }
}

@media (max-width: 993px) {
  .forma .img {
    display: none;
  }

  .forma {
    padding: 15px 20px;
  }
}

@media (max-width: 790px) {
  .flex-wra {
    flex-direction: column;
  }

  aside {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .content {
    margin-left: 0;
    padding: 25px 20px;
  }
}

@media (max-width: 620px) {
  .border-cent .flex {
    flex-direction: column;
    padding-bottom: 15px;
  }

  .border-cent .logo .logosik {
    font-size: 26px;
  }

  .border-cent .logo .slogan {
    font-size: 17px;
  }

  .border-cent .logo .address {
    font-size: 15px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
