.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

/*========================================================*/

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}

body {
  font-size: 16px;
  color: #1D1D1D;
  min-width: 290px;
  font-family: "Roboto", sans-serif;
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover,
a:focus {
  outline: none;
  color: #1D1D1D;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}



/*==========================*/
.menu_button {
  height: 40px;
  width: 43px;
  right: 10px;
  top: 50%;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: -20px;
  outline: none !important;
  background: transparent;
  border: 0;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 21px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 54%;
  left: 18px;
}

.menu_button span {
  width: 100%;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
}

.menu_button span i:nth-child(1) {
  top: 15%;
}

.menu_button span i:nth-child(2) {
  top: 31%;
}

.menu_button span i:nth-child(3) {
  top: 47%;
}

body {
  padding-top: 90px;
}

body.home {
  padding-top: 0px;
}

header {
  width: 100%;
  height: 90px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  min-width: 290px;
}

header.home_page {
  background-color: transparent;
}

header.smaller {
  height: 70px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header.smaller .top_panel {
  /*display: none;*/
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  text-align: left;
  white-space: nowrap;
  width: 160px;
  display: block;
}

.logo img {
  width: 100%;
  height: auto;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
}

/*-------------*/
.green_button {
  display: inline-block;
  background-color: #34A853;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 0px 30px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #34A853;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 20px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.green_button:hover,
.green_button:focus {
  background-color: transparent;
  color: #34A853;
  text-decoration: none;
}

.top_menu .green_button {
  display: inline-block !important;
  font-size: 12px !important;
  color: #fff !important;
  padding: 0px 30px !important;
  height: 40px !important;
  line-height: 36px !important;
}

.top_menu .green_button:hover,
.top_menu .green_button:focus {
  color: #34A853 !important;
}

/*=================================*/
.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

/* активируем модальное окно */

.dm-overlay:target {
  display: block;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
}

/* блочная таблица */

.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

/* ячейка блочной таблицы */

.dm-cell {
  display: table-cell;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
}

/* модальный блок */

.dm-modal {
  display: inline-block;
}

.popup {
  background-color: #fff;
  width: 450px;
  height: auto;
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: -255px auto 0;
  z-index: 990;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  border: 2px solid #fff;
}

.close_popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.close_popup:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.popup input[type=text],
.popup input[type=email],
.popup input[type=tel] {
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 15px;
  color: #000;
  background: rgba(255, 255, 255, 1);
  height: 50px;
  width: 100%;
  padding: 0px 15px;
}

.popup textarea {
  border: 1px solid #ccc;
  outline: none;
  background: rgba(255, 255, 255, 1);
  height: 120px;
  width: 100%;
  padding: 15px;
  margin-bottom: 5px;
  resize: none;
}

.popup input[type=submit] {
  background-color: #E74237;
  color: #fff;
  text-align: center;
  height: 50px;
  border: 2px solid #E74237;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  outline: none;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  font-size: 21px;
}

.popup input[type=submit]:hover,
.popup input[type=submit]:focus {
  background-color: #fff;
  color: #E74237;
  text-decoration: none;
  outline: none;
}

.form_wrapper_header p {
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 10px;
}

.succes {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  margin: 0;
  z-index: 1002;
  display: none;
}

.succes .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.succes .inner p {
  margin-top: 0 !important;
  display: table-cell;
  vertical-align: middle;
}

.succes p {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.succes p>span {
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 45px;
  color: #E74237;
  font-size: 50px;
  margin-top: 20px;
}

/*=========================*/
.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 25px;
  font-size: 12px;
  color: #000;
  padding-top: 0px;
  text-align: left;
  font-weight: normal;
}

.vote input[type=checkbox] {
  display: none;
}

.vote label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: white;
  border: 1px solid #ccc;
  text-indent: -2px;
}

.vote input[type=checkbox]:checked+label:before {
  content: "\eed8";
  font-family: IcoFont !important;
  font-size: 20px;
  color: #921627;
  line-height: 14px;
  text-align: center;
  font-weight: bold;

}

/*======================================================*/
@media only screen and (max-width : 992px) {
  .popup {
    top: 0;
    margin-top: 20px;
  }
}

@media only screen and (max-width : 640px) {
  .popup {
    width: 96%;
  }
}

@media only screen and (max-width : 480px) {
  .popup {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*========================*/

.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #FF2D2D;
  color: #fff !important;
  font-size: 25px;
  line-height: 51px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #FF2D2D !important;
  text-decoration: none;
  background-color: #fff;
}

#toTop {
  width: 40px;
  height: 40px;
  background: #34A853;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}

#toTop i {
  display: block;
  margin: 5px 0 0 0;
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
}

#toTop:hover {
  color: #34A853;
  text-decoration: none;
  background-color: #fff;
}




/*.top_menu >li.active >a> b:after {
    width: 100%;
}

.top_menu >li >a> b {
    display: inline-block;
    position: relative;
}

.top_menu >li >a> b:after {
    content: '';
    position: absolute;
    top: 100%;
    background-color: #fff;
    height: 2px;
    width: 0%;
    left: 0;
    margin-top: 5px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.top_menu >li >a:hover b:after {
    width: 100%;
}*/

/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 0;
}

.slick-dots li {
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: #BEBABA;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.slick-dots li.slick-active {
  background: #FF2D2D;
}

.slick-dots {
  bottom: -20px;
}

/*------------------------*/
.top_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.top_menu>li>a {
  display: block;
  padding: 6px 15px;
  color: #fff;
}

.fw600 {
  font-weight: 600;
}

.top_phone {
  display: inline-block;
}

/*------------------------*/

.has_child {
  position: relative;
}

@media all and (min-width: 992px) {
  .sub_menu {
    width: 250px;
    padding: 25px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    transition-delay: 0.1s;
  }

  .has_child:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
}


.sub_menu a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: #000;
  padding: 10px 0;
}

