@charset "UTF-8";
/*@font-face {
  font-family: "Panton";
  src: local("Panton  light"), local("Panton--light"), url("../fonts/panton-light.woff2") format("woff2"), url("../fonts/panton-light.woff") format("woff"), url("../fonts/panton-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Panton";
  src: local("Panton  Regular"), local("Panton--Regular"), url("../fonts/panton-regular.woff2") format("woff2"), url("../fonts/panton-regular.woff") format("woff"), url("../fonts/panton-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Panton';
  src: local('panton  semibold'), local('panton--semibold'),
      url('../fonts/panton-semibold.woff2') format('woff2'),
      url('../fonts/panton-semibold.woff') format('woff'),
      url('../fonts/panton-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Panton";
  src: local("Panton  Bold"), local("Panton--Bold"), url("../fonts/panton-bold.woff2") format("woff2"), url("../fonts/panton-bold.woff") format("woff"), url("../fonts/panton-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}*/
@font-face {
    font-family: "Manrope";
    src: local("Manrope Light"), local("Manrope-Light"),
    url("../fonts/manrope/static/Manrope-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: local("Manrope Regular"), local("Manrope-Regular"),
    url("../fonts/manrope/static/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: local("Manrope SemiBold"), local("Manrope-SemiBold"),
    url("../fonts/manrope/static/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: local("Manrope Bold"), local("Manrope-Bold"),
    url("../fonts/manrope/static/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

input, textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
}

input:active, input:focus,
textarea:active, textarea:focus {
  outline: 0;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #282828;
  font-family: "Manrope", sans-serif;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    /*font-size: 13px;*/
    font-size: 16px;
  }
}

.body-overflow {
  overflow: hidden;
}

a {
  color: currentcolor;
}

@media (min-width: 768px) {
  a:hover {
    color: currentcolor;
    text-decoration: none;
  }
}
p {
  line-height: 150%;
  padding: 0;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px 0;
  }
}

.pic-left {
  float: left;
  max-width: 50%;
  margin: 0 50px 20px 0px;
}
.pic-left img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .pic-left {
    margin: 0 30px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pic-left {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0px;
  }
}

.pic-right {
  float: right;
  max-width: 50%;
  margin: 0 0 20px 50px;
}
.pic-right img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .pic-right {
    margin: 0 0 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .pic-right {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0px;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-show {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .tablet-hide {
    display: block !important;
  }
  .tablet-show {
    display: none !important;
  }
}
.header-wrapper {
  position: relative;
  height: 90px;
}
@media (max-width: 1199px) {
  .header-wrapper {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper {
    height: 68px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0 20px;
  background: #fff;
  border-bottom: #E4E4E4 1px solid;
  line-height: 1.2;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 0 10px;
  }
}

.header-fix {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 5px 10px;
}

.header__b {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 134px;
  height: 60px;
  background: url("../img/logo.svg") no-repeat center center/134px;
  margin: 0 10px 3px 0;
}
@media only screen and (max-width: 991px) {
  .header__logo {
    width: 115px;
    height: 51px;
    background-size: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 84px;
    height: 38px;
    background-size: 84px;
  }
}
.header__logo a {
  display: block;
  width: inherit;
  height: inherit;
}
.header__menu {
  margin: 0 10px;
  /*padding: 0 4%;*/
  padding: 0;
}
@media (max-width: 1199px) {
  .header__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 58px;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 58px;
    padding: 0;
  }
}
.header__search {
  margin: 0 10px;
}
@media (max-width: 1199px) {
  .header__search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media (max-width: 550px) {
	.header__search
	{
		display:none;
	}
}

.header__ln {
  margin: 0 0 0 10px;
}

@media (min-width: 1200px) {
  .main-menu {
    padding: 0;
  }
  .main-menu__ico {
    position: relative;
    display: none;
  }
  .main-menu__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
  }
  .main-menu__ul > li {
    position: relative;
    margin: 0 10px;
    padding: 0;
  }
  .main-menu__ul > li > a {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    padding: 36px 0;
    text-align: center;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .main-menu__ul > li > a:hover {
    font-weight: bold;
  }
  .main-menu__ul > li > a span {
    position: relative;
    display: inline-block;
  }
  .main-menu__ul > li > a span:before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
  }
  .main-menu__ul > li.have-submenu > a > span {
    padding-right: 12px;
  }
  .main-menu__ul > li.have-submenu > a > span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 50%;
    margin: -2px 0 0 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #282828;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background: #A4F348;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__level2 {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
  }
  .main-menu__level2 > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .main-menu__level2 > ul > li {
    margin: 0;
    padding: 11px 25px 8px 25px;
  }
  .main-menu__level2 > ul > li > a {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #282828;
    text-decoration: none;
  }
  .main-menu__content {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .main-menu__level2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    padding: 0px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0s ease, opacity 0.3s ease;
    -o-transition: max-height 0s ease, opacity 0.3s ease;
    transition: max-height 0s ease, opacity 0.3s ease;
  }
  .main-menu__ul > li:hover .main-menu__level2 {
    padding: 0;
    opacity: 1;
    max-height: 1000px;
    overflow: unset;
    -webkit-transition: max-height 0s ease, opacity 0.3s ease;
    -o-transition: max-height 0s ease, opacity 0.3s ease;
    transition: max-height 0s ease, opacity 0.3s ease;
    z-index: 3;
  }
  .main-menu__ul > li:hover > a {
    font-weight: bold;
  }
  .main-menu__ul > li:hover > a::before {
    width: 100%;
    background: #A4F348;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li.have-submenu:hover > a > span::after {
    margin: -2px 0 0 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 0px solid #282828;
    border-bottom: 4px solid #282828;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__level2 > ul > li > a:hover,
  .main-menu__level2 > ul > li:hover > a {
    font-weight: bold;
    text-decoration: underline;
    transition: all 0.3s ease;
  }
  .main-menu__m-search {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-menu {
    width: 54px;
  }
  .main-menu > a.main-menu__ico {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    cursor: pointer;
    z-index: 30;
  }
  .main-menu__ico span {
    position: absolute;
    display: block;
    height: 2px;
    left: 0px;
    right: 0px;
    top: 39px;
    background-color: #245EBA;
    -webkit-transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, -webkit-transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, -webkit-transform 0.2s ease 0s;
    -o-transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s, opacity 0.2s ease 0.25s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  }
  .main-menu__ico span:nth-child(1) {
    top: 27px;
  }
  .main-menu__ico span:nth-child(3) {
    top: 51px;
  }
  .main-menu.open .main-menu__ico span {
    left: 0px;
    opacity: 0;
    background-color: #245EBA;
    -webkit-transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0.25s;
    -o-transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0.25s, -webkit-transform 0.2s ease 0.25s;
  }
  .main-menu.open .main-menu__ico span:first-child {
    left: 0px;
    opacity: 1;
    top: 39px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .main-menu.open .main-menu__ico span:nth-child(3) {
    left: 0px;
    opacity: 1;
    top: 39px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 100%;
    right: 0px;
    left: 0px;
    min-height: 0vh;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    z-index: 5;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .main-menu.open .main-menu__items {
    display: block;
    max-height: calc(100vh - 67px);
    overflow: unset;
    opacity: 1;
    -webkit-transition: all 0.3s linear, opacity 0.2s linear;
    -o-transition: all 0.3s linear, opacity 0.2s linear;
    transition: all 0.3s linear, opacity 0.2s linear;
    border-top: #E4E4E4 1px solid;
  }
  .main-menu__items > div {
    width: 100%;
    min-height: 100%;
    padding: 0 20px;
  }
  .main-menu__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0px -5px;
    padding: 0;
    list-style: none;
    border-bottom: #E4E4E4 1px solid;
  }
  .main-menu__ul > li {
    margin: 0;
    padding: 0;
  }
  .main-menu__ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #282828;
    text-decoration: none;
    padding: 18px 0;
    text-align: center;
  }
  .main-menu__ul > li > a span {
    position: relative;
    display: inline-block;
  }
  .main-menu__ul > li > a span:before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
  }
  .main-menu__ul > li.have-submenu > a > span {
    padding-right: 12px;
  }
  .main-menu__ul > li.have-submenu > a > span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 50%;
    margin: -2px 0 0 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #282828;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li > a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background: #83b64c;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li .main-menu__level2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li.open .main-menu__level2 {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li.open > a {
    font-weight: bold;
  }
  .main-menu__ul > li.open > a > span::after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .main-menu__level2 > ul {
    margin: 8px 0;
    padding: 0;
    list-style: none;
  }
  .main-menu__level2 > ul > li {
    margin: 0;
    padding: 0;
  }
  .main-menu__level2 > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: #6D6D6D;
    padding: 12px 0;
    text-decoration: none;
  }
  .main-menu__m-search {
    display: none;
  }


}
@media (max-width: 767px) {
  .header__menu {
    margin: 0 0 0 38px;
  }
  .main-menu.open .main-menu__items {
    overflow: auto;
  }
  .main-menu {
    width: 42px;
  }
  .main-menu > a.main-menu__ico {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    cursor: pointer;
    z-index: 30;
  }
  .main-menu__ico span {
    top: 27px;
  }
  .main-menu__ico span:first-child {
    top: 15px;
  }
  .main-menu__ico span:nth-child(3) {
    top: 39px;
  }
  .main-menu.open .main-menu__ico span:first-child {
    top: 27px;
  }
  .main-menu.open .main-menu__ico span:nth-child(3) {
    top: 27px;
  }
  .main-menu__items > div {
    padding: 0px 10px;
  }
  .main-menu__ul {
    display: block;
    position: relative;
    margin: 0;
  }
  .main-menu__ul > li {
    padding: 0;
    border-bottom: 1px solid #E4E4E4;
  }
  .main-menu__ul > li:last-child {
    border-bottom: 0px solid #E4E4E4;
  }
  .main-menu__ul > li > a {
    padding: 19px 0 14px 0;
    font-size: 14px;
  }
  .main-menu__ul > li .main-menu__level2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
  }
  .main-menu__level2 > ul {
    margin: -10px 0 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
  }
  .main-menu__level2 > ul > li {
    margin: 0;
    padding: 0;
  }
  .main-menu__level2 > ul > li > a {
    padding: 10px 0;
    font-size: 14px;
  }
  .main-menu__m-search {
    display: block;
  }


}
.main-menu__ul > li > a.selected {
  font-weight: bold;
}

.main-menu__level2 > ul > li > a.selected {
  color: #83b64c;
}

.search-b {
  position: relative;
  width: 50px;
}
@media (max-width: 1199px) {
  .search-b {
    margin: 0 0 0 auto;
  }
}

.search-link {
  position: relative;
  z-index: 2;
}

.search-link a,
.search-link a:hover {
  display: block;
  width: 50px;
  height: 50px;
  border: 0px solid;
  background: transparent url("../img/ico-search.svg") no-repeat center center/15px;
}
@media only screen and (max-width: 991px) {
  .search-link a,
.search-link a:hover {
    background-size: 26px;
  }
}

.search-content {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  z-index: 1;
}
.search-content.open {
  position: absolute;
  right: 0;
  width: 850px;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 3;
}

@media only screen and (max-width: 1050px) {
  .search-content.open {
    width: 650px;
  }
}

@media only screen and (max-width: 991px) {
  .search-content.open {
    width: 365px;
  }
}



.search-inp {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  font-weight: 300;
  font-size: 13px;
  color: #282828;
  line-height: 48px;
  padding: 0 50px 0 50px;
}

.search-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  border: 0;
  background: transparent url("../img/ico-search.svg") no-repeat center center/15px;
}
@media only screen and (max-width: 991px) {
  .search-btn {
    background-size: 26px;
  }
}

