@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;400;500&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #d8d2c6;
  font-family: "Fira Sans", sans-serif;
}

.page_contacts_ i {
  color: #236384;
  font-size: 150%;
  margin-right: 15px;
}

.contact_form {
  max-width: 400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact_form input, .contact_form textarea {
  padding: 8px;
  border-radius: 3px;
  margin-top: 10px;
  border: 1px solid #236384;
  background: #2363840d;
  width: 100%;
  resize: none;
}
.contact_form input[type=submit] {
  color: white !important;
  background: #236384 !important;
  font-size: 110%;
}

.content a {
  color: #236384;
  text-decoration: none;
}

.graphs {
  margin-left: 0px;
  width: 100%;
}
.graphs h1 {
  text-align: center;
  margin-top: 60px;
}

.graphlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 70px;
}
.graphlist .graph {
  color: black;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
}
.graphlist .graph img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 80px;
  height: 80px;
  fill: #ccc;
  opacity: 0.3;
  margin-top: 40px;
  margin-bottom: 50px;
}
.graphlist .graph:hover .ico img {
  opacity: 1;
}
.graphlist .graph .item {
  font-size: 100%;
  padding: 0px 10px;
}

.wpage {
  max-width: 1200px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

footer {
  background: url("../images/uzor__btm.svg") no-repeat center #968d7c;
  background-size: cover;
  padding-bottom: 100px;
  color: white;
}
footer .wpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .copyright_content {
  padding-top: 30px;
}
footer .copyright_content a {
  color: white;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
footer .copyright_content a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  width: 10px;
  bottom: -4px;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .copyright_content a:hover:before {
  width: 100%;
}
footer .copyright_content .privacy {
  margin-top: 70px;
}
footer .socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
footer .socials ul a {
  display: inline-block;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 30px;
}
footer .socials ul a svg {
  width: 30px;
  height: 30px;
  fill: white;
}
footer .socials ul a:hover {
  opacity: 0.6;
}

.uzor {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.address_login_line {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 110%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.address_login_line a {
  color: black;
  text-decoration: none;
}
.address_login_line .address {
  margin: 0px 40px 0px 0px;
  font-size: 80%;
}
.address_login_line .login {
  border: 1px solid black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 16px;
  border-radius: 5px;
  margin: 0px 40px 0px 0px;
}
.address_login_line .login:hover {
  color: white;
  background: black;
}
.address_login_line .login:hover a {
  color: white !important;
}

header .uzor1 {
  height: 500px;
  width: 500px;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}
header .uzor2 {
  height: 200px;
  width: 700px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
}
header .hdrline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hdrline nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
header .hdrline nav ul .hassub {
  position: relative;
}
header .hdrline nav ul .hassub:hover .submenu {
  display: block;
  opacity: 1;
  pointer-events: all;
}
header .hdrline nav ul .hassub .submenu {
  position: absolute;
  z-index: 100;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  left: -10px;
  width: 200px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  padding-top: 20px;
}
header .hdrline nav ul .hassub .submenu:before {
  margin-left: -8px;
  background: white;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .hdrline nav ul .hassub .submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 70%;
}
header .hdrline nav ul .hassub .submenu ul a {
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
}
header .hdrline nav ul .hassub .submenu ul a:after {
  content: none;
}
header .hdrline nav ul .hassub .submenu ul a:before {
  content: none;
}
header .hdrline nav ul .hassub .submenu ul li {
  text-align: center;
}
header .hdrline nav ul .hassub .submenu ul li:hover {
  background: rgba(0, 0, 0, 0.1);
}
header .hdrline nav ul li:last-child a {
  margin-right: 0px !important;
}
header .hdrline nav ul a {
  white-space: nowrap;
  font-size: 130%;
  margin: 0px 40px;
}
header .hdrline a {
  color: black;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
header .hdrline a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  width: 10px;
  bottom: -4px;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .hdrline a:hover:before {
  width: 100%;
}
header .hdrline .logo {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}
header .hdrline .logo:hover svg {
  opacity: 0.5;
}
header .hdrline .logo svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  fill: #1A1E3B;
  width: 100%;
  height: auto;
}

.mobile_menu_burger {
  display: none;
}

.bannerplace {
  padding-bottom: 23vw;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-position: center 20.7vw !important;
}
.bannerplace svg {
  pointer-events: none;
}

.uzor3 {
  height: 40vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/uzor_2.svg") no-repeat;
  background-size: 100%;
}
.uzor3 > div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 6vw 8vw;
}
.uzor3 .txtline1 {
  line-height: 2;
  font-size: 2vw;
  color: white;
}
.uzor3 .txtline2 {
  line-height: 2;
  font-size: 1.4vw;
  color: black;
  text-align: right;
  margin-top: 10vw;
}

.info {
  position: relative;
}
.info h1 {
  text-align: center;
  background: #236384;
  color: white;
  font-size: 200%;
  padding: 50px 50px;
}
.info .content {
  margin: 50px;
}
.info .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info .content ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  height: 90px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #beb7a8;
  border: 1px solid #d8d2c6;
}
.info .content ul li:hover {
  color: white;
  background: #958d7c;
}

.uzor8 {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 180px;
  z-index: 1;
}
.uzor8 img {
  height: 180px;
  width: 100%;
}

.uzor6 {
  width: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 1055px) {
  .logo {
    width: 183px !important;
  }
  .logo img {
    width: 183px !important;
  }

  nav ul a {
    white-space: nowrap;
    font-size: 110% !important;
    margin: 0px 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .uzor1 {
    width: 100% !important;
  }

  .inside {
    padding: 0 !important;
  }
  .inside h1 {
    text-align: center;
    font-size: 200% !important;
  }
  .inside h1:before {
    bottom: -10px;
  }
  .inside h1:after {
    top: -10px;
  }
  .inside .content {
    margin-top: 50px;
  }
  .inside p {
    margin: 15px !important;
  }

  footer .wpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info h1 {
    font-size: 130%;
    font-weight: 400;
  }
  .info .content {
    margin: 10px;
  }
  .info .content ul li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 10px;
  }

  .graphlist {
    margin: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .graphlist .graph {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .graphlist .graph .item {
    font-size: 90%;
    text-align: justify;
  }

  .mobile {
    overflow: hidden !important;
  }
  .mobile .logo {
    position: relative;
    z-index: 100;
  }
  .mobile .logo svg {
    fill: #fff !important;
  }
  .mobile nav {
    z-index: 1;
    display: block;
    position: absolute;
    background: #236384;
    left: 0px;
    width: 100%;
    top: 77px;
    height: calc(100vh - 77px);
  }
  .mobile nav ul {
    padding-top: 100px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile nav ul li {
    border-bottom: 1px solid #ffffff40;
  }
  .mobile nav ul a {
    display: block;
    text-align: center;
    padding: 20px 20px;
    color: white !important;
  }
  .mobile nav ul a:before {
    display: none;
  }
  .mobile nav ul .submenu {
    z-index: 3;
    left: 0px !important;
    width: 100% !important;
  }
  .mobile nav ul .submenu ul {
    padding-top: 0px !important;
  }
  .mobile nav ul .submenu a {
    color: black !important;
  }
  .mobile .mobile_menu_burger {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
    background: #ffffff00 !important;
  }
  .mobile .mobile_menu_burger:before {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
            transform: rotate(45deg) translate(6px, 6px);
  }
  .mobile .mobile_menu_burger:after {
    -webkit-transform: rotate(-45deg) translate(8px, -7px);
            transform: rotate(-45deg) translate(8px, -7px);
  }

  .address, nav {
    display: none;
  }

  .bannerplace {
    padding-bottom: 23vw;
  }

  .logo {
    display: block !important;
    margin-top: 13px;
    text-align: center;
  }
  .logo img {
    max-width: 200px;
  }

  header .hdrline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mb_holder {
    position: absolute;
    left: 20px;
    top: 37px;
  }
  .mb_holder .mobile_menu_burger {
    width: 30px;
    display: block;
    height: 4px;
    border-radius: 100px;
    background: #236384;
    position: relative;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .mb_holder .mobile_menu_burger:after {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 10px;
    height: 4px;
    border-radius: 100px;
    content: "";
    width: 30px;
    background: #236384;
  }
  .mb_holder .mobile_menu_burger:before {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: -10px;
    height: 4px;
    border-radius: 100px;
    content: "";
    width: 30px;
    background: #236384;
  }
}
.inside h1 {
  position: relative;
  font-weight: lighter;
  font-size: 400%;
}
.inside h1:before {
  bottom: -20px;
  content: "";
  position: absolute;
  left: 0px;
  width: 55%;
  height: 1px;
  background: black;
}
.inside h1:after {
  top: -20px;
  content: "";
  position: absolute;
  right: 0px;
  width: 55%;
  height: 1px;
  background: black;
}
.inside .content {
  margin-bottom: 100px;
}
.inside .content p {
  line-height: 1.7;
  margin-bottom: 30px;
}
.inside .content h2 {
  background: #eaeaea;
  padding: 20px;
  font-weight: normal;
  text-align: center;
}
.inside .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.inside .content ul li {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #236384;
}