.ibm-plex-sans {
  font-family: "IBM Plex Sans", sans-serif;
}

.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  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: "IBM Plex Sans", 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;
}

.post_pade_wrapper ol,
.post_pade_wrapper ul {
  list-style: initial;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 30px;
}

.post_pade_wrapper ol {
  list-style-type: decimal;
}

.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: inherit;
}

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;
}


.post_pade_wrapper h2,
.post_pade_wrapper h3,
.post_pade_wrapper h4,
.post_pade_wrapper h5,
.post_pade_wrapper h6 {
   margin-bottom: 20px;
   font-weight: 600;
}

/*==========================*/
.menu_button {
  height: 39px;
  width: 43px;
  right: 15px;
  top: 12px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
  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: 110px;
}

header {
  width: 100%;
  height: 110px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #484848;
  -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: 64px;
  -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;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none;
}

/*-------------*/
.active_button {
  display: inline-block;
  background-color: #FF2D2D;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 35px;
  border: 2px solid #FF2D2D;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Open Sans Bold';
  width: 160px;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #FF2D2D;
  text-decoration: none;
}

/*=================================*/
.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: #FF3327;
  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: 24px;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
}

#toTop:hover {
  color: #FF2D2D;
  text-decoration: none;
  background-color: #fff;
}






.bottom_panel .menu>li>a>span:after {
  width: 100%;
}

.bottom_panel .menu>li>a>span {
  display: inline-block;
  position: relative;
}

.bottom_panel .menu>li>a>span:after {
  content: '';
  position: absolute;
  top: 100%;
  background-color: #fff;
  height: 1px;
  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;
}

.bottom_panel .menu>li>a:hover span: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;
}

/*------------------------*/
.bottom_panel .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.bottom_panel .menu>li>a {
  display: block;
  padding: 6px 15px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}

.fw600 {
  font-weight: 600;
}

.top_toright {
  text-align: right;
}

.top_phone {
  display: inline-block;
  color: #fff;
  /*padding-left: 20px;*/
  position: relative;

}



body {
  background-color: rgba(255, 186, 0, 0.07);

}

/*------------------------*/
.compact_logo {
  display: none;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.smaller .compact_logo {
  display: block;
}

.smaller .logo {
  height: 100%;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}

.logo {
  width: 70px;
  top: -5px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo:after {
  content: " ";
  position: absolute;
  height: 90px;
  width: 80px;
  top: 0;
  left: -9px;
  border: 3px solid #fff;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: -2;
}

.logo:before {
  content: " ";
  position: absolute;
  height: 28px;
  width: 20px;
  top: 0;
  right: -2px;
  border: 5px solid #484848;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: -1;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.logo .img_cont {
  display: block;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  width: 70px;
}

.logo_txt {
  line-height: 1;
  font-size: 7px;
  text-transform: uppercase;
  padding-top: 3px;
  letter-spacing: 2px;
  color: #fff;
}

/*--------------------------*/
.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: #FFF6DF;
  overflow-y: auto;
  z-index: 1008;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #484848;
  -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: #FFF6DF;
  font-size: 26px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
  z-index: 2;
}

.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:#FFF6DF;
  -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: 10px 0px;
  color: #FFF6DF;
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: #FFF6DF;
}

@media only screen and (max-width : 480px) {
  .mobile_menu_wrapp {
    width: 330px !important;
  }
}

@media only screen and (max-width : 350px) {
  .mobile_menu_wrapp {
    width: 250px !important;
  }
}


@media only screen and (min-width : 992px) {
  .mobile_menu_wrapp {
    display: none !important;
  }
}

header .container,
header .container-fluid {
  position: relative;
}

/*=----------------------=*/

/*------------------------*/

.has_child {
  position: relative;
}

