/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  font-family: Roboto, Tahoma, sans-serif; }

body {
  font-size: 16px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  text-align: center;
  background-color: #E45300; }

.bubbly-button {
  -webkit-appearance: none;
  appearance: none;
  background-color: #E45300;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .bubbly-button:focus {
    outline: 0; }
  .bubbly-button:after, .bubbly-button:before {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat; }
  .bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, transparent 20%, #E45300 20%, transparent 30%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, transparent 10%, #E45300 15%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%; }
  .bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, transparent 10%, #E45300 15%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%), radial-gradient(circle, #E45300 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%; }
  .bubbly-button:active {
    transform: scale(0.9);
    background-color: #cb4a00;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2); }
  .bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards; }
  .bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards; }

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%; }
  50% {
    background-position: 0 80%, 0 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%; }
  100% {
    background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0 0%, 0 0%, 0 0%, 0 0%, 0 0%, 0 0; } }

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0; }
  50% {
    background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0; }
  100% {
    background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0 0%, 0 0%, 0 0%, 0 0%, 0 0%, 0 0; } }

main {
  min-height: calc(100vh - 242px);
  background: url("../img/main/banner.jpg") 80% center no-repeat; }

body {
  background: #fff; }

footer {
  width: 100%;
  height: 124px;
  background: url("../img/main/footer.jpg") left top no-repeat;
  background-size: cover;
  box-sizing: border-box; }

.top-head {
  background: #051333;
  height: 41px; }

.bottom-head {
  height: 77px;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.16); }

.contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .contacts__item {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 40px; }
    .contacts__item:last-child {
      margin: 0; }
  .contacts a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center; }
  .contacts img {
    margin-right: 12px; }

.top-head__content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .top-head__content {
      width: 100%; } }

.top-head {
  display: flex;
  align-items: center; }

.socials {
  display: flex;
  align-items: center; }
  .socials__item {
    display: block;
    text-align: center;
    margin-right: 23px; }
    .socials__item:last-child {
      margin-right: 0; }

.language {
  display: flex;
  align-items: center; }
  .language__item {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 4px;
    cursor: pointer; }
    .language__item:first-child {
      margin-right: 24px; }
  .language__active {
    border-bottom: 2px solid #F2600A;
    padding-bottom: 2px; }

.bottom-head__content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }
  @media screen and (max-width: 1199px) {
    .bottom-head__content {
      width: 100%; } }

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-basis: 66%;
  justify-content: space-between; }
  .nav__item {
    font-size: 16px;
    font-weight: 300;
    margin-right: 10px; }
    .nav__item a {
      text-decoration: none;
      color: #000;
      transition: all 1s; }
      .nav__item a:hover {
        color: #ec681c;
        transition: all 0.5s; }

.dev {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 192px 15px 0;
  box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .dev {
      width: 100%; } }
  .dev__info {
    width: 50%;
    position: relative;
    left: -250px; }
  .dev__title {
    font-size: 36px;
    font-weight: 400;
    color: #3E3E3E;
    text-align: left;
    margin: 0 0 26px; }
  .dev__text {
    font-size: 16px;
    color: #3E3E3E;
    text-align: left;
    margin: 0;
    line-height: 25px; }

.btn {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 15px 70px;
  background: #E45300;
  width: 267px;
  margin-top: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600; }
  .btn:hover {
    box-shadow: 0 2px 25px rgba(228, 83, 0, 0.5); }

.footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box; }
  @media screen and (max-width: 1199px) {
    .footer {
      width: 100%; } }
  .footer__socials img {
    transform: scale(1.1); }
  .footer__copy {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    line-height: 25px; }

.bubbly-button {
  left: -250px;
  opacity: 0; }

.en {
  display: none; }

.news-main {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto; }
  @media screen and (max-width: 1199px) {
    .news-main {
      width: 100%; } }

.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
  margin: 30px 0; }
  .news__item {
    flex-basis: 30%;
    background: #ec681c;
    margin-bottom: 15px;
    padding: 30px 15px;
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    cursor: pointer; }
    .news__item h2 {
      text-align: left;
      margin: 0 0 20px;
      color: #fff;
      text-transform: capitalize; }
    .news__item p {
      text-align: left;
      margin: 0;
      color: #fff;
      line-height: 21px; }