.search-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  border: 0;
  background: url("../img/ico_search_close.svg") no-repeat center center;
}
@media only screen and (max-width: 991px) {
  .search-close {
    background-size: 26px;
  }
}

.bsearch-inp {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  font-weight: 300;
  font-size: 13px;
  color: #282828;
  line-height: 48px;
  padding: 0 50px 0 22px;
}

.bsearch-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  border: 0;
  background: transparent url("../img/ico-search.svg") no-repeat center center/15px;
}
@media only screen and (max-width: 991px) {
  .bsearch-btn {
    background-size: 26px;
  }
}

.main-menu__m-search {
  position: relative;
  margin: 22px 0 3px 0;
}

.m-search-inp, .m-search-inp:focus, .m-search-inp:active {
  width: 100%;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  font-weight: 500;
  font-size: 13px;
  line-height: 40px;
  color: #282828;
  outline: none;
  padding: 0 0 0 36px;
}

.m-search-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent url("../img/ico-search.svg") no-repeat center center/15px;
  z-index: 2;
}

.search-inp::-webkit-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.search-inp::-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.search-inp:-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.search-inp:-ms-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.m-search-inp::-webkit-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.m-search-inp::-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.m-search-inp:-moz-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.m-search-inp:-ms-input-placeholder {
  color: #B3B3B3;
  opacity: 1;
}

.ln-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}

.ln-menu a {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.ln-menu a:before {
  content: attr(data-title);
  display: block;
  font-weight: bold;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.ln-menu a.active {
  color: #282828;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .ln-menu a:hover {
    color: #282828;
    font-weight: bold;
  }
}
.promo-slider {
  background: #245EBA;
  position: relative;
  z-index: 1;
}

.promo-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-slider .slick-track .slick-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-slider .slick-track .slick-slide > div {
  width: 100%;
}

.promo {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 90px);
  padding: 0 20px;
}
@media (max-width: 1380px) {
  .promo {
    padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  .promo {
    min-height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .promo {
    min-height: calc(100vh - 68px);
    padding: 0 30px;
  }
}
.promo__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.promo__img-main, .promo__img-main-normal, .promo__img-main-tablet, .promo__img-main-mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.promo__img-main-normal video, .promo__img-main-tablet video, .promo__img-main-mobile video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.promo__img-main-normal {
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.promo__img-main-tablet {
  display: none;
}
.promo__img-main-mobile {
  display: none;
}
.promo__img-main img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.promo__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.promo__content-in {
  width: 60%;
  color: #FFFFFF;
  padding: 40px 0;
}
.promo__title {
  font-size: 80px;
  line-height: 100%;
  margin: 10px 0;
}
.promo__title > span {
  color: #A4F348;
}
.promo__text {
  font-size: 26px;
  line-height: 150%;
  margin: 10px 0 70px 0;
}
.promo__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px -5px;
  align-items: flex-start;

}
.promo__btns > a {
  margin: 5px 5px;
  width: 100%;
  max-width: 215px;
}
.promo__content-in > *:first-of-type {
  margin-top: 0;
}
.promo__content-in > *:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1380px) {
  .promo__content-in {
    width: 100%;
    padding: 60px 0;
  }
  .promo__img-main-normal {
    display: none;
  }
  .promo__img-main-tablet {
    display: block;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .promo__img-main-mobile {
    display: none;
  }
  .promo__img-main img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .promo__title {
    font-size: 70px;
    margin: 40px 0;
  }
  .promo__text {
    font-size: 26px;
    line-height: 150%;
    margin: 40px 0 50px 0;
  }
  .promo__btns {
    margin: 40px -5px;
  }
}
@media only screen and (max-width: 767px) {
  .promo__content-in {
    width: 100%;
    text-align: center;
  }
  .promo__img-main-normal {
    display: none;
  }
  .promo__img-main-tablet {
    display: none;
  }
  .promo__img-main-mobile {
    display: block;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .promo__img-main img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .promo__title {
    font-size: 35px;
    margin: 12px 0;
  }
  .promo__text {
    font-size: 18px;
    line-height: 150%;
    margin: 12px 20px 36px 20px;
  }
  .promo__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 36px -5px;
  }
}

.btn, .btn:hover {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn, .btn:hover {
    font-size: 14px;
    padding: 15px 30px;
  }
}

.btn-small, .btn-small:hover {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 11px 34px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn-small, .btn-small:hover {
    font-size: 14px;
    padding: 11px 20px;
  }
}

.btn-small svg, .btn-small:hover svg {
  stroke: currentColor;
}

.btn_blue-round {
  color: #154899;
  background: #FFFFFF;
  border: 1px solid #154899;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .btn_blue-round:hover {
    color: #FFFFFF;
    background: #154899;
    border: 1px solid #154899;
  }
}
.btn_green-border {
  color: #A4F348;
  border: #A4F348 1px solid;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .btn_green-border:hover {
    color: #245EBA;
    border: #A4F348 1px solid;
    background: #A4F348;
  }
}
.btn_blue-border {
  color: #245EBA;
  border: #245EBA 1px solid;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .btn_blue-border:hover {
    color: #A4F348;
    border: #245EBA 1px solid;
    background: #245EBA;
  }
}
.btn_white-border {
  color: #fff;
  border: #fff 1px solid;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .btn_white-border:hover {
    color: #245EBA;
    border: #fff 1px solid;
    background: #fff;
  }
}
.btn_blue {
  color: #fff;
  border: #245EBA 1px solid;
  background: #245EBA;
}

@media only screen and (min-width: 768px) {
  .btn_blue:hover {
    color: #245EBA;
    border: #245EBA 1px solid;
    background: #fff;
  }
}
.btn_transparent {
  color: #334E7A;
  border: transparent 1px solid;
  background: transparent;
  border-radius: 20px;
}

@media only screen and (min-width: 768px) {
  .btn_transparent:hover {
    color: #282828;
    border: #C4C4C4 1px solid;
    background: #FAFAFA;
  }
}
h2, .h2 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
  color: #282828;
}
@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #282828;
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  padding: 0;
  margin: 0 0 23px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #282828;
}
@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 15px;
  }
}

.head_padd {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .head_padd {
    margin-bottom: 20px;
  }
}

