@charset "UTF-8";
.black {
  color: #000;
}

.gray {
  color: #999;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  height: 1px;
  background: #8b8b8b;
  background-image: linear-gradient(to right, #e7e7e7, #8b8b8b, #e7e7e7);
}

* {
  box-sizing: border-box;
}

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

html, body {
  color: #333333;
  font-family: "Montserrat", sans-serif, sans-serif;
  font-weight: normal;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

img {
  max-width: 100%;
}

.container {
  padding: 0px 15px;
  margin: 0 auto;
  max-width: 1067px;
}

.container:after, header:after, footer:after, .ta-container:after {
  clear: both;
  display: table;
  content: " ";
}

.container:before, header:before, footer:before, .ta-container:before {
  clear: both;
  display: table;
  content: " ";
}

a {
  color: #0087bb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.promo-title:hover, #graysubmenu a:hover, #promotions a:hover, #recommendation a:hover, #podbor a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.orange {
  color: #0087bb;
}

a.orange {
  color: #0087bb !important;
}

h1 {
  font-weight: 600;
}

.header2 h1, .title-page {
  font-size: 30px;
  font-weight: normal;
  margin: 1rem 0 0.5rem 0;
}

.hamburger {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 10001;
  display: none;
  border-radius: 100%;
  padding: 10px 8px !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #0087bb !important;
  width: 24px !important;
}

.hamburger-box {
  width: 24px !important;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1 !important;
}

.hamburger-inner:before {
  top: -8px !important;
}

.hamburger-inner:after {
  bottom: -8px !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 8px, 0) rotate(45deg) !important;
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -8px, 0) rotate(-45deg) !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 3px !important;
}

.menu {
  width: 100%;
}

ul.menu {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}

.menu li {
  display: block;
  flex: 0 1 auto;
  list-style-type: none;
  text-align: center;
  padding-bottom: 4px;
}

.menu li a {
  text-decoration: none;
  padding: 0 15px 15px 0px;
  color: #0087bb;
}

.menu li:before {
  display: none;
}

.header #search {
  display: flex;
  align-items: center;
  margin-left: 50px;
  z-index: 200;
  /* position: absolute; right: 0;*/
}

.header input {
  border: none;
}

#search input {
  padding: 5px 30px 5px 5px;
  background: url(/assets/i/search.svg) no-repeat right 3px center;
  border-radius: 10px;
  width: 0px;
  /*text-align: right;*/
  /*width: 200px;*/
}

input:focus, textarea:focus {
  outline: 1px solid #0087bb;
}

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

span.underline {
  display: inline-block;
}

span.underline:after {
  content: "";
  display: block;
  border-bottom: 4px solid #0087bb;
  width: 100%;
  margin-top: 3px;
}

h2, .title {
  font-size: 30px;
}

h3 {
  font-size: 19px;
}

.title2 {
  font-size: 18px;
  font-weight: bold;
}

/**form**/
form input, form select, .select, .button-gray, button, .button, textarea, .btn {
  padding: 20px 26px;
  font-weight: bold;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form select, .select {
  background: url(/assets/i/caret-down1.svg) #fff no-repeat;
  background-position: right 16px top 23px;
  padding-right: 45px;
}

.select {
  display: block;
}

button, .button, input[type=submit], .btn {
  color: #fff;
  background-color: #0087bb;
  cursor: pointer;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2px;
}

button:hover:not(:disabled), .button:hover, input[type=submit]:hover, .btn:hover {
  background-color: #0776a1;
  text-decoration: none;
}

button:disabled {
  background-color: #999;
}

button:disabled:hover {
  background-color: #999;
  cursor: default;
}

::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
}

::placeholder {
  font-style: italic;
  font-weight: normal;
}

textarea {
  font-family: "Montserrat", sans-serif;
  resize: none;
}

form input, button {
  border: 1px solid #0087bb;
}

