/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: "Montserrat";
}

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

:focus,
:active {
  outline: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "AvenirNextCyrRegular";
  src: url("fonts/AvenirNextCyrRegular.eot");
  src: url("fonts/AvenirNextCyrRegular.eot") format("embedded-opentype"), url("fonts/AvenirNextCyrRegular.woff2") format("woff2"), url("fonts/AvenirNextCyrRegular.woff") format("woff"), url("fonts/AvenirNextCyrRegular.ttf") format("truetype"), url("fonts/AvenirNextCyrRegular.svg#AvenirNextCyrRegular") format("svg");
}
body {
  padding-top: 98px;
}

* {
  font-size: 16px;
  font-family: "AvenirNextCyrRegular", sans-serif;
}

body.big-fz * {
  font-size: 19px;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}

.row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-horizontal {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 450;
}

a {
  color: #000;
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

span {
  font-size: 1rem;
}

.more a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more a img, .more a svg {
  margin-left: 10px;
}

.return {
  margin-top: 20px;
  margin-bottom: 80px;
}
.return a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.return a img {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.color-button {
  border-radius: 50px;
  padding: 15px 60px;
  background: #fe7b00;
  display: inline-block;
  color: #fff;
}

header {
  padding: 10px 80px;
  position: fixed;
  background: #fff;
  width: 100vw;
  top: 0;
  z-index: 10;
}
header nav {
  margin-left: 40px;
}
header nav ul li {
  margin-left: 20px;
  position: relative;
  padding: 25px 0;
}
header nav ul li a, header nav ul li span {
  cursor: pointer;
}
header nav ul li a:hover, header nav ul li span:hover {
  color: #0029FE;
}
header nav ul.sub-menu {
  position: absolute;
}
header nav ul.sub-menu li {
  padding: 0;
}

.header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.burger {
  display: none;
}

.menu-item-has-children::after {
  display: inline-block;
  margin-bottom: 3px;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid;
  border-width: 0 1px 1px 0;
}
.menu-item-has-children .sub-menu {
  padding: 20px;
  background: #fff;
  display: none;
  white-space: nowrap;
  top: 59px;
  border-top: 1px solid #0029FE;
}
.menu-item-has-children .sub-menu li {
  margin-left: 0;
}
.menu-item-has-children .sub-menu li + li {
  margin-top: 10px;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.lang {
  margin-left: auto;
}
.lang__active {
  color: #FE7B00;
}
.lang__trigger {
  background: #F1F1F1;
  border-radius: 50px;
  position: relative;
  width: 36px;
  height: 18px;
  margin: 0 5px;
}
.lang__circle {
  width: 12px;
  height: 12px;
  background: #FE7B00;
  position: absolute;
  border-radius: 50px;
  left: 3px;
  top: 3px;
}

.account {
  margin-left: 20px;
}
.account a {
  color: #75797B;
}
.account a img {
  margin-right: 5px;
}
.account a:hover {
  color: #000;
}

.autorisation .form, .autorisation .inner {
  padding: 0 !important;
  padding-bottom: 80px !important;
}
.autorisation .form .inner {
  border: 0;
}
.autorisation .breadcrumbs ul li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.autorisation .breadcrumbs ul li a img {
  margin-right: 10px;
}
.autorisation h2 {
  color: #fff;
}
.autorisation .form p {
  color: #fff;
}
.autorisation .form__wrapper {
  background: #fff;
  border-radius: 7px;
}
.autorisation .form__wrapper p {
  color: #000;
  font-size: 1rem;
  margin-top: 0;
}
.autorisation .form__wrapper .more a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-decoration: none;
  margin-top: 60px;
}
.autorisation .form__grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 40px 120px;
}

.vision {
  margin-left: 20px;
  padding: 10px;
  border: 1px solid #FE7B00;
  border-radius: 50px;
}
.vision_active {
  background: #FE7B00;
  color: #fff;
}
.vision:hover {
  background: #FE7B00;
  color: #fff;
}

.breadcrumbs ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul li {
  color: #FE7B00;
}
.breadcrumbs ul li a {
  color: #fff;
}
.breadcrumbs ul li + li {
  margin-left: 20px;
  position: relative;
}
.breadcrumbs ul li + li:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -12px;
  border: 1px solid #BBBBBB;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: transparent;
}

