@font-face {
  font-family: Roboto;
  src: url("fonts/RobotoRegular/RobotoRegular.eot");
  src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/* font-family: "RobotoLight"; */
@font-face {
  font-family: Roboto;
  src: url("fonts/RobotoLight/RobotoLight.eot");
  src: url("fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoLight/RobotoLight.woff") format("woff"), url("fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
/* font-family: "RobotoBold"; */
@font-face {
  font-family: Roboto;
  src: url("fonts/RobotoBold/RobotoBold.eot");
  src: url("fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoBold/RobotoBold.woff") format("woff"), url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/MonsterratLight/Montserrat-Light.eot");
  src: url("fonts/MonsterratLight/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/MonsterratLight/Montserrat-Light.woff") format("woff"), url("fonts/MonsterratLight/Montserrat-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/MonsterratRegular/Montserrat-Regular.eot");
  src: url("fonts/MonsterratRegular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MonsterratRegular/Montserrat-Regular.woff") format("woff"), url("fonts/MonsterratRegular/Montserrat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/MonsterratMedium/Montserrat-Medium.eot");
  src: url("fonts/MonsterratMedium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/MonsterratMedium/Montserrat-Medium.woff") format("woff"), url("fonts/MonsterratMedium/Montserrat-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/MonsterratBold/Montserrat-Bold.eot");
  src: url("fonts/MonsterratBold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MonsterratBold/Montserrat-Bold.woff") format("woff"), url("fonts/MonsterratBold/Montserrat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Montserrat;
  src: url("fonts/MonsterratBlack/Montserrat-Black.eot");
  src: url("fonts/MonsterratBlack/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("fonts/MonsterratBlack/Montserrat-Black.woff") format("woff"), url("fonts/MonsterratBlack/Montserrat-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

:root {
  --accent-color: #DD2323;
  --alt-color: #000000;
  --color-grey: #AAAAAA;
  --color-grey-light: #D6D6D6;
  --text-color: #161616;
  --section-bg-color: #262626;
  --long-transition-duration: .55s;
  --main-transition-duration: .3s;
  --secondary-transition-duration: .15s;
}

#boxfixed-wr {
    z-index: 1012;
    position: relative;
}

#boxfixed {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    border-radius: 6px 6px 6px 6px;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
}

#boxfixed-close {
    background: url("images/close2.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 34px;
    position: absolute;
    right: -17px;
    top: -17px;
    width: 34px;
    z-index: 103;
}

#boxfixed-overlay {
    opacity: 0.6;
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#boxfixed-loading {
    background: url("images/preloader-big2.gif") no-repeat scroll 0 0 transparent;
    width: 80px;
    height: 80px;
}

#boxfixed .box {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#boxfixed-cont {
    padding: 0;
    color: #000;
    font-size: 12px;
    width: 400px;
}

#boxfixed-cont .title {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    border-bottom-color: #e5e5e5;
}

#boxfixed-cont .form-actions {
    border-radius: 0 0 6px 6px;
    margin-bottom: 0;
    background-color: transparent;
    border-top: 0;
}

#boxfixed-cont .box-cont {
    padding: 20px;
}

#boxfixed-cont .box-cont .field {
    width: 100%;
}

#boxfixed-cont .box-cont .field label, #boxfixed-cont .box-cont input, #boxfixed-cont .box-cont select {
    width: 100%;
    float: none;
    text-align: left;
}

#boxfixed-cont .box-cont .field textarea {
    height: 100px;
    width: 100%;
}

input[type=submit],
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hdr {
  background-color: #e3e3e3;
  padding: 3px 5px 0 5 !important;
  border: 1px solid #cccccc !important;
}

.hdr .ya, .hdr .go {
  background: url(images/ps-icons.png) no-repeat;
  background-position: 18px 0;
  height: 20px;
  padding: 0;
}

.hdr .go {
  background-position: 18px -100px;
}

h3 .ya, .h3 .ya, h3 .go, .h3 .go {
  color: #000000;
  width: auto;
  float: none;
  background: url(images/ps-icons.png) no-repeat;
  background-position: 100% 0;
  display: inline;
  font-weight: bold;
  padding: 0 17px 0 0;
}

iframe {
  height: 400px;
  display: block;
  max-width: 100%;
  width: 100%;
}


h3 .go, .h3 .go {
  background-position: 100% -100px;
}

.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-40 {margin-bottom: 40px;}
.mb-60 { margin-bottom: 60px; }
.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.hide { display: none !important; }
.flex { display: flex; }
.flex-col {
  display: flex;
  flex-direction: column;
}
.align-center { align-items: center; }
.gap-5 { gap: 5px; }
.gap-10 { gap: 10px; }
.gap-20 { gap: 20px; }
.pos {
  clear: both;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
}

.pos-inner {
  display: flex;
}

.desc {
  display: block;
}

ul.col4 {
  display: inline-block;
  text-align: left;
  clear: both;
  width: 100%;
  height: auto;
  list-style: none;
  padding: 0;
  -webkit-columns: 4 268px;
  -moz-columns: 4 268px;
  columns: 4 268px;
}