a.link-dashed {
  color: currentColor;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
@media only screen and (min-width: 768px) {
  a.link-dashed:hover {
    border-bottom: 1px solid transparent;
  }
}

.text-white, .text-white:hover {
  color: #fff !important;
}

.text-green, .text-green:hover {
  color: #A4F348;
}

.text-darkgreen, .text-darkgreen:hover {
  color: #8CC747;
}

.text-blue, .text-blue:hover {
  color: #245EBA;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.w-100 {
  width: 100%;
}

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

@media only screen and (max-width: 991px) {
  .w-tablet-100 {
    width: 100%;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-b {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .section-b {
    padding: 0 10px;
  }
}
.section-b_grey {
  background: #F9F9F9;
}
.section-b_combs {
  /*background: url("../img/bg-combs.png") no-repeat 0 calc(100% - 53px);*/
}
.section-b_combs2 {
  /*background: #F9F9F9 url("../img/bg-combs2.svg") no-repeat calc(100% - 47px) center;*/
}
.section-b_combs3 {
  /*background: url("../img/bg-combs3.svg") no-repeat 100% calc(100% - 52px);*/
}
.section-b_combs4 .section {
  /*background: url("../img/bg-combs4.svg") no-repeat 0% calc(100% - 90px);*/
}
/*.section-b_combs5 {
  background: url("../img/bg-combs.png") no-repeat 0 calc(100% - 53px), url("../img/bg-combs5.svg") no-repeat right center;
}*/
@media only screen and (max-width: 991px) {
  .section-b_combs5 {
    background: #fff;
  }
}
.section-b_history {
  background: url("/local/templates/.default/img/lines-company/company.png") no-repeat, linear-gradient(180deg, #296883 -9.15%, #1F2B57 89.11%);
  background-size: cover;
  background-position: center;
  /*background: url("../img/bg-combs6.svg") no-repeat 80% 40px, url("../img/bg-combs7.svg") no-repeat 60% calc(100% - 120px), -webkit-gradient(linear, left top, left bottom, color-stop(-9.15%, #296883), color-stop(89.11%, #1F2B57));
  background: url("../img/bg-combs6.svg") no-repeat 80% 40px, url("../img/bg-combs7.svg") no-repeat 60% calc(100% - 120px), -o-linear-gradient(top, #296883 -9.15%, #1F2B57 89.11%);
  background: url("../img/bg-combs6.svg") no-repeat 80% 40px, url("../img/bg-combs7.svg") no-repeat 60% calc(100% - 120px), linear-gradient(180deg, #296883 -9.15%, #1F2B57 89.11%);
  */
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-b_history {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.15%, #296883), color-stop(89.11%, #1F2B57));
    background: -o-linear-gradient(top, #296883 -9.15%, #1F2B57 89.11%);
    background: linear-gradient(180deg, #296883 -9.15%, #1F2B57 89.11%);*/
  }
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}

.section-padd {
  padding: 90px 0 90px 0;
}
@media only screen and (max-width: 991px) {
  .section-padd {
    padding: 40px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padd {
    padding: 30px 0 30px 0;
  }
}

.section-padd_small {
  padding: 45px 0 90px 0;
}
@media only screen and (max-width: 991px) {
  .section-padd_small {
    padding: 40px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padd_small {
    padding: 30px 0 30px 0;
  }
}


.section__head {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .section__head {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 22px;
  }
}
.section__head_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section__head-link {
  margin-top: 5px;
}

.company-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.company-column__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3%;
          flex: 1 1 33.3%;
  padding: 0 15px;
}
.company-column__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66.6%;
          flex: 1 1 66.6%;
  padding: 0 15px;
}
@media only screen and (max-width: 991px) {
  .company-column {
    margin-left: 0px;
    margin-right: 0px;
  }
  .company-column__head {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0 0 20px 0;
  }
  .company-column__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .company-column__head {
    padding-bottom: 18px;
  }
}

.tile-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tile-slider .slick-track .slick-slide {
  height: auto;
}

.tile-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.tile-items {
  margin: 0px -15px;
}
.tile-items__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 1380px) {
  .tile-items {
    margin: 0 -10px;
  }
  .tile-items__three {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tile-items {
    margin: 0 -5px;
  }
  .tile-items__three {
    margin-bottom: 5px;
  }
}

@media (max-width: 1380px) {
  .tile-items.tile-slider,
.tile-items.tile-slider-four,
.tile-items.production-slider {
    padding: 0 54px;
  }
}
@media only screen and (max-width: 767px) {
  .tile-items.tile-slider,
.tile-items.tile-slider-four {
  padding: 0 44px;
  }
  .tile-items.production-slider {
    padding: 0;
  }
}

.tile-items__three .tile-item {
  width: 33.3%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .tile-items__three .tile-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tile-items__three .tile-item {
    width: 100%;
  }
}

.tile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 15px 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1380px) {
  .tile-item {
    padding: 1px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tile-item {
    padding: 1px 5px;
  }
}
.tile-item__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 88px 15px 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tile-item__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.tile-item__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(36, 94, 186, 0.30);
  border-radius: 12px;
}
.tile-item__bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(7, 24, 40, 0.7);*/
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.74) 44.74%, #FFF 85.73%);
  border-radius: 12px;
}

.tile-item__link:hover ~.tile-item__bg::after {
  /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
}
.tile-item__bg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 12px;
}
.tile-item__ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 69px;
  height: 69px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69px;
          flex: 0 0 69px;
  background: #75D900;
  border-radius: 50%;
  margin-bottom: 24px;
  z-index: 2;
}
.tile-item__ico img {
  max-width: 100%;
  max-height: 100%;
}
.tile-item__head {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  color: #A4F348;
  margin-bottom: 6px;
  z-index: 2;
  text-align: center;
}
.tile-item__text {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  z-index: 2;
}
.tile-item__text ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.tile-item__text ul li {
  margin: 0;
  padding: 0;
}
.tile-item__btn {
  position: relative;
  margin-top: 41px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .tile-item__content {
    padding: 68px 20px 40px 20px;
  }
  .tile-item__btn {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .tile-item__content {
    padding: 46px 20px 33px 20px;
  }
  .tile-item__head {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .tile-item__text {
    font-size: 14px;
  }
  .tile-item__btn {
    margin-top: 34px;
  }
}

.newstile-item__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newstile-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.newstile-item__pic {
  position: relative;
  /*height: 260px;*/
  margin-bottom: 30px;
}
.newstile-item__pic::before {
  content: '';
  display: block;
  padding-top: 72.2%;
}
.newstile-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.newstile-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #282828;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .newstile-item__text {
    font-size: 16px;
    /*font-size: 14px;*/
  }
}


.smitile-item__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 30px 30px 40px 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.smitile-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.smitile-item__pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  margin-bottom: 34px;
}
.smitile-item__pic img {
  max-width: 100%;
  max-height: 30px;
}
.smitile-item__data {
  font-weight: 400;
  font-size: 11px;
  color: #909090;
  padding-bottom: 12px;
}
.smitile-item__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: 700;
  font-size: 22px;
  color: #282828;
}
.smitile-item__source {
  font-weight: 400;
  font-size: 14px;
  color: #909090;
  padding-bottom: 12px;
}
.smitile-item__source a {
  color: currentColor;
  text-decoration: none;
}
.smitile-item__btn {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .smitile-item__content {
    padding: 20px 15px 20px 15px;
  }
  .smitile-item__pic {
    margin-bottom: 20px;
  }
  .smitile-item__head {
    font-size: 18px;
  }

  /*.newstile-item__pic img {
    position: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: unset;
    object-position: unset;
  }*/
}

.producttile-item__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.producttile-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.producttile-item__pic {
  position: relative;
  margin-bottom: 26px;
}
.producttile-item__pic::before {
  content: "";
  display: block;
  padding-top: 67%;
}
.producttile-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.producttile-item__pic-label {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
}
.producttile-item__pic-label > div {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 5px 15px 2px 15px;
  border-radius: 3px;
}
.producttile-item__pic-label_green {
  color: #005D27;
  background: #A4F348;
}
.producttile-item__text {
  font-weight: 700;
  font-size: 20px;
  color: #282828;
}
@media only screen and (max-width: 767px) {
  .producttile-item__pic {
    margin-bottom: 15px;
  }
  .producttile-item__text {
    font-size: 15px;
  }
}

.link-more {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding-right: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .link-more {
    font-size: 14px;
  }
}
.link-more:first-letter {
  text-transform: uppercase;
}
.link-more i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  margin: -3px 0 0 10px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .link-more:hover {
    padding-right: 0;
  }
  .link-more:hover i,
.tile-item:hover .link-more i {
    width: 21px;
    background-position: 100% -13px;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
.link-more_white {
  color: #FFFFFF;
}
.link-more_green {
  color: #75D900 !important;
}
.link-more_white i {
  background: url("../img/ico-more.svg") no-repeat 100% 0;
}

.link-more_black {
  color: #282828;
}
.link-more_black i {
  background: url("../img/ico-more_black.svg") no-repeat 100% 0;
}
.link-more_green i {
  background: url("/local/templates/.default/img/icons/ico-more_green.svg") no-repeat 100% 0;
}

.btn-go-back a i {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  margin: 1px 10px 0 0;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background: url("../img/ico-more_black.svg") no-repeat 100% 0;
  transform: rotate(180deg);
}

.btn-go-back:hover a i{
  width: 21px;
  background-position: 100% -13px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@media only screen and (min-width: 768px) {
  .link-more_white:hover,
.tile-item:hover .link-more_white {
    color: #A4F348;
  }
  .link-more_black:hover {
    color: #282828;
  }
}
.section-methods {
  background: url("/local/templates/.default/img/lines-methods/methods.png") no-repeat;
  background-size: cover;
  background-position: center;

  /*

  background: url("../img/bg-formula.svg") 0 90% no-repeat, url("../img/bg-formula2.svg") 53.7% 12px no-repeat, url("../img/bg-formula3.svg") 100% 90% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-9.15%, #1F2B57), to(#296883));
  background: url("../img/bg-formula.svg") 0 90% no-repeat, url("../img/bg-formula2.svg") 53.7% 12px no-repeat, url("../img/bg-formula3.svg") 100% 90% no-repeat, -o-linear-gradient(#1F2B57 -9.15%, #296883 100%);
  background: url("../img/bg-formula.svg") 0 90% no-repeat, url("../img/bg-formula2.svg") 53.7% 12px no-repeat, url("../img/bg-formula3.svg") 100% 90% no-repeat, linear-gradient(#1F2B57 -9.15%, #296883 100%);
  */
}
/*@media only screen and (max-width: 991px) {
  .section-methods {
    background: url("../img/bg-formula.svg") 0 90% no-repeat, url("../img/bg-formula2.svg") 110% 0px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(-9.15%, #1F2B57), to(#296883));
    background: url("../img/bg-formula.svg") 0 90% no-repeat, url("../img/bg-formula2.svg") 110% 0px no-repeat, -o-linear-gradient(#1F2B57 -9.15%, #296883 100%);
    background: url("../img/bg-formula.svg") 0 90% no-repeat, url("../img/bg-formula2.svg") 110% 0px no-repeat, linear-gradient(#1F2B57 -9.15%, #296883 100%);
  }
}
@media only screen and (max-width: 767px) {
  .section-methods {
    background: url("../img/bg-formula.svg") no-repeat 0 99%/175px, url("../img/bg-formula2.svg") no-repeat 95% 0px/160px, -webkit-gradient(linear, left top, left bottom, color-stop(-9.15%, #1F2B57), to(#296883));
    background: url("../img/bg-formula.svg") no-repeat 0 99%/175px, url("../img/bg-formula2.svg") no-repeat 95% 0px/160px, -o-linear-gradient(#1F2B57 -9.15%, #296883 100%);
    background: url("../img/bg-formula.svg") no-repeat 0 99%/175px, url("../img/bg-formula2.svg") no-repeat 95% 0px/160px, linear-gradient(#1F2B57 -9.15%, #296883 100%);
  }
}*/

.methods-items {
  /*display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;*/

  gap: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1380px) {
  .methods-items {
    padding: 0 64px;
    margin: 0;
    gap: 25px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .methods-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.methods-item {
  position: relative;
  text-align: center;
  min-width: 250px;
}

@media only screen and (max-width: 767px) {
  .methods-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding: 0;
  }

  .methods-item {
    min-width: 145px;
  }
}
.methods-item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.methods-item__number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.3);
  color: rgba(117, 217, 0, 0.50);
}
.methods-item__pic {
  position: relative;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(117, 217, 0, 0.50);
  background: rgba(255, 255, 255, 0.30);
}
.methods-item__pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.methods-item__pic img,
.methods-item__pic svg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.methods-item__name {
  font-weight: 400;
  font-size: 28px;
  color: #245EBA;
  padding-top: 21px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .methods-item__pic {
    max-height: 194px;
  }
}
@media only screen and (max-width: 767px) {
  .methods-item__number {
    top: 10px;
    right: 8px;
    font-size: 14px;
  }
  .methods-item__pic {
    max-height: 194px;
  }
  .methods-item__pic img,
  .methods-item__pic svg{
    max-height: 60%;
    max-width: 60%;
  }
  .methods-item__name {
    font-size: 24px;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .methods-item:hover .methods-item__pic {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    border: 2px solid #75D900;
    background: #75D900;
  }
  .methods-item:hover .methods-item__pic svg path{
    fill: #478005;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .methods-item:hover .methods-item__name {
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .methods-item:hover .methods-item__number {
    color: #478005;
    z-index: 9;
  }
}
.form-line {
  margin-bottom: 6px;
}
.form-line__text {
  margin-bottom: 12px;
}
.form-line__btnscolumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 27px;
}
.form-line__btnscolumn > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .form-line__btnscolumn > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.form-line-file {
  margin: 15px 0 15px 0;
}

.form-line-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0px;
  font-size: 13px;
}

.form-line-btns {
  margin: 15px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .form-line-file {
    margin: 15px 0 0px 0;
  }
  .form-line-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 12px;
  }
  .form-line-sub > * {
    width: 100%;
  }
  .form-line-btns {
    margin: 10px 0 0 0;
  }
}
.inp,
.area {
  font-weight: 400;
  font-size: 15px;
  color: #282828;
  background: #FFFFFF;
  border: 1px solid rgba(40, 40, 40, 0.6);
  resize: none;
  outline: none;
}

