@font-face {
  font-family: "Nunito Black";
  src: url("../fonts/Nunito-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito BlackItalic";
  src: url("../fonts/Nunito-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Bold";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito BoldItalic";
  src: url("../fonts/Nunito-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito ExtraBold";
  src: url("../fonts/Nunito-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito ExtraBoldItalic";
  src: url("../fonts/Nunito-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito ExtraLight";
  src: url("../fonts/Nunito-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito ExtraLightItalic";
  src: url("../fonts/Nunito-ExtraLightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Italic";
  src: url("../fonts/Nunito-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Light";
  src: url("../fonts/Nunito-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito LightItalic";
  src: url("../fonts/Nunito-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Regular";
  src: url("../fonts/Nunito-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito SemiBold";
  src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito SemiBoldItalic";
  src: url("../fonts/Nunito-SemiBoldItalic.ttf") format("truetype");
}

* {
  padding: 0px;
  margin: 0px;
  border: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

body {
  color: #000;
  font-size: 14px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px;
}

.container-mini {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

.services {
  max-width: 1050px;
  margin: 30px auto;
}

.services__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__column {
  width: 50%;
  min-height: 218px;
  margin: 0px 0px 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
}

.services__column a {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: 100%;
  border-bottom: 18px solid #0057b1;
  -webkit-box-shadow: 0 2px 14px rgba(61, 123, 170, 0.25);
          box-shadow: 0 2px 14px rgba(61, 123, 170, 0.25);
  padding: 42px 140px 30px 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services__column a:hover {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
  background-color: #f9fbfb;
}

.services__column a:hover .services__title {
  color: #0057b1;
}

.services__title {
  font-size: 25px;
  font-family: "Nunito Bold";
  color: #4e4e4e;
}

.services__ico {
  position: absolute;
  width: 94.2px;
  height: 104px;
  right: 20px;
  top: 20px;
}

.services__ico img:first-child {
  width: inherit;
  height: inherit;
}

.services__ico img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 65px;
  width: auto;
}

@media (max-width: 768px) {
  .services__column {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .services__column {
    min-height: 150px;
    padding: 0;
  }
  .services__column a {
    padding: 30px 60px 30px 30px;
    border-bottom: 10px solid #0057b1;
  }
  .services__title {
    font-size: 20px;
  }
  .services__ico {
    position: absolute;
    width: 60px;
    height: auto;
    right: 20px;
    top: 20px;
  }
  .services__ico img:first-child {
    width: inherit;
    height: inherit;
  }
  .services__ico img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 35px;
    width: auto;
  }
}

.news {
  margin: 80px 0px 30px 0px;
}

.news__container {
  max-width: 1130px;
  margin: 0 auto;
}

.news__head-title {
  margin: 0px 0px 0px 40px;
  font-family: "Nunito Bold";
  font-size: 25px;
  color: #45414d;
}

.news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__column {
  width: 48%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 45px 0px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news__column:hover {
  -webkit-box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.3);
}

.news__column:hover .news__title {
  color: #0057b1;
}

.news__img {
  width: 240px;
  min-width: 240px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d5e4ff;
}

.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news__content {
  padding: 15px;
  width: calc(100% - 240px);
  position: relative;
}

.news__title {
  font-family: "Nunito Bold";
  font-size: 16px;
  line-height: 22px;
  color: #45414d;
  max-height: 108px;
  text-align: justify;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}

.news__title a {
  color: inherit;
}

.news__text {
  display: none;
  margin: 5px 0px 0px 0px;
  width: 100%;
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 19px;
  color: #45414d;
  height: 114px;
  overflow: hidden;
}

.news__text a {
  width: 100%;
  color: inherit;
}

.news__date {
  font-family: "Nunito Regular";
  font-size: 14px;
  color: #888;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.news__link {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-family: "Nunito Regular";
  font-size: 14px;
  color: #45414d;
}

.news__link:hover {
  text-decoration: underline;
  color: #0057b1;
}

.news__link a {
  color: inherit;
}

@media (max-width: 1023px) {
  .news__row {
    margin: 40px 0px 0px 0px;
  }
  .news__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news__column a {
    width: 100%;
  }
  .news__img {
    height: 280px;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .news__content {
    width: 100%;
    padding: 0;
    height: 180px;
  }
}

.online-form {
  max-width: 1030px;
  margin: 90px auto 120px auto;
}

.online-form__title {
  font-family: "Nunito Bold";
  font-size: 24px;
  color: #4e4e4e;
  margin: 0px 0px 10px 0px;
}

.a-form__title {
  font-family: "Nunito Bold";
  font-size: 24px;
  color: #4e4e4e;
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.a-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px -26px;
}

.a-form__column {
  width: 225px;
  margin: 0px 22.5px 35px 22.5px;
}

.a-form__link {
  width: 100%;
  min-height: 70px;
  border-radius: 35px;
  font-family: "Nunito SemiBold";
  background-color: #0057b1;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 20px;
  border: 5px solid #0057b1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.a-form__link:hover {
  color: #0057b1;
  background-color: #fff;
}

.document__title {
  font-family: "Nunito Bold";
  font-size: 24px;
  color: #4e4e4e;
  text-align: center;
  margin: 10px 0px 35px 0px;
}

.document__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.document__column {
  width: 48%;
  min-height: 260px;
  border-radius: 3px;
  padding: 30px 30px 45px 30px;
  background-color: #fff;
  border-bottom: 13px solid #0057b1;
  -webkit-box-shadow: 0 2px 14px rgba(68, 154, 219, 0.2);
          box-shadow: 0 2px 14px rgba(68, 154, 219, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 0px 30px 0px;
}

.document__name {
  width: 100%;
  text-align: center;
  font-family: "Nunito Bold";
  font-size: 22px;
  color: #464646;
  margin: 0px 0px 15px 0px;
}

.document__img {
  width: 100px;
  height: 142px;
  overflow: hidden;
  margin: 0px 25px 0px 0px;
}

.document__img img {
  width: 100%;
  height: 100%;
}

.document__about {
  margin: 30px 0px 0px 0px;
}

.document__format {
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 23px;
  color: #464646;
}

.document__size {
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 23px;
  color: #464646;
  margin: 0px 0px 20px 0px;
}

.document__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document__link a {
  width: 160px;
  height: 40px;
  font-family: "Nunito Regular";
  font-size: 18px;
  color: #0057b1;
  line-height: 20px;
  padding: 10px 0px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(68, 154, 219, 0.2);
          box-shadow: 0 2px 4px rgba(68, 154, 219, 0.2);
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.document__link a:hover {
  background-color: #0057b1;
  color: #fff;
}

@media (max-width: 768px) {
  .document__column {
    width: 100%;
    padding: 10px 10px 20px 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .document__img {
    margin: 0px 10px 0px 0px;
  }
}

.send-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 560px) {
  .send-files form {
    width: 100%;
  }
}

.send-files__title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunito Bold";
  font-size: 22px;
  color: #0057b1;
  margin: 0px 0px 30px 0px;
}

.send-files__send {
  min-width: 540px;
  height: 60px;
  background-color: #0057b1;
  border-radius: 7.5px;
  font-family: "Nunito SemiBold";
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
  margin: 30px auto 0px 0px;
  border: 5px solid #0057b1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.send-files__send:hover, .send-files__send:focus {
  background-color: #fff;
  color: #0057b1;
}

@media (max-width: 560px) {
  .send-files__send {
    min-width: 100%;
    width: 100%;
  }
}

.send-files .boxm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.send-files .boxm .inputfile {
  display: none;
}

.send-files .boxm label {
  margin: 0px 0px 20px 0px;
  color: #0057b1;
  border: 3px solid currentColor;
  cursor: pointer;
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 4.25rem;
  background-color: #fff;
}

.send-files .boxm label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.send-files .boxm label:hover {
  color: #fff;
  background-color: #0057b1;
  border-color: #0057b1;
}

.send-files .boxm .show {
  display: block !important;
}

.in-news {
  margin: 0px 0px 100px 0px;
}

.in-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 0px 0px 60px;
}

.in-news__content {
  max-width: 750px;
  margin: 55px 0px 0px 20px;
  background-color: #fff;
  padding: 10px;
}

.in-news__title {
  font-family: "Nunito SemiBold";
  font-size: 20px;
  color: #45414d;
}

.in-news__date {
  font-family: "Nunito Regular";
  font-size: 12px;
  color: #45414d;
  margin: 5px 0px 25px 0px;
}

.in-news__text {
  font-family: "Nunito Regular";
  color: #45414d;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.in-news__text img {
  max-width: 100%;
}

.in-news .last-news {
  width: 300px;
  min-width: 300px;
  margin: 110px 0px 0px 0px;
}

.in-news .last-news__title {
  font-family: "Nunito Bold";
  font-size: 20px;
  color: #45414d;
  text-transform: uppercase;
  margin: 0px 0px 35px 0px;
}

.in-news .last-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid #0057b1;
}

.in-news .last-news__link {
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  color: #4e4e4e;
  border-bottom: 1px solid #0057b1;
  padding: 20px 5px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.in-news .last-news__link:last-child {
  border-bottom: none;
}

.in-news .last-news__link:hover {
  background-color: #0057b1;
  color: #fff;
}

@media (max-width: 1024px) {
  .in-news__container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .in-news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .in-news .last-news {
    margin: 40px 0px 0px 0px;
    width: 100%;
    min-width: 100%;
  }
  .in-news .last-news__title {
    margin: 0px 0px 20px 0px;
    position: relative;
    color: #fff;
    background-color: #0057b1;
    padding: 10px;
  }
  .in-news .last-news__title span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translate(0, -75%) rotate(45deg);
            transform: translate(0, -75%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .in-news .last-news__title.active span {
    -webkit-transform: translate(0, -25%) rotate(225deg);
            transform: translate(0, -25%) rotate(225deg);
  }
  .in-news .last-news__row {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
  }
  .in-news .last-news__row.active {
    max-height: 100vh;
    visibility: visible;
  }
  .in-news__content {
    margin: 40px 0px 0px 0px;
  }
}

.contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 100px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-us__con {
  width: 300px;
  min-width: 250px;
  margin: 225px 75px 0px 0px;
}

.contact-us__con-title {
  font-family: "Nunito Bold";
  font-size: 24px;
  line-height: 32px;
  color: #4e4e4e;
  margin: 0px 0px 30px 0px;
  display: none;
}

.contact-us__con-r {
  width: 100%;
  border: 1px solid #0057b1;
  padding: 20px;
  font-family: "Nunito Regular";
  font-size: 14px;
  line-height: 22px;
  color: #45414d;
  background-color: #fff;
}

.contact-us__con-r table {
  width: 100%;
}

.contact-us__con-r table tbody tr td:last-child {
  text-align: end;
}

.contact-us__form {
  margin: 145px 0px 0px 0px;
}

.contact-us__form .form__title {
  font-family: "Nunito Bold";
  font-size: 24px;
  line-height: 32px;
  color: #4e4e4e;
  margin: 0px 0px 50px 0px;
}

.contact-us__form .form__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 773px;
}

.contact-us__form .form__cont input,
.contact-us__form .form__cont textarea {
  background-color: #f6f6f6;
  height: 64px;
  margin: 0px 0px 20px 0px;
  padding: 20px;
  color: #b2b1b5;
  font-family: "Nunito Regular";
  font-size: 13px;
  line-height: 17px;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-us__form .form__cont input::-webkit-input-placeholder,
.contact-us__form .form__cont textarea::-webkit-input-placeholder {
  color: inherit;
}

.contact-us__form .form__cont input:-ms-input-placeholder,
.contact-us__form .form__cont textarea:-ms-input-placeholder {
  color: inherit;
}

.contact-us__form .form__cont input::-ms-input-placeholder,
.contact-us__form .form__cont textarea::-ms-input-placeholder {
  color: inherit;
}

.contact-us__form .form__cont input::placeholder,
.contact-us__form .form__cont textarea::placeholder {
  color: inherit;
}

.contact-us__form .form__cont input:focus,
.contact-us__form .form__cont textarea:focus {
  border-color: #0057b1;
  color: #0057b1;
}

.contact-us__form .form__cont .name {
  width: 567px;
}

.contact-us__form .form__cont .phone {
  width: 271px;
  margin: 0px 25px 20px 0px;
}

.contact-us__form .form__cont .email {
  width: 271px;
}

.contact-us__form .form__cont .tema {
  width: 567px;
}

.contact-us__form .form__cont .desc {
  width: 100%;
  min-width: 100%;
  min-height: 264px;
  max-height: 264px;
}

.contact-us__form .form__send {
  float: right;
}

.contact-us__form .form__send button {
  width: 171px;
  height: 58px;
  background-color: #0057b1;
  border: 2px solid #0057b1;
  color: #fff;
  font-family: "Nunito Bold";
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-us__form .form__send button:hover, .contact-us__form .form__send button:focus {
  background-color: #fff;
  color: #0057b1;
}

@media (max-width: 1170px) {
  .contact-us .contact-us__con {
    margin: 145px 30px 0px 0px;
  }
  .contact-us .form__cont {
    width: auto;
  }
  .contact-us .form__cont .name,
  .contact-us .form__cont .tema {
    width: 100%;
  }
  .contact-us .form__cont .phone,
  .contact-us .form__cont .email {
    width: 47%;
  }
}

@media (max-width: 767px) {
  .contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-us .contact-us__con {
    margin: 30px 0px 0px 0px;
  }
  .contact-us .contact-us__form {
    margin: 20px 0px 0px 0px;
  }
  .contact-us .contact-us__form .form__title {
    display: none;
  }
  .contact-us .contact-us__con-title {
    display: block;
  }
  .contact-us input {
    width: 100% !important;
    margin: 0px 0px 20px 0px !important;
  }
}

.form-wc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 50px 60px;
}

.form-wc__content {
  max-width: 820px;
}

.form-wc__desc {
  margin: 90px 0px 0px 0px;
  padding: 10px;
  background-color: #fff;
}

.form-wc__desc-title {
  font-family: "Nunito Bold";
  font-size: 24px;
  line-height: 32px;
  color: #4e4e4e;
}

.form-wc__desc--text {
  margin: 55px 0px 0px 0px;
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 22px;
  color: #4e4e4e;
}

.form-wc__desc--text img {
  float: left;
  /* max-width: 60%; */
  max-width: 100%;
  margin: 0px 20px 20px 0px;
}

@media (max-width: 1280px) {
  .form-wc {
    width: auto;
  }
  .form-wc .form-wc__doc-opened embed {
    width: 100%;
    height: 600px;
  }
}

@media (max-width: 768px) {
  .form-wc {
    margin: 0px auto 50px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-wc__desc {
    margin: 30px 0px 0px 0px;
  }
}

@media (max-width: 820px) {
  .form-wc .form-wc__content {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 450px) {
  .form-wc .form-wc__download-file--form {
    width: 100%;
    padding: 20px 15px;
  }
  .form-wc .form-wc__download-file--ico {
    margin: 40px 0px 0px 0px;
  }
  .form-wc .form-wc__download-file--content {
    margin: 40px 0px 0px 20px;
  }
}

.form-wc .category {
  margin: 100px 60px 0px 0px;
  max-width: 280px;
  min-width: 280px;
}

.form-wc .category__title {
  font-family: "Nunito Regular";
  font-size: 18px;
  line-height: 24px;
  margin: 0px 0px 25px 0px;
}

.form-wc .category__row {
  width: 100%;
  border: 1px solid #0057b1;
  border-bottom: none;
  background-color: #fff;
}

.form-wc .category__column {
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  color: #4e4e4e;
  border-bottom: 1px solid #0057b1;
}

.form-wc .category__column.active, .form-wc .category__column:hover {
  background-color: #0057b1;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 768px) {
  .form-wc .category {
    margin: 30px 0px 0px 0px;
    max-width: 100%;
    min-width: 100%;
  }
  .form-wc .category__title {
    margin: 0px 0px 20px 0px;
    position: relative;
    color: #fff;
    background-color: #0057b1;
    padding: 10px;
  }
  .form-wc .category__title span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 50%;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translate(0, -75%) rotate(45deg);
            transform: translate(0, -75%) rotate(45deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form-wc .category__title.active span {
    -webkit-transform: translate(0, -25%) rotate(225deg);
    transform: translate(0, -25%) rotate(225deg);
  }
  .form-wc .category__row {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
  }
  .form-wc .category__row.active {
    max-height: 100vh;
    visibility: visible;
  }
}

.form-wc.about-us {
  margin: 0px auto 50px auto;
}

.form-wc.about-us .form-wc__content {
  margin: 0 auto;
}

.form-wc.about-us .form-wc__category {
  display: none !important;
}

.factory-form {
  max-width: 1170px;
  margin: 0 auto;
  min-height: 100vh;
}

.factory-form__container {
  margin: 60px 0px 0px 0px;
  background-color: #fff;
  padding: 10px;
}

.factory-form__main-title {
  font-family: "Nunito Bold";
  font-size: 24px;
  color: #4e4e4e;
  margin: 0px 0px 50px 0px;
}

.factory-form__title {
  font-family: "Nunito Bold";
  font-size: 25px;
  line-height: 33px;
  color: #3c3c3c;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}

.factory-form__title-mini {
  font-family: "Nunito Bold";
  font-size: 20px;
  line-height: 27px;
  color: #5c5c5c;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}

.factory-form.wsec {
  background-color: #0057b1;
  border-radius: 3px;
  padding: 10px 55px 10px 5px;
  color: #ffffff;
  cursor: pointer;
  margin: 0px 0px 20px 0px;
  position: relative;
}

.factory-form.wsec.active span::before {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.factory-form.wsec.active span::after {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.factory-form.wsec span {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.factory-form.wsec span::before, .factory-form.wsec span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #0057b1;
  top: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.factory-form.wsec span::before {
  left: 3px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.factory-form.wsec span::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: 11px;
}

@media (max-width: 767px) {
  .factory-form.wsec span {
    font-size: 18px;
  }
}

.factory-form ul {
  margin: 0px 0px 20px 50px;
}

.factory-form ul li {
  font-family: "Nunito Regular";
  font-size: 20px;
  line-height: 27px;
  color-interpolation-filters: #5c5c5c;
  max-width: 550px;
  padding: 0px 0px 0px 25px;
  position: relative;
}

.factory-form ul li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0057b1;
  left: 0;
  top: 5px;
}

.factory-form__important {
  color: #0057b1;
}

.factory-form__service-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 260px;
  border-bottom: 13px solid #0057b1;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 86, 177, 0.2);
          box-shadow: 0 2px 14px rgba(0, 86, 177, 0.2);
  margin: 0px 0px 55px 0px;
  padding: 0px 80px;
}

.factory-form__service-link--ico {
  width: 110px;
  height: 110px;
  min-width: 110px;
  background-color: #0057b1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.factory-form__service-link--ico img {
  max-width: 90%;
  max-height: 90%;
}

.factory-form__service-link--title {
  width: 700px;
  font-family: "Nunito Bold";
  font-size: 28px;
  line-height: 37px;
  color: #0057b1;
  margin: 0px 0px 0px 40px;
}

.factory-form__service-link--btn {
  margin: 0px 0px 0px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  min-width: 190px;
  height: 55px;
}

.factory-form__service-link--btn a {
  background-color: #0057b1;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 86, 177, 0.24);
          box-shadow: 1px 2px 7px rgba(0, 86, 177, 0.24);
  width: 190px;
  height: 100%;
  color: #ffffff;
  font-size: 17.2px;
  line-height: 23px;
  padding: 16px 0px 16px 30px;
  position: relative;
}

.factory-form__service-link--btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.doc {
  margin: 90px 0px 120px 0px;
}

.doc__title {
  margin: 0px 0px 55px 125px;
  font-family: "Nunito Bold";
  font-size: 24px;
  color: #4e4e4e;
}

.doc__container {
  width: 850px;
  margin: 30px auto;
}

.doc__file {
  margin: 0px 0px 35px 0px;
}

.doc__file embed,
.doc__file object,
.doc__file iframe {
  width: 100%;
  height: 1135px;
}

@media (max-width: 870px) {
  .doc {
    margin: 50px 0px 60px 0px;
  }
  .doc__title {
    margin: 0px 0px 30px 0px;
  }
  .doc__container {
    width: 100%;
  }
  .doc__file embed,
  .doc__file object,
  .doc__file iframe {
    height: 800px;
  }
}

@media (max-width: 600px) {
  .doc__file embed,
  .doc__file object,
  .doc__file iframe {
    height: 600px;
  }
}

.file-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.file-form__column {
  width: 100%;
  min-height: 170px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 15px rgba(44, 93, 131, 0.37);
          box-shadow: 1px 2px 15px rgba(44, 93, 131, 0.37);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 35px 0px;
}

.file-form__title {
  font-family: "Nunito Bold";
  font-size: 22px;
  color: #464646;
  padding: 0px 30px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.file-form__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 105px;
}

.file-form__img {
  width: 70px;
  height: 88px;
  position: relative;
  margin: 0px 35px 0px 0px;
}

.file-form__img img {
  width: 100%;
  height: 100%;
}

.file-form__img p {
  position: absolute;
  top: 14px;
  left: 9px;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  font-family: "Nunito Black";
}

.file-form__format {
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 23px;
  color: #464646;
}

.file-form__size {
  font-family: "Nunito Regular";
  font-size: 16px;
  line-height: 23px;
  color: #464646;
  margin: 0px 0px 20px 0px;
}

.file-form__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-form__download a {
  width: 160px;
  height: 40px;
  font-family: "Nunito Regular";
  font-size: 18px;
  color: #0057b1;
  line-height: 20px;
  padding: 10px 0px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(68, 154, 219, 0.2);
          box-shadow: 0 2px 4px rgba(68, 154, 219, 0.2);
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.file-form__download a:hover {
  background-color: #0057b1;
  color: #fff;
}

@media (max-width: 768px) {
  .file-form__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .file-form__title {
    padding: 0;
    margin: 0px 0px 20px 0px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 2;
}

.header.blue .header__top {
  background-color: #0057b1;
}

.header.blue .header__slogan-year--text {
  color: #fff;
}

.header.blue .logo__name {
  color: #fff;
}

.header.blue .search__form {
  border: 1px solid #fff !important;
}

.header.blue .header__lang-active {
  color: #fff;
}

.header__top {
  height: 100px;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
}

.header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1205px;
  width: 1205px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1205px) {
  .header__top .container {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 950px) {
  .header__top {
    height: 80px;
  }
}

.header__back {
  height: 100px;
  overflow: hidden;
}

.header__logo {
  margin: 0px 0px 0px 0px;
}

.header__top--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__slogan-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 150px 0px 0px;
}

@media (max-width: 950px) {
  .header__slogan-year {
    display: none;
  }
}

.header__slogan-year--emblem {
  width: 145px;
  height: auto;
  padding: 10px;
}

.header__slogan-year--text {
  font-family: "Nunito Regular";
  max-width: 205px;
  font-size: 15px;
  line-height: 24px;
  text-align: right;
  color: #0057b1;
  margin: 0px 0px 0px 0px;
}

.header__search {
  position: absolute;
  top: 50px;
  right: 10px;
}

.header__lang {
  position: absolute;
  right: 10px;
  top: 10px;
}

.header__lang-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0057b1;
  font-size: 16px;
  font-family: "Nunito Bold";
  text-transform: uppercase;
}

.header__lang-active img {
  margin: 0px 0px 0px 15px;
  width: 20px;
  height: 20px;
}

.header__lang-menu {
  display: none;
  position: absolute;
  margin: 0;
  width: 120px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  top: 0;
  left: -5px;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
}

.header__lang-menu.active {
  display: block;
}

.header__lang-menu li {
  font-family: "Nunito Bold";
  font-size: 16px;
  line-height: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  color: #0057b1;
}

.header__lang-menu li a {
  color: inherit;
  cursor: pointer;
}

.header__lang-menu li:hover {
  background-color: #0057b1;
  color: #fff;
}

@media (max-width: 424px) {
  .header__search, .header__lang {
    display: none;
  }
}

.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__img {
  width: 52px;
  height: auto;
}

.logo__img img {
  width: 100%;
  height: auto;
}

.logo__name {
  font-family: "Nunito Bold";
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000;
  max-width: 520px;
  padding: 0px 0px 0px 20px;
}

@media (max-width: 950px) {
  .logo {
    margin: 0px 120px 0px 0px;
  }
  .logo__name {
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .logo__name {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .logo__img {
    width: 40px;
  }
  .logo__name {
    padding: 0px 0px 0px 10px;
    font-size: 12px;
  }
}

@media (max-width: 424px) {
  .logo {
    margin: 0;
  }
}

.search__btn {
  background-color: transparent;
}

.search__btn img {
  width: 20px;
  height: 20px;
}

.search__form {
  position: absolute;
  height: 25px;
  right: 0;
  top: 0;
  width: 200px;
  border: 1px solid #0057b1;
  border-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search__form.active {
  visibility: visible;
  width: 200px;
}

.search__form form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__form form input {
  width: 160px;
  height: 100%;
  background-color: #fff;
  padding: 0px 5px;
  font-size: 14px;
  font-family: "Nunito Regular";
  color: #0057b1;
}

.search__form form input::-webkit-input-placeholder {
  color: inherit;
}

.search__form form input:-ms-input-placeholder {
  color: inherit;
}

.search__form form input::-ms-input-placeholder {
  color: inherit;
}

.search__form form input::placeholder {
  color: inherit;
}

.search__form form button {
  width: 40px;
  height: 100%;
  background-color: #0057b1;
}

.search__form form button img {
  max-height: 20px;
}

.search__form form button:hover, .search__form form button:focus {
  background-color: #004792;
}

.menu {
  height: 60px;
  background-color: #0057b1;
  position: relative;
}

.menu .container {
  height: inherit;
}

.menu .icon-menu {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 31px;
  height: 25px;
  cursor: pointer;
  z-index: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 450px) {
  .menu .icon-menu {
    right: 30px;
  }
}

@media (max-width: 1250px) {
  .menu .icon-menu {
    display: block;
  }
}

.menu .icon-menu span:nth-child(1),
.menu .icon-menu span:nth-child(2),
.menu .icon-menu span:nth-child(3) {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 10px;
  top: 11px;
  left: 2.5px;
  z-index: 2;
}

.menu .icon-menu span:nth-child(1) {
  top: 2px;
}

.menu .icon-menu span:nth-child(3) {
  top: 20px;
}

.menu__body {
  height: inherit;
}

.menu__body .header__search,
.menu__body .header__lang {
  display: none;
}

@media (max-width: 1250px) {
  .menu__body {
    position: fixed;
    width: 320px;
    height: 100%;
    z-index: 10;
    top: 0;
    right: -320px;
    background-color: #003e7e;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
    padding: 100px 0px 0px 0px;
  }
  .menu__body .icon-menu {
    top: 40px;
    right: 30px;
  }
  .menu__body .icon-menu span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu__body .icon-menu span:nth-child(2) {
    opacity: 0;
  }
  .menu__body .icon-menu span:nth-child(3) {
    top: 11px;
    bottom: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 424px) {
  .menu__body .header__search,
  .menu__body .header__lang {
    display: block;
  }
  .menu__body .header__lang {
    left: 30px;
    right: auto;
  }
  .menu__body .header__lang-active {
    color: #fff;
  }
  .menu__body .header__lang-active img {
    margin: 0px 5px 0px 0px;
  }
  .menu__body .header__search {
    left: 30px;
    right: auto;
  }
  .menu__body .header__search .search__form {
    left: 0;
    right: auto;
  }
}

@media (max-width: 1250px) {
  .menu.active .menu__body {
    right: 0;
    top: 0;
  }
}

.menu__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list li {
  margin: 0px 0px;
  height: inherit;
}

@media (max-width: 1250px) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    overflow: auto;
  }
  .menu__list li {
    width: 100%;
    height: 50px;
  }
}

.menu__link {
  color: #fff;
  font-family: "Nunito Bold";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 40px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.46667s;
          transition-delay: 0.46667s;
}

.menu__link span {
  position: absolute;
  background-color: #fff;
}

.menu__link span:nth-child(1) {
  width: 0;
  height: 5px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.menu__link span:nth-child(2) {
  position: absolute;
  height: 0;
  width: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}

.menu__link span:nth-child(2)::before, .menu__link span:nth-child(2)::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 5px;
  height: 100%;
  top: 0;
}

.menu__link span:nth-child(2)::before {
  left: 0;
}

.menu__link span:nth-child(2)::after {
  right: 0;
}

.menu__link span:nth-child(3) {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}

.menu__link span:nth-child(3)::before, .menu__link span:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 5px;
  bottom: 0;
  background-color: #fff;
}

.menu__link span:nth-child(3)::before {
  left: 0;
}

.menu__link span:nth-child(3)::after {
  right: 0;
}

.menu__link:hover {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  color: #e2e2e2;
}

.menu__link:hover span:nth-child(1) {
  -webkit-animation: 0.23333s top ease-in-out forwards;
          animation: 0.23333s top ease-in-out forwards;
}

.menu__link:hover span:nth-child(2) {
  -webkit-animation: 0.23333s lr ease-in-out forwards;
          animation: 0.23333s lr ease-in-out forwards;
  -webkit-animation-delay: 0.23333s;
          animation-delay: 0.23333s;
}

.menu__link:hover span:nth-child(3)::before, .menu__link:hover span:nth-child(3)::after {
  -webkit-animation: 0.23333s bot ease-in-out forwards;
          animation: 0.23333s bot ease-in-out forwards;
  -webkit-animation-delay: 0.46667s;
          animation-delay: 0.46667s;
}

.menu__link.active {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  color: #e2e2e2;
}

.menu__link.active span:nth-child(1) {
  width: 98%;
}

.menu__link.active span:nth-child(2) {
  height: 100%;
}

.menu__link.active span:nth-child(3)::before, .menu__link.active span:nth-child(3)::after {
  width: 50%;
}

@media (max-width: 1250px) {
  .menu {
    height: 40px;
  }
}

@-webkit-keyframes top {
  to {
    width: 98%;
  }
}

@keyframes top {
  to {
    width: 98%;
  }
}

@-webkit-keyframes lr {
  to {
    height: 100%;
  }
}

@keyframes lr {
  to {
    height: 100%;
  }
}

@-webkit-keyframes bot {
  to {
    width: 50%;
  }
}

@keyframes bot {
  to {
    width: 50%;
  }
}

.footer__top {
  height: 330px;
  position: relative;
  width: 100%;
  background-color: #0057b1;
  overflow: hidden;
}

.footer__top .container {
  padding: 80px 10px 100px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  width: 1240px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.footer__back {
  position: absolute;
  z-index: 0;
}

.footer__us-inf {
  width: 530px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Nunito Regular";
  margin: 0px 30px 0px 0px;
}

.footer__links {
  -webkit-column-count: 1;
          column-count: 1;
}

.footer__links li {
  width: 210px;
  height: 30px;
}

.footer__links li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  font-family: "Nunito Regular";
  text-transform: uppercase;
}

.footer__links li a:hover {
  text-decoration: underline;
}

.footer__bot {
  height: 80px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Nunito Regular";
  font-size: 16px;
  text-transform: uppercase;
  background-color: #0057b1;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1260px) {
  .footer__top .container {
    width: 100%;
  }
  .footer__us-inf {
    font-size: 18px;
  }
  .footer__links li a {
    font-size: 18px;
  }
}

@media (max-width: 709px) {
  .footer__top {
    height: 500px;
  }
  .footer__top .container {
    padding: 40px 10px 40px 10px;
  }
  .footer__us-inf {
    margin: 0px 30px 40px 0px;
    font-size: 16px;
  }
  .footer__links li a {
    font-size: 16px;
  }
  .footer__bot {
    font-size: 14px;
  }
}

.main-news {
  margin: 0px 0px 50px 0px;
}

.main-news__container {
  max-width: 1460px;
  margin: 20px auto;
}

.main-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 45px 0px;
}

.main-news__big {
  width: 44%;
}

.main-news__big .main-news__column {
  width: 100%;
  height: 100%;
}

.main-news__big .main-news__img {
  /* height: 659px; */
  height: 700px;
}

.main-news__big .main-news__title {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 28.75px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.main-news__big .main-news__date {
  font-size: 16px;
}

.main-news__smal {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-news__column {
  width: 47%;
  min-height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 45px 0px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.main-news__column a {
  padding: 0px 0px 5px 0px;
  width: 100%;
  height: 100%;
}

.main-news__column:hover {
  -webkit-box-shadow: 0px 20px 29px -22px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 20px 29px -22px rgba(0, 0, 0, 0.5);
}

.main-news__column:nth-last-child(1), .main-news__column:nth-last-child(2) {
  margin: 0;
}

.main-news__img {
  width: 100%;
  height: 250px;
  margin: 0px 0px 18px 0px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d5e4ff;
}

.main-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-news__title {
  font-family: "Nunito SemiBold";
  font-size: 18px;
  color: #0057b1;
  line-height: 23px;
  /* height: 52px; */
  height: 115px;
  overflow: hidden;
  /* margin: 0px 0px 15px 0px; */
  padding: 0px 10px;
  text-align: justify;
  
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}

.main-news__date {
  font-family: "Nunito SemiBold";
  font-size: 16px;
  color: #0057b1;
  margin: 0px 30px 0px 0px;
  text-align: end;
}

.main-news__see-all {
  text-align: end;
}

.main-news__see-all a {
  color: #0057b1;
  font-size: 14px;
  font-family: "Nunito SemiBold";
}

.main-news__see-all a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .main-news__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-news__big {
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .main-news__smal {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 600px) {
  .main-news__big .main-news__img {
    height: 350px;
  }
  .main-news__column {
    width: 100%;
  }
}

.home-sections {
  margin: 60px 0px 0px 0px;
}

.home-sections__container {
  padding: 40px 0px 0px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1460px;
  margin: 0 auto;
}

.home-sections__row {
  width: 412px;
  margin: 61px 0px 0px 0px;
}

.home-sections__column {
  cursor: pointer;
  margin: 0px 0px 10px 0px;
}

.home-sections__title {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  min-height: 40px;
  border-radius: 10px;
  font-family: "Nunito Regular";
  font-size: 18px;
  line-height: 24px;
  color: #0057b1;
  padding: 8px 55px 8px 26px;
  position: relative;
}

.home-sections__title.active {
  border: 1px solid #0057b1;
}

.home-sections__title span {
  position: absolute;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: #005799;
  right: 22px;
  top: 8px;
}

.home-sections__title span::before, .home-sections__title span::after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 11px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.home-sections__title span::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  left: 6.5px;
}

.home-sections__title span::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  left: 11px;
}

.home-sections__title.active span::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.home-sections__title.active span::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.home-sections__subsection {
  margin: 5px 0px 0px 0px;
  display: none;
  border-radius: 10px;
  border: 0.5px solid #0057ba;
  background-color: #f9f9f9;
}

.home-sections__subsection div {
  font-family: "Nunito Regular";
  font-size: 18px;
  line-height: 24px;
  color: #0057b1;
  margin: 5px 26px;
  padding-left: 5px;
  border-bottom: 1px solid #0057b1;
}

.home-sections__subsection div:last-child {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .home-sections__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home-sections__row {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
}

.map {
  width: 721px;
  position: relative;
  margin: 0px 0px 100px 0px;
}

.map .on {
  fill: #1d9a52;
}

.map__regions {
  position: relative;
}

.map__region {
  fill: #25d770;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  cursor: pointer;
}

.map .loc {
  position: absolute;
  height: 4.5%;
  display: none;
  -webkit-animation: topa 1s linear infinite;
          animation: topa 1s linear infinite;
}

.map .loc.active {
  display: block;
}

.map .loc.loc-turkmenbashy {
  top: 31.80914512922465%;
  left: 4.022191400832178%;
}

.map .loc.loc-balkan {
  top: 38.76739562624254%;
  left: 11.6504854368932%;
}

.map .loc.loc-ahal {
  top: 58.54126679462572%;
  left: 41.60887656033287%;
}

.map .loc.loc-mary {
  top: 67.19681908548708%;
  left: 67.68377253814147%;
}

.map .loc.loc-lebap {
  top: 48.50894632206759%;
  left: 77.25381414701803%;
}

.map .loc.loc-dashoguz {
  top: 7.554671968190855%;
  left: 49.93065187239945%;
}

@-webkit-keyframes topa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes topa {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .map {
    margin: 0px 0px 20px 0px;
  }
}

@media (max-width: 741px) {
  .map {
    width: 100%;
  }
}

.main-useful-links__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 80px auto;
  max-width: 1336px;
}

.main-useful-links__column {
  width: 23%;
  min-height: 100px;
  margin: 0px 0px 40px 0px;
  background-color: #fff;
  border: 3px solid rgba(19, 93, 204, 0.3);
  -webkit-box-shadow: 0px 10px 10px rgba(19, 93, 204, 0.1);
          box-shadow: 0px 10px 10px rgba(19, 93, 204, 0.1);
  border-radius: 10px;
  font-family: "Nunito Bold";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 18px;
  color: #0057b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-useful-links__column a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: inherit;
  padding: 20px 20px;
}

.main-useful-links__column:hover {
  color: #fff;
  background-color: #045ab3;
  border-color: #045ab3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1356px) {
  .main-useful-links__row {
    max-width: 993px;
  }
  .main-useful-links__column {
    width: 32%;
    margin: 0px 0px 30px 0px;
  }
}

@media (max-width: 970px) {
  .main-useful-links__row {
    max-width: 640px;
  }
  .main-useful-links__column {
    width: 48%;
  }
}

@media (max-width: 660px) {
  .main-useful-links__row {
    max-width: 307px;
  }
  .main-useful-links__column {
    width: 100%;
  }
}

.ou-customers {
  margin: 0px 0px 160px 0px;
}

.ou-customers__slider {
  width: 1400px;
  overflow: hidden;
  margin: 45px auto;
}

.ou-customers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ou-customers__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 10px;
}

.ou-customers__item a img {
  max-width: 100%;
  max-height: 100%;
}

.ou-customers .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1420px) {
  .ou-customers__slider {
    width: 1050px;
  }
}

@media (max-width: 1070px) {
  .ou-customers__slider {
    width: 700px;
  }
}

@media (max-width: 720px) {
  .ou-customers {
    margin: 0px 0px 100px 0px;
  }
  .ou-customers__slider {
    width: 350px;
  }
}

@media (max-width: 370px) {
  .ou-customers__slider {
    width: 100%;
  }
}

.radiowave {
  background-color: #0057b1;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.37);
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}

.radiowave__back {
  z-index: -1;
  position: relative;
  width: 100%;
  max-height: 500px;
}

.radiowave__back img {
  width: 100%;
  height: 100%;
}

.radiowave__container {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.radiowave__towers {
  width: 100%;
  height: 100%;
  position: relative;
}

.radiowave__towers img {
  -o-object-fit: cover;
     object-fit: cover;
}

.radiowave__towers .tower1 {
  position: absolute;
  z-index: 0;
  width: 1.801120448179272%;
  height: 47.65%;
  bottom: 0;
  left: 6.218487394957983%;
}

.radiowave__towers .tower1 img {
  width: 100%;
  height: 100%;
}

.radiowave__towers .tower2 {
  position: absolute;
  z-index: 0;
  width: 3.06890756302521%;
  height: 82.436%;
  left: 17.89355742296919%;
  bottom: 0.76%;
}

.radiowave__towers .tower2 img {
  width: 100%;
  height: 100%;
}

.radiowave__towers .tower3 {
  position: absolute;
  z-index: 0;
  width: 2.001680672268908%;
  height: 55.752%;
  left: 32.63865546218487%;
  bottom: 0;
}

.radiowave__towers .tower3 img {
  width: 100%;
  height: 100%;
}

.radiowave__towers .tower4 {
  position: absolute;
  z-index: 0;
  width: 2.680112044817927%;
  height: 71.436%;
  left: 63.63585434173669%;
  bottom: -8%;
}

.radiowave__towers .tower4 img {
  width: 100%;
  height: 100%;
}

.radiowave__towers .tower5 {
  position: absolute;
  z-index: 0;
  width: 3.002240896358543%;
  height: 38.358%;
  left: 84.59943977591036%;
  bottom: 0;
}

.radiowave__towers .tower5 img {
  width: 100%;
  height: 100%;
}

.radiowave__towers .buildings {
  width: 100%;
  height: 32.146%;
  position: absolute;
  bottom: 0;
}

.radiowave__towers .buildings img {
  width: 100%;
  height: 100%;
}

.radiowave__waves {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.radiowave__wave1 {
  left: 6.75%;
  top: 47%;
}

.radiowave__wave2 {
  left: 19%;
  top: 12%;
}

.radiowave__wave3 {
  left: 33.15%;
  top: 39.4%;
}

.radiowave__wave4 {
  left: 64.56%;
  top: 31.2%;
}

.radiowave__wave5 {
  left: 85.65%;
  top: 56.16%;
}

.radiowave__wave6 {
  left: 49.95%;
  bottom: 27%;
}

.radiowave__wave6 .wave__center {
  display: none;
}

.wave {
  position: absolute;
  height: 9.6%;
  width: 0.8963585434173669%;
}

.wave__left {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.wave__center {
  width: 40.625%;
  height: 13.5416%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.wave__right {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 0;
  height: 100%;
  width: 100%;
}

.wave .radio-source {
  position: absolute;
  right: 200rem;
  width: 2rem;
  fill: #fff;
}

.wave .radio-wave {
  position: absolute;
  stroke-linecap: round;
  stroke-width: 5;
  stroke: #fff;
  fill: none;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform: scale(0.2) translateX(-100%);
          transform: scale(0.2) translateX(-100%);
  opacity: 0;
  width: 100%;
  height: 100%;
}

.wave .radio-wave-1 {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.wave .radio-wave-2 {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.wave .radio-wave-3 {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.wave .radio-wave-4 {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.wave .radio-wave-5 {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.wave .radio-wave-6 {
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: scale(0.2) translateX(-100%);
            transform: scale(0.2) translateX(-100%);
    opacity: 0.2;
  }
  70% {
    -webkit-transform: scale(0.9) translateX(-350%);
            transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: scale(1) translateX(-400%);
            transform: scale(1) translateX(-400%);
  }
  90% {
    -webkit-transform: scale(1.1) translateX(-450%);
            transform: scale(1.1) translateX(-450%);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-500%);
            transform: scale(1.2) translateX(-500%);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: scale(0.2) translateX(-100%);
            transform: scale(0.2) translateX(-100%);
    opacity: 0.2;
  }
  70% {
    -webkit-transform: scale(0.9) translateX(-350%);
            transform: scale(0.9) translateX(-350%);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: scale(1) translateX(-400%);
            transform: scale(1) translateX(-400%);
  }
  90% {
    -webkit-transform: scale(1.1) translateX(-450%);
            transform: scale(1.1) translateX(-450%);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-500%);
            transform: scale(1.2) translateX(-500%);
  }
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100vh;
  margin: 160px 0px 0px 0px;
}

@media (max-width: 1250px) {
  .page {
    margin: 140px 0px 0px 0px;
  }
}

@media (max-width: 950px) {
  .page {
    margin: 120px 0px 0px 0px;
  }
}

.wave-back {
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(#ffffffb8), color-stop(#daecff2e), color-stop(#ffffff3b), to(transparent));
  background: linear-gradient(0deg, white, #ffffffb8, #daecff2e, #ffffff3b, transparent);
  background-repeat: repeat;
  background-size: 100%;
}

.main-title {
  text-align: center;
  font-size: 32px;
  line-height: 50px;
  font-family: "Nunito Bold";
  color: #0057b1;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 22px;
    line-height: 40px;
  }
}

.main-other-inf {
  background: #0057b1;
  min-height: 350px;
}

.main-other-inf__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-other-inf__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 30px 0px 30px 0px;
}

.main-other-inf__column::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 267px;
  background-color: #fff;
  right: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main-other-inf__column:last-child::after {
  content: none;
}

@media (max-width: 1406px) {
  .main-other-inf__column:nth-last-child(2)::after {
    content: none;
  }
}

@media (max-width: 1056px) {
  .main-other-inf__column:nth-last-child(2)::after {
    content: "";
  }
  .main-other-inf__column:nth-last-child(3)::after {
    content: none;
  }
}

@media (max-width: 729px) {
  .main-other-inf__column {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-other-inf__column::after {
    content: none !important;
  }
}

.weather {
  margin: 0px 40px;
  width: 262px;
  height: 295px;
  position: relative;
  overflow: hidden;
}

.weather__content {
  color: #fff;
  font-family: "Nunito Regular";
  display: none;
}

.weather__content.active {
  display: block;
}

.weather__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.weather__region select {
  font-size: 16px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  color: #0057b1;
  padding: 0px 10px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Nunito Regular";
  cursor: pointer;
}

.weather__status-img {
  margin: 18px 0px 5px 0px;
  text-align: center;
}

.weather__status-img img {
  height: 70px;
  width: auto;
}

.weather__status-img img.sunny {
  -webkit-animation: rotate 15s infinite linear;
          animation: rotate 15s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.weather__this-gradus {
  text-align: center;
  font-size: 25px;
}

.weather__this-day-gradus {
  margin: 15px 0px 15px 0px;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.weather__this-day-gradus div {
  margin: 0px 10px;
}

.weather__status-title {
  text-align: center;
  font-size: 8.5px;
}

.weather__other-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0px 0px 0px;
}

.weather__other-day {
  font-size: 12px;
  font-family: "Nunito Regular";
  margin: 0px 0px 10px 0px;
}

.weather__other-status-img {
  height: 41px;
  width: 36px;
  margin: 0px 0px 6px 0px;
}

.weather__other-status-img img {
  width: 100%;
  height: auto;
  max-width: 36px;
}

.weather__other-gradus {
  font-size: 8.5px;
}

.weather__other-day-con {
  margin: 0px 8px;
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.calendar {
  width: 300px;
  margin: 0px 41.25px;
  border: 1px solid #fff;
  border-radius: 20px 20px;
  overflow: hidden;
}

.calendar__top {
  color: #fff;
  text-align: center;
}

.calendar__year {
  font-family: "Nunito Regular";
  line-height: 19px;
  font-size: 14px;
  height: 19px;
  margin: 5px 0px 0px 0px;
}

.calendar__month {
  font-family: "Nunito Bold";
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
}

.calendar__row {
  background-color: #fff;
  padding: 9px 14px 4px 14px;
}

.calendar__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #dcebf8;
  height: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar__days-name {
  background-color: #c3ddf3;
  color: #0072b9;
  font-family: "Nunito Bold";
  text-transform: uppercase;
  font-size: 9px;
  width: calc( 100% / 7 );
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 0px 0px 0px;
}

.calendar__table {
  margin: 9px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar__table div {
  font-size: 14px;
  font-family: "Nunito Black";
  width: 35px;
  height: 27px;
  border: 1.5px solid #c3ddf3;
  margin: 0px 3px 5px 0px;
  text-align: center;
  padding: 6.5px 0px;
}

.calendar__table div:nth-child(7), .calendar__table div:nth-child(14), .calendar__table div:nth-child(21), .calendar__table div:nth-child(28), .calendar__table div:nth-child(35), .calendar__table div:nth-child(42) {
  margin: 0px 0px 5px 0px;
}

.calendar__this-day {
  border-color: #006ab6 !important;
  color: #006cb7 !important;
}

.currency {
  width: 300px;
  margin: 0px 41.25px;
  z-index: 0;
  border-radius: 23px;
  font-size: 22px;
  line-height: 24px;
  font-family: "Nunito SemiBold";
  text-align: center;
  border: 1px solid #fff;
}

.currency__title {
  height: 95px;
  border-radius: 23px;
  background-color: #0057b1;
  color: #fff;
  padding: 25px 10px;
}

.currency__money {
  background-color: #fff;
  color: #0057b1;
  border-radius: 0px 0px 23px 23px;
  height: 85px;
  padding: 35px 0px 0px 0px;
  border: 5.5px solid #0057b1;
  margin: -25px 0px 0px 0px;
  position: relative;
}

.currency__money:nth-child(1) {
  z-index: -1;
}

.currency__money:nth-child(2) {
  z-index: -2;
}

.currency__money:nth-child(3) {
  z-index: -3;
}

.e-portal {
  height: 277px;
  width: 300px;
  margin: 0px 41.25px ;
  background-color: #0057b1;
  border: 1px solid #fff;
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.e-portal a {
  width: 100%;
  height: 100%;
  padding: 0px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.e-portal__title {
  font-family: "Nunito SemiBold";
  font-size: 21px;
  text-align: center;
  color: #fff;
  margin: 0px 0px 15px 0px;
}

.e-portal__adress {
  color: #0057b1;
  background-color: #fff;
  line-height: 78px;
  font-size: 23px;
  /* font-size: 38px; */
  font-family: "Nunito SemiBold";
  border-radius: 7px;
  text-align: center;
}

@media (max-width: 729px) {
  .weather,
  .calendar,
  .currency,
  .e-portal {
    margin: 0;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__list {
  font-family: "Nunito Bold";
  font-size: 17px;
}

.pagination__list a {
  color: #0057b1;
}

.pagination__list a:hover {
  text-decoration: underline;
}

.pagination__prew, .pagination__next {
  position: relative;
  width: 15px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 5px 0px 0px;
}

.pagination__prew a, .pagination__next a {
  position: relative;
  width: 15px;
  height: 24px;
}

.pagination__prew a::before, .pagination__prew a::after, .pagination__next a::before, .pagination__next a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #0057b1;
}

.pagination__prew a::before, .pagination__next a::before {
  top: 7.5px;
  left: 8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.pagination__prew a::after, .pagination__next a::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 11.5px;
  left: 8px;
}

.pagination__next {
  margin: 0px 0px 0px 5px;
}

.pagination__next a {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .active {
  text-decoration: underline;
}

.log-in {
  width: 400px;
  margin: 100px auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #0057b1;
}

.log-in .title {
  font-family: "Nunito Bold";
  font-size: 32px;
  color: #484848;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.log-in label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Nunito SemiBold";
  font-size: 20px;
  margin: 20px 0px;
  color: #484848;
}

.log-in label span {
  margin: 0px 0px 10px 0px;
}

.log-in label input {
  width: 100%;
  height: 40px;
  border: 1px solid #484848;
  padding: 5px;
  font-family: "Nunito Regular";
  font-size: 16px;
  color: #484848;
}

.log-in label:focus-within span {
  color: #0057b1;
}

.log-in label:focus-within input {
  border-color: #0057b1;
}

.log-in button {
  background-color: #0057b1;
  color: #fff;
  height: 50px;
  padding: 0px 20px;
  min-width: 120px;
  font-family: "Nunito Bold";
  font-size: 20px;
  border: 3px solid #0057b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.log-in button:hover, .log-in button:focus {
  background-color: #fff;
  color: #0057b1;
}

.log-in a {
  color: #0057b1;
  text-decoration: underline;
  height: 40px;
  font-family: "Nunito Regular";
  font-size: 16px;
  margin: 0px 0px 0px 20px;
}

.registration {
  width: 500px;
  margin: 100px auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #0057b1;
}

.registration .title {
  font-family: "Nunito Bold";
  font-size: 32px;
  color: #484848;
  text-align: center;
  margin: 0px 0px 10px 0px;
}

.registration label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Nunito SemiBold";
  font-size: 20px;
  margin: 20px 0px;
  color: #484848;
}

.registration label span {
  margin: 0px 0px 10px 0px;
}

.registration label input {
  width: 100%;
  height: 40px;
  border: 1px solid #484848;
  padding: 5px;
  font-family: "Nunito Regular";
  font-size: 16px;
  color: #484848;
}

.registration label:focus-within span {
  color: #0057b1;
}

.registration label:focus-within input {
  border-color: #0057b1;
}

.registration button {
  background-color: #0057b1;
  color: #fff;
  height: 50px;
  padding: 0px 20px;
  min-width: 120px;
  font-family: "Nunito Bold";
  font-size: 20px;
  border: 3px solid #0057b1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  display: block;
}

.registration button:hover, .registration button:focus {
  background-color: #fff;
  color: #0057b1;
}

.registration a {
  color: #0057b1;
  text-decoration: underline;
  height: 40px;
  font-family: "Nunito Regular";
  font-size: 16px;
  margin: 0px 0px 0px 20px;
}



/*upload buttons*/
.responsiv-uploader-fileupload.style-file-single {
  background-color: #fff !important;
  border: 1px solid #0057b1 !important;
  overflow: hidden !important;
  position: relative !important;
  padding-right: 11px !important;
  width: 100% !important;
  background-color: #fff !important;
  -webkit-box-shadow: 1px 2px 15px rgba(44, 93, 131, 0.37) !important;
  box-shadow: 1px 2px 15px rgba(44, 93, 131, 0.37) !important;
  border-radius: 3px !important;
  margin: 0px 0px 35px 0px !important;
  height: 60px;
}

.responsiv-uploader-fileupload.style-file-single .upload-empty-message {
  padding: 20px 0px 20px 20px !important;
  font-size: 20px !important;
}

.responsiv-uploader-fileupload.style-file-single .upload-object .info {
  margin-top: 7px !important;
}
.form-group{
  width: 780px !important;
  font-family: "Nunito Bold" !important;
  font-size: 22px !important;
  color: #464646 !important;
  align-items: center !important;
  display: block;
  margin: 0px auto;
}

.responsiv-uploader-fileupload.style-file-single .upload-button {
  position: absolute !important;
  top: 50% !important;
  margin-top: -44px !important;
  height: 88px !important;
  right: 0 !important;
  margin-right: 0 !important;
  color: #0057b1 !important;
  width: 140px !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 2px 4px rgba(68, 154, 219, 0.2) !important;
  box-shadow: 0 2px 20px 20px rgb(68 154 219 / 37%) !important;
  border-radius: 21px !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  font-family: "Nunito Bold" !important;
  font-size: 20px !important;
}

.text-muted{
  font-size: 20px !important;
}

.responsiv-uploader-fileupload.style-file-single .upload-object .info h4, .responsiv-uploader-fileupload.style-file-single .upload-object .info p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 150% !important;
  color: #666666 !important;
  font-size: 20px !important;
}

.responsiv-uploader-fileupload.style-file-single .upload-button:hover {
  background-color: #0057b1 !important;
  color: #fff !important;
}

.responsiv-uploader-fileupload.style-file-single .upload-object .icon-container {
  margin: 18px 0 0 7px !important;
}

.send-files__send {
  margin: 0 auto !important;
  display: block !important;
}


.responsiv-uploader-fileupload.style-file-multi .upload-button {
    margin-bottom: 10px;
    margin: 0px 0px 20px 0px;
    color: #0057b1;
    border: 3px solid currentColor;
    cursor: pointer;
    max-width: 80%;
    font-family: "Nunito Bold" !important;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 4.25rem;
    background-color: #fff;
    display: block;
    margin: 0 auto;
}

.responsiv-uploader-fileupload.style-file-multi .upload-button:hover {
  color: #fff;
  background-color: #0057b1;
  border-color: #0057b1;
}

.responsiv-uploader-fileupload.style-file-multi .upload-object {
  background-color: white;
}

.responsiv-uploader-fileupload.style-file-multi .upload-object .info .filename {
  font-size: 16px;
}

.responsiv-uploader-fileupload.style-file-multi .upload-button svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: #0057b1 !important;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.responsiv-uploader-fileupload.style-file-multi .upload-button:hover svg {
  fill: #fff !important;
}


.responsiv-uploader-fileupload.style-file-multi.is-populated .upload-files-container {
  margin-bottom: 40px !important;
}

.responsiv-uploader-fileupload.style-file-multi .upload-button {
  margin-bottom: 30px !important;
}

.responsiv-uploader-fileupload.style-file-multi .upload-object:hover {
  background: #0057b1 !important;
}

#uploadForm_forms_flash .alert alert-success alert-dismissible{
  text-align: center;
  text-transform: uppercase;
  font-family: "Nunito Bold";
  font-size: 22px;
  color: #0c7917;
  margin: 0px 0px 30px 0px;
}

.weather2 .weather2__title{
    font-family: 'Nunito Bold';
    color: #fff;
    font-size: 23px;
    text-align: center;
}
.weather2 #gs-moduleTourismBlock{
    margin-top: 20px;
}

.weather2 .tTempAirSpanImg{
    margin-left: 5px!important;
}
.weather2 table{
    width: 100%!important;
    background-color: #fff!important;
    border-radius: 10px!important;
    overflow: hidden!important;
    padding: 0 10px!important;
}
.weather2 tbody tr{
    display: flex!important;
    justify-content: space-between!important;
    height: 40px!important;
    font-size: 19px!important;
    align-items: center!important;
    background-color: #fff!important;
    color: #0057b1!important;
}
.weather2 tbody, .weather2 tr{
    width: 100%!important;
    font-family: "Nunito SemiBold"!important;
}
.weather2 tbody .tCityDiv a, .weather2 tbody .tCityDiv a:hover {
    color: #0057b1!important;
    /* text-decoration: underline!important; */
    font-size: 19px;
}
.weather2 tbody .tCityDiv a:hover {
    text-decoration: underline;
}
.weather2 .gsInformer{
    width: 260px!important;
    height: 278px!important;
    margin: 0 41.25px!important;
    padding: 15px 10px!important;
    border: 1px solid #fff!important;
    border-radius: 20px;
}

.weather2 .gsLinks{
    display: none!important;
}


/* search=========================== */


.ss-result{
    display :flex;
    margin: 20px 0;
    padding: 20px;
    border: 2px solid #0057b1;
    width: 100%;
    background-color: #fff;
}
.ss-result__aside{
     margin-right: 10px;
     min-width: 200px;
     width: 200px;
     height: 200px;
     overflow: hidden;
     display: none;
}

.ss-result__image{
   
    width: 100%;;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ss-result__content{
    width: 100%;
}

.ss-result__title{}

.ss-result__title a{
    font-family: "Nunito Bold";
    font-size: 16px;
    line-height: 22px;
    color: #45414d;
}
.ss-result__title a:hover{
    color: #0057b1;
}

.ss-result mark{
    color: inherit;
    background-color: transparent;
}

.ss-result__badge{
    font-family: "Nunito Bold";
    font-size: 16px;
    line-height: 22px;
    color: #0057b1;
}


.ss-result__text{
    font-family: "Nunito Regular";
    font-size: 14px;
    color: #888;
}

.ss-result__url{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 20px;
}
.ss-result__url a{
    font-family: "Nunito Regular";
    font-size: 14px;
    color: #45414d;
}
.ss-result__url a:hover {
    text-decoration: underline;
    color: #0057b1;
}