/**/
/*layout*/
.nopadding {
  padding: 0;
}

/*header*/
header {
  position: relative;
}

header p {
  margin: 0;
}

.header1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.header__phones_container {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.logo {
  max-width: 140px;
  margin: 5px 20px 5px 20px;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo p {
  margin: -4px 0 0 0;
}

.header__phones {
  display: flex;
  align-items: center;
}

.header__phones .phone {
  font-size: 20px;
  font-weight: 800;
}

.header__phones a:hover {
  text-decoration: none;
}

.phone-container {
  margin-right: 50px;
  text-align: center;
}

.smallgray, .header__phones {
  color: #8e8e8e;
  font-size: 13px;
}

.header__hours p {
  color: #8e8e8e;
  font-weight: 400;
}

.header__hours span {
  font-size: 13px;
  font-weight: 400;
  margin-left: 33px;
}

.telegram {
  width: 33px;
  height: 33px;
}

header ul.menu ul {
  display: none;
  min-width: 400px;
  z-index: 10;
}

header ul.menu > li > a {
  padding: 10px 25px;
  position: relative;
  z-index: 3;
  display: block;
  font-size: 25px;
}

header ul.menu > li {
  position: relative;
  display: block;
  border-bottom: 5px solid transparent;
}

header ul.menu > li:hover > a {
  background: #fff;
}

header ul.menu > li:hover {
  border-bottom: 5px solid #0087bb;
}

header ul.menu > li:hover > a + ul {
  display: block;
}

header ul.menu ul {
  position: absolute;
  background: #fff;
  padding: 15px 35px;
  margin-top: 9px;
}

header ul.menu ul li {
  text-align: left;
}

header ul.menu ul li a {
  font-weight: normal;
  font-size: 14px;
  position: relative;
}

header ul.menu ul li a:hover {
  text-decoration: underline;
}

header ul.menu > li:last-child ul {
  right: 0;
}

header ul.menu > li.nosubmenu:hover {
  border-bottom: 5px solid #0087bb;
}

header ul.menu > li.nosubmenu:hover > a + ul {
  display: none;
}

header ul.menu > li {
  position: relative;
}

.caret {
  background: url("../../i/caret-down.svg") no-repeat center;
  background-size: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
}

header .caret {
  display: none;
}

/*footer*/
footer {
  background: #0087bb;
  margin-top: 50px;
  padding: 25px 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

footer a, footer .menu li a {
  font-weight: normal;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

footer a:hover, footer .menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer ul.menu > li {
  flex-basis: 25%;
  text-align: left;
}

footer ul.menu > li:nth-child(1) {
  flex-basis: 30%;
}

footer ul.menu > li:nth-child(2) {
  flex-basis: 33%;
}

footer ul.menu > li:nth-child(3) {
  flex-basis: 33%;
}

footer ul.menu > li:nth-child(4) {
  flex-basis: 17%;
}

footer ul.menu > li > a {
  font-weight: bold;
}

footer ul.menu ul {
  margin: 15px 15px 0 0px;
  padding: 0 0 0 0;
}

footer ul.menu ul li {
  text-align: left;
  margin-bottom: 5px;
}

footer ul.menu ul li a {
  font-size: 13px;
}

.footer3 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
}

.footer3 p {
  margin-bottom: 5px;
}

/*mainpage*/
.main__significant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0;
}

.main__significant > a {
  width: calc(20% - 15px);
  display: block;
  min-height: 400px;
  color: #fff;
  background-size: cover;
}
.main__significant > a:hover {
  text-decoration: none;
}
.main__significant > a .btn {
  letter-spacing: inherit;
  text-transform: inherit;
  padding: 15px;
}

.main__significant > a > div {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.main__significant > a:nth-child(5) > div {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(8, 6, 4, 0.8) 67%, rgba(8, 6, 4, 0.8) 100%);
}

.main__significant > a p {
  margin-bottom: 5px;
}
.main__significant > a .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.main__significant > a .subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.main__significant > a .description {
  font-size: 16px;
}

/*.main__significant>a p{padding: 15px; background: rgba(0, 0, 0, 0.65); margin-bottom: 0; width: 100%;}*/
.peretyazhka {
  /*background: $blue; color: #fff; */
  font-weight: 800;
  margin-bottom: 20px;
}

.peretyazhka h1 {
  font-weight: 400; /*text-align: center;*/
  font-size: 35px;
}

.mainpage__services {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mainpage__services a {
  display: flex;
  align-items: start;
  padding: 25px;
  position: relative;
  box-sizing: border-box;
  height: 205px;
  text-decoration: none;
  margin: 10px 0px 0 0;
  flex-basis: calc(33.33% - 15px);
  background: #0087bb;
  color: #fff;
  transition: 0.2s ease-in-out transform, 0.2s ease-in-out box-shadow;
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1, 1);
}
.mainpage__services a:hover {
  transform: perspective(500px) rotateX(0deg) scale(1.1, 1.1);
}
.mainpage__services a .blr-title {
  font-size: 24px;
  font-weight: 600;
}

/*
.certificates {
    a>img{
        width: 200px;
        height: auto;

          transform:
            rotateX(51deg)
            rotateZ(43deg);
          transform-style: preserve-3d;
          border-radius: 32px;
          box-shadow:
            1px 1px 0 1px #f9f9fb,
            -1px 0 28px 0 rgba(34, 33, 81, 0.01),
            28px 28px 28px 0 rgba(34, 33, 81, 0.25);
          transition:
            .4s ease-in-out transform,
            .4s ease-in-out box-shadow;

          &:hover {
            transform:
              translate3d(0px, -16px, 0px)
              rotateX(0deg)
              rotateZ(0deg);
            box-shadow:
              1px 1px 0 1px #f9f9fb,
              -1px 0 28px 0 rgba(34, 33, 81, 0.01),
              54px 54px 28px -10px rgba(34, 33, 81, 0.15);
          }

    }    
}
*/
.certificates a > img {
  width: 310px;
  height: auto;
  transform: perspective(750px) translate3d(0px, 0px, -250px) rotateX(27deg) scale(0.9, 0.9);
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 70px 40px -20px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out transform;
}
.certificates a > img:hover {
  transform: translate3d(0px, 0px, -250px);
}

/*
.certificates {
    a>img{
        width: 500px;
        height: auto;
        transform:
        perspective(750px)
        translate3d(0px, 0px, -250px)
        rotateX(27deg)
        scale(0.9, 0.9);
      border-radius: 20px;
      border: 1px solid #e6e6e6;
      box-shadow: 0 70px 40px -20px rgba(0, 0, 0, 0.2);
      transition: 0.4s ease-in-out transform;

      &:hover {
        transform: translate3d(0px, 0px, -250px);
      }

    }
}

*/
/*
.certificates {
    a>img{
                width: 150px;
        height: auto;
  transform:
    perspective(800px)
    rotateY(25deg) scale(0.9)
    rotateX(10deg);

  transition: 0.6s ease all;

  &:hover {
    transform:
      perspective(800px)
      rotateY(-15deg)
      translateY(-50px)
      rotateX(10deg)
      scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
}

*/
ul {
  list-style: none;
  padding: 0 0 0 30px;
}

ul li {
  position: relative;
  padding-bottom: 7px;
}

ul li::before {
  content: "•";
  color: #0087bb;
  font-weight: bold;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -20px;
  font-size: 28px;
  line-height: 10px;
  position: absolute;
  top: 0.15em;
}

ul.inform-list {
  padding-left: 0;
}

ul.inform-list li::before {
  display: none;
}

.inform-list .date {
  font-size: 14px;
  color: #828282;
}

.mainpage h2 {
  font-weight: 400;
  text-align: left;
}

.mainpage_news_inform {
  display: flex;
  justify-content: space-between;
}

.mainpage_news_inform > div {
  flex-basis: calc(50% - 20px);
}

.main__significant-text {
  position: relative;
  z-index: 20;
}

.main__significant > a:nth-child(1) > div {
  background: none;
}

.main__significant > a:nth-child(1) {
  overflow: auto;
  background: linear-gradient(315deg, rgb(101, 0, 94) 3%, rgb(60, 132, 206) 38%, rgb(48, 238, 226) 68%, rgb(255, 25, 25) 98%);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}

@keyframes gradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes wave {
  2% {
    transform: translateX(1);
  }
  25% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(1);
  }
}
.main__significant > a > div {
  position: relative;
  overflow: hidden;
}

.main__significant > a:nth-child(2) > div {
  position: relative;
  overflow: hidden;
}

.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: 1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
#bg-wrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

#bg-wrap > svg {
  height: 100%;
}