.c0 {
  background: linear-gradient(45deg, #06cfef, #FFEB3B); }

.c1 {
  background: linear-gradient(45deg, #1b49b3, #b051b1); }

.c2 {
  background: linear-gradient(45deg, #b051b1, #5ae2ea); }

.c3 {
  background: linear-gradient(45deg, #9c38b5, #fdce00); }

.c4 {
  background: linear-gradient(45deg, #fdce00, #f15555); }

.c5 {
  background: linear-gradient(45deg, #252fa7, #27e25c); }

.pages {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
  margin-bottom: 60px; }
  .pages__item {
    width: 30px;
    height: 30px;
    background: #ec681c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 3px;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.5s; }

.active {
  border: 2px solid #ec681c;
  color: #ec681c;
  background: #fff;
  transition: all 0.5s; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; }
  .modal__content {
    width: 80%;
    max-width: 1000px;
    min-height: 500px;
    background: #fff;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 60px 30px; }
  .modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    background: none;
    cursor: pointer;
    background: url("../img/ico/close.svg") center top no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    outline: none; }

.post {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ff9800; }
  .post__title {
    text-align: left;
    font-size: 32px;
    margin: 0 0 30px;
    text-transform: capitalize; }
  .post__body {
    text-align: left;
    margin: 0;
    line-height: 25px; }

.comments {
  overflow-y: scroll;
  height: 500px;
  padding-right: 15px; }
  .comments__title {
    text-align: left;
    margin: 0;
    text-transform: capitalize; }
  .comments__mail {
    text-align: left;
    color: #c12020;
    font-weight: 500;
    display: inline-block;
    margin: 20px 0; }
  .comments__body {
    text-align: left;
    margin: 0;
    line-height: 25px; }
  .comments__item {
    background: #bed9be;
    padding: 30px 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left; }

.burger,
.mob-menu,
.nav-mob {
  display: none; }

@media screen and (max-width: 1700px) {
  main {
    background-position: right;
    margin: 30px 0;
    min-height: calc(100vh - 302px);
    background-size: contain; }
  .dev {
    min-height: 450px; } }

@media screen and (max-width: 1199px) {
  main {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .dev {
    padding: 60px 30px;
    min-height: 350px;
    width: 70%;
    background: rgba(5, 19, 51, 0.9);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .dev__text, .dev__title {
      color: #fff; }
    .dev__info {
      width: 100%; } }

@media screen and (max-width: 1023px) {
  .logo img {
    width: 75%; }
  .burger {
    display: block;
    background: url("../img/ico/burger.svg") center center no-repeat;
    width: 50px;
    height: 50px;
    background-size: cover;
    z-index: 11; }
  .mob-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(5, 19, 51, 0.51);
    left: 0;
    top: 0;
    z-index: 10;
    display: none; }
    .mob-menu__right {
      width: 300px;
      height: 100vh;
      background: #fff;
      position: absolute;
      right: -100px; }
  .nav {
    display: none; }
  .nav-mob {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 30px;
    padding-left: 30px; }
    .nav-mob__item {
      text-align: left; }
      .nav-mob__item a {
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        color: #666;
        line-height: 38px; }
  .language {
    padding: 15px 30px 0; }
  .language__item {
    color: #666; }
  .contacts {
    box-sizing: border-box;
    padding: 30px 10px 0 30px;
    justify-content: space-between; }
    .contacts__item {
      color: #666;
      box-sizing: border-box;
      flex: 1;
      margin: 0; }
      .contacts__item a {
        color: #666;
        display: flex;
        align-items: center;
        text-align: center;
        font-weight: 600; }
        .contacts__item a img {
          margin: 0; }
  .top-head {
    display: none; }
  main {
    min-height: calc(100vh - 201px); } }

.mob-btn {
  display: none; }

@media screen and (max-width: 767px) {
  main {
    background-position: center; }
  .dev {
    width: 90%; }
    .dev__title {
      font-size: 23px; }
    .dev__text {
      margin-bottom: 40px; }
  .footer {
    flex-direction: column;
    padding: 30px 0;
    justify-content: center; }
    .footer__copy {
      text-align: center; }
  footer {
    height: auto; }
  .footer__socials {
    margin: 20px 0; }
  .btn {
    padding: 15px 40px;
    width: 100%;
    box-sizing: border-box; }
  main {
    background-size: cover;
    margin: 20px 0; }
  .mob-btn {
    display: block;
    position: relative;
    left: -250px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .bubbly-button {
    display: none; } }