.sub_menu a:hover,
.sub_menu a:focus {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width : 992px) {
  .sub_menu {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {

  .sub_menu,
  .sub_menu2 {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    background: #FFD0D1;
  }

  .has_child:hover .sub_menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .sub_menu {
    display: none;
  }

  .sub_menu ul {
    width: 100%;
  }

  .has_child a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }
}

.subblock_01 {
  width: 1000px;
  margin-left: -200px;
  padding: 30px 40px;
}

.font_20 {
  font-size: 20px;
}

.bordered {
  padding-bottom: 10px;
  border-bottom: 2px solid #34A853;
}

.green_color {
  color: #34A853;
}




.contract_icon {
  /*background-color: #ccc;*/
  width: 60px;
  height: 70px;
  display: block;
  background-image: url(../img/contract.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 15px;*/
}

.font_30 {
  font-size: 30px;
}

.top_menu .whis_arrow {
  font-size: 18px !important;
  padding: 6px 0 !important;
  padding-left: 22px !important;
}

.subblock_02 {
  width: 1000px;
  margin-left: -200px;
  padding: 30px 40px;
  /* margin-top: 0px;
    opacity: 1;
    visibility: visible;*/
}

.menu_banner {
  display: block;
  background-image: url(../img/gs1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  background-color: #ccc;
}

#menu_banner_1,
#menu_banner_01 {
  background-image: url(../img/gs1.jpg);
}

#menu_banner_2,
#menu_banner_02,
#menu_banner_03 {
  background-image: url(../img/services1.jpg);
}

.subblock_03 {
  width: 700px;
  margin-left: -200px;
  padding: 30px 40px;
}

.safe_icon {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../img/lock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}

.subblock_04 {
  width: 1000px;
  margin-left: -400px;
  padding: 30px 40px;
}


.lh1 {
  line-height: 1;
}

.sub_menu_item>a {
  display: block;
  position: relative;
  padding-left: 24px !important;
}

.sub_menu_item>a>i {
  position: absolute;
  top: 6px;
}

/*==========*/

.white_button {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 0px 30px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 20px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.white_button:hover,
.white_button:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

/*===============*/
/*--------------------------*/
.mobile_menu_wrapp {
  display: block !important;
  top: 0;
  left: -700px;
  /*left: 0px;*/
  z-index: 6;
  position: fixed;
  margin: 0 0 0 0px;
  width: 350px !important;
  color: #fff;
  overflow-y: auto;
  z-index: 1008;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #000;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.mobile_menu {
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.mob_menu_header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.menu_close {
  position: absolute;
  right: 20px;
  top: 16px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 26px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
  z-index: 3;
}

.menu_close i {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
}

.menu_close i:hover {
  color: #34A853;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -sand-transform: rotate(360deg);
}

.mobile_menu_wrapp {
  padding-top: 0px;

}

.mobile_menu a {
  display: block;
  padding: 6px 0px;
  color: white;
  font-size: 20px;
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: #34A853;
}

@media only screen and (max-width : 480px) {
  .mobile_menu_wrapp {
    width: 290px !important;
  }
}

@media only screen and (max-width : 350px) {
  .mobile_menu_wrapp {
    width: 270px !important;
  }
}


@media only screen and (min-width : 992px) {
  .mobile_menu_wrapp {
    display: none !important;
  }
}

header .container,
header .container-fluid {
  position: relative;
}

/*=----------------------=*/

.menu_content {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.open_menu_content {
  position: relative;
}

.open_menu_content i {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  margin-right: 15px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;

}


.open .open_menu_content i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -sand-transform: rotate(-180deg);


}

.mobile_menu_list>li {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}


.font_18 {
  font-size: 18px;
}

.font_14 {
  font-size: 14px;
}

.mobile_menu .sub_menu_item a {
  font-size: 16px !important;
}

.mobile_menu .whis_arrow {
  font-size: 16px !important;
}

.top_email {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 64px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
}


/*------------------------*/
.videobanner {
  position: relative;
  height: 930px;
}

.videobanner video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videobanner:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgba(100,60,0,.3);*/
  top: 0;
  left: 0;
}

.vb_caption {

  padding-top: 90px;
}

.vb_caption_wrapper {
  color: #fff;
  position: relative;
  z-index: 2;
}

.font_70 {
  font-size: 70px;
}

.vb_caption_wrapper .img_cont {
  display: block;
  background-image: url(../img/gs0.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 550px;
}

.decorate {
  position: relative;
  padding-bottom: 20px;
}

.decorate:after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 2px;
  background-color: #34A853;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.decorate:after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 2px;
  background-color: #34A853;
  top: 100%;
  left: 0;
}

.text-center.decorate:after {
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.tree_column_box {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);

  display: block;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;

}

.tree_column_box_caption {
  padding: 25px;
}

.tree_column_box:hover,
.tree_column_box:focus {
  color: #34A853;
  text-decoration: none;
  outline: none;
  opacity: 0.8;
}

.tree_column_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 227px;
}

.tree_column_box_caption {
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
}

.advantages_box {
  display: block;
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 180px;
  padding-right: 10px;
  min-height: 200px;
  padding-top: 10px;
}

.dark_bg {
  background-color: #343434;
}

.solutions_box {
  padding: 60px;
}

.solutions {
  overflow: hidden;
}

.bordered_title {
  position: relative;
}

.bordered_title:after {
  content: " ";
  position: absolute;
  width: 300px;
  height: 2px;
  background-color: #34A853;
  top: 100%;
  left: 0;
}

.advn_list_box {
  border: 2px solid;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px;
  display: block;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  font-size: 17px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.advn_list_box:hover,
.advn_list_box:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

.dark_blue_type {
  border-color: #455A64;
}



.advn_list_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 110px;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.l_more {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  outline: none;
  display: block;
}

.l_more:hover,
.l_more:focus {
    text-decoration: none;
    outline: none;
}   

.dark_blue_type .l_more {
  color: #455A64 !important;
}


.violet_type {
  border-color: #819ACE;
}

.violet_type .l_more {
  color: #819ACE !important;
}


.with_descr .tree_column_box {
  position: relative;
  padding-bottom: 40px;
}


.with_descr_footer {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.part_img {
  display: block;
  background-image: url();
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  width: 250px;
}

footer {
  background-color: #000;
  color: #fff;
}

footer a {
  color: #fff;
}

.font_12 {
  font-size: 12px;
}

.footer_body {
  font-size: 12px;
  font-weight: 200;
  font-family: "Inter", sans-serif;
}

.font_10 {
  font-size: 10px;
}

.footer_footer {
  color: #ccc;
  position: relative;
}

/*.footer_footer:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    border: 2px dotted rgba(255,255,255,.5);
}*/

.footer_body>.row>div:after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
  top: 0;
  right: 0;
}

.footer_body>.row>div:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .5);
  top: 100%;
  left: 0;
  /*margin-top: 7px;*/

}



