@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;0,800;1,300&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}

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

body {
  background: #fff;
  color: #2C3148;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55em;
  overflow-x: hidden;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  line-height: 1.2em;
  margin: 0 0 15px;
  font-size: 24px;
}

b, strong {
  font-weight: 800;
}

p {
  margin-bottom: 15px;
  padding: 0;
}

table {
  border-collapse: collapse;
  vertical-align: middle;
  margin-bottom: 20px;
  border-spacing: 0;
  border: none;
  padding: 0;
}

table tr:nth-child(2n) {
  background: #fff;
}

table td {
  border-collapse: collapse;
  vertical-align: middle;
  border-spacing: 0;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  margin: 0;
  border-width: thin;
}

table td p {
  margin-bottom: 0px;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

article ul {
  list-style: none;
  list-style-image: none;
  margin-left: 55px;
  margin-bottom: 15px;
  padding: 0px;
}

article ul li {
  list-style: none;
  list-style-image: none;
  position: relative;
  padding: 0 0 5px;
}

article ul li:before {
  content: "";
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #F9A203;
  width: 10px;
  height: 10px;
  font-size: 7px;
  position: absolute;
  top: 7px;
  left: -16px;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article ul li a {
  cursor: pointer;
  color: #0b1875;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

article ul li a:hover {
  color: #2C3148;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

ol {
  counter-reset: li;
  font-weight: 400;
  list-style: none;
  list-style-type: decimal;
  margin-left: 30px;
  padding: 0;
}

ol li {
  font-weight: 400;
  list-style: inherit;
  margin: 0 0 5px;
}

em {
  font-weight: 400;
}

a {
  cursor: pointer;
  color: #0b1875;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover {
  color: #2C3148;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  padding: 0 5px 5px 0;
}

[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button:focus {
  outline: none;
}

button, input, optgroup, select, textarea {
  box-sizing: border-box;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

fieldset {
  border: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

input, select {
  vertical-align: middle;
}

.wrapper {
  margin-bottom: 3.5rem;
}

.relative {
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

.right-text {
  text-align: right;
}

.left-text {
  text-align: left;
}

.center {
  text-align: center;
}

/********* header **********/

.header__navigation {
    padding: 10px 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: rgba(110, 105, 105, 0.2) 0px 0px 20px 0px;
}

.flex__align {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.logo img {
  width: 120px;
  max-width: 120px;
  height: 100%;
  max-height: inherit;
}

.header__contacts {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  margin-left: 40px;
  padding: 0px;
}

.header__contacts li {
  padding: 0px;
  margin: 0 15px;
  font-size: 18px;
  display: inline-block;
}

.header__contacts li a {
  font-weight: 600;
  color: #2C3148;
  text-decoration: none;
}

.header__contacts li a:hover {
  color: #F9A203;
  text-decoration: none;
}

.header__contacts:last-child {
  margin: 0;
}

.header__language {
  list-style-image: none;
  list-style: none;
  text-align: center;
  display: inline-block;
  margin-left: 40px;
  padding: 0px;
}

.header__language li {
  margin: 0px;
  padding: 0px 5px;
  display: inline-block;
  border-right: 1px solid #dbdbdb;
}

.header__language li:last-child {
  margin: 0;
  border-right: none;
}

.header__language li a {
  color: #2C3148;
  text-decoration: none;
  padding: 0px 3px 0 0;
}

.header__language li a.selected {
  color: #F9A203;
}

.header__language li a.selected:hover {
  color: #F9A203;
}

.header__language li a:hover {
  color: #F9A203;
  text-decoration: none;
}

/********* slider **********/
.owl__slider__wrapper {
  background-color: #474747;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl__slider__wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44, 49, 72, 0.85);
}

.owl__slider__content {
  padding: 0px 150px;
}

.owl__slider__content .title {
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 800;
  color: #fff;
}

.owl__slider__content .description {
  margin: 10px 0;
  font-weight: 200;
  font-size: 20px;
  line-height: 1.5em;
}

.owl__slider__content .link {
  margin: 20px 0 0;
}

/********* sections **********/
.line__stripped {
  width: 100%;
  float: left;
  height: 1px;
  background: #dbdbdb;
  margin: 15px 0;
}

.line__arrow {
  position: relative;
  margin: 15px 0;
  width: 100%;
  float: left;
}

.padding__tb__40 {
  padding: 40px 0;
}

.padding__lr__40 {
  padding: 40px 40px;
}

.padding__wr__40 {
  padding: 0px 20px;
}

.padding__lr__20 {
  padding: 20px 20px;
}

.padding__lr__60 {
  padding: 60px 0px;
}

.padding__wr__20 {
  padding: 20px 0px 10px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin: 10px 0 20px;
}

.white__backround {
  background: #fff;
}

.grey__backround {
  background: #f6f6f6;
}

.grew__backround {
  background: #f9f8f8;
}

.breadcrumbs__backround {
  position: relative;
  color: #fff;
  background: #474747;
  background: url(/_files/template/images/slide_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: center center;
  padding: 20px 0;
}

.breadcrumbs__backround:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(44, 49, 72, 0.55);
}

.section__title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.section__title .section__separator:before {
  content: "";
  display: block;
  margin: 0px auto 10px auto;
  width: 100%;
  height: 1px;
  background: #2c3148;
}

.section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

.breadcrumbs__backround .section__title h1 {
  color: #fff;
  margin-bottom: 10px;
}

.section__title .section__dpn {
  margin: 15px 0;
}

.section__title p {
  margin-bottom: 0;
}

/********* main blocks **********/
.company__title {
  font-size: 24px;
  font-weight: 600;
}

.company__phone a {
  font-size: 38px;
  font-weight: 600;
  vertical-align: sub;
}

.company__phone a:hover {
  color: #F9A203;
  text-decoration: none;
}

.company__phone .lnr {
  font-size: 52px;
  vertical-align: sub;
}

.advantage__title {
  font-size: 20px;
  line-height: 1.4em;
  margin: 0px;
}

.advantage__title p {
  margin: 10px 0 0;
}

.advantage__title img {
  width: 55%;
}

.advantage__title span {
  color: #F9A203;
  display: block;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 15px;
}

.col__services {
  margin: 0px;
  padding: 0px 0px 25px;
}

.col__services .title {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: #2C3148;
    padding: 0px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
}

.col__services .title a {
  font-size: 17px;
  font-weight: 800;
  color: #2C3148;
  padding: 0px;
  text-align: center;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.2em;
  vertical-align: middle;
}

.col__services .title a:hover {
  color: #F9A203;
  text-decoration: underline;
}

.col__advanages {
  margin: 0px;
  padding: 0px;
}

.col__advanages .title {
  font-size: 18px;
  font-weight: 800;
  margin: 10px 0 5px;
  text-transform: uppercase;
}

.col__advanages p {
  margin-bottom: 0px;
}

.col__pages {
  margin: 0px;
  padding: 0px;
}

.col__pages .title {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.stages__coop {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.stages__coop ul {
  list-style-image: none;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.stages__coop ul.line__twoo {
  margin-left: 135px;
}

.stages__coop li {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  list-style-image: none;
  list-style: none;
  margin: 0 10px;
  padding: 0px;
  width: 255px;
  max-width: 255px;
  font-size: 15px;
}

.stages__coop li > div {
  margin-bottom: 25px;
}

.stages__coop li span {
  font-weight: 500;
  font-size: 21px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #4caf50;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 15px;
  line-height: 39px;
}

.stages__coop li strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
  text-transform: uppercase;
}

.col__price {
  background: #fafafa;
}

.col__price span {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
}

.col__price .title {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: 600;
}

.col__price .price {
  font-size: 17px;
  margin: 0px 0 10px;
  font-weight: 300;
}

/********* projects **********/
.col__project {
  margin: 0px 0 20px;
}

.col__project .title {
  box-shadow: 0px 0px 15px 0px rgba(180, 175, 175, 0.25);
  background: #f6f6f6;
  padding: 20px;
}

.col__project .title a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.col__project .title a:hover {
  text-decoration: none;
}

.col__project .description {
  margin: 5px 0;
}

.col__project .date {
  font-size: 13px;
}

.col__project__link {
  position: relative;
}

.col__project__link img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.col__project__link .col__project__layer {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.col__project__link:hover .col__project__layer {
  background: rgba(79, 79, 79, 0.65);
}

.col__project__link .col__project__link {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  height: 0px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  bottom: 0px;
  margin: auto 0;
  margin-top: 25%;
}

.col__project__link .col__project__link > a {
  margin-bottom: 20px;
}

.col__project__link:hover .col__project__link {
  opacity: 1;
}

.col__project__link .col__project__tariff {
  background: #269f2c;
  color: #fff;
  position: absolute;
  top: 5%;
  left: 0%;
  z-index: 5;
  padding: 2px 10px;
  font-size: 13px;
}

.title__project {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.dpn__project {
  margin: 0px 0 5px;
  font-size: 14px;
}

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

.dpn__project strong {
  font-weight: 600;
}

.dpn__project .green__tariff {
  background: #269f2c;
  display: inline-block;
  padding: 6px 22px;
  font-size: 14px;
  color: #fff;
}

.dpn__project .youtube__video {
  background: #e62117;
  display: inline-block;
  padding: 6px 22px;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}

.dpn__project .youtube__video:hover {
  opacity: 0.9;
}

.promo__project {
  font-size: 15px;
}

.promo__project strong {
  font-size: 16px;
}

/********* footer **********/
.footer {
  background: #514f4f;
    position: relative;
    padding: 40px 0;
    color: #e1dbdb;
}

.footer .title__information {
  color: #e1dbdb;
  font-size: 18px;
  margin: 0px 0px 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer .information__button {
  margin: 10px 0px;
}

.footer .information {
  color: #e1dbdb;
  font-size: 15px;
  margin: 0px 0px 5px;
}

.footer .information a {
  color: #e1dbdb;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  border-bottom: 1px solid #e1dbdb;
}

.footer .information a:hover {
  color: #F9A203;
  text-decoration: none;
  border-bottom: 1px solid #F9A203;
}

.footer .copyright, .footer .privacy, .footer .develop {
  color: #e1dbdb;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer .copyright a, .footer .privacy a, .footer .develop a {
  color: #e1dbdb;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  border-bottom: 1px solid #e1dbdb;
}

.footer .copyright a:hover, .footer .privacy a:hover, .footer .develop a:hover {
  color: #F9A203;
  text-decoration: none;
  border-bottom: 1px solid #F9A203;
}

.footer__menu {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menu ul {
  margin: 0px;
  padding: 0px;
}

.footer__menu li {
  margin: 0px 0px 5px;
  display: block;
}

.footer__menu li a {
  color: #c3c3c3;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.footer__menu li a:hover {
  color: #F9A203;
  text-decoration: none;
}

.scrollup {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 38px;
  outline: 0;
  padding: 5px 0;
  z-index: 99999;
  position: fixed;
  bottom: 75px;
  right: 50px;
  height: 45px;
  width: 45px;
  display: none;
  text-align: center;
  border-radius: 0px;
  background: #F9A203;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.scrollup:hover {
  background: #2C3148;
  color: #fff;
}

/********* contacts **********/
#map {
  height: 455px;
  width: 100%;
}

#map ifame {
  border: none;
}

/********* pages **********/
.heading__page {
  font-size: 20px;
}

table td.tb1, table td.tb2, table td.tb3 {
  padding: 10px 35px;
}

table td.tb1 {
  border-right: none;
  font-weight: 300;
}

table td.tb2 {
  border-right: none;
  font-weight: 300;
}

table td.tb3 {
  border-right: none;
  font-weight: 300;
}

table .tb2_1 {
  background: #F4F9F5;
  font-size: 18px;
}

table .tb3_1 {
  background: #F9FCFA;
  font-size: 18px;
}

table .tb2_1_2 {
  background: #F4F9F5;
  font-size: 18px;
  font-weight: 400;
}

table .tb3_1_2 {
  background: #F9FCFA;
  font-size: 18px;
  font-weight: 400;
}

table .tb1 {
  background: #f9f8f8;
  font-size: 16px;
  font-weight: 500;
}

table .tb2 {
  background: #FF6B00;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

table .tb3 {
  background: #F9A203;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

table td.tb2 h3, table td.tb3 h3 {
  font-weight: 300;
  margin: 10px 0;
  padding: 0 40px;
}

.path {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 100%;
}

.path a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.path a:hover {
  color: #fff;
  text-decoration: underline;
}

.path ul {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.path ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.path ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.path ul li:visited {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.btn {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  display: inline-block;
  line-height: initial;
  text-align: center;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
}

.b-biglg {
  padding: 18px 62px;
  font-size: 15px;
}

.b-large {
  padding: 18px 32px;
  font-size: 15px;
}

.b-average {
  padding: 14px 36px;
  font-size: 13px;
}

.b-small {
  min-height: 40px;
  padding: 12px 25px;
  font-size: 13px;
}

.b-xs-small {
  padding: 5px 28px;
  font-size: 12px;
}

.b-full {
  width: 100%;
}

.b-60 {
  width: 60%;
}

.b-90 {
  width: 90%;
}

.b-ml-10 {
  margin-left: 10px;
}

.orange-color {
  color: #fff;
  background: #F9A203;
  border: 1px solid #F9A203;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.orange-color:hover {
  color: #fff;
  border: 1px solid #2C3148;
  background: #2C3148;
}

.yellow-color {
  color: #fff;
  background: #ffbe0e;
  border: 1px solid #ffbe0e;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.yellow-color:hover {
  color: #fff;
  border: 1px solid #2C3148;
  background: #2C3148;
}

.green-color {
  color: #fff;
  background: #009688;
  border: 1px solid #009688;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.green-color:hover {
  color: #fff;
  border: 1px solid #2C3148;
  background: #2C3148;
}

.grey-color {
  color: #fff;
  background: #2C3148;
  border: 1px solid #2C3148;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.grey-color:hover {
  color: #fff;
  border: 1px solid #ffbe0e;
  background: #ffbe0e;
}

.white-color {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
  transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}

.white-color:hover {
  color: #fff;
  background: #2C3148;
  border: 1px solid #2C3148;
}

.simple-pagination {
  display: block;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  padding: 0;
}

.simple-pagination ul {
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  display: inline-block;
  list-style-image: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li:before {
  content: initial;
}

.light-theme a, .light-theme span {
  background-color: #F9A203;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 45px;
  margin: 0 2px;
  min-width: 45px;
  text-align: center;
  vertical-align: middle;
}

.light-theme a:hover {
  color: #fff;
  background-color: #2C3148;
  text-decoration: none;
}

.light-theme a.page-current {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: auto;
  line-height: inherit;
  margin: 0 2px;
  line-height: 45px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.light-theme a.page-current:hover {
  color: #fff;
  background-color: #2C3148;
}

.light-theme .current {
  cursor: default;
  color: #fff;
  background-color: #2C3148;
}

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  z-index: 10001;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.reveal-modal {
  position: absolute;
  background: #fafafa;
  visibility: hidden;
  padding: 50px 30px;
  margin-left: -300px;
  box-shadow: 0px 0px 15px 0px rgba(81, 81, 81, 0.45);
  color: #2C3148;
  z-index: 10002;
  width: 600px;
  left: 50%;
  top: 100px;
  border-radius: 0px;
}

.title-form {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.main-data {
  text-align: center;
}

.personal-data {
  text-align: center;
  margin-top: 10px;
}

.close-reveal-modal {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #2C3148;
  position: absolute;
  font-weight: 400;
  cursor: pointer;
  font-size: 54px;
  padding: 5px;
  right: 5px;
  top: 10px;
}

.close-reveal-modal:hover {
  color: #F9A203;
  text-decoration: none;
}

.occurred, .success {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
}

.occurred {
  background: #f00f0f;
}

.success {
  background: #009a3d;
}

.form-title {
  margin-bottom: 5px;
  text-align: center;
}

.form-field-indicator {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin: 0px;
}

.form-field {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #2C3148;
  border: 1px solid #c0c0c0;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  padding: 12px 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: 0 0;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgba(180, 175, 175, 0.15);
}

.form-field-textarea {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #2C3148;
  border: 1px solid #c0c0c0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: 130px;
  padding: 12px 10px;
  text-align: center;
  text-overflow: ellipsis;
  background: 0 0;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px 0px rgba(180, 175, 175, 0.15);
}

input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=select]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
  outline: none;
  border: 1px solid #F9A203;
}

.form-field::-webkit-input-placeholder {
  color: #010101;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field::-moz-placeholder {
  color: #010101;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field:-ms-input-placeholder {
  color: #010101;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field::-ms-input-placeholder {
  color: #010101;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.form-field::placeholder {
  color: #010101;
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
}

.footer__social {
  list-style-image: none;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
}

.footer__social li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 2px;
}

.footer__social li:before {
  content: initial;
}

.footer__social li img {
  width: 38px;
}

.footer__social li a {
  text-align: center;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.footer__social li a:hover {
  opacity: 0.8;
}

.header__social {
  list-style-image: none;
  list-style: none;
  margin: 10px 0;
  padding: 0;
  font-size: 14px;
}

.header__social li {
  vertical-align: middle;
  display: inline-block;
  margin: 0 2px;
}

.header__social li:before {
  content: initial;
}

.header__social li img {
  width: 38px;
}

.header__social li a {
  text-align: center;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.header__social li a:hover {
  opacity: 0.8;
}

.share__buttons ul {
  text-align: center;
  list-style-image: none;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.share__buttons li {
  list-style-image: none;
  list-style: none;
  display: inline-block;
  margin: 0px 2px;
}

.share__buttons li:before {
  content: initial;
}

.share__buttons li a {
  width: 32px;
  display: inline-block;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}

.share__buttons li a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.error__404 {
  font-size: 80px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  line-height: 100px;
}

.error-404 {
  padding: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text404-error {
  text-align: center;
}

.text404-error p {
  margin-bottom: 6px;
  font-size: 16px;
}

.err-title {
  font-weight: 600;
  font-size: 23px;
}

.b404-error {
  font-size: 57px;
  color: #f00f0f;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding-top: 40px;
}

/* animate.css */
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* fixed navigation */
@-webkit-keyframes fixed_nav {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fixed_nav {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* owl animation */
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.slider_arrow {
  background: #F9A203;
  text-align: center;
  line-height: 44px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0px;
  height: 40px;
  width: 40px;
  z-index: 100;
  position: absolute;
}

.slider_arrow:hover {
  color: #fff;
  background: #2C3148;
}

.slider_arrow_left {
  top: 50%;
  left: 30px;
  margin-top: -20px;
}

.slider_arrow_right {
  top: 50%;
  right: 30px;
  margin-top: -20px;
}

.owl-item .item {
  margin: 0 5px 0;
}

.owl-origin {
  perspective: 1200px;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
}

.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  -webkit-animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  -webkit-animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  -webkit-animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  -webkit-animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  -webkit-animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  -webkit-animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  -webkit-animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  -webkit-animation: scaleUpTo .5s ease both;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  line-height: 0;
  visibility: hidden;
}

.owl-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
  display: none;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
  cursor: pointer;
}

.owl-controls {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-trigered {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}

.owl-theme .owl-controls {
  float: left;
  margin: 0px;
  text-align: center;
  width: 100%;
}

.owl__slider .owl-controls {
  position: absolute;
  top: 100px;
}

.owl-buttons {
  position: absolute;
  width: 100%;
  left: 0;
  top: -40px;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  line-height: initial;
  margin: 0 5px;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  height: 14px;
  width: 14px;
}

.owl-theme .owl-controls .owl-page.active span {
  opacity: 0.8;
  background: none;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.8;
  background: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  height: auto;
  width: auto;
  border-radius: 30px;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  font-family: "Montserrat", Verdana, Tahoma, sans-serif;
  color: #fff;
  position: absolute;
  font-weight: 400;
  cursor: pointer;
  font-size: 54px;
  padding: 5px;
  right: -50px;
  top: 0px;
  z-index: 8040;
}

.fancybox-close:hover {
  color: #F9A203;
  text-decoration: none;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 30px;
}

.fancybox-next {
  right: 30px;
}

.fancybox-nav span {
  cursor: pointer;
  position: absolute;
  z-index: 8040;
  top: 50%;
  background: #F9A203;
  text-align: center;
  color: #fff;
  padding: 0px;
  font-size: 18px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  line-height: 44px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(180, 175, 175, 0.45);
}

.fancybox-nav span:hover {
  color: #fff;
  background: color--orange--hover;
}

.fancybox-prev span {
  left: -50px;
}

.fancybox-next span {
  right: -50px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 80100;
  background: rgba(0, 0, 0, 0.45);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-weight: 300;
  font-size: 15px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: hidden;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0px;
  z-index: 8050;
  text-align: center;
  width: 100%;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: 0;
  padding: 2px 20px;
  color: #fff;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1200px) and (min-width: 991px) {
  /* header */
  .header__contacts {
    margin-top: 5px;
    margin-left: 20px;
  }
  .header__contacts li {
    font-size: 16px;
  }
  .header__language {
    margin-top: 5px;
    margin-left: 20px;
  }
  .callback .b-small {
    padding: 16px 18px;
  }
  /* slider */
  .owl__slider__content {
    margin: 180px 0px;
  }
  /* services */
  .col__services .title a {
    padding: 0px;
  }
  /* etaps */
  .stages__coop li {
    width: 210px;
  }
  .stages__coop li span {
    left: 20px;
  }
  .stages__coop ul.line__twoo {
    margin-left: 0px;
  }
  /*contacts*/
  .padding__lr__60 {
    padding: 30px 0px;
  }
  /*footer*/
  .footer .copyright, .footer .privacy, .footer .develop {
    font-size: 13px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* header */
  .navigation {
    margin: 10px 0 0;
} 
  .header__language {
    margin-top: 30px;
    margin-left: 30px;
  }
  .navbar__open {
    margin: 10px 30px 0 0;
    padding: 20px 10px 20px 0px;
  }
  /* slider */
  .owl__slider__content {
    margin: 180px 0px;
  }
  .owl__slider__content .description {
    font-size: 15px;
  }
  /* company */
  .advantage__title {
    margin: 10px 0;
  }
  /* etaps */
  .stages__coop li {
    width: 150px;
  }
  .stages__coop li span {
    font-size: 15px;
    width: 26px;
    height: 26px;
    left: 10px;
    line-height: 26px;
  }
  .stages__coop li strong {
    font-size: 14px;
  }
  .stages__coop ul.line__twoo {
    margin-left: 0px;
  }
  /* footer */
  .sm-center {
    text-align: center;
  }
}

@media(max-width: 768px) {
  /* header */
  .logo img {
    width: 70px;
    max-width: 70px;
  }
  .callback {
    display: none;
  } 
  .header__contacts {
    margin: 0px;
    text-align: center;
  }
  .header__contacts li {
    display: block;
    font-size: 12px;
    margin: 0 0px;
  }
  .header__social li img {
    width: 24px;
  }
  .header__language {
    margin-top: 0;
    margin-left: 0px;
  }
  .header__language li {
    margin: 0px 0 2px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
  }
  .header__language li:last-child {
    margin: 0;
    border-bottom: none;
  }

  .company__phone .lnr {
    font-size: 36px;
    vertical-align: sub;
  }
  .company__phone a {
    font-size: 26px;
  }

  /* slider */
  .owl__slider__wrapper {
    height: 530px;
    background-position: 100% 0%;
  }
  .owl__slider__content {
    margin: 100px 0px 0;
    padding: 0px;
  }
  .owl__slider__content .title {
    font-size: 1.4em;
  }
  .owl__slider__content .description {
    font-size: 16px;
    padding: 0;
  }
  .owl__slider__content .link > a {
    margin: 0px 0 10px;
    min-width: 260px;
  }
  /* company */
  .advantage__title {
    margin: 0px 0 40px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  /* etaps */
  .footer__social li:first-child {
    display: inline-block;
    margin-bottom: 0;
  }
  .grew__backround .footer__social {
    padding: 20px 0;
  }
  .padding__lr__60 {
    padding: 0px 0px;
  }
  /* footer */
  .footer {
    text-align: center;
  }
  .sm-center, .xs-center {
    text-align: center;
  }
}

@media(max-width: 480px) {
    /* header */
  .logo img {
    width: 70px;
    max-width: 70px;
  }
  .callback {
    display: none;
  } 
  .header__contacts {
    margin: 0px;
    text-align: center;
  }
  .header__contacts li {
    display: block;
    font-size: 12px;
    margin: 0 0px;
  }
  .header__social li img {
    width: 24px;
  }
  .header__language {
    margin-top: 0;
    margin-left: 0px;
  }
  .header__language li {
    margin: 0px 0 2px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
  }
  .header__language li:last-child {
    margin: 0;
    border-bottom: none;
  }

  .company__phone .lnr {
    font-size: 36px;
    vertical-align: sub;
  }
  .company__phone a {
    font-size: 26px;
  }

  /* slider */
  .owl__slider__wrapper {
    height: 530px;
    background-position: 100% 0%;
  }
  .owl__slider__content {
    margin: 100px 0px 0;
    padding: 0px;
  }
  .owl__slider__content .title {
    font-size: 1.4em;
  }
  .owl__slider__content .description {
    font-size: 13px;
    padding: 0;
  }
  .owl__slider__content .link > a {
    margin: 0px 0 10px;
    min-width: 260px;
  }
  /* company */
  .advantage__title {
    margin: 0px 0 40px;
  }
  .section__title .title, .section__title h1, .section__title h2, .section__title h3, .section__title h4, .section__title h5 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  /* etaps */
  .footer__social li:first-child {
    display: inline-block;
    margin-bottom: 0;
  }
  .grew__backround .footer__social {
    padding: 20px 0;
  }
  .padding__lr__60 {
    padding: 0px 0px;
  }
  /* footer */
  .footer {
    text-align: center;
  }
  .sm-center, .xs-center {
    text-align: center;
  }
}

@media(max-width: 360px) {
  .logo img {
    width: 50px;
    max-width: 50px;
  }
  .header__contacts li {
    font-size: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .reveal-modal {
    width: 100%;
    margin: 0;
    left: 0;
  }
  .title-form {
    font-size: 20px;
  }
  .main-data, .personal-data {
    font-size: 12px;
  }
}