@media all and (min-width: 992px) {
  .bottom_panel .sub-menu {
    width: 250px;
    padding: 20px;
    background: #484848;
    -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;
  }

  .bottom_panel .has_child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .bottom_panel .sub-menu a,
  .bottom_panel .sub-menu a {
    position: relative;
    -webkit-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    -o-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    margin-left: 0px;

  }

  .bottom_panel .sub-menu a:hover,
  .bottom_panel .sub-menu a:focus {
    text-decoration: none;
    color: #fff;
    -webkit-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    -o-transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    transition: opacity 0.3s, margin-left 0.3s linear 0.3s;
    margin-left: 15px;
    opacity: 1;
    
  }


  .bottom_panel .sub-menu a:after {
    content: '';
    opacity: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -15px;
    top: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #FFF6DF;
    top: 50%;
     transition: all 0.3s;
    -webkit-transition: all  0.3s;
    -o-transition:  all 0.3s;
    -moz-transition: all  0.3s;
  }

  .bottom_panel .sub-menu a:hover:after,
  .bottom_panel .sub-menu a:focus:after {
    content: '';
    opacity: 1;
    margin-top: -5px;
  }

}


.bottom_panel .sub-menu a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #FFFAED;
  padding: 10px 0;
}

.bottom_panel .sub-menu a:hover,
.bottom_panel .sub-menu a:focus {
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width : 992px) {
  .bottom_panel .sub-menu {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {

  .bottom_panel .sub-menu,
  .bottom_panel .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;
  }

  .bottom_panel .has_child:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .bottom_panel .sub-menu {
    display: none;
  }

  .bottom_panel .sub-menu ul {
    width: 100%;
  }

  .bottom_panel .has_child a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
  }
}


.ms_slider_item {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative;
}

.ms_slider_item:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  top: 0;
  left: 0;
}

.ms_slider .swiper-button-prev i {
  position: relative;
  right: 2px;
}

.ms_slider .swiper-button-next i {
  position: relative;
  left: 2px;
}

.ms_slider .swiper-button-prev,
.ms_slider .swiper-button-next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: 0.5;
  -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: 26px;
}

.ms_slider .swiper-button-prev:hover,
.ms_slider .swiper-button-next:hover,
.ms_slider .swiper-button-prev:focus,
.ms_slider .swiper-button-next:focus {
  opacity: 1;
  text-decoration: none;
  outline: none;
}

.ms_slider .swiper-button-prev:after {
  display: none;
}

.ms_slider .swiper-button-next:after {
  display: none;
}

.krug {
  width: 16px;
  height: 16px;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;

  vertical-align: top;

}

.krug:after {
  content: " ";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #5CBEBA;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -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;
}

.krug.krug_active:after {
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
}

.font_36 {
  font-size: 36px;
}

.ms_caption {
  color: #fff;
  max-width: 500px;
}

.ms_caption_wrap {
  position: relative;
  z-index: 1;
}

.font_20 {
  font-size: 20px;
}

.font_30 {
  font-size: 30px;
}

.lh1 {
  line-height: 1;
}

.red_bg {
  background-color: rgba(220, 20, 60, .8);
  background-color: rgba(255, 51, 39, .8);

}

.white_bg {
  background-color: rgba(255, 255, 255, .8);
  color: #000;
}

.font_40 {
  font-size: 40px;
}

.font_46 {
  font-size: 46px;
}

body.home {
  position: relative;
}

body.home:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 110px;
  background-color: #484848;
  top: 0;
  left: 0;
}

.support_24 {
  background-color: #484848;
  color: #fff;
  font-size: 20px;
}

/*-------------*/
.crimson_button {
  display: inline-block;
  background-color: crimson;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 36px;
  border: 2px solid crimson;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.crimson_button:hover,
.crimson_button:focus {
  background-color: transparent;
  color: crimson;
  text-decoration: none;
}

.greeb_button {
  display: inline-block;
  background-color: #00B037;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #00B037;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;
}

.greeb_button:hover,
.greeb_button:focus {
  background-color: transparent;
  color: #00B037;
  text-decoration: none;
}

.greeb_button i {

  font-size: 18px;

}

.call_me {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -24px;
    font-size: 30px;
    color: #fff;
    display: block;
}

.call_me:hover,
.call_me:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}   