ul.col4 li {
  padding: 1px 0;
  border: 0;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

ul.col4.tbl {
  padding: 1px 5px;
}

ul.col4.tbl li {
  padding: 1px 5px;
}

ul.col4.tbl li:nth-child(odd) {
  background-color: #f1f1f1;
}

.ya, .go {
  width: 35px;
  text-align: right;
  color: #ff0000;
  float: right;
  display: inline-block;
  padding: 0 5px 0 0;
  font-style: normal;
}

.go {
  color: #3366ff;
}

body {
  overflow-x: hidden;
  line-height: 1;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.03em;
  font-size: 18px;
  color: var(--text-color);
  margin: 0;
}

.main-header, .main-footer {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container, .container_sm, .container_xs, .container_lg {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container_sm {
  max-width: 960px;
}

.container_xs {
  max-width: 840px;
}

.container_lg {
  max-width: 1380px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, figure {
  padding: 0;
  margin: 0;
  word-break: break-word;
}

h1, .h1 {
  line-height: 1.2;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

a {
  color: inherit;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

h1, .h1 {
  font-size: 100px;
  font-weight: 400;
}

h1_mp, .h1_mp {
  font-size: 60px;
}

.h2 {
  font-size: 40px;
  font-weight: 700;
}

.h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px auto;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.p60 {
  padding-left: 60px;
  padding-right: 60px;
}

.col2 {
  width: 50%;
  float: left;
  padding-right: 1.66667%;
}

.col2:nth-of-type(even) {
  padding-right: 0;
  padding-left: 1.66667%;
}

.col2:nth-of-type(2n+1) {
  clear: both;
}

.col4 {
  width: 25%;
  float: left;
  padding-right: 1.66667%;
}

.icon {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


input[type="text"], textarea,
input[type="password"]{
  border: none;
  border-radius: unset;
  border-bottom: solid 2px #b9b9b9;
  transition: var(--secondary-transition-duration) border ease-in-out;
  background: none;
  padding: 10px 0;
  font-size: 24px;
  width: 100%;
  color: var(--text-color);
  margin-top: 30px;
  outline: none;
}
  input[type="text"]::placeholder, textarea::placeholder,
  input[type="password"]::placeholder{
    letter-spacing: 0.03em;
    color: #b9b9b9;
  }

  input[type="text"]:focus, textarea:focus,
  input[type="password"]:focus{
    border-color: #333333;
  }

textarea {
  resize: none;
}

.form-header {
  font-size: 40px;
  font-weight: bold;
}

/* Validator */
.required { color: Red; padding-right: 5px;}
.error { color: Red; padding: 10px 0 10px 0; margin: 0;}
.error li { background: url(../UI/Viki/images/warning.png) 0px 0px no-repeat; margin: 0; padding: 0 0 0 20px; height: 100%;}
.error li + li {
  margin-top: 10px;
}
.err-field label { color: Red;}
.err-field input[type="text"], .err-field textarea, err-field input[type="password"] {
  border-color: var(--accent-color);
}
/* Validator - End */

input.input_lg {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
}

.button {
  text-decoration: none;
  outline: none;
  color: white;
  display: inline-block;
  position: relative;
  padding: 22px 44px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: var(--secondary-transition-duration) ease-in-out all;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  white-space: nowrap;
  font-size: 24px;
  background-color: var(--accent-color);
  cursor: pointer;
}

.button.button_box {
    white-space: normal;
    padding: 3px 10px;
    font-size: 20px;
    max-width: 300px;
    border-radius: 0;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.4);
}

.button:hover {
  color: var(--accent-color);
  background: transparent;
  border-color: var(--accent-color);
}

.button.button_box:hover {
     box-shadow: none;
}
.button.secondary {
  border-color: var(--accent-color);
  color: var(--accent-color);
  background-color: white;
}
.button.secondary:hover {
  color: white;
  background-color: var(--accent-color);
}
.button_md {
    padding: 16px 52px;
    font-size: 18px;
}

.button_sm {
  padding: 6px 16px;
  font-size: 18px;
}

.phone {
  text-decoration: none;
  white-space: nowrap;
}

.block-header {
  font-size: 60px;
  font-weight: 500;
}

.block-header-bold {
  font-size: 40px;
  font-weight: 700;
}

.custom-block--style {
  line-height: 1.5em;
}

.custom-block--style ul,
.custom-block--style ol{
  padding-left: 30px;
  margin-top: 30px;
}

.custom-block--style ul li,
.custom-block--style ol li {
  list-style-type: none;
}

.custom-block--style ul li + li,
.custom-block--style ol li + li {
  margin-top: 10px;
}

.custom-block--style ul:not(.no-dots) li:before,
.custom-block--style ol:not(.no-dots) li:before {
    content: '\2014';
    position: absolute;
    margin-left: -25px;
}

.custom-block--style ul.no-dots {
    list-style: none;
  padding: 0;
}

.custom-block--style.medium-fz ul li:before,
.custom-block--style.medium-fz ol li:before {
    margin-left: -30px;
}

.phone strong {
  font-size: 20px;
}

.phone_accent strong {
  color: var(--accent-color);
}

.mp-section {
  clear: both;
}

.mp-section_img {
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-shadow: 0 0 0 30000px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 0 0 30000px rgba(0, 0, 0, 0.4) inset;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo {
  text-decoration: none;
}
.main-footer .logo img {height: 50px; margin-top: 10px;}

.main-header {
  padding: 60px;
  transition: var(--main-transition-duration) ease all;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.main-header_mp {
  color: #fff;
  position: fixed;
}


.main-header__logo {
  display: inline-block;
  width: 225px;
}

.main-header__logo .logo-img {
    height: 40px;
    background-repeat: no-repeat;
}


/* .logo-img.img-white {
  background: url('images/logo_mp.svg') left/75% no-repeat!important;
} */


.main-header__links {
  display: flex;
  align-items: center;
}

.main-header__links .main-header__link {
  text-decoration: none;
  transition: var(--main-transition-duration) ease all;
  position: relative;
}

.main-header_mp .main-header__links .main-header__link,
.pf .main-header__links .main-header__link {
  color: #fff;
}

.main-header__links .main-header__link:hover {
  color: var(--accent-color);
}
.main-header__links .main-header__link + .main-header__link{
  margin-left: 70px;
}

.mp-header {
  min-height: 700px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

*[class*=color-] {
  transition: var(--main-transition-duration) ease all;
}

  .fixed-nav {
    background: rgba(0,0,0,.8);
    padding: 30px 60px;
  }

  .fixed-nav .main-header__links .main-header__link:hover {
    text-shadow: 
    -1px 0px 1px rgb(255 255 255 / 15%),
     1px 0px 1px rgb(255 255 255 / 15%);
    color: var(--accent-color);
  }

.mp-header__video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@supports (object-fit: cover) {
.mp-header__video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}

.mp-header__video video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.mp-header__content {
  line-height: 1.3;
}

.mp-header__content a{
	text-decoration: none;
	display: inline-block;
}

.mp-header__content p {
  margin: 15px;
  padding: 0;
}

.mp-header__company {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.mp-header__buttons {
  margin-top: 60px;
}

.mp-header .button {
  margin: 0 10px;
}

.mp-header__scroll {
  position: absolute;
  bottom: 20px;
}

.mp-header__write {
  position: absolute;
  right: 50px;
  bottom: 30px;
}

.mp-header__write a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mp-header__write a .icon {
  margin-left: 20px;
}


/*--14ers--*/
.years_text p {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: left;
    padding-top: 50px;
}

.years_text span {
    font-family: 'Montserrat';
    font-size: 80px;
    font-weight: 700;
    line-height: 97.52px;
    text-align: center;
    padding-right: 20px;
    color: #DD2323;
    text-shadow: 1px 1px 2px white, 0 0 1em;
}
/*--inf_text--*/

.inf_text a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 40px;
    padding-bottom: 20px;
}

.inf_text a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 50%;
    background-color: #DD2323;
    transition: width 0.3s;
    opacity: 0.7;
}

.inf_text a:hover::before {
    width: 100%;
}

.inf_text a i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-style: normal;
}

.inf_text a:hover i {
    display: inline-block;
}
.inf_text a i:not(:hover) {
    opacity: 0; 
    transition: opacity 1s; 
}

/*--14ers--*/


.menu-button {
  height: 8px;
  display: inline-block;
  position: relative;
}

.menu-button .burger-box {
  width: 24px;
  height: 0;
}

.menu-button .burger-inner:after,
.menu-button .burger-inner:before {
  content: '';
  width: 25px;
  height: 2px;
  right: 0;
  position: absolute;
  background: #000;
  transition: all 250ms ease-out;
  will-change: transform;
}

.main-header_mp .burger-inner:after,
.main-header_mp .burger-inner:before,
.pf .burger-inner:after,
.pf .burger-inner:before {
  background: #fff;
}

.menu-button .burger-inner:before {
  top: 100%;
}

.menu-button .burger-inner:after {
  bottom: 100%;
}

.burger-menu--toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.burger-menu--toggle:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.burger-menu--toggle:hover .burger-inner:after,
.burger-menu--toggle:hover .burger-inner:before {
  background-color: var(--accent-color);
}


.sidebar, .sidebar_en {
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  width: 70%;
  height: 100vh;
  background: #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 3;
  overflow-y: auto;

}
.sidebar__inner {
    padding: 30px 140px 70px 140px;
    display: flex;
    flex-flow: column;
    position: relative;
}
.sidebar-close--btn {
  position: absolute;
  right: 59px;
  top: 66px;
  height: 28px;
  width: 28px;
  transition: .3s ease all;
  cursor: pointer;
}

.sidebar-close--btn:hover {
  transform: rotate(360deg);
}

.sidebar-close--btn:before, .sidebar-close--btn:after {
  position: absolute;
  left: 13px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: #333;
}
.sidebar-close--btn:before {
  transform: rotate(45deg);
}
.sidebar-close--btn:after {
  transform: rotate(-45deg);
}

.sidebar__header {
    /*font-size: 16px;
  font-weight: 500;
  color: var(--color-grey-light);
  text-transform: uppercase;*/
}

/*14ears*/

.ears_text p {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    line-height: 36.57px;
    color: gray;
    margin-top:0;
}

.ears_text span {
    font-family: 'Montserrat';
    font-size: 50px;
    font-weight: 700;
    line-height: 97.52px;
    color: #DD2323;
    margin: 0 10px 20px 0;
    opacity: 0.6;
}

/*14ears*/

.sidebar_active {
  -webkit-box-shadow: 6px 0px 10px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 0px 10px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: right var(--main-transition-duration) ease-in-out;
  -o-transition: right var(--main-transition-duration) ease-in-out;
  transition: right var(--main-transition-duration) ease-in-out;
  right: 0;
}
#sidebar_callback {
  width: 50%;
}
.sidebar_fixed {
  position: fixed;
}

.sidebar__content {
  margin-top: 8vmin;
  width: 100%;
  display: flex;
  flex-flow: column;
}

.sidebar_active:not(.sidebar_menu) .sidebar__content {
  width: 100%;
}

.sidebar__content-menu,
.sidebar__content-actions {
  display: flex;
}

.sidebar__content-menu--secondary {
  padding: 20px 0;
}

.sidebar__content-menu--secondary .secondary__link{
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  transition: var(--secondary-transition-duration);
}

.sidebar__content-menu--secondary .secondary__link:hover {
  color:var(--accent-color);
}

.secondary__link + .secondary__link {
  margin-top: 40px;
}

.sidebar__content-menu {
  margin-bottom: 60px;
}

.sidebar__content-menu > *,
.sidebar__content-actions--phones {
  display: flex;
  flex-flow: column;
}

.sidebar__content-menu--primary,
.sidebar__content-actions--phones {
  width: 435px;
}

.sidebar__content-menu--primary,
.sidebar__content-actions--phones {
  margin-right: 80px;
}

.sidebar__content-actions--phones {
  display: flex;
  flex-flow: column;
}

.sidebar__content-actions--phones .action-link {
  text-decoration: none;
  font-size: 24px;
}
.sidebar__content-actions--phones .action-link:hover {color:var(--accent-color);}
.sidebar__content-actions--phones .action-phone + .action-phone {
  margin-top: 10px;
}

.sidebar__content-actions--phones .action-email {
  margin-top: 20px;
}

.sidebar__company {
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
  position: relative;
  margin-bottom: 35px;
}

.sidebar__company:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  bottom: -10px;
}

.sidebar__form {
  max-width: 420px;
}

.sidebar__form .button {
  margin: 60px 0 0 0;
}

.sidebar-form .button {
  margin-top: 40px;
  margin-left: 0;
}

.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu__link {
  text-decoration: none;
  font-size: 60px;
  font-weight: 500;
  width: max-content;
  display: inline-block;
  transition: var(--secondary-transition-duration);
}

.main-menu__link + .main-menu__link {
  margin-top: 30px;
}

.main-menu__link:hover {
  color: var(--accent-color);
}

.main-menu__link_sub {
  font-size: 24px;
}

.main-menu .submenu {
  margin-left: 20px;
}

.introduction-block {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.introduction-list {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  padding-top: 20px;
  position: relative;
}
 
.introduction-list:after {
  content: "";
   width: 100%;
  height: 15vh;
  position: sticky;
  bottom: 0;
  background:linear-gradient(180deg, rgba(255,255,255,0.1) 50%, #fff 110%);
} 


.introduction-list--item + .introduction-list--item  {
  margin-top: 400px;
}

.introduction-list--item__header {
  margin-bottom: 30px;
  text-decoration: none;
  transition: var(--secondary-transition-duration) ease all;
}

.introduction-list--item__header:hover {
  color: var(--accent-color);
}

.introduction-img {
  margin-left: 140px;
  flex-shrink: 0;
  align-self: flex-start;
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}

.introduction-img img {
  max-width: 600px;
  max-height: 80vh;
}

.content-link__inner {
  display: flex;
  flex-flow: column;
  margin-top: 30px;
}

.content-link__inner a + * {
  margin-top: 15px;
}

.content-link {
  color: var(--accent-color);
  font-weight: bold;
  transition: var(--secondary-transition-duration) ease-in-out all;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #c4c4c4;
}

.content-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}

.calculator-link {
  display: flex;
  align-items: center;
}

.calculator-link img {
  margin-right: 10px;
}

.services {
  margin-bottom: 240px;
}

.services .service {
  display: flex;
  justify-content: space-between;
}

.services .service + .service {
  margin-top: 150px;
}

.services .service__title {
  font-size: 60px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: var(--secondary-transition-duration) ease all;
}

.service__title:hover {
  color: var(--accent-color);
}

.service-name {
  display: flex;
    flex-flow: column;
    width: 35%;
    flex-shrink: 0;
    margin-right: 120px;
}

.service-name img {
  transition: var(--main-transition-duration) ease-in-out all;
  max-width: 60px;
}

.service:hover .service-name img {
  transform: translateX(15px);
}

.service-content{
  color: #000;
  flex-grow: 1;
}

.subservice__header {
  font-size: 60px;
  font-weight: 500;
}

.subservice-list {
  display: flex;
  flex-flow: column;
  padding-left: 60px;
}
.subservice__header + .subservice-list {
  margin-top: 80px;
}
.subservice-list__item {
  display: inline-block;
  width: max-content;
  text-decoration: none;
  transition: var(--secondary-transition-duration) ease all;
  font-size: 32px;
  font-weight: 700;
}

.subservice-list__item + .subservice-list__item {
  margin-top: 40px;
}

.subservice-list__item:hover {
  color: var(--accent-color);
}

.button-block {
  margin-top: 80px;
  margin-bottom: 20px;
}

.services_sm .service {
  padding-top: 90px;
  background-position: 0 20px;
  line-height: 1.2;
  max-width: 100px;
}
.service-main__content .service-main__content--item + .service-main__content--item {
  margin-top: 20px;
}
.button__wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
.img-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-block__img {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}



.list {
  padding-left: 20px;
  position: relative;
  margin-bottom: 45px;
}

.list:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #bbb;
  position: absolute;
  bottom: -20px;
}

.categories {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto 40px auto;
}

.categories li {
  display: inline-block;
}

.categories .button {
  margin: 10px;
  background: transparent;
  color: #000;
  border: 1px solid #bbb;
}

.categories .active,
.categories .button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.portfolio-hero__section,
.product-hero__section{
  color: #fff;
  height: 680px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}

.portfolio-hero__section--content,
.product-hero__section--content{
  width: 100%;
}

.portfolio-hero__section .h1,
.product-hero__section .h1{
  font-size: 60px;
  font-weight: 500;
  max-width: 100%;
}
.portfolio-hero__section--bg,
.product-hero__section--bg{
  position: absolute;
  background-color: #a1a1a1;
  z-index: -1;
  top: 0;
  left: 0;
  height: 680px;
  width: 100%;
  overflow: hidden;
}

.portfolio-hero__section--bg::before,
.product-hero__section--bg::before{
  background-color: rgba(0, 0, 0, 0.55);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

img.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-hero__section .breadcrumbs li a,
.product-hero__section .breadcrumbs li a {
  text-decoration: none;
  transition: var(--secondary-transition-duration);
}

.portfolio-hero__section .breadcrumbs li a:hover,
.portfolio-hero__section .breadcrumbs li a:hover {
    color: #fff;
  }

.portfolio:not(.mp-portfolio),
.product{
  padding: 120px 0 160px;
}

.portfolio-dark {
  background: #202020;
}

.portfolio-dark .block-header,
.portfolio-dark .portfolio-item__header,
.portfolio-dark .more-link a {
  color: #fff;
}

.portfolio-dark .more-link a:before {
  top: unset;
  bottom: -15px;
}

.portfolio-dark .more-link a:hover:before {
  transform: translateY(-5px);
}

.mp-portfolio .portfolio__items {
  padding-top: 140px;
}

.portfolio__items,
.product__items{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 140px;
  margin-top: 80px;
}

.product__items {
  margin-bottom: 40px
}

  .portfolio-item,
  .product-item {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    transition: var(--secondary-transition-duration) all linear;
  }

 .portfolio-item:nth-child(2),
 .product-item:nth-child(2){
  padding-top: 10px;
}

  .portfolio-item:nth-child(4n+3),
  .product-item:nth-child(4n+3){
    margin-top: 220px;
  }

.portfolio-item:nth-child(4n+6),
.product-item:nth-child(4n+6){
  margin-top: -30px;
} 

.portfolio-item:nth-child(4n+4),
.product-item:nth-child(4n+4){
  margin-top: -100px;
} 


.portfolio-item .portfolio-item__logo,
.product-item .product-item__logo{
  height: 100%;
  max-height: calc(760px - 3vw);
  transition: var(--main-transition-duration) transform ease-in-out;
}

.portfolio-item:nth-child(4n+2) .portfolio-item__logo,
.portfolio-item:nth-child(4n+3) .portfolio-item__logo,
.product-item:nth-child(4n+2) .product-item__logo,
.product-item:nth-child(4n+3) .product-item__logo{
  height: 100%;
  max-height: calc(570px - 3vw);

}

.portfolio-item__logo,
.product-item__logo {
  overflow: hidden;
  width: 100%;
}

.portfolio-item__logo img,
.product-item__logo img{
  width: 100%;
  height: 100%;
  transition: var(--main-transition-duration) transform ease-in-out;
  object-fit: cover;
}

.portfolio-item__logo:hover,
.product-item__logo:hover {
  transform: scale(1.05);
}

.portfolio-item__logo:hover img,
.product-item__logo:hover img{
  transform: scale(1.03);
}

.portfolio-item__header,
.product-item__header{
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  overflow-wrap: break-word;
  margin-top: 30px;
  text-decoration: none;
  transition: var(--secondary-transition-duration);
  text-decoration: none;
  position: relative;
}
.product-item__descr {
  font-size: 20px;
  margin-top: 20px;
  color: #aaa;
}
.news .product-item {
  padding: 0;
  margin: 0;

}
.news .product-item .product-item__logo {
  height: 250px;
}
.portfolio-item__descr {
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
  margin-top: 20px;
  color: #aaa;
  transition: var(--main-transition-duration) ease-out;
}

.portfolio-item:hover .portfolio-item__descr {
  opacity: 1;
  visibility: visible;
}

.spring--item {
  width: calc(45% + 140px);
}

.more-link {
  display: flex;
}

.more-link a {
  position: relative;
  text-decoration: none;
  font-size: 24px;
  transition: var(--main-transition-duration) ease all;
}
.more-link a:before {
  content: "";
  position: absolute;
  transition: var(--main-transition-duration) ease all;
  top: -20px;
  width: 100%;
  height: 1px;
  background: #c8c8c8;
}

.more-link a:hover {
  color: var(--accent-color);
}

.more-link a:hover:before {
  transform: translateY(5px);
  height: 1px;
  background-color: var(--accent-color);
}

.mp-benefits {
  text-align: center;
}

.mp-benefits__button {
  clear: both;
  margin-top: 60px;
  padding: 10px 35px;
}

.benefits-item {
  text-align: center;
  padding: 180px 0px 40px;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: center 40px;
  min-width: 135px;
  margin: 10px;
}

.benefits-items .row{
  margin: 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}


.mp-about {
  min-height: 640px;
}

.mp-about__header {
  margin-bottom: 50px;
}

.mp-about__button {
  margin-top: 50px;
}

.mail-link {
  color: var(--accent-color);
  font-weight: 700;
  text-decoration: none;
}

.mail-link:hover {
  text-decoration: underline;
}

.main-footer .footer-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 140px 0;
}

.main-footer a {
  text-decoration: none;
  transition: var(--secondary-transition-duration);
}

.main-footer .phone {
  color: #fff;
  font-size: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 2;
}

.main-footer span + .phone {
  margin-top: 20px;
}
.main-footer span {
    color: #fff;    
}
.main-footer .phone img {
    width: 20px;
    height: auto;
}

@media screen and (min-width: 420px){
    .main-footer .phone img {
        width: 24px;
    }
}


.main-footer .email + .phone {
  margin-top: 30px;
}

.main-footer .email {
  color: #fff;
  font-size: calc(62px - .3vmax);
  font-weight: 500;
}

.main-footer .col2 {
  display: flex;
  flex-flow: column;
}

.main-footer .text-wrap {
  color: #fff;
  font-size: 24px;
}

.main-footer .text-wrap * + * {
  margin-top: 10px;
}

.main-footer .links-wrap a:hover,
.main-footer .phone:hover {
  color: var(--accent-color);
}

.main-footer .links-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(50% - 15px));
  gap: 30px;
  width: 50%;
}

  .main-footer .logo {
  text-align: center;
}

.main-footer .top-container,
.main-footer .bottom-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.main-footer .bottom-container {
  margin-top: 200px;
  align-items: flex-start;
}

.main-footer .bottom-container a {
  color: #fff;
  font-size: 24px;
}

.main-footer .bottom-container .col2 a + a {
  margin-top: 30px;
}

.page-header {
  font-size: 80px;
}

.main-content__header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contacts__map, .contacts__text {
  width: 50%;
  float: left;
}

.contacts__text--inner {
  padding-top: 20px;
  padding-right: 60px;
  display: flex;
  flex-flow: column;
}

.contacts__text * {
  font-size: 24px;
  line-height: 1.3;
}

.contacts__text .contacts-header {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

.contacts__text .contacts-phones {
  font-size: 45px;
  text-decoration: none;
  line-height: 1.6;
  display: inline-block;
  transition: var(--secondary-transition-duration);
}

.contacts__text .contacts-subheader {
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0 20px;
}

.contacts__text .contacts-email {
  display: inline-block;
  text-decoration: none;
  transition: var(--secondary-transition-duration);
  margin-top: 40px;
}

.contacts__text .contacts-phones:hover,
.contacts__text .contacts-email:hover {
  color: var(--accent-color);
}

.contacts .mail-link {
  margin: 40px 0;
  display: inline-block;
}

#contact {
  width: 50%;
}

.contacts__form {
  clear: both;
  margin-top: 80px;
}

.contacts-form__title {
  margin-bottom: 40px;
}

.contacts-form__submit {
  float: left;
  padding-top: 40px;
  margin-bottom: 110px;
}

.content-block {
  margin-bottom: 40px;
}

.content-block_lg {
  max-width: 100%;
}

.content-block__title {
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
}

.content-block p:not(.numbers__big-num) {
  font-size: 24px;
  line-height: 36px;
}

.content-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-width: 400px;
     -moz-column-width: 400px;
          column-width: 400px;
}

.content-block ul li {
  position: relative;
  padding-left: 60px;
}

.content-block ul li:before {
    content: ''!important;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #bbb;
    position: absolute;
    left: 0;
    top: 15px;
    margin-left: 0!important;
}

.about-services {
  margin-bottom: 20px;
}

.project__description-section {
  display: flex;
  flex-flow: column;
  margin-bottom: 140px;
}

.project__body {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  max-width: 85%;
  margin-bottom: 80px;
}

.project__name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 150px;
}

.project__name span {
  color: #8b8b8b;
  margin-right: 20px;
}

.project__task--header,
.project__solution--header,
.project__result--header {
  margin-bottom: 40px;
}

.project__task-inner {
  display: flex;
}

.project__task--description {
  flex-grow: 1;
  font-size: 24px;
  line-height: 36px;
}

.project__tasks--list {
  width: 25%;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  margin-left: 150px;
}

.project__tasks--list-header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.project__tasks--list-item {
  color: #444;
}

.project__tasks--list-item + .project__tasks--list-item {
  margin-top: 15px;
}

.project__link {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  margin-bottom: 55px;
}

.project__link:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #bbb;
  margin-top: 15px;
}