.inp {
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
}

.area {
  height: 100px;
  line-height: 1.2;
  padding: 25px 20px;
}

@media only screen and (max-width: 767px) {
  .inp,
.area {
    font-size: 13px;
  }
  .inp {
    height: 32px;
    line-height: 30px;
    padding: 0 15px;
  }
  .area {
    height: 70px;
    line-height: 1.2;
    padding: 15px 15px;
  }
}
.inp:active,
.inp:focus,
.area:active,
.area:focus {
  outline: none;
}

input:invalid, input.invalid {
  border-bottom: 1px solid #FD7B7B;
}

.inp::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.inp::-moz-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.inp:-moz-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.inp:-ms-input-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.area::-webkit-input-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.area::-moz-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.area:-moz-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.area:-ms-input-placeholder {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #909090;
}

.footer-out {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: url("../img/bg-footer.svg") no-repeat left bottom,
              url("../img/bg-footer2.svg") no-repeat center bottom,
              url("../img/bg-footer3.svg") no-repeat right bottom,
              linear-gradient(180deg, #F9F9F9 0%, #E3E2E2 100%);*/
  background: url("/local/templates/.default/img/lines-footer/footer-lines.png") no-repeat, linear-gradient(180deg, #F9F9F9 0%, #E3E2E2 100%);
  background-size: cover;
  background-position: center;
}
.footer {
  padding: 43px 20px;
  color: #313131;
  font-size: 14px;
}
@media only screen and (max-width: 1500px) {
  .footer-out {
    /*background: url("../img/bg-footer2.svg") no-repeat 30% bottom / 500px,
                url("../img/bg-footer3.svg") no-repeat right bottom / 180px,
                linear-gradient(180deg, #F9F9F9 0%, #E3E2E2 100%);*/
  }
  .footer {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-out {
    /*background: url("../img/bg-footer2.svg") no-repeat center bottom / 300px,
                linear-gradient(180deg, #F9F9F9 0%, #E3E2E2 100%);*/
  }
  .footer {
    padding: 25px 10px;
  }
}
.footer__b {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}
.footer__column {
  flex: 1 1 calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__column2 {
  flex: 1 1 calc(50% - 10px);
  max-width: 550px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__column2-in {
  flex: 1 1 calc(50% - 5px);
}
.footer__poly {
  max-width: 310px;
}
.footer__poly p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .footer__column {
    flex: 1 1 calc(33% - 10px);
  }
  .footer__column2 {
    flex: 1 1 calc(67% - 10px);
    order: -1;
  }
}
@media only screen and (max-width: 767px) {
  .footer__column {
    flex: 1 1 100%;
  }
  .footer__column2 {
    flex: 1 1 100%;
  }
  .footer__column2-in {
    flex: 1 1 100%;
  }
  .footer__poly p {
    margin-bottom: 10px;
  }
}

.cont-phone {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .cont-phone {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cont-phone {
    padding-left: 28px;
    margin-bottom: 5px;
  }
}

.cont-phone a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .cont-phone a {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.cont-phone a:last-child {
  margin-bottom: 0px;
}

.cont-phone .ico-cont {
  position: absolute;
  top: 0;
  left: 0;
}

.ico-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .ico-link {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ico-link {
    margin-bottom: 15px;
  }
}

.ico-cont {
  width: 23px;
  height: 23px;
  margin: -3px 17px 0 0;
}
@media only screen and (max-width: 767px) {
  .ico-cont {
    width: 18px;
    height: 18px;
    margin: -2px 10px 0 0;
  }
}

.ico-cont img
{
	max-width:100%;
}

footer .ico-cont svg {
  width: inherit;
  height: inherit;
  fill: rgba(21, 72, 153, 1);
}

.section .ico-cont svg {
  width: inherit;
  height: inherit;
  fill: #8CC747;
}

@media (min-width: 768px) {
  footer .cont-phone:hover .ico-cont svg,
  footer .ico-link:hover .ico-cont svg {
    fill: rgba(21, 72, 153, 1);
  }
}
.interra a, .interra a:hover {
  font-size: 12px;
  text-decoration: none;
  color: #313131;
}
.interra img {
  margin-right: 10px;
  vertical-align: middle;
}

.footer-sub {
  padding: 15px 20px;
}
@media only screen and (max-width: 991px) {
  .footer-sub {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-sub {
    padding: 15px 10px;
  }
}
.footer-sub__in {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.footer-sub__copy {
  font-size: 12px;
  color: #313131;
}
@media only screen and (max-width: 767px) {
  .footer-sub__copy {
    font-size: 12px;
  }
}

.breadcrumbs {
  padding: 50px 0 60px 0;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 30px 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 0 30px 0;
  }
}

.breadcrumbs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs > ul > li {
  position: relative;
  margin: 0;
  padding: 3px 0;
}

.breadcrumbs > ul > li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #245EBA;
  border-radius: 50%;
  margin: 0 4px;
}

.breadcrumbs > ul > li a {
  font-weight: 400;
  font-size: 13px;
  color: #838383;
  text-decoration: none;
}

.breadcrumbs > ul > li:last-child::after {
  display: none;
}

.breadcrumbs > ul > li:last-child a {
  pointer-events: none;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs > ul > li a:hover {
    color: #282828;
  }
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}
.product__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  padding: 0 0 0 60px;
}
.product__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E0E8F1;
  margin-bottom: 20px;
}
.product__pic-label {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
}
.product__pic-label > div {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 5px 15px 2px 15px;
  border-radius: 3px;
}
.product__pic-label_green {
  color: #005D27;
  background: #A4F348;
}
.product__pic img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.product__head {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
  .product__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .product__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }
}
.product-allinfo-out .product-allinfo-in {
  position: relative;
  max-height: 205px;
  transition: all 0.3s ease;
  overflow: hidden;
}

.product-allinfo-out .product-allinfo-in::after {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  opacity: 1;
  z-index: 2;
}

.product-allinfo-out.open .product-allinfo-in {
  transition: all 0.3s ease;
  max-height: 2000px;
}
.product-allinfo-out.open .product-allinfo-in::after {
  opacity: 0;
}
.product-allinfo {
  padding: 30px 0 0 0;
}
.product-allinfo > div {
  padding: 0 0 23px 0;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .product-allinfo > div {
    padding: 0 0 23px 0;
    font-size: 13px;
  }
}

.product-tabl {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  border: #EDEDED 1px solid;
  margin-bottom: 10px;
}


.product-tr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #EDEDED 1px solid;
}

.product-tr:first-child {
  border-top: #EDEDED 0px solid;
}

.product-tr:nth-child(even) {
  background: #FCFCFC;
}

.product-th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 5px 13px 14px;
  color: #505050;
}

.product-td {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 13px 14px 13px 5px;
}

@media only screen and (max-width: 991px) {
  .product-th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    color: #505050;
  }
  .product-td {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabl {
    font-size: 13px;
  }
  .product-th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    color: #505050;
  }
  .product-td {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.ico-bullet {
  display: block;
  width: 5px;
  min-width: 5px;
  height: 5px;
  margin: 5px 10px 0 0;
  border-radius: 50%;
  background: #6A6A6A;
}

.product-td-more {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: calc(30% + 5px);
}
@media only screen and (max-width: 991px) {
  .product-td-more {
    margin-left: 30px;
  }
}

.product-td-more.open {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-td-more__link {
  display: block;
  position: absolute;
  top: 10px;
  right: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #245EBA url("../img/ico-plus.svg") 0 -22px no-repeat;
}

.product-td-more.open .product-td-more__link {
  background: #245EBA url("../img/ico-plus.svg") 0 0 no-repeat;
}

.product-td-more__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-fit-content(100%) 1fr;
  -ms-grid-columns: fit-content(100%) 1fr;
  grid-template-columns: -webkit-fit-content(100%) 1fr;
  grid-template-columns: fit-content(100%) 1fr;
  gap: 22px 12px;
  margin: 5px 0 20px 0;
}
.product-allinfo-more {
  display: block;
  padding: 20px 0 0 0;
  border-top: #C8C8C8 1px solid;
  text-decoration: none;
}
.product-allinfo-more span {
  display: block;
  /*width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 auto;*/
  /*background: #8CC747 url("../img/ico-plus.svg") 0 -22px no-repeat;*/
  color: #8CC747;
  text-align: center;
}

.product-allinfo-out.open .product-allinfo-more span {
  /*background: #8CC747 url("../img/ico-plus.svg") 0 0 no-repeat;*/
}




.product-tabs,
.tabs {
  margin: 65px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .product-tabs,
.tabs {
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs,
.tabs {
    margin: 40px 0 0 0;
  }
}
.product-tabs__nav > ul,
.tabs__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .product-tabs__nav > ul,
.tabs__nav > ul {
    gap: 0px;
  }
}
.product-tabs__nav > ul > li,
.tabs__nav > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .product-tabs__nav > ul > li,
.tabs__nav > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.product-tabs__nav > ul > li > a,
.tabs__nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #282828;
  padding: 21px 5px;
  border: 1px solid #DCDCDC;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .product-tabs__nav > ul > li > a:hover,
.tabs__nav > ul > li > a:hover {
    color: #fff;
    background: #154899;
    border: 1px solid #154899;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__nav > ul > li.active,
.tabs__nav > ul > li.active {
    position: relative;
    z-index: 3;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    border-bottom: 0px solid #EFF2F9;
  }
}
.product-tabs__nav > ul > li.active a,
.tabs__nav > ul > li.active a {
  color: #fff;
  background: #154899;
  border: 1px solid #154899;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .product-tabs__nav > ul > li.active a,
.tabs__nav > ul > li.active a {
    text-align: left;
    padding: 18px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__nav > ul > li.active a::after,
.tabs__nav > ul > li.active a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -3px 0 0 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgb(255, 255, 255);
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__nav.open > ul > li.active a::after,
.tabs__nav.open > ul > li.active a::after {
    border-bottom: 6px solid rgb(255, 255, 255);
    border-top: 0px solid rgb(255, 255, 255);
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__nav li:not(.active) a,
.tabs__nav li:not(.active) a {
    text-align: left;
    padding: 0 15px;
    max-height: 0;
    border-bottom: 0px solid #EFF2F9;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .product-tabs__nav.open li:not(.active) a,
.tabs__nav.open li:not(.active) a {
    padding: 18px 15px;
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #EFF2F9;
  }
}
.product-tabs__content,
.tabs__content {
  display: none;
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .product-tabs__content,
.tabs__content {
    font-size: 14px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__content,
.tabs__content {
    font-size: 14px;
    padding-top: 30px;
  }
}
.product-tabs__content.active,
.tabs__content.active {
  display: block;
}
.product-tabs__content .section-b_grey,
.tabs__content .section-b_grey {
  padding: 60px 70px;
  margin: 50px 0 80px 0;
}
.product-tabs__column-three,
.tabs__column-three {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: -54px;
  font-size: 14px;
}
.product-tabs__column-three > div,
.tabs__column-three > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 54px;
  padding-right: 20px;
}
.product-tabs__column-three > div p:last-child,
.tabs__column-three > div p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .product-tabs__content .section-b_grey,
.tabs__content .section-b_grey {
    padding: 30px 30px;
    margin: 30px 0 30px 0;
  }
  .product-tabs__column-three,
.tabs__column-three {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .product-tabs__column-three > div,
.tabs__column-three > div {
    margin-bottom: 40px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__content .section-b_grey,
.tabs__content .section-b_grey {
    padding: 15px 15px;
    margin: 20px 0 20px 0;
  }
  .product-tabs__column-three,
.tabs__column-three {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .product-tabs__column-three > div,
.tabs__column-three > div {
    margin-bottom: 35px;
    padding-right: 0px;
  }
}
.product-tabs__column-two,
.tabs__column-two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: -35px;
}
.product-tabs__column-two > div,
.tabs__column-two > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  padding-right: 20px;
}
.product-tabs__column-two > div p:last-child,
.tabs__column-two > div p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .product-tabs__column-two,
.tabs__column-two {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .product-tabs__column-two > div,
.tabs__column-two > div {
    margin-bottom: 25px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__column-two,
.tabs__column-two {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .product-tabs__column-two > div,
.tabs__column-two > div {
    margin-bottom: 24px;
    padding-right: 0px;
  }
}

.dot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dot-list > li {
  margin: 0;
  padding: 0 21px 0 0;
}

.dot-ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border-radius: 50%;
}
.dot-ico_green {
  background: #8CC747;
}
.dot-ico_yellow {
  background: #FFE600;
}

.tabl {
  margin: 0px 0;
}
.tabl__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tabl__td {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}
.tabl__td:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  overflow: hidden;
}
.tabl__td:first-child:after {
  content: "";
  display: inline-block;
  width: 100%;
  margin: 0 -99% 0 0px;
  vertical-align: baseline;
  border-bottom: 1px dashed #888;
}
.tabl__td > span {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 2;
}

.list-tick {
  margin: 0 0 -5px 0;
  padding: 0;
  list-style: none;
}
.list-tick li {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 27px;
}
.list-tick li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: url("../img/ico-tick.svg") 0 0 no-repeat;
}

.steps-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 870px;
  margin: 0 auto;
  padding: 6px 0 0 0;
}

.steps-item {
  min-width: 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  padding: 8px;
}
.steps-item__pic {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background: #8CC747;
  margin: 0 0 15px 0;
}
.steps-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media only screen and (max-width: 991px) {
  .steps-items {
    padding: 0px 0 0 0;
  }
  .steps-item {
    font-size: 13px;
  }
  .steps-item__pic {
    width: 71px;
    height: 71px;
    margin: 0 0 15px 0;
  }
}
.product-margin {
  margin: 0 0 50px 0;
}
@media only screen and (max-width: 991px) {
  .product-margin {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-margin {
    margin: 0 0 20px 0;
  }
}
.list-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: #EDEDED 1px solid;
  padding: 14px 0 5px 0;
}
.list-files:first-child {
  padding-top: 0;
}
.list-files:last-child {
  padding-bottom: 0;
  border-bottom: #EDEDED 0px solid;
}

.list-files__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  margin: 0 18px 0 0;
}
.list-files__ico img,
.list-files__download img {
  max-width: 100%;
}
.list-files__download {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  margin: 0 0 0 18px;
}
.list-files__desc {
  flex: 1 1 0;
}
.list-files__text,
.list-reg {
  font-size: 18px;
  text-decoration: underline;
  color: #245EBA;
}
.list-files__size {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #505050;
}
@media only screen and (max-width: 991px) {
  .list-files__text,
  .list-reg {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .list-files__text,
  .list-reg {
    font-size: 14px;
  }
  .list-files__size {
    font-size: 12px;
  }
}
.list-reg-item {
  padding-bottom: 5px;
}
.product-preim {
  font-size: 15px;
  line-height: 150%;
}
@media only screen and (max-width: 767px) {
  .product-preim {
    /*font-size: 13px;*/
    font-size: 16px;
  }
}


.info-materials-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #EDEDED;
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .info-materials-item {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .info-materials-item {
    padding: 20px 0;
  }
}
.info-materials-item:first-child {
  padding-top: 0;
}
.info-materials-item:last-child {
  padding-bottom: 0;
  border-bottom: 0px solid #EDEDED;
}
.info-materials-item__pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .info-materials-item__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .info-materials-item__pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.info-materials-item__pic img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .info-materials-item__pic img {
    width: auto;
    max-width: 100%;
  }
}
.info-materials-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-materials-item__content > div {
  width: 100%;
}
.info-materials-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-top: 18px;
}
.info-materials-item__btn {
  text-align: right;
}

.section-promo {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
}
.section-promo__overflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(8, 38, 82, 0.37);
}
.section-promo__breadcrumbs {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 2;
}
.section-promo__breadcrumbs .breadcrumbs > ul > li::after {
  background: #8CC747;
}
.section-promo__breadcrumbs .breadcrumbs > ul > li a, .section-promo__breadcrumbs .breadcrumbs > ul > li a:hover {
  color: #fff;
}
.section-promo__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  padding: 0 20px;
  text-align: center;
  z-index: 2;
}
@media (max-height: 1000px) {
  .section-promo__content {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .section-promo__content {
    height: 250px;
    padding: 0 10px;
  }
}
.section-promo__text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 54px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .section-promo__text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-promo__text {
    font-size: 30px;
  }
}
.section-promo__text span {
  color: #A4F348;
}
.section-promo__btns {
  width: 100%;
  padding: 55px 0 0 0;
}