.banner {
  background-size: cover !important;
  padding: 20px 80px 150px;
}
.banner h1 {
  color: #fff;
  font-size: 3.75rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 120px;
}
.banner h2 {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}

.first {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  padding-bottom: 80px;
  width: 60%;
}
.first h2 {
  text-align: center;
  font-size: 2.5rem;
}
.first .inner {
  position: relative;
}
.first__left {
  width: 60%;
}
.first__img {
  width: 40%;
  margin-right: 100px;
  position: relative;
}
.first__border {
  position: absolute;
  border: 1px solid #FE7B00;
  border-radius: 7px 250px 7px 7px;
  width: 100%;
  height: 100%;
  top: -30px;
  left: 30px;
  z-index: -5;
}
.first__quote {
  position: absolute;
  right: -100px;
  bottom: -50px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3019607843);
  background: #0029FE;
  border-radius: 7px;
  font-size: 1.5rem;
  padding: 30px;
  color: #fff;
  width: 300px;
}
.first__right {
  margin-left: 100px;
  width: 50%;
}

.services-list {
  background: #F6F6F6;
  padding: 80px;
}
.services-list__list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: 1fr 1px 1fr;
  grid-template-rows: 1fr 1fr;
  border-radius: 7px;
  background-color: #F1F1F1;
  grid-gap: 1px;
}
.services-list__elem {
  background-color: #fff;
  padding: 20px;
}
.services-list__elem--img {
  line-height: 50px;
  min-width: 50px;
  border: 1px solid #0029FE;
  border-radius: 5px;
  text-align: center;
}
.services-list__elem--img img {
  width: 30px;
  vertical-align: middle;
}
.services-list__elem--name {
  margin-left: 20px;
  margin-right: auto;
}
.services-list__elem:hover {
  background: #EDF0FF;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

.gas .services-list__elem--img {
  border: 1px solid #FE7B00;
}

.content {
  padding: 80px 80px 0;
}
.content + footer {
	margin-top: 80px;
}
.content ul li {
  color: #747580;
  position: relative;
  padding-left: 20px;
}
.content ul li::before {
  content: "";
  position: absolute;
  border: 1px solid #FE7B00;
  border-radius: 50%;
  top: 7px;
  width: 5px;
  height: 5px;
  left: 0;
}
.content ol li {
  color: #747580;
}
.content ol li::marker {
  color: #0029FE;
}
.content p {
  margin-top: 20px;
  line-height: 1.25;
  color: #747580;
}
.content span {
  color: #747580;
}
.content a {
  line-height: 1.25;
  color: #0029FE;
  text-decoration: underline;
}
.content__header {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.content__header h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.content__img {
  margin-left: 40px;
  position: relative;
  width: 40%;
  overflow: hidden;
  border-radius: 7px;
}
.content__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__border {
  position: absolute;
  border: 1px solid #FE7B00;
  border-radius: 250px 7px 7px 7px;
  width: 100%;
  height: 100%;
  top: -30px;
  left: -40px;
  z-index: -5;
}
.content__date {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 7px 0px 7px;
  padding: 10px;
  color: #747580;
  background: #fff;
}
.content__main {
  margin-top: 80px;
}
.content__first {
  width: 60%;
}

section.content {
  padding: 80px;
}

.main {
  padding: 100px 0 40px;
  background: url("../imgs/main.png") no-repeat;
  background-size: cover;
  text-align: center;
}
.main .inner {
  padding: 80px;
}
.main h1 {
  color: #fff;
  font-size: 3.75rem;
}
.main p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 40px;
}
.main__buttons {
  margin-top: 150px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main__button {
  color: #fff;
  width: 260px;
  text-align: center;
  padding: 20px 0;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.main__button::before {
  width: 300px;
  height: calc(100% + 40px);
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main__button::after {
  width: 280px;
  height: calc(100% + 20px);
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main__button__blue {
  background: #0029FE;
}
.main__button__blue::before {
  background: rgba(0, 41, 254, 0.2);
}
.main__button__blue::after {
  border: 1px solid #0029FE;
}
.main__button__orange {
  background: #FE7B00;
}
.main__button__orange::before {
  background: rgba(254, 123, 0, 0.2);
}
.main__button__orange::after {
  border: 1px solid #FE7B00;
}
.main__button:hover::after {
  -webkit-animation: resize 3s linear infinite;
          animation: resize 3s linear infinite;
}
@-webkit-keyframes resize {
  0% {
    width: 280px;
    height: calc(100% + 20px);
  }
  25% {
    width: 300px;
    height: calc(100% + 40px);
  }
  50% {
    width: 280px;
    height: calc(100% + 20px);
  }
  75% {
    width: 260px;
    height: 100%;
  }
  100% {
    width: 280px;
    height: calc(100% + 20px);
  }
}
@keyframes resize {
  0% {
    width: 280px;
    height: calc(100% + 20px);
  }
  25% {
    width: 300px;
    height: calc(100% + 40px);
  }
  50% {
    width: 280px;
    height: calc(100% + 20px);
  }
  75% {
    width: 260px;
    height: 100%;
  }
  100% {
    width: 280px;
    height: calc(100% + 20px);
  }
}
.main__more {
  margin-top: 200px;
}
.main__more a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.main__more--arrow {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border: 1px solid #FFFFFF;
}

.services {
  background: #f6f6f6;
  padding: 80px;
}
.services__items {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.services__item {
  margin-top: 40px;
  padding: 40px;
  width: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 7px;
}
.services__item--title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__item--title p {
  font-size: 1.5rem;
  margin-left: 20px;
}
.services__item--title p:hover {
  color: #FE7B00;
}
.services__item--icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #0029FE;
  border-radius: 5px;
  padding: 10px;
}
.services__item--text {
  margin-top: 40px;
  color: #747580;
}
.services__item--more {
  margin-top: 40px;
}
.services__item--more a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__item--more a img {
  margin-left: 10px;
}
.services__item--more a:hover {
  color: #FE7B00;
}
.services__item_second .services__item--icon {
  border-color: #FE7B00;
}

.about {
  padding: 80px;
}
.about .inner {
  position: relative;
}
.about__img {
  margin-left: 100px;
  position: relative;
}
.about__border {
  position: absolute;
  border: 1px solid #FE7B00;
  border-radius: 250px 7px 7px 7px;
  width: 100%;
  height: 100%;
  top: -30px;
  left: -30px;
  z-index: -5;
}
.about__quote {
  position: absolute;
  left: 0;
  bottom: -50px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3019607843);
  background: #0029FE;
  border-radius: 7px;
  font-size: 1.5rem;
  padding: 30px;
  color: #fff;
  width: 300px;
}
.about__right {
  margin-left: 100px;
  width: 50%;
}
.about__text {
  margin-top: 40px;
}
.about__text p {
  margin-top: 20px;
}
.about__more {
  margin-top: 40px;
}

.profile {
  background: url("../imgs/profile_bg.png") no-repeat;
  background-size: 100%;
  color: #fff;
  padding: 0 80px;
}
.profile h2 {
  margin-top: 80px;
  text-align: left;
}
.profile p {
  margin-top: 40px;
  font-size: 1.25rem;
}
.profile .color-button {
  margin-top: 40px;
}
.profile .color-button:hover {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.profile__right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  width: 50%;
}

.docs {
  padding: 80px;
  background: #F6F6F6;
}
.docs__list {
  padding-top: 20px;
}
.docs__elem {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 7px;
}
.docs__elem--hidden {
  padding: 20px 30px;
  border-bottom: 1px solid #F1F1F1;
}
.docs__elem--hidden:hover {
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.docs__elem--visible {
  padding: 20px 30px;
  display: none;
}
.docs__elem--visible ul li {
  position: relative;
}
.docs__elem--visible ul li::before {
  content: "";
  position: absolute;
  border: 1px solid #FE7B00;
  border-radius: 50%;
  top: 7px;
  width: 5px;
  height: 5px;
}
.docs__elem--visible ol li {
  color: #747580;
}
.docs__elem--visible ol li::marker {
  color: #0029FE;
}
.docs__elem--visible a {
  padding-left: 16px;
  color: #0029FE;
  text-decoration: underline;
}
.docs__elem--visible p, .docs__elem--visible span {
  color: #747580;
}
.docs__elem--more {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F1F1F1;
  position: relative;
  margin-left: auto;
}
.docs__elem--more::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #0029FE;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.docs__elem--more_plus::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 2px;
  border-radius: 2px;
  background: #0029FE;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.docs__elem--emblem {
  padding: 10px;
  border: 1px solid #FE7B00;
  border-radius: 5px;
}
.docs__elem p {
  margin: 0 30px;
  font-size: 1.25rem;
}
.docs__elem + .docs__elem {
  margin-top: 20px;
}

.news {
  padding: 80px;
}
.news__categories {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news__categories::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #747580;
}
.news__categories a {
  color: #747580;
  padding: 5px 0;
}
.news__categories a:hover {
  color: #0029FE;
  padding: 5px 0 4px;
  border-bottom: 1px solid #0029FE;
}
.news__categories a + a{
	margin-left: 20px;
}
.news__list {
  margin-top: 40px;
  grid-gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.news__elem--img {
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
.news__elem--img img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__elem--date {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0px 7px 0px 7px;
  padding: 10px;
  color: #747580;
  background: #fff;
}
.news__elem h3 {
  margin-top: 30px;
  font-size: 1.25rem;
  height: 69px;
}
.news__elem p {
  margin-top: 10px;
  color: #747580;
  height: 90px;
  overflow: hidden;
}
.news__elem--more {
  margin-top: 30px;
}
.news__elem--more a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news__elem--more:hover svg path{
	fill: #FE7B00;
}
.contacts {
  padding: 0 80px;
  margin-top: 80px;
}
.contacts__sides {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.contacts__left, .contacts__right {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  width: 50%;
  border-radius: 7px;
}
.contacts__inner {
  padding: 40px;
}
.contacts__left h2 {
  font-size: 2.5rem;
  text-align: center;
}
.contacts__info {
  margin-top: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__info ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: max-content 20px max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-gap: 20px;
}
.contacts__right iframe {
  border-radius: 7px;
}
.contacts__inner + .contacts__inner {
  border-top: 1px solid #F1F1F1;
}
.contacts__inner + .contacts__inner .contacts__info ul {
  grid-gap: 160px;
}

.form {
  padding: 80px;
}
.form .inner {
  border-top: 1px solid #FE7B00;
}
.form h2 {
  margin-top: 80px;
}
.form p {
  margin-top: 40px;
  text-align: center;
  color: #747580;
}
.form a {
  color: #0029FE;
  text-decoration: underline;
}
.form__wrapper {
  margin: 0 auto;
  margin-top: 40px;
  padding: 40px;
  max-width: 750px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
.form__elem {
  border: 1px solid #F1F1F1;
  padding: 20px;
  border-radius: 3px;
  color: #747580;
}
.form__elem p {
  display: contents;
}
.form__elem span {
  display: contents;
}
.form__elem input {
  width: 100%;
}
.form__elem_message {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}
.form__elem:hover {
  border: 1px solid #FE7B00;
  color: #000;
}
.form input[type=submit] {
  display: block;
  background: #0029FE;
  width: 250px;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  margin-top: 40px;
}
.form input[type=submit]:hover{
  background: #FE7B00;
}
.form textarea {
  width: 100%;
}

.about-quote {
  padding: 80px;
}
.about-quote__text {
  font-weight: bold;
  border: 1px solid #0029FE;
  border-radius: 7px;
  padding: 40px;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
}
.about-quote__text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 10px;
  background: url("../imgs/quote.png") no-repeat;
}
.about-quote__text::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 10px;
  right: 10px;
  background: url("../imgs/quote.png") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.achievements {
  padding: 0 80px;
}
.achievements p {
  text-align: center;
  margin-top: 40px;
  color: #747580;
}
.achievements__list {
  margin-top: 40px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.achievements__elem {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 40px;
  border-radius: 7px;
  width: 25%;
}
.achievements__elem p {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  color: #000;
}
.achievements__elem--number {
  -webkit-text-stroke: 1px #0029FE;
  color: #fff !important;
  font-size: 2.75rem;
  margin: 0;
}
.achievements__elem:hover {
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.partners {
  padding: 80px 130px;
}
.partners .inner {
  max-width: 1340px;
}
.partners__list {
  margin-top: 40px;
  position: relative;
}
.partners__list .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners__list .slick-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  background: url("../imgs/right_arrow.svg") no-repeat center right;
  width: 33px;
  height: 18px;
}
.partners__list .slick-next {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../imgs/right_arrow.svg") no-repeat center right;
  width: 33px;
  height: 18px;
}
.partners__elem {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}

.prices {
  padding: 80px 80px 0;
}
.prices__list {
  margin-top: 40px;
}
.prices__elem {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 7px;
}
.prices__elem ul li {
  position: relative;
  padding-left: 20px;
}
.prices__elem ul li a {
  color: #0029FE;
  text-decoration: underline;
}
.prices__elem ul li::before {
  content: "";
  position: absolute;
  border: 1px solid #FE7B00;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
  height: 5px;
  left: 0;
}
.prices__elem .row-horizontal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prices__download {
  color: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prices__download img {
  margin-left: 20px;
}

footer {
  padding: 80px 80px 20px;
  background: #F6F6F6;
}
footer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer nav .nav-title {
  color: #747580;
  font-size: 1.25rem;
}
footer ul {
  margin-top: 20px;
}
footer ul li {
  margin-top: 10px;
}
footer ul li a:hover {
  color: #0029FE;
}
footer .footer-info ul li + li {
  margin-top: 20px;
}

.info ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 280px;
}
.info ul li span {
  margin-left: 10px;
}

.social {
  margin-top: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.copyright {
  margin-top: 80px;
  text-align: center;
  color: #747580;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  border-radius: 50%;
  border: 1px solid #F1F1F1;
}
.pagination .page-numbers:hover {
  border: 1px solid #0029FE;
}
.pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}
.pagination .page-numbers.next {
  background: url("../imgs/right_arrow.svg") no-repeat center;
  margin-left: 40px;
}
.pagination .page-numbers.prev {
  background: url("../imgs/right_arrow.svg") no-repeat center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
	body {
		padding-top: 75px;
	}
  * {
    font-size: 14px;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  header {
    padding: 10px 15px;
  }
  header .logo {
    width: 50px;
  }
  header nav.row-horizontal {
    display: none;
    position: absolute;
    right: 0;
    top: 75px;
    background: #fff;
    padding: 20px 10px;
    width: 90%;
  }
  header nav.row-horizontal ul li {
    padding: 5px 25px 5px 10px;
    margin-left: 0;
  }
  header nav.row-horizontal ul li + li {
    margin-top: 10px;
  }
  header nav.row-horizontal ul .sub-menu {
    position: static;
  }
  header nav.row-horizontal ul .sub-menu li {
    white-space: pre-wrap;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children::after {
    position: absolute;
    right: 10px;
    top: 7px;
  }
  .account {
    margin-left: 10px;
  }
  .account span {
    display: none;
  }
  .autorisation .form, .autorisation .inner {
    padding-bottom: 40px !important;
  }
  .autorisation .inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .autorisation h2 {
    color: #fff;
  }
  .autorisation .form p {
    color: #fff;
  }
  .autorisation .form__wrapper {
    background: #fff;
    border-radius: 7px;
  }
  .autorisation .form__wrapper p {
    color: #000;
    font-size: 1rem;
    margin-top: 0;
  }
  .autorisation .form__wrapper .more a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    text-decoration: none;
    margin-top: 20px;
  }
  .autorisation .form__grid {
    padding: 40px 15px;
  }
  .vision {
    margin-left: 10px;
    padding: 5px;
    display: none;
  }
  .lang {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .burger {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: relative;
    margin-left: 5px;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 0;
    top: -10px;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -10px;
  }
  .about .row-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner {
    background-size: cover !important;
    padding: 50px 15px 80px;
  }
  .banner h1 {
    padding-top: 80px;
    font-size: 2.75rem;
  }
  .banner h2 {
    margin-top: 20px;
  }
  .first {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .first__left {
    width: 100%;
  }
  .first__img {
    width: 100%;
    margin-right: 20px;
  }
  .first__border {
    border-radius: 7px 125px 7px 7px;
    display: none;
  }
  .first__quote {
    left: 0;
    padding: 10px;
  }
  .first__right {
    margin-left: 0;
    width: 100%;
  }
  .services-list {
    background: #F6F6F6;
    padding: 80px 15px 20px;
  }
  .services-list__list {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .services-list__elem {
    background-color: #fff;
    padding: 20px;
  }
  .services-list__elem--name {
    margin-left: 10px;
    margin-right: auto;
  }
  .content {
    padding: 20px 15px 0;
  }
  .content ul li {
    color: #747580;
    position: relative;
    padding-left: 20px;
  }
  .content__header {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__header h2 {
    margin-bottom: 20px;
  }
  .content__img {
    margin-left: 20px;
    position: relative;
    width: 100%;
  }
  .content__border {
    border-radius: 125px 7px 7px 7px;
  }
  .content__main {
    margin-top: 40px;
  }
  .content__first {
    width: 100%;
  }
  section.content {
    padding: 40px 15px;
  }
  .main {
    padding: 40px 0;
    background-size: cover;
  }
  .main .inner {
    padding: 0 15px;
  }
  .main h1 {
    font-size: 2.5rem;
  }
  .main p {
    margin-top: 20px;
  }
  .main__buttons {
    margin-top: 60px;
    row-gap: 40px;
  }
  .main__button {
    width: 260px;
    padding: 20px 0;
    margin: 0 auto;
  }
  .main__button::before {
    width: 300px;
    height: calc(100% + 40px);
    border-radius: 50px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .main__button::after {
    width: 280px;
    height: calc(100% + 20px);
    border-radius: 50px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .main__button__blue {
    background: #0029FE;
  }
  .main__button__blue::before {
    background: rgba(0, 41, 254, 0.2);
  }
  .main__button__blue::after {
    border: 1px solid #0029FE;
  }
  .main__button__orange {
    background: #FE7B00;
  }
  .main__button__orange::before {
    background: rgba(254, 123, 0, 0.2);
  }
  .main__button__orange::after {
    border: 1px solid #FE7B00;
  }
  .main__more {
    margin-top: 80px;
  }
  .services {
    background: #f6f6f6;
    padding: 40px 15px;
  }
  .services__items {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .services__item {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
  }
  .services__item--title p {
    font-size: 1.5rem;
    margin-left: 20px;
  }
  .services__item--text {
    margin-top: 20px;
  }
  .services__item--more {
    margin-top: 20px;
  }
  .about {
    padding: 40px 15px;
  }
  .about .inner {
    position: relative;
  }
  .about__img {
    margin-left: 20px;
  }
  .about__border {
    border-radius: 125px 7px 7px 7px;
  }
  .about__quote {
    padding: 20px;
    bottom: -90px;
    width: auto;
  }
  .about__right {
    margin-left: 0;
    width: 100%;
  }
  .about__text {
    margin-top: 20px;
  }
  .about__more {
    margin-top: 20px;
  }
  .profile {
    padding: 40px 15px 20px;
    background-size: cover;
  }
  .profile h2 {
    margin-top: 20px;
    text-align: center;
  }
  .profile p {
    margin-top: 20px;
    text-align: center;
  }
  .profile .color-button {
    margin: 0 auto;
    margin-top: 20px;
  }
  .profile__left {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profile__right {
    width: 100%;
  }
  .docs {
    padding: 40px 15px;
    background: #F6F6F6;
  }
  .docs__list {
    padding-top: 20px;
  }
  .docs__elem--hidden {
    padding: 10px 15px;
  }
  .docs__elem--visible {
    padding: 10px 15px;
  }
  .docs__elem--visible ul li {
    margin-top: 10px;
  }
  .docs__elem--visible ol li {
    color: #747580;
  }
  .docs__elem--visible ol li::marker {
    color: #0029FE;
  }
  .docs__elem--visible a {
    padding-left: 10px;
  }
  .docs__elem--emblem {
    display: inline-block;
    min-width: 40px;
    padding: 5px;
  }
  .docs__elem p {
    margin: 0 15px;
  }
  .docs__elem + .docs__elem {
    margin-top: 20px;
  }
  .news {
    padding: 40px 15px;
  }
  .news__list {
    margin-top: 40px;
    grid-gap: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .news__elem--img {
    border-radius: 7px;
  }
  .news__elem h3 {
    margin-top: 20px;
    height: auto;
  }
  .news__elem p {
    margin-top: 15px;
    height: auto;
  }
  .news__elem--more {
    margin-top: 20px;
  }
  .contacts {
    padding: 0 15px;
    margin-top: 40px;
  }
  .contacts__sides {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .contacts__left, .contacts__right {
    width: 100%;
  }
  .contacts__inner {
    padding: 20px;
  }
  .contacts__info {
    margin-top: 20px;
  }
  .form {
    padding: 40px 15px;
  }
  .form h2 {
    margin-top: 40px;
  }
  .form p {
    margin-top: 20px;
  }
  .form__wrapper {
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
  }
  .form__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 15px;
  }
  .form__elem {
    border: 1px solid #F1F1F1;
    padding: 15px;
  }
  .form__elem_message {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
  .form input[type=submit] {
    width: 200px;
    padding: 15px;
    margin-top: 20px;
  }
  .about-quote {
    padding: 40px 15px;
  }
  .about-quote__text {
    padding: 20px;
  }
  .about-quote__text::before {
    width: 16px;
    height: 16px;
  }
  .about-quote__text::after {
    width: 16px;
    height: 16px;
  }
  .achievements {
    padding: 0 15px;
  }
  .achievements p {
    margin-top: 20px;
  }
  .achievements__list {
    margin-top: 20px;
  }
  .achievements__elem {
    padding: 20px;
    width: 100%;
  }
  .partners {
    padding: 40px 65px;
  }
  .partners__list {
    margin-top: 20px;
  }
  .prices {
    padding: 40px 15px 0;
  }
  .prices__list {
    margin-top: 20px;
  }
  .prices__elem {
    padding: 15px 20px;
  }
  .prices__elem ul li::before {
    top: 7px;
  }
  .prices__download img {
    margin-left: 20px;
  }
  footer {
    padding: 40px 15px 20px;
    background: #F6F6F6;
  }
  footer .logo {
    margin: 0 auto;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  footer .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
  }
  footer nav .nav-title {
    color: #747580;
    font-size: 1.25rem;
  }
  footer nav ul {
    margin-top: 20px;
  }
  footer nav ul li {
    margin-top: 10px;
  }
  footer .footer-info{
	width: 167px;	
  }
  footer .footer-info ul li img {
    vertical-align: middle;
  }
  footer .footer-info ul li span {
    margin-left: 5px;
    vertical-align: middle;
  }
  footer .footer-info ul li + li {
    margin-top: 20px;
  }
  footer .footer-social {
    margin-top: 20px;
  }
  .copyright {
    margin-top: 40px;
  }
}
.active {
  display: block !important;
}