.project__main--bg {
  padding: 135px 0;
}

.project__main--img img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  border-radius: 20px;
}

.project__solution-section {
  padding: 100px 0;
}

.project__solution--description {
  font-size: 24px;
  line-height: 36px;
  width: 80%;
}

.project__sub--bg {
  background: #f3f3f3;
  padding: 112px 0;
}

.project__sub--images {
  display: flex;
}

.project__sub--images .owl-item img {
  object-fit: contain;
}

.project__result-section {
  padding: 95px 0 135px;
}

.project__result--description {
  margin-bottom: 65px;
  font-size: 24px;
  text-align: justify;
}

.project__result-visit--link {
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

.project__result-visit--link::after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  background: #F8D3D5;
  background: #d4d4d4;
  height: 1px;
  bottom: -10px;
  transition: var(--main-transition-duration);
}

.next__project-link {
  position: relative;
  height: 350px;
  display: block;
  text-decoration: none;
}

.project__result-visit--link:hover::after {
  width: 110%;
  height: 100%;
  background: #f8d3d3;
  bottom: -50%;
}

.next__project-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: var(--main-transition-duration) ease-in-out;
  background-size: cover;
  filter: opacity(0.25);
}

.next__project-link:hover .next__project-bg {
  filter: opacity(0.5);
}

.next__project-link .container {
  height: 100%;
}

.next__project-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.next__project--header {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.next__project--name {
  font-size: 60px;
  font-weight: 500;
  word-break: break-word;
}

.next__project-inner img {
  margin-right: 20px;
  transition: var(--main-transition-duration) ease-in-out;
}

.next__project-link:hover .next__project-inner img {
  margin-right: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--accent-color);
}