.services-column,
.cooperation-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.services-column__pic,
.cooperation-column__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
}
.services-column__pic img,
.cooperation-column__pic img {
  max-width: 100%;
}
.services-column__content,
.cooperation-column__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
}

@media only screen and (max-width: 991px) {
  .services-column,
.cooperation-column {
    gap: 20px;
  }
  .services-column__pic,
.cooperation-column__pic {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
  .services-column__content,
.cooperation-column__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .services-column,
.cooperation-column {
    gap: 20px;
  }
  .services-column__pic,
.cooperation-column__pic {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .services-column__content,
.cooperation-column__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.catalog-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-column__left {
  width: 25%;
  margin-right: 25px;
}
.catalog-column__right {
  width: calc(75% - 25px);
}
@media only screen and (max-width: 991px) {
  .catalog-column__left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .catalog-column__right {
    width: 100%;
  }
}
.b-search {
  position: relative;
  margin-bottom: 8px;
}

.catalog-filtr__head {
  margin-bottom: 15px;
}
.catalog-filtr__head a {
  position: relative;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #154899;
  border-radius: 2px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
}
.catalog-filtr__head a i {
  width: 27px;
  height: 28px;
  margin-right: 10px;
}
.catalog-filtr__head a i img {
  max-height: 28px;
}
.catalog-filtr__subhead {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 21px;
}
.catalog-filtr__metod {
  border: 1px solid #245EBA;
  border-radius: 2px;
  padding: 17px 20px 30px 20px;
  margin-bottom: 15px;
}
.catalog-filtr__b {
  margin-bottom: 8px;
}
.catalog-filtr__nav a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  color: #282828;
  padding: 16px 35px 16px 20px;
  background: #FAFAFA;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-filtr__nav.have-childs a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  margin: -7px 0 0 0;
  width: 10px;
  height: 10px;
  border-right: #282828 2px solid;
  border-bottom: #282828 2px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.catalog-filtr__b.open .catalog-filtr__nav a, .catalog-filtr__b.active .catalog-filtr__nav a {
  /*color: #fff;
  background: #12356F;
  border: 1px solid #12356F;
  border-radius: 2px 2px 0px 0px;*/
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-filtr__b.active .catalog-filtr__nav.have-childs a::after {
  top: 41%;
  margin: -2px 0 0 0;
  /*border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;*/
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.catalog-filtr__b.open .catalog-filtr__nav.have-childs a::after {
  margin: -2px 0 0 0;
  /*border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;*/
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.catalog-filtr__content {
  max-height: 0;
  padding: 0px 20px 0px 20px;
  margin: 0 0 0px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-filtr__b.open .catalog-filtr__content {
  max-height: 1000px;
  padding: 21px 20px 21px 20px;
  margin: 0 0 24px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-filtr__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 18px;
}
.catalog-filtr__item {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #282828;
}
.catalog-filtr__items_line .catalog-filtr__item {
  width: auto;
}
.catalog-filtr__item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-filtr__btns {
  margin: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-recaptcha {
  min-height: 80px;
}
@media only screen and (max-width: 991px) {
  .catalog-filtr__head a {
    position: relative;
    pointer-events: all;
  }
  .catalog-filtr__head a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    margin: -7px 0 0 0;
    width: 10px;
    height: 10px;
    border-right: #fff 2px solid;
    border-bottom: #fff 2px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .catalog-filtr.open .catalog-filtr__head a::after {
    margin: -2px 0 0 0;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .catalog-filtr .catalog-filtr__section {
    /*max-height: 0;*/
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .catalog-filtr.open .catalog-filtr__section {
    max-height: 2000px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-filtr__head a {
    padding: 15px 20px;
    font-size: 18px;
  }
  .catalog-filtr__head a i {
    width: 27px;
    height: 28px;
    margin-right: 10px;
  }
  .catalog-filtr__head a i img {
    max-height: 28px;
  }
  .catalog-filtr__nav a {
    font-size: 16px;
    padding: 16px 35px 16px 20px;
  }
  .catalog-filtr__content {
    padding: 0px 20px 0px 20px;
  }
  .catalog-filtr__b.open .catalog-filtr__content {
    padding: 15px 20px 15px 20px;
  }
}

.ico-clear {
  width: 11px;
  height: 11px;
  line-height: 0;
  margin-right: 6px;
}

.ico-clear svg {
  width: inherit;
  height: inherit;
  stroke: currentColor;
}

.catalog-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  margin-bottom: 15px;
}
.catalog-sort a {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  color: #A3B1C8;
  text-decoration: none;
  padding: 0 14px 0 0;
}
.catalog-sort a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7px 0 0 0;
  width: 8px;
  height: 8px;
  border-right: #A3B1C8 1px solid;
  border-bottom: #A3B1C8 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.catalog-sort a.active {
  color: #334E7A;
}
.catalog-sort a.active::after {
  border-right: #334E7A 1px solid;
  border-bottom: #334E7A 1px solid;
}


.catalog-bsort-out {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
.catalog-bsort {
  position: relative;
}
.catalog-bsort__head {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #334E7A;
  text-decoration: none;
  padding: 8px 10px;
  background: #F9F9F9;
  border-radius: 2px;
  z-index: 2;
}
.catalog-bsort__head::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -7px 0 0 10px;
  width: 8px;
  height: 8px;
  border-right: currentColor 1px solid;
  border-bottom: currentColor 1px solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.catalog-bsort.open .catalog-bsort__head::after {
  margin: 3px 0 0 10px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.catalog-bsort__content {
  position: absolute;
  top: 100%;
  right: 0;
  width: max-content;
  max-width: 700px;
  max-height: 0px;
  padding: 0px 10px;
  background: #F9F9F9;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px 0 2px 2px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.catalog-bsort.open .catalog-bsort__content {
  max-height: 500px;
  padding: 6px 10px;
  background: #F9F9F9;
  box-shadow: 2px 10px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.catalog-bsort__content label {
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 6px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #334E7A;
}
.catalog-bsort__content label span {
  flex: 1 1 0;
}
@media only screen and (max-width: 767px) {
  .catalog-bsort__content {
    max-width: 300px;
  }
}

.catalog-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding: 30px 0 30px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin: 0 0 -1px 0;
}
.catalog-item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.catalog-item__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(35% - 12px);
          flex: 1 1 calc(35% - 12px);
}
.catalog-item__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(65% - 12px);
          flex: 1 1 calc(65% - 12px);
}
@media only screen and (max-width: 767px) {
  .catalog-item__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .catalog-item__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.catalog-item__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .catalog-item__pic {
    max-width: 450px;
    min-height: 30px;
  }
}
.catalog-item__pic-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.catalog-item__pic-label > div {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  padding: 2px 9px 0px 9px;
  border-radius: 3px;
}
.catalog-item__pic-label_green {
  color: #005D27;
  background: #A4F348;
}
.catalog-item__pic img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.catalog-item__right .h3 {
  margin-bottom: 15px;
}
.catalog-item__right p {
  font-size: 14px;
}

.catalog-artical {
  margin: 40px 0 0 0;
}

@media (min-width: 1025px) {
  .interests-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 0;
  }
  .interests-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
  }
}
.interests-items {
  margin: 0px -15px;
}
@media (max-width: 1380px) {
  .interests-items {
    padding: 0 54px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .interests-items {
    padding: 0 44px;
    margin: 0;
  }
}

.interests-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1380px) {
  .interests-item {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .interests-item {
    padding: 0px 5px;
  }
}
.interests-item__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.interests-item__pic {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.interests-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.interests-item__number {
  position: relative;
  z-index: 2;
  margin: -13px 0 12px 0;
  padding: 0 0 0 22px;
}
.interests-item__number > span {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 2px 12px 2px 12px;
}
.interests-item__number > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8CC747;
  -webkit-transform: skew(-16deg);
      -ms-transform: skew(-16deg);
          transform: skew(-16deg);
  z-index: -1;
}
.interests-item__text {
  font-weight: 300;
  font-size: 22px;
  color: #282828;
}
@media only screen and (max-width: 767px) {
  .interests-item__pic {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .interests-item__text {
    font-size: 18px;
  }
}

.btn-send-request {
  padding-top: 80px;
}
.btn-send-request a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: -o-linear-gradient(132.82deg, #154899 -48.88%, #347BBD 233.79%);
  background: linear-gradient(317.18deg, #154899 -48.88%, #347BBD 233.79%);
  border-radius: 5px;
  padding: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-send-request a i {
  width: 15px;
  min-width: 15px;
  height: 15px;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn-send-request a:hover {
    background: -o-linear-gradient(132.82deg, #154899 -48.88%, #154899 233.79%);
    background: linear-gradient(317.18deg, #154899 -48.88%, #154899 233.79%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-send-request a:hover i {
    -webkit-transform: rotate(-45deg) translate(5px, 4px);
        -ms-transform: rotate(-45deg) translate(5px, 4px);
            transform: rotate(-45deg) translate(5px, 4px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 991px) {
  .btn-send-request {
    padding-top: 50px;
  }
  .btn-send-request a {
    font-size: 20px;
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-send-request {
    padding-top: 30px;
  }
  .btn-send-request a {
    font-size: 16px;
    padding: 20px;
  }
}

.support-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.support-column__left {
  width: calc(50% - 30px);
}
.support-column__right {
  width: calc(50% - 30px);
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .support-column {
    gap: 0px;
  }
  .support-column__left {
    width: 100%;
  }
  .support-column__right {
    width: 100%;
    padding-top: 12px;
  }
  .contact-section .support-column__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 50px;
  }
}

.info-items__btn {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .info-items {
    margin-top: 30px;
  }
}

.info-item__content {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: -1px;
  padding: 50px 0;
}
.info-item__topic {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #8CC747;
  margin-bottom: 35px;
}
.info-item__topic::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8CC747;
  margin-right: 5px;
}
.info-item__data {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  color: #909090;
  margin-bottom: 12px;
}
.info-item__text {
  line-height: 150%;
}
.info-item__btn {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .info-item__content {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: -1px;
    padding: 30px 0;
  }
  .info-item__topic {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.list-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-dots li {
  position: relative;
  padding: 0 0 12px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 130%;
  color: #282828;
}

.list-dots li:last-child {
  margin-bottom: 0;
}

.list-dots li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D9D9D9;
}

.map {
  position: relative;
}
.map__city {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.map__pic svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.map-item {
  pointer-events: all;
  position: absolute;
}
.map-item__name {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.map-item__name a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  min-height: 17px;
  color: transparent;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  padding: 2px 5px;
}
.map-item__name a::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  width: 22px;
  height: 28px;
  margin: 0 0 0 -11px;
  background: url("../img/ico-point.svg") center center no-repeat;
}
.map-item__name:hover {
  z-index: 3;
}
.map-item__name:hover a {
  color: #282828;
  background: rgba(216,221,229,0.9);
}
.map-item__content {
  pointer-events: none;

  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  width: 280px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #FFFFFF;
  border-radius: 9px;
  font-size: 13px;
  border: 0px solid #E6E6E6;
  padding: 0 25px;
  max-height: 400px;
  opacity: 0;
  overflow: hidden;
}
.map-item__content::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin: 0 0 0 -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: #E6E6E6 1px solid;
  border-bottom: #E6E6E6 1px solid;
}
.map-item__content_left {
  left: -20px;
  width: 280px;
  -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
          transform: translate(0%, 0);
}
.map-item__content_left::after {
  left: 20px;
  margin: 0 0 0 -8px;
}
.map-item.open .map-item__content {
  pointer-events: all;

  border: 1px solid #E6E6E6;
  padding: 25px;
  max-height: 400px;
  opacity: 1;
  overflow: unset;
  z-index: 10;
}
.map-item__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/ico-close.svg") no-repeat 0 0/20px;
}
.map-item__head {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #154899;
  margin: 0 30px 13px 0;
}
.map-item__content ul {
  margin: 0 0 0 15px;
  padding: 10px 0;
}
.map-item__content ul li {
  padding: 0 0 6px 0;
}

.map-item__scroll {
  max-height: 200px;
}

/* размер карты 1200 на 624, вычисляем процентный размер положения точки города */
#krasnodar {
  top: 65.2243589744%;
  left: 3.1666666667%;
}

#stavropol {
  top: 71.7948717949%;
  left: 5.6666666667%;
}

#moskva {
  top: 47.2756410256%;
  left: 14.0833333333%;
}

#sankt-peterburg {
  top: 31.5705128205%;
  left: 16.1666666667%;
}

#kazan {
  top: 58.8141025641%;
  left: 19.4166666667%;
}

#izhevsk {
  top: 62.5%;
  left: 23.1666666667%;
}

#tyumen {
  top: 69.391025641%;
  left: 31.9166666667%;
}

#krasnoyarsk {
  top: 84.6153846154%;
  left: 50.1666666667%;
}

#vladivostok {
  top: 97.1153846154%;
  left: 85.6666666667%;
}
#ulyanovsk {
  top: 61.814%;
  left: 20.417%;
}
#arkhangelsk {
  top: 31.5705128205%;
  left: 21.167%;
}
#velikiy-novgorod {
  top: 36.571%;
  left: 18.167%;
}
#vladimir {
  top: 47.2756410256%;
  left: 17.083%;
}
#volgograd {
  top: 65.2243589744%;
  left: 9.167%;
}
#groznyy {
  top: 78.795%;
  left: 6.667%;
}
#ekaterinburg {
  top: 64.5%;
  left: 27.167%;
}
#yoshkar-ola {
  top: 56.814%;
  left: 18.117%;
}
#kemerovo {
  top: 81.391%;
  left: 46.917%;
}

