/* Generated by less 2.5.1 */
/*body {
  * {
    font-family: "Roboto"
  }
}*/
.page-title {
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  color: #009835;
}
h2.section-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #009835;
  margin-bottom: 40px;
}
.newPage {
  background: white;
}
.newPage .b-header {
  margin-bottom: 0px;
  background-size: cover !important;
  height: 312px;
}
.newPage.stockPage .b-header {
  background: url(../img/stockHeader-bg.png) center no-repeat;
}
.stockInfo {
  margin-bottom: 30px;
}
.stockInfo h1 {
  font-size: 45px;
  color: #009835;
  font-weight: 800;
  text-align: center;
  margin-bottom: 50px;
}
.stockInfo-body {
  padding-bottom: 30px;
  background: url(../img/stockHeroBG.png) center bottom no-repeat;
  background-size: auto 340px;
}
.stockInfo-body .wrapper {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  background: white;
  box-sizing: border-box;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22);
}
.stockInfo-text {
  margin-left: 50px;
  color: #555555;
  max-width: 690px;
}
.stockInfo-text h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 800;
}
.stockInfo-text p {
  font-size: 17px;
  line-height: 1.5;
}
.stock-accordion-header {
  border: 1px solid black !important;
  border-radius: 0;
  padding: 0 !important;
  display: block;
  margin-bottom: 40px !important;
}
.stock-accordion-header .ui-icon {
  display: none;
}
.stock-accordion-header .name {
  background: #f4fd04;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  font-size: 24px;
  border-bottom: 1px solid black;
}
.stock-accordion-header .name-text {
  font-weight: bold;
  color: black;
}
.stock-accordion-header .type {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  color: black;
}
.stock-accordion-header.ui-accordion-header-active {
  background: white;
  margin-bottom: 0px !important;
}
.stock-accordion-header.ui-accordion-header-active .arrow {
  transform: rotate(180deg);
}
.stock-accordion-body {
  background: transparent !important;
  padding: 10px 0 0 0 !important;
  overflow: hidden !important;
  border: none !important;
}
.stock-accordion-body .stock-element {
  margin-bottom: 50px;
}
.stock-accordion-body .stock-element-body {
  margin-bottom: 20px;
  display: flex;
  background: #e7e7e7;
}
.stock-accordion-body .stock-element-body .stock-element-left {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 55px;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-title {
  font-size: 30px;
  font-weight: 500;
  color: black;
  margin-bottom: 20px;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content {
  display: flex;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .text {
  padding-right: 10px;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .text p {
  font-size: 17px;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel {
  max-width: 370px;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-stage-outer {
  border: 2px solid white;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-item {
  width: 370px !important;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots {
  display: flex;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot {
  margin-right: 5px;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot span {
  background: transparent;
  width: 24px !important;
  height: 24px !important;
  margin: 0;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot span:after {
  font-size: 12px;
  color: #009835;
  font-weight: 800;
  width: 24px;
  height: 24px;
  background: white;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  line-height: 24px;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot.active span:after {
  border-color: #009835;
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(1) span:after {
  content: '1';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(2) span:after {
  content: '2';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(3) span:after {
  content: '3';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(4) span:after {
  content: '4';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(5) span:after {
  content: '5';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(6) span:after {
  content: '6';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(7) span:after {
  content: '7';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(8) span:after {
  content: '8';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(9) span:after {
  content: '9';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .stock-carousel .owl-dots .owl-dot:nth-of-type(10) span:after {
  content: '10';
}
.stock-accordion-body .stock-element-body .stock-element-left .stock-element-left-content .logo {
  width: 54px;
  bottom: 5px;
  position: absolute;
  right: 0;
}
.stock-accordion-body .stock-element-body .stock-element-right {
  position: relative;
  padding-bottom: 10px;
  padding-top: 20px;
  border-left: 3px solid white;
  width: 190px;
  flex-shrink: 0;
}
.stock-accordion-body .stock-element-body .stock-element-right .elements {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 19px;
  color: #333333;
  font-weight: 500;
}
.stock-accordion-body .stock-element-body .stock-element-right .elements .element {
  margin-bottom: 25px;
}
.stock-accordion-body .stock-element-body .stock-element-right .buttonGreen {
  height: 55px;
  background: #009835;
  font-size: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.stock-accordion-body .stock-element-body .stock-element-right span.buttonGreen {
  position: static;
  opacity: 0;
}
.stock-accordion-body .stock-element .stock-element-buttons {
  display: flex;
  justify-content: space-between;
  margin-right: 190px;
}
.stock-accordion-body .stock-element .stock-element-buttons a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.stock-accordion-body .stock-element .stock-element-buttons a img {
  margin-right: 10px;
}
.stock-accordion-body .stock-element .stock-element-buttons a span {
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid;
}
.side-buttons {
  position: absolute;
  width: 221px;
  right: 0;
  left: auto;
  z-index: 1;
}
.side-buttons a {
  width: 100%;
  margin-bottom: 30px;
  display: block;
}
.b-header.bg1 {
  background: url(../img/catalog2levelHeader-bg.png) center no-repeat;
  background-size: cover;
}
/****CATALOG-LEVEL2****/
.catalog-level2 .b-header {
  background: url(../img/catalog2levelHeader-bg.png) center no-repeat;
  background-size: cover;
}
.catalog-level2-body {
  font-size: 17px;
}
.catalog-level2-body .catalog-body {
  padding-bottom: 70px;
  padding-top: 25px;
}
.catalog-level2-body .catalog-body .wrapper {
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .catalog-level2-body .catalog-body .wrapper {
    width: 100%;
    padding-right: 260px;
    min-width: 100px;
  }
}
.catalog-level2-body .catalog-body .wrapper .section-title {
  text-align: left;
  margin-bottom: 19px;
}
.catalog-level2-body .catalog-body .wrapper .section-title span {
  font-size: 28px;
  color: #1b1b1b;
  font-weight: 400;
}
.catalog-level2-body .catalog-body .wrapper .catalog-text {
  margin-bottom: 40px;
}
.catalog-level2-body .catalog-body .wrapper .detailsButton {
  color: #009835;
  border-bottom: 1px dotted;
  cursor: pointer;
}
.catalog-level2-body .catalog-body .wrapper .detailsButton i {
  color: #000;
  border-bottom: 1px solid #fff;
  cursor: auto;
}
.catalog-level2-body .catalog-body .wrapper .details {
  display: none;
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a {
  border: 1px solid #c5c5c5;
  border-top: 10px solid #01a54f;
  display: block;
  padding: 20px 10px;
  width: 32%;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  transition-duration: 0.4s;
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a:after {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  opacity: 0;
  transition-duration: 0.4s;
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a span {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
  transition-duration: 0.4s;
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a img {
  width: 100%;
  height: auto;
  transition-duration: 0.4s;
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a:hover {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22);
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a:hover:after {
  opacity: 1;
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a:hover img {
  transform: scale(1.2);
}
.catalog-level2-body .catalog-body .wrapper .catalog-level2-row a:hover span {
  opacity: 0;
}
.catalog-level2-body .mainFeatures {
  padding-bottom: 60px;
  padding-top: 50px;
  background: #e5e6ec;
}
.catalog-level2-body .mainFeatures .wrapper .section-title {
  margin-bottom: 60px;
  text-align: left;
  font-weight: 400;
}
.catalog-level2-body .mainFeatures-img {
  display: block;
  margin: 0 auto 20px;
}
.catalog-level2-body .mainFeatures-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-level2-body .mainFeatures-flex ul {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-level2-body .mainFeatures-flex ul li {
  margin-bottom: 8px;
  margin-left: 40px;
  position: relative;
  border-bottom: 1px dotted;
}
.catalog-level2-body .mainFeatures-flex ul li:after {
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 13px;
  content: '';
  background: url(../img/check.png) center no-repeat;
}
.catalog-level2-body .additional {
  padding-top: 60px;
  margin-bottom: 50px;
}
.catalog-level2-body .additional .wrapper .section-title {
  text-align: left;
  font-weight: 400;
}
.catalog-level2-body .additional-element {
  display: flex;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #e5e6e9;
}
.catalog-level2-body .additional-element .additional-img {
  width: 370px;
}
.catalog-level2-body .additional-element .additional-content {
  padding-left: 40px;
  min-width: 90.5%;
}
.catalog-level2-body .additional-element .additional-content h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.catalog-level2-body .additional-element .additional-content p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.catalog-level2-body .info-accordion-header {
  color: #01a54f;
  border: none;
  border-bottom: 2px solid #01a54f;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 !important;
  background: transparent;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}
.catalog-level2-body .info-accordion-header .ui-accordion-header-icon {
  display: none;
}
.catalog-level2-body .info-accordion-header .text {
  font-size: 30px;
}
.catalog-level2-body .info-accordion-header .state {
  width: 24px;
  height: 24px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
.catalog-level2-body .info-accordion-header .state .minus {
  display: none;
}
.catalog-level2-body .info-accordion-header.ui-state-active .plus {
  display: none;
}
.catalog-level2-body .info-accordion-header.ui-state-active .minus {
  display: block;
}
.catalog-level2-body .info-accordion-body {
  overflow: hidden !important;
  padding: 0 !important;
  border: none;
  display: flex;
  align-items: flex-start;
}
.catalog-level2-body .info-accordion-body-text {
  padding-left: 35px;
}
/****CATALOG-LEVEL2****/
.info-accordion-header {
  color: #01a54f !important;
  border: none !important;
  border-bottom: 2px solid #01a54f !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 !important;
  background: transparent !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}
.info-accordion-header .ui-accordion-header-icon {
  display: none;
}
.info-accordion-header .text {
  font-size: 30px;
}
.info-accordion-header .state {
  width: 24px;
  height: 24px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}
.info-accordion-header .state .minus {
  display: none;
}
.info-accordion-header.ui-state-active .plus {
  display: none;
}
.info-accordion-header.ui-state-active .minus {
  display: block;
}
.info-accordion-body {
  overflow: hidden !important;
  padding: 0 !important;
  border: none !important;
  display: flex;
  align-items: flex-start;
}
.info-accordion-body-text {
  padding-left: 35px;
}
/****CONTENT PAGE****/
.contentPage {
  font-size: 17px;
}
.contentPage .b-header {
  background: url(../img/conentPageHeader-bg.png) center no-repeat;
  background-size: cover;
}
.contentPage .contentFeatures {
  background: url(../img/stockHeroBG.png) center bottom no-repeat;
  background-size: 1920px;
  padding-bottom: 30px;
}
.contentPage .contentFeatures .page-title {
  margin-bottom: 50px;
}
.contentPage .contentFeatures .wrapper {
  display: flex;
  justify-content: space-between;
}
.contentPage .contentFeatures .wrapper .contentFeature {
  width: 31%;
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  padding: 30px 40px;
  text-align: center;
  transition-duration: 0.4s;
}
.contentPage .contentFeatures .wrapper .contentFeature:hover {
  transform: translateY(-20px);
}
.contentPage .contentFeatures .wrapper .contentFeature-title {
  font-size: 26px;
  color: #555555;
  font-weight: 800;
  margin-bottom: 20px;
}
.contentPage .contentFeatures .wrapper .contentFeature p {
  margin-bottom: 25px;
}
.contentPage .history {
  min-width: 1100px;
  padding-top: 50px;
}
@media (max-width: 1600px) {
  .contentPage .history {
    padding-right: 260px;
    min-width: auto;
  }
}
@media (max-width: 1600px) {
  .contentPage .history .wrapper {
    width: 100%;
  }
}
.contentPage .history .wrapper .section-body {
  max-width: 745px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-bottom: 40px;
}
.contentPage .history .wrapper .section-body p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.contentPage .chronology {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #e5e5e5;
}
.contentPage .chronology .section-title {
  margin-bottom: 25px;
}
.contentPage .chronology .section-body .chronology-row {
  display: flex;
  justify-content: space-around;
}
.contentPage .chronology .section-body .chronology-row img {
  max-width: 100%;
  height: auto;
  width: 280px;
  margin: 15px;
}
.contentPage .chronology .section-body .chronology-carousel {
  background: url(../img/greenLineBG.png) center no-repeat;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
}
.contentPage .chronology .section-body .chronology-carousel .item {
  font-size: 35px;
  color: white;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.contentPage .chronology .section-body .chronology-carousel .owl-nav button {
  height: 38px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.contentPage .chronology .section-body .chronology-carousel .owl-nav button:hover {
  background: transparent;
}
.contentPage .chronology .section-body .chronology-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.contentPage .chronology .section-body .chronology-carousel .owl-nav button.owl-next {
  right: 15px;
}
.contentPage .textBlock {
  padding-top: 50px;
  padding-bottom: 60px;
}
.contentPage .textBlock .wrapper img.float-right {
  float: right;
  margin-left: 20px;
}
.contentPage .textBlock .wrapper .section-title {
  text-align: left;
  padding-top: 30px;
}
.contentPage .textBlock-text {
  margin-bottom: 30px;
}
.contentPage .textBlock-text .section-subtitle {
  margin-bottom: 25px;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
.contentPage .textBlock-text p {
  margin-bottom: 20px;
}
.contentPage .textBlock a {
  width: 194px;
  margin: auto;
  display: block;
}
.contentPage .greenFeatures {
  padding-top: 50px;
  padding-bottom: 100px;
  background: #e5e5e5;
}
.contentPage .greenFeatures .wrapper .section-body {
  display: flex;
  justify-content: space-between;
}
.contentPage .greenFeatures .wrapper .section-body .greenFeature {
  max-width: 200px;
  text-align: center;
}
.contentPage .greenFeatures .wrapper .section-body .greenFeature img {
  margin-bottom: 30px;
}
.contentPage .greenFeatures .wrapper .section-body .greenFeature-title {
  margin-bottom: 25px;
  font-weight: 500;
}
.contentPage .greenFeatures .wrapper .section-body .greenFeature-text {
  font-size: 13px;
  color: #777777;
}
.contentPage .invisibleBlocks {
  display: none;
  background: url(../img/collapseBlockBG.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}
.contentPage .invisibleBlocks.active {
  display: block;
}
.contentPage .invisibleBlocks .wrapper .block {
  position: relative;
  margin-left: 80px;
  padding: 30px 50px;
  display: none;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.86);
}
.contentPage .invisibleBlocks .wrapper .block.active {
  display: flex;
}
.contentPage .invisibleBlocks .wrapper .block img {
  width: 80px;
  position: absolute;
  top: 0;
  left: -80px;
  opacity: .86;
}
.contentPage .invisibleBlocks .wrapper .block .section-title {
  text-align: left;
}
.contentPage .invisibleBlocks .wrapper .block p {
  margin-bottom: 20px;
}
.contentPage .invisibleBlocks .wrapper .block .sendButton {
  width: 334px;
  margin: auto;
  margin-top: 25px;
}
.contentPage .invisibleBlocks .wrapper .block .sendButton img {
  position: static;
  width: auto;
}
.contentPage .manyImg {
  padding-top: 35px;
  padding-bottom: 50px;
  background: url(../img/manyImgBG.png) center no-repeat;
  background-size: cover;
}
.contentPage .manyImg-img {
  margin-bottom: 50px;
}
.contentPage .manyImg-text {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
  padding: 50px 35px;
  background: white;
}
.contentPage .services {
  padding-top: 50px;
  padding-bottom: 80px;
}
.contentPage .services .wrapper p {
  text-align: center;
  margin-bottom: 40px;
}
.contentPage .services .wrapper .section-body {
  display: flex;
  justify-content: space-between;
  max-width: 840px;
  margin: auto;
}
.contentPage .services .wrapper .section-body ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contentPage .services .wrapper .section-body ul li {
  position: relative;
  margin-left: 40px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.contentPage .services .wrapper .section-body ul li:after {
  display: block;
  left: -40px;
  top: 0;
  margin: auto;
  bottom: 0;
  content: '';
  background: url(../img/checkWithBG.png);
  height: 21px;
  width: 21px;
  position: absolute;
}
.contentPage .greenGradiengBlock {
  padding-top: 90px;
  padding-bottom: 80px;
  background: url(../img/withGreenGradientBG.png) center no-repeat;
  background-size: 1920px;
}
.contentPage .greenGradiengBlock .wrapper .section-body {
  color: white;
  max-width: 600px;
}
.contentPage .greenGradiengBlock .wrapper .section-body .section-title {
  text-align: left;
  margin-bottom: 120px;
  color: white;
}
.contentPage .greenGradiengBlock-text {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
.contentPage .greenGradiengBlock-text:after {
  display: block;
  top: -10px;
  left: 0;
  position: absolute;
  background: url(../img/quotes.png) center no-repeat;
  content: '';
  width: 35px;
  height: 27px;
}
.contentPage .greenGradiengBlock-author {
  padding-left: 50px;
  margin-bottom: 50px;
}
.contentPage .greenGradiengBlock .detailsButton {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 194px;
}
.contentPage .ourFeatures {
  padding-top: 50px;
}
.contentPage .ourFeatures-carousel {
  max-width: 920px;
  margin: auto;
}
.contentPage .ourFeatures-carousel .ourFeature {
  text-align: center;
}
.contentPage .ourFeatures-carousel .ourFeature img {
  max-width: 180px !important;
  margin: 0 auto 0;
}
.contentPage .ourFeatures-carousel .ourFeature p {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  max-width: 250px;
  margin: auto;
}
.contentPage .ourFeatures-carousel .owl-dots {
  margin-top: 45px !important;
}
.contentPage .ourFeatures-carousel .owl-dots .owl-dot {
  margin-left: 10px;
  margin-right: 10px;
}
.contentPage .ourFeatures-carousel .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  background: white;
  border: 2px solid #01a54f;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
}
.contentPage .ourFeatures-carousel .owl-dots .owl-dot.active span {
  background: #01a54f;
  border-color: white;
}
/****CONTENT PAGE****/
/****PRODUCTCARD****/
@media (max-width: 1600px) {
  .photoTabs-container {
    padding-right: 250px;
  }
}
@media (max-width: 1600px) {
  .photoTabs-container .wrapper {
    width: 100%;
  }
}
.photoTabs-container .wrapper .section-title {
  color: #1b1b1b;
  text-align: left;
  font-weight: 300;
  padding-top: 30px;
}
.photoTabs-container .wrapper .section-title span {
  color: #01a54f;
  font-weight: 500;
}
.photoTabs-container .wrapper .photoTabs {
  display: flex;
  border: none;
}
.photoTabs-container .wrapper .photoTabs ul {
  display: flex;
  flex-direction: column;
  border: none;
  background: transparent;
  padding: 0;
  width: 190px;
  justify-content: space-between;
}
.photoTabs-container .wrapper .photoTabs ul li {
  margin: auto;
  border: none;
  background: transparent;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22);
}
.photoTabs-container .wrapper .photoTabs ul li:last-of-type {
  margin-bottom: 0;
}
.photoTabs-container .wrapper .photoTabs ul li.ui-tabs-active {
  background: transparent;
  border: 1px solid #01a54f;
}
.photoTabs-container .wrapper .photoTabs ul li a {
  padding: 0;
  float: none;
  display: block;
}
.photoTabs-container .wrapper .photoTabs > div a {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  position: relative;
}
.photoTabs-container .wrapper .photoTabs > div a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: url(../img/magnifier.png) center no-repeat;
  background-size: 100%;
  width: 26px;
  height: 27px;
}
.photoTabs-container .wrapper .photoTabs > div a img {
  max-width: 100%;
  height: auto;
}
.photoTabs-container .wrapper .blockFooter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.photoTabs-container .wrapper .blockFooter img {
  margin-right: 5px;
}
.photoTabs-container .wrapper .blockFooter a {
  height: 55px;
  background: #01a54f;
  font-size: 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 190px;
}
.info-accordion.technical .left {
  font-weight: 500;
}
.info-accordion.technical .info-accordion-body {
  display: flex;
  flex-direction: column;
  max-width: 930px;
  margin: 30px auto 70px;
}
.info-accordion.technical .info-accordion-body > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 10px 25px;
  font-size: 16px;
}
.info-accordion.technical .info-accordion-body .accordion-model:nth-child(odd) {
  background: #e8e8e8;
}
.greyButtons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 70px;
}
.greyButtons input {
  display: none;
}
.greyButtons label {
  margin-left: 15px;
  background: url(../img/greyButton.png) center no-repeat;
  width: 189px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.19);
}
.infoImg img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}
.greenButtons {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
.greenButtons a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.greenButtons a:first-of-type {
  margin-right: 70px;
}
.greenButtons a img {
  margin-left: 12px;
  margin-right: 12px;
}
/****PRODUCTCARD****/
/****SYSTEMWAYS****/
.technicalCenter {
  background: url(../img/milimeter.png) center;
  padding-top: 15px;
}
.technicalCenter .wrapper {
  padding-bottom: 80px;
}
.technicalCenter .wrapper .section-title {
  font-size: 24px;
}
.technicalCenter .wrapper .section-body {
  padding-left: 260px;
  position: relative;
}
.technicalCenter .wrapper .section-body:after {
  display: block;
  position: absolute;
  content: '';
  background: url(../img/cirkul.png) center no-repeat;
  width: 230px;
  height: 300px;
  left: 0;
  top: 70px;
}
.technicalCenter .wrapper .section-body .title {
  font-size: 24px;
  color: #01a54f;
  font-weight: 500;
  margin-bottom: 20px;
}
.technicalCenter .wrapper .section-body .technicalCenter-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.technicalCenter .wrapper .section-body .technicalCenter-elements .element {
  margin-bottom: 30px;
  width: 375px;
}
.technicalCenter .wrapper .section-body .technicalCenter-elements .element-title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  min-height: 35px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.technicalCenter .wrapper .section-body .technicalCenter-elements .element-title:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: url(../img/arrowRightGreen2.png);
  height: 35px;
  width: 35px;
}
.technicalCenter .wrapper .section-body .technicalCenter-elements .element-body {
  color: #4d4c4c;
  font-size: 14px;
}
.escort {
  padding-bottom: 80px;
  padding-top: 40px;
}
.escort .wrapper {
  width: 1100px;
}
.escort .wrapper .section-title {
  font-size: 36px;
  text-align: left;
  font-weight: 500;
}
.escort .wrapper p {
  font-size: 18px;
  margin-bottom: 25px;
}
.escort-img {
  text-align: center;
  margin-bottom: 25px;
}
.escort-img img {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.62);
}
.readyExamples {
  padding-bottom: 60px;
}
.readyExamples .wrapper .section-title {
  font-size: 36px;
  text-align: left;
  font-weight: 500;
}
.readyExamples .readyExample-header {
  border: none;
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 35px 0 !important;
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
}
.readyExamples .readyExample-header.ui-accordion-header-active {
  z-index: 1000;
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.9);
}
.readyExamples .readyExample-header.ui-accordion-header-active:after {
  bottom: -15px;
  left: 0;
  right: 0;
  background: white;
  content: '';
  display: block;
  position: absolute;
  height: 15px;
}
.readyExamples .readyExample-header.ui-accordion-header-active .text {
  display: block;
}
.readyExamples .readyExample-name {
  background: linear-gradient(to bottom, #398142 0%, #0d3a13 100%);
  color: white;
  font-size: 20px;
  padding-left: 20px;
  width: 200px;
  padding-top: 2px;
  padding-bottom: 5px;
  flex-shrink: 0;
  margin-right: 20px;
}
.readyExamples .readyExample-category {
  background: #fbe104;
  padding: 2px 5px 5px 5px;
  width: 100%;
}
.readyExamples .readyExample-category .title {
  color: #151515;
  font-weight: 500;
  font-size: 20px;
}
.readyExamples .readyExample-category .text {
  font-size: 14px;
  color: #585858;
  display: none;
  padding-top: 5px;
}
.readyExamples .readyExample-body {
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.9);
  background: white;
  padding: 35px !important;
  position: relative;
}
.readyExamples .readyExample-body:after {
  top: 0px;
  left: 0;
  right: 0;
  background: white;
  content: '';
  display: block;
  position: absolute;
  height: 15px;
}
.readyExamples .readyExample-body-about {
  display: flex;
}
.readyExamples .readyExample-demands {
  padding-left: 70px;
}
.readyExamples .readyExample-demands .title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
}
.readyExamples .readyExample-demands .demands .demand {
  display: flex;
  margin-bottom: 20px;
}
.readyExamples .readyExample-demands .demands .demand img {
  margin-right: 20px;
}
.readyExamples .readyExample-demands .demands .demand-text {
  width: calc(100% - 63px);
  padding-top: 8px;
}
.readyExamples .readyExample-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.readyExamples .readyExample-socials .title {
  font-size: 16px;
  color: #818080;
  margin-bottom: 5px;
}
.readyExamples .readyExample-socials .socials a {
  margin-left: 5px;
}
.readyExamples .moreInfo {
  background: #e8e8e8;
  max-width: 760px;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  margin: auto;
}
.readyExamples .moreInfo-text {
  font-size: 24px;
  color: #3a8544;
  margin-bottom: 20px;
  font-weight: 500;
}
.readyExamples .moreInfo a {
  width: 180px;
  height: 40px;
  background: #3a8544;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
}
.ourPartners {
  padding-top: 40px;
  padding-bottom: 50px;
  background: #fafafa;
}
.ourPartners .wrapper .section-title {
  font-size: 36px;
  text-align: left;
  font-weight: 500;
}
.ourPartners-carousel {
  padding: 0px 40px;
}
.ourPartners-carousel .item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ourPartners-carousel .ourPartner {
  background: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22);
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.ourPartners-carousel .owl-nav button {
  width: 22px;
  height: 36px;
  padding: 0 !important;
  margin: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ourPartners-carousel .owl-nav button:hover {
  background: transparent !important;
}
.ourPartners-carousel .owl-nav button.owl-prev {
  left: 0;
}
.ourPartners-carousel .owl-nav button.owl-next {
  right: 0;
}
.aboutUs {
  padding-top: 70px;
  padding-bottom: 70px;
}
.aboutUs .wrapper .section-title {
  font-size: 36px;
  text-align: left;
  font-weight: 500;
}
.aboutUs-carousel .owl-nav button {
  width: 22px;
  height: 36px;
  padding: 0 !important;
  margin: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
}
.aboutUs-carousel .owl-nav button:hover {
  background: transparent !important;
}
.aboutUs-carousel .owl-nav button.owl-prev {
  left: 0;
}
.aboutUs-carousel .owl-nav button.owl-next {
  right: 0;
}
.aboutUs-element {
  border: 1px solid #398141;
  border-radius: 20px;
  overflow: hidden;
  max-width: 400px;
  margin: auto;
}
.aboutUs-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutUs-header .name {
  font-size: 24px;
  color: #3a8544;
}
.aboutUs-header .date {
  font-size: 16px;
  color: #b8b9b8;
}
.aboutUs-company {
  background: #398141;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.aboutUs-img {
  width: 240px !important;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.aboutUs p {
  padding: 0 20px 20px 20px;
}
.smallFooter .wrapper .goBack {
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.smallFooter .wrapper .goBack img {
  margin-right: 20px;
}
.smallFooter .wrapper .greyLinks {
  display: flex;
}
.smallFooter .wrapper .greyLinks a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #c6c7c7;
  margin-right: 35px;
}
.smallFooter .wrapper .greyLinks a img {
  margin-right: 12px;
}
/****SYSTEMWAYS****/
/****SERVICE****/
.serviceFeatures {
  background: url(../img/serviceBG.png) center bottom no-repeat;
}
.serviceFeatures .wrapper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
.serviceFeatures .wrapper .serviceFeature {
  width: 230px;
  height: 370px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  transition-duration: 0.4s;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22);
  padding-top: 20px;
}
.serviceFeatures .wrapper .serviceFeature:hover {
  transform: translateY(-40px);
}
.serviceFeatures .wrapper .serviceFeature-title {
  font-size: 22px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 400;
}
.bigGreenButton {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 555px;
}
@media (max-width: 1600px) {
  .bigGreenButton {
    padding-right: 250px;
  }
}
@media (max-width: 1600px) {
  .bigGreenButton .wrapper {
    width: 100%;
  }
}
.bigGreenButton .section-title {
  text-align: left;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.bigGreenButton .section-title:after {
  display: block;
  content: '';
  background: url(../img/arrowRightGreen.png) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 100%;
  top: -2px;
  bottom: 0;
  position: absolute;
  right: -30px;
}
.bigGreenButton .section-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bigGreenButton-button {
  flex-shrink: 0;
}
.bigGreenButton-button img:nth-of-type(2) {
  display: none;
}
.bigGreenButton-button:hover img:nth-of-type(1) {
  display: none;
}
.bigGreenButton-button:hover img:nth-of-type(2) {
  display: block;
}
.diagnostic {
  background: url(../img/serviceBlockBG.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}
.diagnosticText {
  margin: auto;
  max-width: 930px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  padding: 30px 40px;
}
.diagnosticText .title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0px;
}
.diagnosticText .subtitle {
  font-size: 20px;
  text-transform: uppercase;
  color: #01a54f;
  font-weight: 500;
  margin-bottom: 15px;
}
.diagnosticText ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
}
.diagnosticText ul li:after {
  display: block;
  position: absolute;
  background: url(../img/check.png) center no-repeat;
  width: 18px;
  height: 13px;
  content: '';
  left: 0;
  top: 5px;
}
.diagnostic-buttons {
  text-align: center;
}
.diagnostic-buttons a {
  padding-left: 15px;
  padding-right: 15px;
}
.serviceImages {
  padding-top: 50px;
  padding-bottom: 70px;
}
.serviceImages .section-title {
  text-align: left;
}
.serviceImages p {
  margin-bottom: 30px;
}
.serviceImages-img {
  display: flex;
  justify-content: space-between;
}
.invisibleBlocks {
  display: none;
  background: url(../img/collapseBlockBG.png) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 70px;
  padding-bottom: 70px;
}
.invisibleBlocks.active {
  display: block;
}
.invisibleBlocks .wrapper .block {
  position: relative;
  margin-left: 80px;
  padding: 30px 50px;
  display: none;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.86);
}
.invisibleBlocks .wrapper .block.active {
  display: flex;
}
.invisibleBlocks .wrapper .block .invisibleBlocks-img {
  background: rgba(18, 158, 87, 0.83);
  width: 80px;
  position: absolute;
  top: 0;
  left: -80px;
  height: 90px;
  display: flex;
  align-items: center;
}
.invisibleBlocks .wrapper .block .invisibleBlocks-img img {
  width: 60px;
  position: static;
  margin: auto;
  height: auto;
}
.invisibleBlocks .wrapper .block img {
  width: 80px;
  position: absolute;
  top: 0;
  left: -80px;
  opacity: .86;
}
.invisibleBlocks .wrapper .block .section-title {
  text-align: left;
}
.invisibleBlocks .wrapper .block p {
  margin-bottom: 20px;
}
.invisibleBlocks .wrapper .block .sendButton {
  width: 334px;
  margin: auto;
  margin-top: 25px;
}
.invisibleBlocks .wrapper .block .sendButton img {
  position: static;
  width: auto;
}
.originalDetails {
  padding-top: 60px;
}
.originalDetails-images {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.originalDetails-images .originalDetail-img {
  width: calc(25% - 20px);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.72);
  margin-bottom: 20px;
}
.pressFeatures {
  padding-top: 45px;
  padding-bottom: 70px;
  background: #e5e6ec;
}
.pressFeatures .section-title {
  text-align: left;
}
.pressFeatures ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pressFeatures ul li {
  margin-bottom: 15px;
  position: relative;
  margin-left: 30px;
  font-weight: 400;
  border-bottom: 1px dotted;
}
.pressFeatures ul li:after {
  display: block;
  position: absolute;
  background: url(../img/check.png) center no-repeat;
  width: 18px;
  height: 13px;
  content: '';
  left: -30px;
  top: 5px;
}
.noBottomMargins #content {
  padding-bottom: 0 !important;
}
.noBottomMargins.inner .content {
  margin-bottom: 0 !important;
}
.map {
  background: url(../img/map1.png) center no-repeat;
  height: 380px;
  position: relative;
}
.map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-info {
  line-height: 1.3;
  color: white;
  width: 400px;
  height: 380px;
  background: rgba(0, 0, 0, 0.58);
  padding-top: 30px;
  position: relative;
}
.map-info .title {
  font-size: 23px;
  font-weight: 800;
  margin-bottom: 25px;
  padding-left: 59px;
}
.map-info-element {
  padding: 0 20px 25px 20px;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
}
.map-info-element img {
  margin-right: 14px;
}
/****SERVICE****/
.modal-thanks .close {
  text-align: right;
  padding: 5px 10px;
}
.modal-thanks .modal-content {
  background: #e8e8e8;
  text-align: center;
  padding-bottom: 20px;
}
.modal-thanks .modal-content .modal-title {
  font-size: 24px;
  font-weight: 400;
}
.modal_form .modal-dialog {
  max-width: 620px;
}
.modal_form .modal-dialog .modal-content .modal-header {
  background: #e6e6e6;
}
.modal_form .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
}
.modal_form .modal-dialog .modal-content .modal-body {
  max-width: 500px;
  margin: auto;
}
.modal_form .modal-dialog .modal-content .modal-body .field {
  margin-bottom: 10px;
  display: flex;
}
.modal_form .modal-dialog .modal-content .modal-body .field > label {
  width: 175px;
  flex-shrink: 0;
  padding-top: 5px;
  font-weight: 500;
  text-align: right !important;
  padding-right: 10px;
  line-height: 1.1;
}
.modal_form .modal-dialog .modal-content .modal-body .field > label .star {
  color: #bc1313;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container {
  width: 100%;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"] {
  height: 45px;
  background: #f7f7f7;
  border-radius: 5px;
  width: 100%;
  padding-left: 20px;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]:focus {
  background: white;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container input[type="text"]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea {
  width: 100%;
  background: #f7f7f7;
  border-radius: 5px;
  height: 130px;
  padding: 10px 20px;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0);
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea:focus {
  background: white;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container .radio-element {
  display: flex;
  align-items: center;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container .radio-element input {
  display: none;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container .radio-element input + .circle {
  width: 22px;
  height: 22px;
  background: url(../img/radio.png) center no-repeat;
  display: block;
  margin-right: 7px;
  cursor: pointer;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container .radio-element input:checked + .circle {
  background: url(../img/radioActive.png) center no-repeat;
}
.modal_form .modal-dialog .modal-content .modal-body .field .field-container .radio-element:last-of-type {
  margin-bottom: 20px;
}
.modal_form .modal-dialog .modal-content .modal-footer {
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal_form .modal-dialog .modal-content .modal-footer p {
  text-align: center !important;
}
.modal_form .modal-dialog .modal-content .modal-footer button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
.modal-img .modal-dialog {
  max-width: 860px !important;
  margin-top: 100px;
}
.modal-img .modal-dialog .modal-content .close {
  background: #c0c0c0;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: absolute;
  top: -35px;
  right: -40px;
  display: block;
  opacity: 1;
}
.modal-img .modal-dialog .modal-content .close span {
  color: white;
}
.modal-img .modal-dialog .modal-content .modal-body {
  overflow: auto;
  max-height: 650px;
}
.modal-img .modal-dialog .modal-content .modal-body .modal-title {
  font-size: 28px;
  font-weight: 500;
  color: #01a54f;
  line-height: 1.1;
  margin-bottom: 25px;
}
.modal-img .modal-dialog .modal-content .modal-body img {
  margin: auto;
  margin-bottom: 25px;
  max-width: 100%;
  display: block;
  height: auto;
}
.staticLeftMenu {
  background: rgba(0, 0, 0, 0.81);
  max-width: 170px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22);
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 1000;
}
.staticLeftMenu li {
  padding: 10px 15px;
  border-bottom: 1px solid #515050;
}
.staticLeftMenu li a {
  font-size: 18px;
  text-decoration: none;
  color: white;
}
.staticLeftMenu li a:hover {
  text-decoration: underline;
  color: #01a54f;
}
.b-footer {
  position: relative;
}
.b-footer:after {
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  top: 0px;
  width: 100%;
  max-width: 1920px;
  height: 6px;
  background: url(../img/gradientLine.png) center no-repeat;
  content: '';
  position: absolute;
}
.b-footer .toTop {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: calc(-100% + 20px);
}