.services_home_box {
   display: block;
   text-decoration: none;
   outline: none;
   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);
    padding: 30px;
 transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;


}

.services_home_box:hover,
.services_home_box:focus {
  color:#F7EBC6;
  text-decoration: none;
  outline: none;
  background-color: #00B037;
   -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
}

.narrow {
    max-width: 1000px;
}

.services_home_box {
   text-align: center;
}

.font_24 {
    font-size: 24px;
}

.services_home_box i {
    font-size: 40px;
    color: #00B037;
    display: block;
    line-height: 80px;
    width: 100%;
   height: 100%;
   left: 0;
   right: 0;
}

.font_18 {
    font-size: 18px;
}


.services_home_box .img_cont {
   width: 80px;
   height: 80px;
   background-color:  #F7EBC6;
   text-align: center;
   line-height: 80px;
    border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   margin-left: auto;
   margin-right: auto;
   display: block;
   position: relative;
}

.advantages_wrapper {
    overflow: hidden;
    position: relative;
    color: #fff;
}
.advantages_wrapper {
  /*background-image: url(../img/banner1.jpg);*/
  background-image: url(../img/banner1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}
.advantages_wrapper:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(2,136,249,.8);
    top: 0;
    left: 0;
}
.advantages_box {
    padding-left: 40px;
    position: relative;
   
}

.advantages_box i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;

    position: absolute;
    left: 0;

}
.advantages_wrapper .block_header {
    position: relative;
    z-index: 2;
}
.advantages_body {
    position: relative;
    z-index: 1;
    box-shadow:  0px 0px 100px 24px rgba(2,136,249, 1);
    box-shadow:  0px 0px 100px 100px rgba(2,136,249, 1);
    background-color: rgba(2,136,249, 0.9);
   
  
}

.advantages_box .font_30 {
    font-size: 24px;
}

.block_header i {
   line-height: 1;
   font-size: 40px;
   color: #00B037;
}

.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_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_wrapper .partners_home_box {
   height: 160px;
   width: 300px;
   border: 1px solid #eee;
}


.partners_slider__box {
    height: 182px;
    padding-top: 10px;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}



a.partners_home_box.black_bg {
  border-color: #000;
}

.partners_home_box .img_cont  {
 
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center center;
   height: 120px;
   
}

.partners_slider {
    overflow: hidden;
}

.partners_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*====================*/

footer {
    background-color: #484848;
    color: #fff;
    font-size: 12px;
}

.footer_footer {
    background-color: #222;
}

.partners_slider_wrapper .partners_home_box {
    width: auto;
}

.top_toleft ,.top_toright {
    padding: 10px 20px;
    background-color: #555;
     border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius:4px;
   
   transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;

}

.top_toright {
    margin-right: 0;
    min-height: 50px;
  
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 100%;
}

.smaller .top_toleft ,.smaller .top_toright {
    padding: 0px;
    background-color: transparent;
    transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;
     width: 100%;

}


.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;
    color: #fff;
    font-size: 22px;
    transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;

}

.open_menu_content_button:before {
    transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;
    display: inline-block;

}

.open .open_menu_content_button:before {
 -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -sand-transform: rotate(180deg);
}

.mobile_menu .sub-menu {
    display: none;
    padding: 15px;
    background-color: #555;
       border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius:4px;
    margin-top: 10px;
}

.mob_menu_contact {
    border-top: 1px solid rgba(255,255,255,.5);
}

.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;
}

/*==================*/
.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;
}

.sp-easy-accordion .sp-ea-single {
    background: #008AFF !important;
    
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
   color: #FFF !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
    color: #FFF !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    padding: 20px !important;
    font-size: 18px !important;
}