#kursk {
  top: 53.876%;
  left: 8.883%;
}
#nizhniy-novgorod {
  top: 47.2756410256%;
  left: 19.483%;
}
#novosibirsk {
  top: 79.391%;
  left: 41.917%;
}
#perm {
  top: 61.5%;
  left: 25.167%;
}
#pskov {
  top: 36.571%;
  left: 11.167%;
}
#rostov-na-donu {
  top: 61.224%;
  left: 7.167%;
}
#samara {
  top: 64.814%;
  left: 21.417%;
}
#simferopol {
  top: 57.824%;
  left: 1.167%;
}
#surgut {
  top: 63.391%;
  left: 39.917%;
}
#tambov {
  top: 54.876%;
  left: 13.583%;
}
#ufa {
  top: 65.5%;
  left: 25.167%;
}
#cheboksary {
  top: 58.814%;
  left: 16.817%;
}
#chita {
  top: 88.615%;
  left: 64.167%;
}
#yakutsk {
  top: 56.391%;
  left: 75.917%;
}
#tver {
  top: 44.276%;
  left: 12.083%;
}
#tula {
  top: 49.276%;
  left: 13.083%;
}

.map__pic path.open {
  fill: #BEC5CF !important;
}

@media (min-width: 992px) {
  .map-contact-items {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .map {
    display: none;
  }
  .map-contact-items {
    display: block;
  }
}
.map-contact-item {
  font-size: 18px;
  margin-bottom: 40px;
}
.map-contact-item:last-child {
  margin-bottom: 0;
}
.map-contact-item > h3 {
  font-weight: 700;
  font-size: 28px;
  color: #245EBA;
  margin-bottom: 20px;
}
.map-contact-item > ul > li {
  margin-bottom: 20px;
}
.map-contact-item > ul > li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .map-contact-item {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .map-contact-item > h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .map-contact-item > ul > li {
    margin-bottom: 10px;
  }
}

.vacancy-company-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vacancy-company-column__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}
.vacancy-company-column__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
}
@media only screen and (max-width: 767px) {
  .vacancy-company-column__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .vacancy-company-column__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.section-why {
  background: url("../img/bg-why.jpg") no-repeat center center/cover, -webkit-gradient(linear, left top, right top, from(#1c5672), to(#132156));
  background: url("../img/bg-why.jpg") no-repeat center center/cover, -o-linear-gradient(left, #1c5672 0%, #132156 100%);
  background: url("../img/bg-why.jpg") no-repeat center center/cover, linear-gradient(to right, #1c5672 0%, #132156 100%);
}

.why-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px 0;
}

.why-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  padding: 9px 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-right: -1px;
}
.why-item__pic {
  margin-bottom: 20px;
}
.why-item__head {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .why-item__pic {
    margin-bottom: 15px;
  }
  .why-item__pic img {
    height: 50px;
  }
  .why-item__head {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .why-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .why-item__pic {
    margin-bottom: 15px;
  }
  .why-item__pic img {
    height: 40px;
  }
  .why-item__head {
    font-size: 14px;
  }
}

/*.vacancy-items {
  margin-bottom: 45px;
}*/
@media only screen and (max-width: 767px) {
  .vacancy-items {
    margin-bottom: 20px;
  }
}

.vacancy-item {
  position: relative;
  margin: 0 0 20px 0;
}
.vacancy-item__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  padding: 22px 70px 22px 22px;
}
.vacancy-item__head > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.vacancy-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-weight: 700;
  font-size: 20px;
  color: #245EBA;
}
.vacancy-item__salary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-weight: 700;
  font-size: 18px;
  color: #282828;
  text-align: center;
}
.vacancy-item__more {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 34px;
  height: 34px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  background: #8CC747 url("../img/ico-plus.svg") no-repeat 0 -34px/34px;
}
.vacancy-item.open .vacancy-item__more {
  background: #8CC747 url("../img/ico-plus.svg") no-repeat 0 0/34px;
}
.vacancy-item__content {
  padding: 0px 30px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vacancy-item.open .vacancy-item__content {
  padding: 1px 30px;
  background: #fff;
  max-height: 6000px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vacancy-item__text {
  display: block;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 35px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #282828;
}
.vacancy-item__text h4 {
  color: #245EBA;
}
.vacancy-item__text p {
  margin: 0 0 20px 0;
}
.vacancy-item__text ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.vacancy-item__text ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 22px;
}
/*.vacancy-item__text ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 2px;
  height: 2px;
  background: #282828;
  border-radius: 50%;
}*/
.vacancy-item__btn > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 45px 0;
  gap: 20px 50px;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .vacancy-item {
    margin: 0 0 10px 0;
  }
  .vacancy-item__head {
    padding: 12px 55px 12px 15px;
  }
  .vacancy-item__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 20px;
  }
  .vacancy-item__salary {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 18px;
    text-align: left;
    padding-top: 15px;
  }
  .vacancy-item__more {
    right: 15px;
  }
  .vacancy-item__content {
    padding: 0px 15px;
  }
  .vacancy-item.open .vacancy-item__content {
    padding: 1px 15px;
  }
  .vacancy-item__text {
    padding: 15px 0;
  }
  .vacancy-item__btn > form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.two-column {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 60px;
}
.two-column > div {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .two-column {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    gap: 60px;
  }
}

.traineeship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 475px;
  color: #fff;
}
.traineeship__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 50px;
  background: -o-linear-gradient(343.88deg, #296883 21.65%, #142256 104.75%);
  background: linear-gradient(106.12deg, #296883 21.65%, #142256 104.75%);
}
.traineeship__right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.traineeship__right img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 991px) {
  .traineeship {
    min-height: auto;
  }
  .traineeship__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    padding: 30px 30px;
  }
  .traineeship__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media only screen and (max-width: 767px) {
  .traineeship__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 15px;
  }
  .traineeship__right {
    display: none;
  }
}