.pos {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pos .content-block ul li + li {
  margin-top: 10px;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main-footer, .main-header, .mp-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__top {
    background: #333333;
}
.footer__bottom {
    background: #262626;
    color: #FFFFFF;
    padding: 50px 0;
    width: 100%;
}
.footer__bottom .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer__bottom p{
    margin: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.footer__bottom .row div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.footer__bottom a{
    margin: 0;
    font-size: 20px;
    transition: var(--main-transition-duration) ease-in-out;
    text-align: center;
}
.footer__bottom a:hover{
    color: var(--accent-color);
}
@media (min-width: 768px) {
    .footer__bottom p{
        text-align: left;
    }
    .footer__bottom a{
        text-align: left;
    }
    .footer__bottom .row {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .footer__bottom .row div{
        gap: 30px;
        flex-direction: row;
        justify-content: space-between;
    }
}
.ph {
  color: #bbb;
  margin-bottom: 60px;
}

.breadcrumbs
{
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.breadcrumbs li
{
  display: inline-block;
  line-height: 1.3;
}

.breadcrumbs li:before
{
  content: "/";
  display: inline-block;
}
.breadcrumbs span
{
  padding: 0 10px;
}
.breadcrumbs li:first-child:before
{
  display: none;
}
.breadcrumbs li:first-child span
{
  padding-left: 0;
}
.color_yandex
{
  color: #e00;
}
.color_google
{
  color: #36f;
}
.nowrap
{
  white-space: nowrap;
}
.seopos__header
{
  margin: 20px 0;
}
.seopos__pos
{
  font-weight: 700;
}
.table
{
  display: table;
}
.table-cell
{
  display: table-cell;
}
.table-row
{
  display: table-row;
}
.calc__main
{
  margin-bottom: 40px;
  position: relative;
}
.calc__items
{
  float: left;
  width: 66.66667%;
  border-spacing: 0 5px;
}
.calc__total
{
  float: left;
  padding-left: 1.66667%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 33.33333%;
}
.calc-total
{
  border: 2px solid var(--accent-color);
  padding: 15px;
}
.calc-total__header {
  margin: 20px 0 0 0;
}
.calc__total + 
.calc-total__header
{
  margin-bottom: 20px;
}
.calc-total__date {
  color: var(--accent-color);
  display: none;
}
.calc-total__price
{
  font-size: 24px;
  margin-top: 15px;
}
.calc-total-comment {
  margin-top: 10px;
}
.calc-total-comment p{
  font-style: italic;
  margin: 0;
  font-size: 13px;
  text-align: left;
  line-height: 1.3;
}
.calc-total__price__wrap span, .calc-total-comment span{
  color: red;
}

.calc-total__date {
  margin: 5px 0 20px;
}

.calc-total-item{
  position: relative;
  border-bottom: 2px dotted #ccc;
  box-sizing: border-box;
  width: 100%;
  padding-right: 5em;
  line-height: 1.3em;
}

.calc-total-item + .calc-total-item {
  margin-top: 10px;
}

.calc-total-item strong, .calc-total__price__wrap
{
  float: right;
}
strong.calc-total__item-price{
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -6px;
  display: inline-block;
  text-align: right;
  padding-left: 6px;
}
.calc-total__item-name p{
  margin: 0;
  display: inline-block;
}

.calc-item
{
  position: relative;
  border: 2px solid #bbb;
  margin-bottom: -2px;
  padding-left: 10px;
  width: 100%;
}
.calc-item + .calc-item:not(.calc-item_active) {
  border-top: 0;
}
.calc-item__title
{
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  transition: var(--main-transition-duration);
}
.calc-item__title:hover
{
  color: var(--accent-color)
}
.calc-item__desc
{
  padding-top: 10px;
}
.calc-item__desc p{
  margin-top: 0;
}
.calc-item__checkbox
{
  width: 40px;
}
.calc-item__price
{
  font-size: 14px;
  width: 115px;
  text-align: end;
}
.calc-item__options
{
  width: 200px;
}
.calc-item.calc-item_active {
  border-color: var(--accent-color);
}
.calc-item_active + .calc-item {
  border-top: 0;
}
.calc-item .table-cell,select
{
  padding: 5px;
}
.calc-item select {
  appearance: auto;
}
select
{
  width: 100%;
}
.calc-options
{
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 30px;
}
.calc-total__item-name {
  background-color: #fff;
  position: relative;
  top: 5px;
  padding-right: 7px;
}
.calc-item__arrow {
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  margin-right: 5px;  
}
.calc-item__arrow span:after, .calc-item__arrow span:before{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: #000;
  content:'';
  transition: 0.5s;
  display: block;
}
.calc-item__arrow span{
  display: block;
  width: 20px;
  height: 20px;
  transition: .5s;
}
.calc-item__arrow span:hover{
  cursor: pointer;
}
div.calc-item__arrow span:after{
  transform: rotate(135deg) translateY(5px);
}
div.calc-item__arrow span:before{
  transform: rotate(45deg) translateY(-5px);
}
.calc-item__arrow.hover span{
  transform: rotate(-90deg);
}
.calc-item__arrow.active span{
  transform: rotate(-180deg);
}
.content-block ol.about-items li .profit-left, .content-block ol.about-items li .profit-right{
  display: inline-block;
}
.content-block ol.about-items{
  column-width: auto;
  counter-reset: li;
}
.content-block ol.about-items li .profit-right p {
    text-align: justify;
}
.content-block ol.about-items,.content-block ol.about-items li{
  padding: 0;
}
.content-block ol.about-items li:before{
  content: none;
}
.content-block ol.about-items li{
  position: relative;
  list-style: none;
  margin-bottom: 30px;
}
.content-block ol.about-items li .profit-left{
  position: relative;
}
.about-container {
  display: flex;
  margin-top: 140px;
}

.about-container .content-block {
  width: 50%;
}

.about-container .content-block:first-child {
  flex-grow: 1;
}

.about-container .content-block:last-child {
  margin-left: 140px;
}


.about-wrapper {
  padding-bottom: 50px;
}

.showcase {
  display: flex;
  flex-flow: column;
  grid-template-columns: repeat(2, 1fr);
}

.showcase__item {
  display: flex;
  width: 100%;
}

.showcase__item + .showcase__item {
  margin-top: 140px;
}

.showcase__item-inner--left {
  display: flex;
  flex-flow: column;
  width: 70%;
  margin-right: 60px;
}

.showcase__item:nth-child(odd) .showcase__item-inner--left {
  padding-top: 80px;
}
.showcase__item:nth-child(even) {
  flex-direction: row-reverse;
}
.showcase__item:nth-child(even) .showcase__item-inner--left {
  margin-right: unset;
  margin-left: 140px;
}

.showcase__item:nth-child(even) .secondary-img {
  padding-top: 60px;
}

.showcase__item:nth-child(even) .showcase__item-title,
.showcase__item:nth-child(even) .showcase__item-descr {
  margin-left: -40px;

}

.showcase__item-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  display: inline-block;
  text-decoration: none;
  transition: var(--secondary-transition-duration) ease all;
}

.showcase__item-title:not(a) {
  cursor: default;
}

a.showcase__item-title:hover {
  color: var(--accent-color);
}

.showcase__item-descr {
  color: #444;
  font-size: 24px;
  line-height: 36px;
}

.showcase__item-img.main-img {
  margin-top: 140px;
}

.showcase__item-img img{
  width: 100%;
  object-fit: cover;
}

.numbers{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.numbers .numbers__item {
  flex: 1 0 50%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.numbers__text p{
  margin: 8px 0 0;
}
.numbers__big-num {
  font-size: 80px;
  font-weight: 900;
  display: flex;
  margin: unset;
}

.numbers__big-num .num-sign {
  margin-left: 10px;
  font-weight: 500;
}

.numbers__item:last-child {
  margin-top: 80px;
}

.team {
  margin-top: 150px;
}

.inner-page--team {
  padding-bottom: 120px;
}

.inner-page--team + * {
  padding-top: 120px;
}

.owl-carousel-team {
  height: 560px;
}

.owl-carousel-team .owl-stage {
  display: flex;
}

.owl-carousel-team .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel-team .owl-stage-outer,
.owl-carousel-team .owl-stage {
  height: 100%;
}

.owl-carousel-team .disabled .owl-prev,
.owl-carousel-team .disabled .owl-next,
.owl-carousel-team .owl-next.disabled,
.owl-carousel-team .owl-prev.disabled {
  display: none;
}

.owl-carousel-team img {
  height: 100%;
  width: 100%;
  max-height: 490px;
  max-width: 490px;
  object-fit: contain;
}

.team-item {
  display: flex;
  flex-flow: column;
}

.team--item__name {
  font-weight: 700
}
.team--item__position {
  font-size: 13px;
  color: #aaa;
}
.team--item__name,
.team--item__position {
  padding-left: 3px;
  margin-top: 10px;
  text-align: center;
}

.partners {
  overflow: hidden;
  margin-top: 140px;
  margin-bottom: 60px;
}

.inner-page--partners {
  background: var(--section-bg-color);
  padding-top: 115px;
}

.partners__header {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 120px;
}

.partners .mp-section__header {
  margin-bottom: 50px;
}

.owl-carousel-partners {
  position: relative;
  overflow: hidden;
}

.owl-carousel-partners .owl-stage {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

 .owl-carousel.owl-drag.owl-carousel-clients .owl-item {
    padding-left: 50px;
    padding-right: 50px;
}
.owl-carousel-partners img {
  height: 80px;
  object-fit: contain;
  opacity: .7;
  transition: opacity var(--main-transition-duration) ease;
  width: 200px;
}
.clients .owl-carousel-partners img {
    opacity: 1;
}

.owl-carousel-partners img:hover {
  opacity: 1;
}

.owl-carousel-partners .owl-prev,
.owl-carousel-partners .owl-next {
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.owl-carousel-partners .disabled .owl-prev,
.owl-carousel-partners .disabled .owl-next,
.owl-carousel-partners .owl-next.disabled,
.owl-carousel-partners .owl-prev.disabled {
  display: none;
}

.owl-carousel-partners .owl-prev {
  left: 0;
}

.owl-carousel-partners .owl-next {
  right: 0
}

.owl-carousel-partners .owl-prev:before,
.owl-carousel-partners .owl-next:before {
  border: none;
  border-right: 4px solid #b2b2b2;
  border-top: 4px solid #b2b2b2;
  content: "";
  display: inline-block;
  height: 25px;
  left: 14px;
  position: absolute;
  top: 12px;
  transform: rotate(-135deg);
  transition: border-color .3s ease;
  width: 25px;
}

.owl-carousel-partners .owl-next:before {
  transform: rotate(45deg);
}

.owl-carousel-partners .owl-prev:hover:before,
.owl-carousel-partners .owl-next:hover:before {
  border-color: #232335;
}

.partners-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.partner--link {
  margin-bottom: 50px;
  transition: var(--main-transition-duration) ease all;
  height: 80px;
  width: 200px;
  filter: grayscale(1) contrast(.5);
}

.partner--link:hover {
  filter: grayscale(0) contrast(1);
  transform: scale(.98);
}

.partner--link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonials {
  padding-top: 150px;
  background: var(--section-bg-color);
}

.testimonial--item__text {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  padding-right: 20%;
}

.testimonial--item__photo {
  margin-top: 70px;
}

.testimonial--item__photo img{
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
}

.testimonial--item__client,
.testimonial--item__project {
  color: #929292;
  font-size: 24px;
  font-weight: 500;
}

.testimonial--item__client {
  margin-top: 40px;
}

.testimonial--item__project { 
  margin-top: 15px;
}

.testimonials .owl-carousel-testimonials {
  display: flex;
  padding-bottom: 120px;
}

.owl-carousel-testimonials .owl-nav {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  width: 20%;
}

.owl-carousel-testimonials .owl-nav * + * {
  margin-left: 30px;
}

.owl-carousel-testimonials .nav-btn {
  display: inline-block;
  width: 37px;
  height: 21px;
  transition: var(--main-transition-duration);
}

.owl-carousel-testimonials .prev-slide {
  background: url('images/icons/arrow-prev.svg') no-repeat center center;
}
.owl-carousel-testimonials .prev-slide:hover {
  transform: translateX(-5px);
}
.owl-carousel-testimonials .next-slide {
  background: url('images/icons/arrow-next.svg') no-repeat center center;
}
.owl-carousel-testimonials .next-slide:hover {
  transform: translateX(5px);
}
.faq {
  padding: 100px 0 120px;
  background: var(--section-bg-color);
}

.faq-header {
  color: #515151;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}

.faq-list {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  max-width: 60%;
}

.faq-list__item-answer {
  display: none;
}

.faq-list__item + .faq-list__item {
  margin-top: 40px;
}

.faq-list__item-question {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.faq-list__item-question * + * {
  margin-left: 20px;
}

.faq-list__item .icon {
  transition: var(--main-transition-duration) ease transform;
}

.angle-down-icon {
  background: url('images/icons/angle-down.svg') no-repeat center center;
  background-size: contain;
  width: 16px;
  height: 8px;
}

.faq-list__item.faq-active .icon {
  transform: rotate(180deg);
}

.faq-list__item-answer,
.faq-list__item-answer *{
  color: #929292;
  line-height: 1.5;
  margin: 0;
}

.product-rates {
    display: grid;
    grid-template-columns: repeat(auto-fill, min(100%, calc(25% - 9px)));
    grid-gap: 10px;
}
.product-rates-list {
  display: grid;
  grid-gap: 10px;
  grid-template-columns:repeat(auto-fill, calc(33.3334% - 9px));
}
.product-rate__info {
    display: flex;
    padding: 30px 20px 0 20px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    min-height: 190px;
}

    .product-rate__info:before {
        border-radius: 3px 3px 0 0;
        z-index: 1;
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: .3s ease-out all;
        background: #e3edfb;
    }

.product-rate__name {
  font-size: 32px;
  font-weight: 600;
}

.product-rate__description {
  font-size: 18px;
}

.product-rate__info span {
  position: relative;
  z-index: 1;
  color: #333333;
}

.product-rate {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #f3f3f3;
    border-radius: 3px 3px 0 0;
}

.product-rate__background {
    border-radius: 3px 3px 0 0;
    z-index: 0;
    position: absolute;
    overflow: hidden;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .3s ease-out all;    
}

.product-rate:hover .product-rate__background  {
  transform: scale(1.02);
}
.product-rate__img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}


.rate-description > ul > li {
    display: flex;
    justify-content: space-between;
}


.rate-description > ul > li + li {
  margin-top: 15px;
}

.rate-description ul{
    list-style: none;
    margin: unset;
    padding: 0;
}

.rate-description > ul > li > ul {
  margin-left: 5px;
}

.rate-description > ul > li > ul > li {
  text-align: right;
}

.rate-description ul li span {
  max-width: 60%;
}
.rate-description ul li b {
    white-space:nowrap
}
.rate-description {
    margin: 15px 0;
    padding: 0 20px;
    font-size: 16px;
}

.rate-price {
  padding: 15px 20px;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    box-shadow: 0px 9px 10px -10px rgb(0 0 0 / 40%);
    background: #85ba23;
}

.rate-price-currency {
  font-size: 16px;
  font-weight: 500;
}

.rate-btn {
  text-align: center;
}

    .rate-btn .sub-btn {
        display: inline-block;
        height: 50px;
        width: 100%;
        cursor: pointer;
        font-size: 18px;
        border: unset;
        transition: .3s all;
        background: #85ba23;
        color: #fff;
        text-decoration: none;
    }
.rate-sub-container {
  margin-top: auto;
  text-align: center;
}

.rate-btn .success-msg {
    background-color: #85ba23;
    color: #fff;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border: 1px solid transparent;
    transition: .3s ease all;
    text-decoration: none;
}

.rate-btn .product-source {
  margin-top: 5px;
  display: inline-flex;
  font-size: 0.8em;
  color: #fff;
}

.rate-btn .success-msg:hover {
  filter: brightness(1.05);
}

.rate-btn .error-msg {
  background-color: #f8d7da;
  color: #842029;
  padding: 15px;
  border: 1px solid transparent;
}

.rate-btn .sub-btn:hover {
  color: #fff;
  background: var(--accent-color);
}

.prod-item {
  display: flex;
}

.prod-item + .prod-item {
  margin-top: 40px;
}

.product-side {
  display: flex;
  flex-flow: column;
  width: 30%;
  margin-right: 40px;
  flex-shrink: 0;
}

.rate-side {
  flex-grow: 1;
}

.product-list__item-title {
  font-size: 32px;
  margin-bottom: 20px;
  transition: var(--secondary-transition-duration);
  text-decoration: none;
}

.product-list__item--rate-descr ul {
  padding: unset;
  list-style: none;
}

.product-list__item--rate-descr > ul > li {
  display: flex;
  justify-content: space-between;
}

.product-list__item--rate-descr > ul > li + li {
  margin-top: 15px;
}

.rate-action {
  display: inline-block;
  padding: 10px 14px;
  text-align: center;
}
.rate-action + .rate-action {
  margin-left: 10px;
}
.product-list__item-title:hover {
  color:var(--accent-color)
}
.products-list {
  margin-top: 30px;
  margin-bottom: 60px;
}
.product-list__item-img {
  height: 300px;
  object-fit: cover;
}
.product-list__item--rate-title {
  font-size: 24px;
}

.product-list__item--rate-descr {
  margin-top: 30px;
}
/* .product-list__item--rate-descr ul li, .rate-description ul li {
  min-width: 60px;
} */

.profile-authorize-wrapper {
  display: flex;
  margin-bottom: 60px;
}

.profile-authorize {
  height: 100%;
}

.profile-registration {
  height: 100%;
}

.authorize-header, .registration-header {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.profile {
  margin-bottom: 60px;
}

.profile-data-container + .profile-data-container{
    margin-top: 10px;
}

.profile-header {
  font-size: 40px;
  font-weight: 500;
}

.user-header {
  font-size: 32px;
  font-weight: 500;
}

.profile-data-container {
  box-shadow: 0 0 7px 0px rgb(0 0 0 / 6%);
  border-radius: 6px;
  transition: var(--main-transition-duration);
  padding: 15px;
}

.profile-data-container:hover {
  box-shadow: 0 0 7px 0px rgb(0 0 0 / 12%);
}

.profile-inner-info {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 30% 15%;
  align-items: center;
}

.profile-inner-info a {
  text-decoration: none;
  transition: var(--secondary-transition-duration);
  color: var(--accent-color)
}

.profile-inner-info > div {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.client-data{
  display: flex;
  margin: unset;
  padding: unset;
}

.form-actions {
  margin-top: 70px
}

.forgot-link {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  transition: var(--secondary-transition-duration);
}

.forgot-link:hover {
  text-decoration: underline;
  color: var(--accent-color)
}
#loader-mask_button {
    position: absolute;
    top: 5px;
    width: 100%;
    height: 100%;
    display: none;
}

.form-wrap {
    background-color: #fff;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 6%);
  -webkit-box-shadow: 0 0 7px 0px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 0 7px 0px rgb(0 0 0 / 6%); 
}
.form-wrap .tabs {
  overflow: hidden; 
}
.form-wrap .tabs .tab-header {
  float: left;
  width: 50%; 
}

.form-wrap .tabs .tab-header.tab-header-single {
  float: none;
  width: 100%;
}

  .form-wrap .tabs .tab-header .tab-name {
    padding: 0.5em;
    text-align: center;
    font-size: 1.2em;
    text-decoration: none;
    transition: var(--secondary-transition-duration);
    font-weight: 400;
    border-top: 2px solid transparent;
    background: #fff;
    display: block;
  }
    .form-wrap .tabs .tab-header .tab-name.active {
      border-top-color: var(--accent-color);
    }
.form-wrap .tabs-content {
  padding: 0 1.5em 1em; 
}
.form-wrap .tabs-content div[id$="tab-content"] {
  display: none; 
}
.form-wrap .tabs-content .active {
  display: block !important; 
}
.recovery-container {
  margin-bottom: 60px;
  max-width: 500px;
}
.loader {
    width: 44px;
    height: 44px;
    border: 3px solid var(--text-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

.fl-row-centr {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

/*Vacancies*/

.vacancies-all-container {
    list-style-type: none;
    font-size: 24px;
    margin-bottom: 60px;
    color: var(--text-color);
    padding: 0;
}

.other-vacancies-container .vacancies-all-container {
    margin: 0;
}

.vacancies-header {
    margin-bottom: 60px;
    font-size: 28px;
}

.vacancy-send-container .vacancies-header {
    margin-bottom: 20px;
}

.vacancies-item {
    margin-bottom: 30px;
    transition: var(--secondary-transition-duration) ease all;
    font-weight: 700;
}

.vacancies-item a {
    text-decoration: none;
}

.vacancies-item:hover {
    color: var(--accent-color);
}

.vacancies-item:last-child {
    margin-bottom: 0;
}

.vacancy-container,
.other-vacancies-container,
.vacancy-send-container {
    margin-bottom: 60px;
    color: var(--text-color);
}

.vacancy-container-name {
    margin-bottom: 60px;
    font-size: 32px;
}

.vacancy-container-body {
    margin-bottom: 60px;
}

.vacancy-send-form {
    width: 50%;
}

.vacancy-file-button {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.vacancy-file-button .button{
    margin: 10px 0 5px 0;
    width: 206px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vacancy-file-button .info {
    font-size: 14px;
    line-height: 16px;
}

.vacancy-send-form .captcha,
.vacancy-send-button {
    margin-top: 30px;
    position: relative;
    width: fit-content;
    text-align: center;
}

.vacancy-send-button #loader-mask_button{
    top: 0;
}

.vacancy-send-button #loader-mask_button .loader{
    width: 55px;
    height: 55px;
}

.vacancy-send-button .button{
    margin-left: 0;
}
/*Vacancies*/

/*Input text*/
input[type=file] {
    margin-top: 40px;
    width: 100%;
}

input[type=file]::file-selector-button {
    text-decoration: none;
    outline: none;
    color: white;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    border: 1px solid transparent;
    overflow: hidden;
    transition: var(--secondary-transition-duration) ease-in-out all;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    font-size: 15px;
    background-color: var(--accent-color);
    cursor: pointer;
}

input[type=file]::file-selector-button:hover {
    color: var(--accent-color);
    background: transparent;
    border-color: var(--accent-color);
}
/*Input text*/

/*Checkbox*/
.form-personaldata {
    font-size: 14px;
    color: #b9b9b9;
    margin: 0;
    margin-top: 20px;
}
.form-checkbox{
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}

.form-checkbox label {
    font-size: 13px;
}

.form-checkbox input {
    margin-right: 5px;
}
/*Checkbox*/


/*checkbox custom*/
.custom-checkbox input[type="checkbox"]:checked,
.custom-checkbox input[type="checkbox"]:not(:checked) {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox input[type="checkbox"]:checked + label,
.custom-checkbox input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  line-height: 18px;
  cursor: pointer;
  margin: 0;
  float: none;
  text-align: start;
  width: auto;
}

.custom-checkbox input[type="checkbox"]:checked + label:before,
.custom-checkbox input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  border: 3px solid var(--color-grey);
  background-color: #fff;
  border-radius: 3px;
  box-sizing: initial;
}

.custom-checkbox input[type="checkbox"]:checked + label:before { border-color: var(--accent-color); }

.custom-checkbox input[type="checkbox"]:checked + label:after,
.custom-checkbox input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:checked + label:after,
.custom-checkbox input[type="checkbox"]:not(:checked) + label:after {
  left: 4px;
  top: 5px;
  width: 7px;
  height: 3px;
  border-radius: 1px;
  border-left: 3px solid var(--accent-color);
  border-bottom: 3px solid var(--accent-color);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: initial;
}

.custom-checkbox input[type="checkbox"]:disabled + label:before,
.custom-checkbox input[type="checkbox"]:disabled + label:after {
  border-color: var(--color-grey);
  cursor: default;
}
.custom-checkbox input[type="checkbox"]:disabled + label { cursor: default; }
.custom-checkbox input[type="checkbox"]:not(:checked) + label:after { opacity: 0; }
.custom-checkbox input[type="checkbox"]:checked + label:after { opacity: 1;}
/*checkbox custom*/
/*banner-cookie*/

#banner-cookie {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--text-color);
}

#banner-cookie .banner-cookie-container {
  position: absolute;
  z-index: 1111;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}

  #banner-cookie .banner-cookie-item {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    border-radius: 10px;
    display: flex;
    max-width: 1012px;
    padding: 25px;
    gap: 5px;
    align-items: center;
    margin: 0 25px;
    flex-direction: column;
  }

#banner-cookie .banner-cookie-item p {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #000000;
    margin: 0;
    padding: 0;
  }

#banner-cookie button,
#banner-cookie [data-ck-br-ss-accept] {
  font-size: 14px;
  line-height: 17px;
  padding: 10px;
}

#banner-cookie [data-ck-br-ss-accept] {
  padding: 10px;
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: inherit;
}
#banner-cookie [data-ck-br-ss-accept] + span { color: var(--color-grey); }
#banner-cookie .custom-checkbox + span { padding-left: 38px; }
#banner-cookie .custom-checkbox input[type="checkbox"]:checked + label,
#banner-cookie .custom-checkbox input[type="checkbox"]:not(:checked) + label {
  font-weight: 700;
  padding: 0 0 0 38px;
}
/*banner-cookie*/






/*media*/
@media screen and (max-width: 1440px) {
    .container, .container_sm, .container_xs, .container_lg {
    padding: 0 15px;
  }
    .inf_text a {
        font-size: 35px;
        
    }
}

@media screen and (max-width: 1200px) {
  .main-header__links .main-header__link + .main-header__link {
    margin-left: 40px;
  }
  .sidebar, .sidebar_en, #sidebar_callback {
    width: 100%;
  }

  .faq-list {
    max-width: 100%;
    width: 100%;
  }

  .angle-down-icon {
    width: 3vmax;
    height: 2.2vmax;
  }

  .introduction-img img {
    max-width: 400px;
  }

  .portfolio-item,
  .product-item{
    width: 100%;
  }

  .container_lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .img-block {
    margin-bottom: 20px;
  }

  .button__wrap {
  padding: 25px 0;
  }

  .numbers{
    justify-content: space-around;
  }
  .partners {
    margin-bottom: 20px;
  }
  .team {
    margin-top: unset;
  }
  .product-rates {
    grid-template-columns:repeat(auto-fill, calc(33.334% - 9px));
  }
  .product-rates-list {

    grid-template-columns:repeat(auto-fill, calc(50% - 9px));
  }
    .inf_text a {
        font-size: 30px;
    }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .sidebar__content-actions--phones {
    flex-shrink: 0;
    width: 30vw;
  }
  .sidebar__content-actions--btn .button {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 992px) {

  .h1, h1 {
    font-size: 11vw;
  }

  .container, .container_sm, .container_xs, .container_lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-footer .email {
    font-size: 40px;
  }

  .contacts__text, .contacts__map {
    width: 100%;
    padding: 0;
  }

  .contacts__text .contacts-phones {
    font-size: 24px;
  }

  .contacts__map {
  margin-top: 40px;
  }

  #contact,
  .vacancy-send-form{
    width: 100%;
  }

  .calc-total__item-name {
    width: 68%;
  }
  .main-header__links a:not(.menu-button) {
    display: none;
  }
  .main-header__links {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
    justify-content: flex-end;
  }
  .introduction-list--item + .introduction-list--item {
    margin-top: 60px;
  }
  .about-container {
    flex-wrap: wrap;
  }
  .about-container .content-block:last-child {
    margin-left: unset;
  }
  .about-container .content-block {
    width: 100%;
  }

  .introduction-img {
    display: none;
  }

  .service-content .showcase {
    margin-top: 80px;
  }

  .portfolio__items,
  .product__items,
  .showcase {
    display: flex;
    flex-flow: column;
    grid-gap: unset;
  }
  .portfolio-item:nth-child(n),
  .product-item:nth-child(n){
    margin-top: unset;
    margin-bottom: unset;
  }

  .portfolio-item + .portfolio-item,
  .product-item + .product-item{
    margin-top: 40px;
  }

  .portfolio-item .portfolio-item__logo,
  .product-item .product-item__logo{
    height: 100%;
    max-height: 400px;
  }
  .news .product-item .product-item__logo {
    height: 100%;
  }
  .more-link {
    margin-top: 60px;
  }

  .more-link .spring--item {
    display: none;
  }
  
  .subservice-list {
    padding-left: unset;
  }

  .subservice-list__item {
    font-size: 24px;
    max-width: 90%;
  }
  
  .showcase__item-title {
    font-size: 32px;
  }

  .showcase__item + .showcase__item {
    margin-top: 80px;
  }

  .showcase__item {
    flex-flow: column;
  }

  .showcase__item .secondary-img {
    padding-top: 60px;
  }

  .showcase__item *  {
    padding: unset;
    margin-right: unset;
    width: 100%;
    margin: unset;
  }
  .showcase__item:nth-child(even) .showcase__item-inner--left {
    margin-left: unset;
  }
  .showcase__item:nth-child(2n+3) {
    padding-top: unset;
  }
  .showcase__item:nth-child(even) {
    flex-flow: column;
  }

  .showcase__item:nth-child(odd) .showcase__item-title,
  .showcase__item:nth-child(odd) .showcase__item-descr {
       padding: unset;
   }

   .showcase__item:nth-child(odd) .showcase__item-inner--left {
    padding-top: unset;
  }

   .showcase__item:nth-child(even) .showcase__item-title,
    .showcase__item:nth-child(even) .showcase__item-descr {
      margin-left: unset;
    }

    .showcase__item-title {
      margin-bottom: 40px;
    }
    
  .partners-wrapper {
    justify-content: space-between;
  }

  .owl-carousel-team {
    overflow: hidden;
  }
  .faq-list {
    width: 100%;
    max-width: 100%;
  }

  .faq-list__item-question {
    justify-content: space-between;
  }

  .inner-page--partners {
    padding-top: 80px;
  }

  .project__sub--images {
    flex-flow: column;
    align-items: center;
  }

  .project__sub-image--left {
    max-width: 100%;
    margin-right: unset;
    margin-bottom: 40px;
  }

  .project__sub-image--right {
    max-width: 100%;
  }
  .product-rates {
    grid-template-columns:repeat(auto-fill, calc(50% - 9px));
  }
.profile-authorize-wrapper {
  flex-wrap: wrap;
}
.profile-authorize {
  width: 100%;
  margin-right: unset;
  margin-bottom: 40px;
}
.profile-registration {
  width: 100%;
}
    .inf_text a {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
  
  body.overflow-h {
    overflow-y: hidden;
  }

  .fixed-nav {
    position: fixed;
  }

  .faq-list__item-question div {
    width: 80%;
  }

  .angle-down-icon {
    width: 40px;
    height: 15px;
  }

  .h1, .portfolio-hero__section .h1,
  .product-hero__section .h1{
    font-size: 40px;
  }
  .h1_mp {
    font-size: 32px;
  }
  .h3 {
    font-size: 20px;
  }

  .mp-portfolio .portfolio__items { 
    padding-top: 0px;
  }

  .main-header {
    padding: 20px;
    align-items: center;
  }

  .menu-button .burger-inner:after,
  .menu-button .burger-inner:before {
     background: #000;
   }

   .main-header_mp .burger-inner:after,
   .main-header_mp .burger-inner:before,
   .pf .burger-inner:after,
   .pf .burger-inner:before {
     background: #fff;
   }

  /* .main-header:not(.main-header_mp):not(.fixed-nav):not(.pf) .logo-img.img-white {
    background: url('images/logo.svg') left/75% no-repeat!important
  } */
    .main-header:not(.main-header_mp):not(.fixed-nav):not(.pf) .burger-inner:after, .main-header:not(.main-header_mp):not(.fixed-nav):not(.pf) .burger-inner:before  {
    background: #000;
  }
  
  .main-header:not(.main-header_mp):not([class^="color"]).fixed-nav .burger-inner:after,
  .main-header:not(.main-header_mp):not([class^="color"]).fixed-nav .burger-inner:before  {
    background: #fff;
  }
  
  .main-header:not(.main-header_mp):not([class^="color"]).fixed-nav .logo-img{
    background: url('images/logo_mp.svg') left/75% no-repeat!important
  }

  .main-header:not(.main-header_mp):not([class^="color"]).fixed-nav .logo-img.logo-eng{
    background: url('images/logo_mp_en.png') left/75% no-repeat!important
  }

  .fixed-nav .burger-menu--toggle .burger-inner:after,
  .fixed-nav .burger-menu--toggle .burger-inner:before {
    background: #fff;
  }

  .mp-section_img {
    text-align: center;
  }

  .partner--link {
    flex:1 0 100%;
    max-width: 100%;
  }
  .sidebar {
    width: 100%;
    right: -100%;
    display: none;
    position: fixed;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: 20px 20px;
    /*&__content{
			margin: 0 auto;
		}*/
  }

  .sidebar__inner {
    padding: 35px 40px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100vh;
  }

  .sidebar-close--btn {
    right: 20px;
    top: 26px;
  }

  #sidebar_callback {
    width: 100%;
  }

  .sidebar__content-menu--primary, .sidebar__content-actions--phones {
    width: 100%;
  }

  .sidebar__content-menu--primary {
    margin-right: unset;
  }

  .sidebar__content-menu--secondary {
    padding: unset;
  }

  .main-menu__link + .main-menu__link {
    margin-top: 20px;
  }

  .secondary__link + .secondary__link {
    margin-top: 20px;
  }

  .sidebar__content-menu--primary + .sidebar__content-menu--secondary {
    margin-top: 40px;
  }

  .sidebar__content-menu, .sidebar__content-actions {
    flex-flow: column;
  }

  .sidebar__content-actions--btn {
    margin-top: 40px;
  }

  .sidebar__content-actions--btn .button,
  .sidebar__inner .sidebar-form .button {
    padding: 15px;
    text-align: center;
    font-size: 18px;
  }
  .sidebar__inner .sidebar-form .button {
    width: 100%;
  }
  .main-menu__link {
    font-size: 32px;
  }

  .sidebar_active {
    right: 0;
  }
  .sidebar__content {
    margin: 15px 0;    
  }
  .col2 {
    width: 100%;
    float: none;
  }
  .col2, .col2:nth-of-type(even) {
    padding: 0;
  }
  .main-footer .links-wrap {
    text-align: center;
  }
  .introduction-list--item__header {
    font-size: 32px;
  }
  .portfolio-item__header,
  .product-item__header{
    width: 100%;
  }
  .content-block {
    margin-bottom: 20px;
  }
  .content-block__title {
    margin-bottom: 10px;
  }
    .calc__items,.calc__total
  {
    padding: 0;
    width: 100%;
  }
  .calc-item__title
  {
    font-size: 16px;
  }
  .main-footer{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .main-footer .footer-inner {
    padding: 30px 15px 70px;
  }

  .main-footer a {
    margin: 4px 0;
  }
  .main-footer .email {
    word-break: break-word;
    font-size: 32px;
  }

  .main-footer .col2 {
    align-items: center;
    text-align: center;
  }

  .main-footer .links-wrap {
    width: 100%;
  }

  .main-footer .top-container {
    flex-direction: column-reverse;
  }

  .main-footer .top-container .col2 + .col2 {
    margin-bottom: 30px;
  }

  .main-footer .text-wrap + .links-wrap {
    margin-top: 60px;
  }

  .main-footer .bottom-container {
    margin-top: 60px;
  }
  .numbers{
    flex-direction: column;
    align-items: center;
    margin: 100px 0 40px;
  }
  .numbers .numbers__item{
    margin: 30px 0;
    align-items: center;
  }
  .numbers__item:first-child{
    margin-top: 0;
  }
  .content-block ol.about-items li:nth-child(even){
    display: block;
    text-align: left;
  }
  .about-items li:nth-child(even) .profit-right span.title-name:before{
    left:-10px;
    right: auto;
  }
  .about-items .profit-right span.title-name:before{
    top: 33px;
  }
  .content-block ol.about-items li .profit-left{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .contacts-form__submit {
    padding-top: 0;
  }
  .owl-carousel-partners img {
    width: 100%;
  }

  .owl-carousel-partners {
    margin-bottom: 20px;
  }

  .owl-carousel-testimonials .owl-nav {
    display: none;
  }

  .testimonials {
    padding-top: 80px;
  }

  .testimonial--item__text {
    padding-right: unset;
    font-size: 24px;
  }
  .testimonials .owl-carousel-testimonials {
    padding-bottom: 40px;
  }
  .inner-page--team {
    padding: 20px;
  }

  .services {
    margin-bottom: 120px;
  }

  .services .service {
    flex-flow: column;
  }
  .services .service + .service {
    margin-top: 80px;
  }

  .service-name {
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }
  
  .services .service__title {
    font-size: 32px;
  }
  .service-name img {
    display: none;
  }
  .project__task-inner {
    flex-flow: column;
  }
  .project__task--description {
    margin-right: unset;
    margin-bottom: 60px;
  }
  .project__tasks--list {
    margin-left: unset;
    width: 100%;
  }
  .project__description-section {
    margin-bottom: 70px;
  }
  .project__tasks--list-header {
    margin-bottom: 40px;
  }
  .project__tasks--list-item {
    font-weight: 500;
    font-size: 20px;
  }
  .next__project-inner img {
    display: none;
  }
  .next__project--header {
    font-weight: 400;
    font-size: 8vw;
  }
  .next__project--name {
    font-size: 9vw;
  }
  .showcase__item-img.main-img {
    margin-top: 40px;
  }
  .about-container {
    margin-top: 80px;
  }
  .portfolio-hero__section--bg,
  .portfolio-hero__section,
  .product-hero__section--bg,
  .product-hero__section{
    height: 420px;
  }
  .portfolio:not(.mp-portfolio),
  .product{
    padding: 40px 0 80px;
  }
  .introduction-list:after {
    height: 3vh;
  }
  .pos-inner .content-block ul li {
    padding-left: 40px;
  }
  .pos-inner {
    flex-flow: column;
  }
  .contacts__text--inner {
    padding-right: unset;
  }
  .contacts__text .contacts-header {
    font-size: 32px;
  }
  .partners {
    margin-top: 70px;
  }


  .product-side {
    width: 100%;
    margin-right: unset;
    margin-bottom: 40px;
  }

  .product-list__item-img {
    object-fit: cover;
  }

  .prod-item {
    flex-flow: column;
  }
  .product-rates-list {
    grid-template-columns:repeat(auto-fill, 100%);
  }
  .profile-inner-info {
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: repeat(4,1fr);
    gap: 10px;
    
  }
    .inf_text a {
        font-size: 24px;
    }

    /*--14ers--*/
  .ears_text p {
    align-items: center;
    font-size: 13px;
  }

  .ears_text span {
      font-size: 25px;
  }

   /*banner-cookie*/
  #banner-cookie .banner-cookie-item > div:first-child > div:last-child {
    flex-direction: column;
  }

  #banner-cookie .banner-cookie-item > div:first-child,
  #banner-cookie .banner-cookie-item > div:last-child > div {
    max-height: 55vh;
    overflow-y: auto;
  }
  /*banner-cookie*/
}

@media screen and (max-height: 590px){

  .main-menu li a{
    font-size: 1em;
  }
  .main-menu ul.submenu a{
    font-size: .8em;
  }
  .sidebar__content {
    margin: 60px 0;
  }
  .sidebar__company{
    margin-bottom: 15px;
  }
}


@media screen and (max-width: 560px) {
  .main-header__links {
    width: unset;
  }
  .mp-header__video video {
    left: -80%;
  }
  .project__solution--description,
  .project__result--description {
    text-align: left;
  }
  .project__solution--description {
    width: 100%;
  }

  .categories li {
    width: 100%;
  }

  .categories .button {
    white-space: pre-wrap;
    font-size: 16px;
    margin: unset;
    width: 100%;
  }

  .categories li + li {
    margin-top: 7px;
  }

  .portfolio-hero__section .h1,
  .product-hero__section .h1{
    font-size: 28px;
    max-width: 100%;
    word-break: break-word;
  }
  .subservice__header {
    font-size: 32px;
  }
  .project__body {
    font-size: 24px;
    max-width: 100%;
    line-height: 1.3;
    overflow-wrap: break-word;
  }
  .project__name {
    margin-bottom: 80px;
  }
  .project__name span {
    display: inline-block;
    margin-bottom: 20px;
  }
  .contacts-form__submit {
    text-align: center;
  }

  .contacts-form__submit input:first-child {
    float: none !important;
  }

  .button__wrap {
    flex-wrap: wrap;
  }

  .button__wrap .button {
    min-width: 225px;
  }

  .button__wrap .button:nth-child(2) {
    margin-top: 14px;
  }
  .product-rates {
    grid-template-columns: repeat(auto-fill, 100%);
  }
    .inf_text a {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px) {
  .h1, .h1_mp {
    font-size: 32px;
  }
  input[type="text"], textarea, input[type="password"] {
    font-size: 16px;
  }
  .form-header {
    font-size: 32px;
  }
  .faq-list__item-question {
    font-size: 24px;
  }
  .block-header-bold {
    font-size: 32px;
  }
  .main-footer .logo img {
    height: 40px;
  }
  .main-footer .email {
    font-size: 24px;
  }
  .main-footer .phone,
  .main-footer .text-wrap {
    font-size: 20px;
  }
  .main-footer .links-wrap {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .main-header__logo .logo-img {
    background-position: left!important;
    background-size: 75%!important;
  }
  .portfolio-item,
  .mp-portfolio .portfolio-item:nth-last-child(1),
  .mp-portfolio .portfolio-item:nth-last-child(2),
  .portfolio-item {
    width: 100%;
    line-height: 1.2;
  }
  .portfolio-item__header,
  .product-item__header{
    font-size: 24px;
  }
  .h1 {
    font-size: 32px;
  }
  .h2 {
    font-size: 28px;
  }
  .mp-section__header {
    padding: 20px 0;
  }
  .main-header .phone {
    width: 100%;
    display: block;
  }
  .col4
  {
    padding: 0;
  }

  .services_sm .service {
    margin: 0 auto;
  }
  .mp-header {
    min-height: 480px;
  }
  .mp-header__content {
    margin-top: 100px;
  }
  .mp-header__socials, .mp-header__write {
    display: none;
  }
  .benefits-item {
    width: 100%;
  }

  .main-content {
    padding-bottom: 0;
  }

  .main-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer .logo {
    width: 100%;
    text-align: center;
  }

  .img-block__img {
    margin-bottom: 15px;
  }
  .contacts .phone {
    font-size: 16px;
  }
  .project-prop__label, .project-prop__value {
    width: 100%;
    float: none;
  }
  .calc .table-cell
  {
    display: block;
  }
  .calc-item__options
  {
    width: 100%;
  }
  .calc-item__checkbox,.calc-item__price
  {
    float: left;
    width: 50%;
    text-align: start;
  }
  .calc-item__checkbox
  {
    text-align: right;
  }

  .contacts-form__submit {
    padding-bottom: 30px;
  }

  .calc .button {
    margin: 10px 0 30px 0;
    font-size: 16px;
    width: 100%;
    padding: 15px;
  }
  .calc-item select {
    font-size: 16px;
  }
  .form-wrap {
    max-width: 100%
  }
  .recovery-container {
    max-width: 100%;
  }
  .form-wrap .tabs .tab-header a {
    padding: 0.5em 0.7em;
    font-size: 0.8em;
  }
  .form-wrap .tabs-content {
    padding: 0 0.7em 1em;
  }
  .rate-action.button_sm {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }

    .button.button_box {
        padding: 3px 10px;
        margin: 0;
    }

    .loader {
        width: 36px;
        height: 36px;
    }
  .rate-side .rate-action + .rate-action {
    margin-top: 5px;
    margin-left: unset;
  }
      /*banner-cookie*/
  #banner-cookie .banner-cookie-item {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  #banner-cookie .banner-cookie-item > div:first-child > div:last-child,
  #banner-cookie [data-ck-br-ss-accept] { width: 100%; }
  #banner-cookie .banner-cookie-item > div:first-child,
  #banner-cookie .banner-cookie-item > div > div:last-child > div:last-child { flex-direction: column; }
  /*banner-cookie*/
}

@media screen and (max-width: 420px){
  .about-items .profit-right span.title-name:before {
    top: 28px;
  }
  .about-items .profit-right .title-name{
    font-size: 1em;
  }

  .form-actions .button_md,
  .form-wrap .button_md,
  .form-wrap .button_md {
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
}

@media screen and (max-width: 320px) {
  /*banner-cookie*/
  #banner-cookie .banner-cookie-item {padding: 10px;}
  #banner-cookie .custom-checkbox + span {
    padding-left: 0;
  }
  /*banner-cookie*/
}
.contacts__text .contacts-phones {
        display: flex;
        gap: 5px;
    align-items: center;
}
.contacts__phones .contacts-phones img {
    width: 30px;
    height: auto;
    filter: grayscale(1);
    opacity: 0.5;
}
.contacts__phones .contacts-phones:hover img {
    filter: grayscale(0);
    opacity: 0.8;
}
@media screen and (min-width: 992px) {
    .contacts__phones .contacts-phones img {
        width: 40px;
    }
}
@media screen and (min-width: 992px) {
    .contacts__phones .contacts-phones {
        font-size: 40px;
        gap: 10px;
    }
}

.sidebar__content-actions--phones .action-link {
    display: flex;
    gap: 5px;
    line-height: 1.5;
}
.sidebar__content-actions--phones .action-link img {
    width: 20px;
    height: auto;
    filter: grayscale(1);
    opacity: 0.5;
}

.sidebar__content-actions--phones .action-link:hover img {
    filter: grayscale(0);
    opacity: 0.8;    
}
.sites-products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 30px 20px;
    padding-bottom: 60px;
}
.sites-products > li {
    list-style: none;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.sites-products li a {
    padding: 30px 20px;
    background: #e3edfb;
    height: 100%;
    text-decoration: none;
}
.sites-products li a h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}
.sites-products li a p{
    line-height: 1.3;
}
.sites-products li a:hover h2 {
    text-decoration: underline;
    color: #DD2323;
}
.sites-products li div{
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    color: #000;
    background: #bdd8ff;
}
.sites-products li div span {
    font-weight: 700;
} 
.sites-products li ul {
    background-color: #f3f3f3;
    padding: 15px 20px;
    margin: 0;
}
.sites-products li ul li{
    list-style: none;
    line-height: 1.3;
}
.sites-products li a:last-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    height: 50px;
    background: #85ba23;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    color: #fff;
    transition: .3s all;
    cursor: pointer;
    flex: 1 0 50px;
}
.sites-products li a:last-of-type:hover {
    background: #DD2323;
}
@media (min-width: 768px) {
    .sites-products > li {
        width: calc(50% - 10px);
    }
}
@media (min-width: 1200px) {
    .sites-products > li {
        width: calc(33.333333% - 15px);
    }
}
.service-main__content--item {
    padding-bottom: 60px;
}
.service-main__content--item .calculator-link {
    justify-content: center;
}
.sites-products img {
    height: 300px;
    object-fit: cover;
}

::selection {
    background: var(--accent-color);
    color: #fff;
}

.sites-main {
    padding: 50px 0;
    background: #306CBD;
}
.sites-main .sites-products{
    padding: 0;    
}
.sites-main .sites-products li a h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
}
.sites-main .sites-products li a p {
    font-size: 16px;
}
.sites-main .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.sites-main .row > h2 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
}
.sites-main .row > p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    margin: 0;
}
.sites-main .sites__btn {
    background: #fff;
    color: #0065C2;
    border: 1px solid #fff;
}
.sites-main .sites__btn:hover {
    color: #FFFFFF;
    background: var(--accent-color);
    border-color: var(--accent-color);
}
.sites-main .content-link {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.sites-main .content-link:hover {
    color: var(--accent-color);
}
.sites-main .sites-products li a:last-of-type {
    font-weight: 600;
    font-size: 20px;
}
.sites-main .sites-products li a {
    background: #fff;
}
.sites-main .sites-products li .sidebar-btn{
    background: #85ba23;
}
.sites-platform {
    padding: 50px 0;
}
.sites-stack {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sites-stack svg{
    width: 50px;
    height: 50px;
}
.sites-platform h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
}
.sites-platform p {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}
.sites-platform .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.sites-platform ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0;
    margin: 0;
}
.sites-platform ul li{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.sites-platform ul li h6 {
    font-size: 20px;
    font-weight: 500;
}
.sites-platform ul li p{
    font-size: 16px;
    text-align: left;
}
.sites-platform svg{
    width: 100px;
    height: 100px;
}

.sites-clients {
    padding: 50px 0;
}
.sites-clients ul {
    padding: 0;
}
.faq {
    padding: 50px 0;
}
.sites-clients h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 60px;
    font-weight: 400;
    text-align: center;
}
.sites-clients p {
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}
.sites-info {
    padding: 50px 0;
    background: var(--section-bg-color); 
}
.sites-info .row{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.sites-info h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.sites-info__phones div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sites-info__phones a{
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
}
.sites-info__phones a img{
    width: 50px;
    height: 50px;
}
.sites-info__phones a:hover{
    color: var(--accent-color);
}
.sites-info__phones ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.sites-info__phones ul li{
    position: relative;
    color: #fff;
}
.sites-info__phones ul li:not(:last-child)::before{
    content: "/";
    display: block;
    position: absolute;
    right: -20px;
}
.sites-info__phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.sites-info__phones div{
    gap: 32px;
}
.sites-info__phones{
    gap: 64px;
}
.sites-portfolio{
    padding: 50px 0;
    background: #202020;
}
.sites-portfolio h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 60px;
    font-weight: 400;
}
.sites-portfolio ul{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    padding: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sites-portfolio ul li{
    width: 100%;
}
.sites-portfolio ul li a{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sites-portfolio .row > a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: var(--main-transition-duration) ease all;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.sites-portfolio .row > a:hover{
    color: var(--accent-color);
}
.sites-portfolio ul li a img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.sites-portfolio ul li a p{
    color: #fff;
    margin: 0;
}
.sites-all-products {
    padding: 100px 0 40px;
}
.sites-desc {    
    margin: 0 auto;
}
.sites-desc .numbers__big-num{
    font-weight: 400;
}
.sites-desc .numbers {
    margin: 30px 0;
}
.sites-desc .content-block p:not(.numbers__big-num) {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}
.faq-header {
    font-size: 30px;
}

.sites-platform a {
    background: #85ba23;
    font-weight: 700;
    color: #fff;
}
.sites-platform a:hover {
    background-color: var(--accent-color);
    color: #fff;
}
@media screen and (min-width:768px) {

    .faq {
        padding: 100px 0;
    }
    .sites-main {
        padding: 100px 0;
    }

    .sites-main .row {
        gap: 64px;
    }
    .sites-main .row > h2 {
        font-size: 80px;
    }
    .faq-header {
        font-size: 50px;
    }
    .sites-main .row > p {
        font-size: 50px;
    }
    .sites-clients h2 {
        font-size: 50px;
    }
    .sites-desc {
        padding: 0 0 100px;
    }
    .sites-platform .row {
        gap: 64px;
    }
    .sites-platform {
        padding: 100px 0;
    }
    .sites-platform h2 {
        font-size: 50px;
    }
    .sites-platform svg{
        width: 100px;
        height: 100px;
    }
    .sites-platform ul {
        list-style: none;
        display: flex;
        gap: 64px;
        padding: 0;
        margin: 0;
    }
    .sites-info {
        padding: 100px 0;
    }
    .sites-platform ul li{
        width: calc(50% - 32px);
    }
    .sites-info h2 {
        font-size: 50px;
    }
    .sites-info .row {
         display: flex     ;
         flex-direction: column;
         gap: 64px;
     }
    .sites-info__phones a {
         font-size: 32px;
     }
    .sites-portfolio {
        padding: 100px 0;
    }
    .sites-portfolio h2 {
        font-size: 50px;
        margin-bottom: 300px;
    }
    .sites-portfolio ul li{
        width: calc(33.333333% - 22px);
    }
    .sites-portfolio ul li{
        width: calc(33.333333% - 22px);
    }
    .sites-portfolio ul li:nth-child(2){
        margin-top: -200px;
    }
    .sites-portfolio ul li:nth-child(3){
        margin-top: -300px;
    }
    .sites-portfolio ul li a img{
        max-width: 500px;
        height: 500px;
        width: 100%;
        object-fit: cover;
    }
}
@media screen and (min-width:992px) {
    .sites-desc .numbers {
        margin: 0;
    }
}

@media screen and (min-width:1200px) {
    
    .sites-main .row > h2 {
        font-size: 100px;
    }
    .sites-main .content-link {
        font-size: 20px;
        font-weight: 400;
    }
    .sites-main .row > p {
        font-size: 50px;
        margin-top: -50px;
    }

    .faq-header {
        font-size: 50px;
    }
    .sites-platform h2 {
        font-size: 50px;
    }
    .sites-platform svg {
        width: 200px;
        height: 200px;
    }
    .sites-platform ul li h6 {
        font-size: 30px;
    }
    .sites-platform ul li p {
        font-size: 18px;
        text-align: left;
    }
    .sites-info__phones a {
        font-size: 50px;
    }
    .sites-info__phones ul li {
        font-size: 20px;
    }
    .sites-portfolio ul li a p {
        font-size: 26px;
    }
    .sites-portfolio .row > a {
        font-size: 20px;
    }
    .sites-portfolio h2 {
        font-size: 50px;
    }
    .sites-info h2 {
        font-size: 50px;
        text-align: center;
    }
    .sites-info {
        padding: 100px 0;
    }
    .sites-clients h2 {
        font-size: 50px;
        text-align: center;
    }
    .sites-desc {
        padding: 100px 0;
    }
}