.ea-body ul {
   margin-bottom: 15px;
}

.ea-body p {
   margin-bottom: 15px !important;
}

.ea-body ul li {
   padding-left: 20px;
   position: relative;
   margin-bottom: 10px;
}
.ea-body ul li:before {
   content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #008AFF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.top_toleft .sub-menu {
  text-align: left !important;
}

.services_body {
   /*max-width: 1000px;*/
   margin-left: auto;
   margin-right: auto;
}

.sbbox {
  display: block;
  padding: 30px;
  
  text-align: center;
  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);
transition: all 0.4s;
    -webkit-transition: all  0.4s;
    -o-transition:  all 0.4s;
    -moz-transition: all  0.4s;
 border-radius:4px;
}

.sbbox:hover,
.sbbox:focus {
    text-decoration: none;
    outline: none;
      -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
   background-color:#eee;
}   

.sbbox .sbbox_icon {
    display: block;
    font-size: 39px;
    width: 60px;
    height: 60px;
    color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #008AFF;
    margin: 0px auto 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.servicebox_content {
  display: block;
}

.green_color {
  color: #03AA3A;
}
/*=============*/
.breadcrumb_wrap {
   padding: 5px 10px;
   background-color: #fff;
   border-radius:4px;
   border: 1px solid #f0f0f0;
   line-height: 1;
   padding-bottom: 10px;
}

.breadcrumb_wrap p {
   margin: 0;
}

@media only screen and (max-width : 768px) {
  #breadcrumbs {
    font-size: 0;
}
#breadcrumbs>span>span {
    display: none;
}
#breadcrumbs>span>span:nth-last-child(2) {
    display: block;
    font-size: 14px;
}
#breadcrumbs>span>span+span:before {
   content: "\2190";
        font-size: 22px;
        position: relative;
        margin-right: 10px;
        top: 2px;
}
}

/*===============*/
.verify_box_wrap {
   padding: 25px;
   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);
    -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;

}
.verify_box {
   display: table;
   width: 100%;
   border-radius:4px;
   line-height: 1;
   height: 100%;
}

.verify_box_wrap:hover,
.verify_box_wrap:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #008AFF;
}  

.verify_box:hover,
.verify_box:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}  

.verify_box_wrap:hover .verify_box>span:nth-child(1),
.verify_box_wrap:focus .verify_box>span:nth-child(1){
    color: #fff;
}   

.verify_box>span {
   display: table-cell;
   vertical-align: top;
}

.verify_box>span:nth-child(1) {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  color: #008AFF;
}

.verify_box>span:nth-child(2) {
  padding-left: 50px;
}

.separator_wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  font-size: 50px;
  color: #1A883C;
}

.separator_my {
  position: relative;
}

.separator_my:after {
    content: " ";
    position: absolute;
    width: 3000px;
    height: 3px;
    background-color: #D1D1D1;
    top:50%;
    left:50%;
    border-radius:40px;
    margin-left: 40px;
}

.separator_my:before {
    content: " ";
    position: absolute;
    width: 3000px;
    height: 3px;
    background-color: #D1D1D1;
    top:50%;
    right:50%;
    margin-right: 40px;
     border-radius:40px;
}

.font_14 {
  font-size: 14px;
}

.form_wrapper p {
  margin: 0;
}

.hidden_content {
   display: none;
   padding-top: 15px;
}

.ch_box_form_wrap textarea  {
   height: 100px;
}

/*=================================*/
.device_box_wrapper {
   padding: 20px;
    background-color: #fff;
  border-radius: 15px;
  border: 1px solid #eee;
}
.device_box {
  display: block;
  text-decoration: none;
  position: relative;
  height: 300px;
 
}



.device_box:hover,
.device_box:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    opacity: 0.9;
}   

.device_box_title {
   display: block;
   line-height: 1;
   font-size: 20px;
   text-align: center;
   padding: 20px;
  
}