.main__significant > a:nth-child(3) {
  color: #0087bb;
}

.animation4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: theme 21s linear infinite;
}
.animation4:after, .animation4:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  animation: background 90s linear infinite;
}
.animation4:after {
  left: 5vw;
}
.animation4:before {
  right: 5vw;
  animation-delay: -30s;
  animation-direction: reverse;
}

@keyframes theme {
  0% {
    background: #74C390;
  }
  16% {
    background: #5DBDB6;
  }
  33% {
    background: #59D4E1;
  }
  50% {
    background: #51BCE8;
  }
  66% {
    background: #FA5374;
  }
  83% {
    background: #E46653;
  }
  100% {
    background: #74C390;
  }
}
@keyframes background {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ul2 li {
  margin-bottom: 25px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.main_flex1 {
  flex-basis: 70%;
}

.main_flex2 {
  flex-basis: 30%;
}

.container-2 {
  max-width: 1067px;
}

.promo {
  background: url("../../i/promo.jpg");
  height: 350px;
  background-size: cover;
  display: flex;
  align-items: center;
}

.promo_text {
  margin-left: 8%;
  font-size: 111px;
  line-height: 0.88;
  text-shadow: 0px 0px 17px #000;
  font-family: "ProximaNova";
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.promo_text .promo_text__blue {
  font-size: 50px;
}
.promo_text .promo_text__blue, .promo_text .promo_text__blue2 {
  color: #15b0ec;
}
.promo_text .promo_text__blue2 {
  margin-left: 10px;
}
.promo_text .promo_text__blue {
  display: block;
}

.extrah1 h1 {
  font-size: 46px;
  font-family: "ProximaNova";
  text-transform: uppercase;
  font-weight: 800;
  color: #ff0000;
}

.header__logo p {
  font-size: 20px;
  font-family: "ProximaNova";
  text-transform: uppercase;
  font-weight: 800;
  color: #ff0000;
}

.promo-ribbon-color {
  --bhue: 0;
  --bsat: 277;
  --blig: 81;
  --light:hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1%));
  --dark:hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1% - 15%));
  --darkest:hsl(var(--bhue), calc(var(--bsat)*1%), calc(var(--blig)*1% - 35%)); /* ff3.6+ */ /* safari4+,chrome */ /* safari5.1+,chrome10+ */ /* opera 11.10+ */ /* ie10+ */
  background: linear-gradient(90deg, var(--dark) 0%, var(--light) 10%, var(--dark) 20%, var(--darkest) 50%, var(--dark) 80%, var(--light) 90%, var(--dark) 100%); /* w3c */
}

.promo-ribbon {
  margin-top: -10px;
  margin-bottom: 35px;
  height: 10px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  /*border-top: 1px solid var(--light);*/
  border-bottom: 1px solid var(--dark);
}

.date {
  color: #666;
  font-size: 13px;
}/*# sourceMappingURL=style.css.map */