.win {
  --fancybox-color: #1D4C7E;
}

.win-popup-form {
  width: 100%;
  max-width: 700px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 70px 60px;
  color: #282828;
}

.win-popup-form > a:first-child {
  height: 0;
}
@media only screen and (max-width: 767px) {
  .win-popup-form {
    padding: 50px 15px 32px 15px;
  }
}

body.blank-page::-webkit-scrollbar { width: 0; }
body.blank-page{ -ms-overflow-style: none; }
.win__head {
  text-align: center;
  padding: 0 35px 20px 35px;
}

.text-sert {
  font-weight: 400;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #245EBA;
  margin: 80px 0;
}
.text-sert img {
  margin-right: 23px;
}
@media only screen and (max-width: 991px) {
  .text-sert {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .text-sert {
    margin: 30px 0;
    font-size: 20px;
  }
  .text-sert img {
    margin-right: 15px;
  }
}

.technologies-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 60px;
}

.technologies-item {
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #D5D5D5;
}
.technologies-item h3, .technologies-item .h3 {
  font-weight: 700;
}
.technologies-item__pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  /*background: #95C230;*/
  background: #89C345;
}
.technologies-item__pic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.technologies-item__pic img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.technologies-item__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 22px 30px;
  padding: 22px 0;
  color: #282828;
  font-size: 18px;
}
.technologies-item__content .link-more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.technologies-item__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.technologies-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media (max-width: 1200px) {
  .technologies-item__name {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .technologies-item {
    width: 100%;
  }
  .technologies-item__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .technologies-item {
    width: 100%;
  }
  .technologies-item__pic {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-height: 140px;
    background: #95C230;
  }
  .technologies-item__pic img {
    max-height: 80%;
  }
  .technologies-item__content {
    margin: 22px 15px;
    padding: 0 0 22px 0;
    font-size: 14px;
  }
  .technologies-item__name {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

.company-info-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.company-info-column__left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
}
.company-info-column__right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
}
@media only screen and (max-width: 991px) {
  .company-info-column {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .company-info-column__left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .company-info-column__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.history-slider {
  margin-right: calc(-25% - 20px);
  margin-left: -20px;
}
.history-slider .slick-dots {
  padding-right: 25%;
}
@media (max-width: 1200px) {
  .history-slider {
    margin-right: calc(-33.3% - 20px);
    margin-left: -20px;
  }
  .history-slider .slick-dots {
    padding-right: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .history-slider {
    margin-right: calc(-33.3% - 20px);
    margin-left: -10px;
  }
  .history-slider .slick-dots {
    padding-right: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .history-slider {
    margin-right: calc(-50% - 20px);
    margin-left: -10px;
  }
  .history-slider .slick-dots {
    padding-right: 33.3%;
  }
}

.history-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-slider .slick-track .slick-slide {
  height: auto;
}

.history-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.history-slider-arrows {
  position: relative;
  display: flex;
  gap: 20px;
  height: 50px;
  margin: 20px 0 0 0;
}
.history-slider-arrows .slider-arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  transform: translate(0, 0%);
}

.history-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 45px;
}
@media only screen and (max-width: 991px) {
  .history-items {
    margin-top: 25px;
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .history-slider-arrows .slider-arrow {
    position: absolute;
  }

  .history-slider-arrows .slick-next {
    left: unset;
  }
}

.history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  margin: 33px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history-item__content {
  width: 100%;
  max-width: 320px;
  height: 100%;
  z-index: 1;
}
.history-item__dot {
  position: relative;
  margin: -33px 0 33px 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(164, 243, 72, 0.2);
  padding: 6px;
  z-index: 2;
}
.history-item__dot span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #A4F348;
}
.history-item__data {
  position: relative;
  margin-bottom: 18px;
}
.history-item__data span {
  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10.71%, #A4F348), color-stop(89.29%, #48E9F3));
  background-image: -o-linear-gradient(top, #A4F348 10.71%, #48E9F3 89.29%);
  background-image: linear-gradient(180deg, #A4F348 10.71%, #48E9F3 89.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  color: #A4F348;
}
.history-item__data span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 98px;
  height: 37px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/history-blure.svg") no-repeat center center/contain;
  z-index: -1;
}
.history-item__head {
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.history-item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .history-item {
    width: 100%;
    padding: 0px 10px;
    margin: 23px 0 0 0;
  }
  .history-item__dot {
    position: relative;
    margin: -23px 0 13px 0;
  }
  .history-item__data span {
    font-size: 40px;
  }
  .history-item__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .history-item {
    width: 100%;
    padding: 0px 10px;
    margin: 13px 0 0 0;
  }
  .history-item__dot {
    position: relative;
    margin: -13px 0 8px 0;
  }
  .history-item__data {
    margin-bottom: 12px;
  }
  .history-item__data span {
    font-size: 38px;
  }
  .history-item__head {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .history-item__text {
    font-size: 14px;
  }
}

.history-item__bline {
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 0;
  right: 0;
  min-width: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history-item__bline::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history-item__progress {
  position: absolute;
  top: 13px;
  left: 0;
  height: 3px;
  min-width: 100px;
  background: #A4F348;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .history-item__bline {
    position: absolute;
    left: 10px;
  }
}

.history-slider-clock {
  padding: 0px 0 0 0;
  margin: -245px 0 0 0;
}
.history-slider-clock svg {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .history-slider-clock {
    padding: 0px 0 0 0;
    max-width: 200px;
    margin: -230px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .history-slider-clock {
    padding: 0px 0 0 0;
    max-width: 150px;
    margin: -180px 0 0 0;
  }
}

.history-slider-clock svg #hour {
  -webkit-transform: rotate(calc(var(--progress) / 100 * 180deg + 60deg));
      -ms-transform: rotate(calc(var(--progress) / 100 * 180deg + 60deg));
          transform: rotate(calc(var(--progress) / 100 * 180deg + 60deg));
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.history-slider-clock svg #minute {
  -webkit-transform: rotate(calc(var(--progress) / 100 * 2160deg));
      -ms-transform: rotate(calc(var(--progress) / 100 * 2160deg));
          transform: rotate(calc(var(--progress) / 100 * 2160deg));
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.section-advantages {
  background: url("../img/bg-advantages.jpg") no-repeat center center/cover, -o-linear-gradient(335.67deg, #296883 -53.57%, #142256 70.07%);
  background: url("../img/bg-advantages.jpg") no-repeat center center/cover, linear-gradient(114.33deg, #296883 -53.57%, #142256 70.07%);
}

.advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 75px;
  gap: 20px 0;
}
@media only screen and (max-width: 991px) {
  .advantages-items {
    gap: 77px 0;
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages-items {
    gap: 50px 0;
    margin-top: 45px;
  }
}

.advantages-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 9px 4.5%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.advantages-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.advantages-item__number {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #A4F348;
}
.advantages-item__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}
.advantages-item__pic {
  margin-top: 13px;
}
.advantages-item__pic span {
  color: white;
  margin: 0 0 0 15px;
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  .advantages-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding: 9px 40px;
    border-left: 0px solid rgba(255, 255, 255, 0.5);
  }
  .advantages-item:last-child {
    border-right: 0px solid rgba(255, 255, 255, 0.5);
  }
  .advantages-item__number {
    font-size: 80px;
  }
  .advantages-item__pic {
    margin-top: 52px;
  }
  .advantages-item__pic img {
    height: 80px;
  }
  .advantages-item__head {
    font-size: 28px;
  }
}

#scroll_top {
  transform: rotate(-90deg);
  position: fixed;
  z-index: 9999;
  right: -23px;
  top: 30%;
}

@media only screen and (max-width: 767px) {
  .advantages-item {
    padding: 9px 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .advantages-item__number {
    font-size: 50px;
  }
  .advantages-item__pic {
    margin-top: 25px;
  }
  .advantages-item__pic img {
    height: 70px;
  }
  .advantages-item__head {
    font-size: 15px;
  }

  .advantages-item__pic span {
    font-size: 12px;
  }
}

.production__pic {
  position: relative;
}
.production__pic::before {
  content: "";
  display: block;
  padding-top: 50%;
}
@media only screen and (max-height: 1000px) {
  .production__pic::before {
    padding-top: 33%;
  }
}
.production__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media only screen and (max-width: 767px) {
  .production__pic::before {
    content: "";
    display: block;
    /*padding-top: 120%;*/
    padding-top: 57%;
  }
}

.inp.first_num {
  width: 115px;
}
.inp.second_num {
  width: 80px;
}
.df_file_search__support {
  padding: 10px 0 0 0;
}
.df_file_search {
  padding: 30px 0;
}
.df_file_search .btn {
  padding: 15px 40px;
}


@media only screen and (max-width: 767px) {
  .df_file_search .btn {
    padding: 9px 15px;
    font-size: 13px;
  }
}

.bpagination {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 15px;
}
.bpagination__more {
  flex: 1 1 0;
  margin: 32px 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .bpagination {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bpagination__more {
    flex: 1 1 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }
}

.form-two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.form-two-column > div {
  flex: 1 1 175px;
}
.form-two-column .form-line-sub > * {
  width: 100%;
}

.steps-b.product-margin {
  margin-bottom: 20px;
}

.product-small-table {
  display: flex;
}
.product-small-table .small-th{
  flex: 0 0 50%;
}
.product-small-table .small-td{
  flex: 0 0 50%;
}

@media only screen and (max-width: 767px) {
  .product-small-table {
    flex-direction: column;
  }
  .product-small-table .small-th{
    flex: 0 0 100%;
  }
  .product-small-table .small-td{
    flex: 0 0 100%;
  }
}

.methods-bottom-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.methods-bottom-block .methods-bottom-block-pic img {
  max-width: 370px;
  width: 100%;
}

.pt45 {
  padding-top: 45px;
}
.pb45 {
  padding-bottom: 45px;
}

.methods-bottom-block .methods-bottom-block-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 515px;
  margin: 0 95px 0 0;
}

.methods-bottom-block .content-header {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #333333;

  margin-bottom: 20px;
}

.methods-bottom-block .content-text {
  /* Текст */

  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  /* or 27px */
  color: #000000;

  margin-bottom: 40px;
}

.methods-bottom-block .content-bottom {

}

@media only screen and (max-width: 880px) {
  .methods-bottom-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .methods-bottom-block .methods-bottom-block-pic {
    text-align: center;
  }

  .methods-bottom-block .methods-bottom-block-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin: 0 0 0 0;
  }

  .methods-bottom-block .content-header {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    color: #333333;

    margin-bottom: 10px;
  }

  .methods-bottom-block .content-text {
    /* Текст */

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    /* or 27px */
    color: #000000;

    margin-bottom: 20px;
  }

  .methods-bottom-block .content-bottom {

  }
}

ol li {
  position: relative;
  margin: 0 0 20px 0;
}

.btn-go-back {
  text-align: right;
  text-decoration: underline;
  margin: -3px 0 8px 0;
  line-height: 14px;
}

.polimorf-search {
  display: flex;
  position: relative;
}
.polimorf-inp {
  min-width: 320px;
  height: 50px;
  line-height: 40px;
}

.autoComplete_wrapper {

}

.autoComplete_wrapper ul {
  padding: 5px;
  margin: 0;
  max-width: 320px;

  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper ul li {
  list-style: none;
  cursor: pointer;
  border-top: 1px solid #f6f6f6;
  padding: 5px;
}

.autoComplete_wrapper ul li:hover {
  color: #fff;
  border-top: 1px #245EBA solid;
  background: #245EBA;
  transition: all 0.3s ease;
}

.selected-polimorf {
  margin: 15px 0;
  max-width: 680px;
}

.selected-polimorf a {
  padding: 7px 35px 8px 5px;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  background: #245EBA;
  margin: 5px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}

.selected-polimorf a:after {
  content: "\2573";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #245EBA;
  color: #000;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
}

.polimorf-search-block .btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

@media only screen and (max-width: 480px) {
  .polimorf-inp {
    max-width: 480px;
    width: 100%;
    min-width: auto;
    height: 30px;
  }
  .polimorf-search {
    display: flex;
    position: relative;
    flex-direction: column;
  }
}

.header__right-block {
  display: flex;
  flex-direction: column;
}

.header__right-start-block,
.header__right-end-block {
  display: flex;
  align-items: center;
}

.header__right-start-block {
  flex-direction: column;
  align-items: end;
  margin: 0 0 5px 0;
}

.header__right-link,
.header__right-btn {
  font-size: 13px;
}

.header__right-end-block .search-link a {
  width: 16px;
  height: 15px;
}
.header__right-end-block .search-b {
  width: 25px;
}
@media only screen and (max-width: 1200px) {
  .header__right-start-block {
    display: none;
  }
}

.catalog-filtr__item.check-all-item {
  margin-top: 5px;
  text-decoration: underline;
  cursor: pointer;
}