.device_description {
   font-size: 14px;
}

.font_16 {
   font-size: 16px;
}

.green_color {
  color: #03AA3A;
}

.device_box .img_cont {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 150px;
}

/*===================*/
.tarif_box {
   display: block;
    background-color: #fff;
  border-radius: 15px;
  border: 2px solid #eee;
     -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;
-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);

 text-align: center;

}

.tarif_box:hover,
.tarif_box:focus {
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

    text-decoration: none;
    outline: none;
}   

.price_title {
  display: block;
  line-height: 1;
  font-weight: 600;
  color: #0787F3;
}

.tarif_footer {
   padding: 25px 20px;
    display: block;
    background-color: #eee;
}

.tarif_price_wrap {
  padding: 25px 20px;
  padding-top: 10px;
}

.price_title {
  padding: 25px 20px;
  padding-bottom: 10px;

}

.gold_color {
   color: #F9B603;
}
.tarif_box_icon {
   font-size: 50px;
   line-height: 1;
}

.get_block {
   border: 2px solid #eee;
   background-color: #fff;
   padding: 40px 25px;
   border-radius: 15px;
}

.contact_list>li {
   position: relative;
   padding-left: 40px;
   font-size: 18px;
   margin-bottom: 20px;
   line-height: 1;
   padding-top: 5px;
}

.contact_list>li i {
   position: absolute;
   left: 0px;
   top: 0;
   width: 30px;
   height: 30px;
   line-height: 30px;
   font-size: 24px;
} 

.blue_color {
   color: #008AFF;
}

.map {
   position: relative;
   height: 300px;
}

.map iframe {
   position: absolute;
   height: 100%;
   width:100%;
   border: 0;
}

.white_backing {
   padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #eee;
}

.greeb_button {
   min-width: 120px;
}

.form-control {
    height: calc(1.5em + .75rem + 15px);
}

/*================================*/
.row_info_icon {
   height: 100px;
   line-height: 100px;
   text-align: center;
   font-size: 50px;
   background-color: #eee;
   display: block;
} 

.captcha-image svg {
  
    width: 44px;
    height: 44px;
   
}

.captcha-image label>input:checked+svg, 
.captcha-image label>input:focus+svg {
    border: 2px solid #00B037;
}

.captcha-image {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.captcha-image label>input+svg path {
   fill: #ced4da !important;
}

.captcha-image label>input:checked+svg path {
   fill: #00B037 !important;
}


.decor_icon {
   height: 200px;
   font-size: 200px;
   line-height: 1;
   color: #008AFF;
}

.quiz_form_wpar {
   padding: 20px;
   border: 1px solid #eee;
   border-radius: 10px;
   background-color: #fff;
}

.quiz_form_box {
   padding: 10px;
   border: 1px solid #eee;
   border-radius: 10px;
}

.quiz_form_wpar  input[type=submit] {
  display: inline-block;
  background-color: #00B037;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #00B037;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;
}

.quiz_form_wpar  input[type=submit]:hover,
.quiz_form_wpar  input[type=submit]:focus {
  background-color: transparent;
  color: #00B037;
  text-decoration: none;
}

 .quiz_form_wpar .wpcf7-previous {
  display: inline-block;
  background-color: #FFBA00;
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 0px 10px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #FFBA00;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;
 }

 .quiz_form_wpar .wpcf7-previous  input[type=submit]:hover,
.quiz_form_wpar .wpcf7-previous  input[type=submit]:focus {
  background-color: transparent;
  color: #FFBA00;
  text-decoration: none;
}

.quiz_form_wpar .wpcf7-list-item {
    display: block;
}

.quiz_form_wpar p {
   margin: 0;
}

.font_12 {
  font-size: 12px;
}

/* Запрещаем прямое редактирование поля */
/*input.walcf7-datepicker {
    pointer-events: none;
    background-color: #fff;
}*/