.footer_col {
  margin-bottom: 20px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.f_menu_title {
  border-bottom: 1px dotted rgba(255, 255, 255, .4);
  padding-bottom: 6px;
}

.promo_div .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
}

.rose_type:after {
  background-color: rgba(230, 112, 115, 1);
}

.narrow {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.font_25 {
  font-size: 25px;
}

.solutions_box_image {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
}

.solutions .font_70 {
  font-size: 40px;
}

.partners_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.partners_box {
  text-align: center;
  line-height: 1;
  font-size: 50px;
}

.partners_list>li {
  width: 16.66%;
  margin-bottom: 20px;
}

.partners_box {
  display: block;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;


}



.green_type {
  border-color: #34A853;
}

.green_type .l_more {
  color: #34A853;
}

.bez_foto .advn_list_box .img_cont {
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
}

/*.bez_foto .advn_list_box .font_30 {
    font-size: 24px;
}

.bez_foto .advn_list_box {
    font-size: 16px;
}*/

.top_email:hover,
.top_email:focus {
  outline: none;
  color: #fff;
}

.white_button {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  color: #34A853;
  text-align: center;
  padding: 0px 30px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #34A853;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 20px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}

.white_button:hover,
.white_button:focus {
  background-color: transparent;
  color: #34A853;
  text-decoration: none;
}

.rose_color {
  color: #E67A73;
}

.advn_list_box i {
  line-height: 1;
  font-size: 70px;
}

.font_26 {
  font-size: 26px;
}

.font_24 {
  font-size: 24px;
}

.home_page_style .advn_list_box i {
  line-height: 1;
  font-size: 30px;
}

.lang_sw_wrapper ul {
  display: flex
}

.lang_sw_wrapper ul>li {
  margin-left: 5px;
  margin-right: 5px
}

.lang_sw_wrapper img {
  width: 18px !important;
  height: 13px !important;
}

.lang_sw_wrapper [lang="en-US"] img,
.lang_sw_wrapper [lang="ro-RO"] img {
  opacity: 0;
}

.lang_sw_wrapper [lang="en-US"],
.lang_sw_wrapper [lang="ro-RO"] {
  position: relative;
}

.lang_sw_wrapper [lang="en-US"]:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url(../img/usa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.lang_sw_wrapper [lang="ro-RO"]:after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url(../img/romania.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/*================*/

/*======================*/


.full_height_block {
  /*height: calc(100vh - 600px);*/
}

.back_button {
  display: inline-block;
  background-color: #34A853;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #34A853;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.back_button:hover,
.back_button:focus {
  background-color: #fff;
  color: #34A853;
  outline: none;
  text-decoration: none;
}

.back_button span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
}

.back_button span:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 24px;
  height: 20px;
  line-height: 20px;
  font-size: 24px;
  margin-top: -10px;
  font-family: "Font Awesome 6 Free" !important;
}

.error_404_txt {
  font-size: 150px;
  line-height: 1;
}

.error_404_note {
  font-size: 20px;
}

.error_404_txt b {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
}

.error_404_txt b:before {
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 1;
  font-size: 200px;
  margin-top: -100px;
  margin-left: -33px;
  color: #eee;
  z-index: -1;
  font-family: "Font Awesome 6 Free" !important;
}


.error_404_wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}

.open_menu_content_button {
  display: block;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  width: 30px;
  height: 26px;
  text-align: center;
  line-height: 26px !important;
  cursor: pointer;
}

.mobile_menu_list>li {
  position: relative;
}

/*==================*/
.mob_menu_header {
  position: relative;
}

.mob_menu_header .lang_sw_wrapper {
  position: absolute;
  width: 60px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -15px;
}


/*.subblock_01 {
        margin-top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 1000;
    }*/


.cases_menu_container .menu>li>a,
.whis_arrow {
  display: block;
  position: relative;
  padding: 6px 0;
  padding-left: 24px !important;
  line-height: 1;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 18px;
  position: relative;
  line-height: 1;
}

.cases_menu_container .menu>li>a:after,
.whis_arrow:after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 100%;
  top: 0%;
  left: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  background-image: url(../img/green_right_arrow.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: 0px center;
}


.cases_menu_container .menu>li>a:hover:after,
.cases_menu_container .menu>li>a:focus:after,
.whis_arrow:hover:after,
.whis_arrow:focus:after {
  background-position: 3px center;
}


footer .cases_menu_container .menu>li>a,
footer .whis_arrow {
  padding-left: 18px !important;
  font-size: 12px;
 
}

footer .cases_menu_container .menu>li>a:hover,
footer .cases_menu_container .menu>li>a:focus {
     color: #34A853;
    text-decoration: none;
    outline: none;
}   

footer .cases_menu_container .menu>li>a:after,
footer .whis_arrow:after {
  width: 15px;
  background-size: 10px auto;
}


.advn_list_box  i.fa-solid.fa-square-arrow-up-right {
font-size: 30px;
}


.advn_list_box .img_cont {
    height: 74px;
}


/*=======================================*/

.contact_page {
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 90px;
}

.someclass:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
  top: 0;
  left: 0;
}

.contact_page:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-name: scale;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  transform-origin: 50% 50%;
  background-image: url(../img/globe2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

@-webkit-keyframes scale {
  0 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  30% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.feedback_form_form {
  padding: 40px 40px;
  background-color: rgba(0, 0, 0, .7);
}

.feedback_form_form .form-control {
  height: calc(1.5em + .75rem + 6px);
  color: #fff;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0rem;
  border-bottom-color: #444;
}


.feedback_form_form .form-control:focus {
  color: #fff;
  background-color: #000;
  border-color: transparent;
  box-shadow: 0 1px 3px 5px rgba(255, 255, 255, .15);
}

.feedback_contact_list {
  font-size: 18px;
  font-weight: 300;
}


.feedback_contact_list>li {
  position: relative;
  padding-left: 35px;
}

.feedback_contact_list i {
  width: 30px;
  position: absolute;
  left: 0;
  top: 4px;
}

.feedback_form_form textarea {
  height: 70px !important;
  resize: none;
}


.feedback_form_form .green_button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;

}

@media only screen and (max-width : 768px) {
  .contact_page {
    background-image: url(../img/globe02.jpg);
  }
}


@media only screen and (max-width : 480px) {
  .feedback_form_info .font_20 {
    font-size: 16px;
  }

  .feedback_form_form {
    padding: 20px 15px;
  }

  .feedback_form_form .form-control {
    height: calc(1.5em + .75rem + 0px);
  }

  .feedback_form_form label {
    font-size: 14px;
  }
}


.block_header .narrow {
   max-width: 860px;
}


.post_img_wrap.img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 450px;
}

.new_box .img_cont {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 200px;

}

.font16 {
  font-size: 16px;
}

.new_box_excerpt {
   font-size: 14px;
   display: block;
     display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #777;

}

.new_box {
   line-height: 1;
   transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;
   padding: 15px;
   background-color: #fff;
   -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  
}

.post_wrapper {
   padding: 30px 50px;
   border: 2px solid #eee;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;

}

.latest_news {
    padding: 30px;
   border: 2px solid #eee;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.new_box:hover,
.new_box:focus {
    
    text-decoration: none;
    outline: none;
    opacity: 0.9;
}   


  .post_wrapper   h2,
  .post_wrapper   h3,
  .post_wrapper   h4,
  .post_wrapper   h5 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600;
    }

.post_wrapper ul,ol {
    margin-bottom: 20px;
    line-height: 1.3;
}

.post_wrapper ul li {
   padding-left: 17px;
   position: relative;
   margin-bottom: 15px;
}
.post_wrapper ul li:before {
   content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #34A853;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.sidebar_wrapper  .menu  {
    margin-bottom: 20px;
}


.sidebar_wrapper  .menu >li {
    
}

.sidebar_wrapper .menu >li a {
    display: block;
    padding: 6px;
    padding-left: 26px;
    background-image: url(../img/link_green.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 0 8px;
}



.sidebar_wrapper  .widget-title {
   margin-bottom: 10px;
   line-height: 1;
   font-weight: 600;
   padding: 6px ;
   font-family: "Inter", sans-serif;
}

.font_40 {
   font-size: 40px;
}

/*===================*/

.partners_home_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.partners_home_list>li {
  width: 20%; 
  margin-bottom: 15px;
}

.partners_home_box {
   display: block;
   margin-left: 15px;
   margin-right: 15px;
   padding: 20px;
   -webkit-box-shadow: 0px 5px 7px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 7px rgba(0,0,0,0.2);
   box-shadow: 0px 5px 7px rgba(0,0,0,0.2);
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   background-color: #fff;
   
}


.partners_slider_item {
  display: none;
}


.slick-initialized .partners_slider_item {
  display: block;
}

.partners_home_box .img_cont  {
 
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center center;
   height: 120px;
   
}


svg.text-secondary-75.ml-auto.mr-auto {
    width: 200px;
    position: relative;
    left: 15px;
}

.black_bg {
  background-color: #000;
}



/*.partners_slider {
   padding-left: 15px;
   padding-right: 15px;

}

*/

.partners_slider_wrapper .partners_home_box {
   height: 160px;
   width: 300px;
   border: 1px solid #eee;
}


.partners_slider__box {
    height: 182px;
    padding-top: 10px;
}

a.partners_home_box.black_bg {
  border-color: #000;
}