
/*========================================================*/

* {
    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;
}

.red {
    outline: 1px solid red;
}



.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: 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;
    }



/*==========================*/
.menu_button {
    height: 39px;
    width: 43px;
    right: 12px;
    top: 23px;
    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: #4383E3;
  -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: 150px;
}

header {
    width: 100%;
    height: 150px;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    /*background-color: #FFF;*/
    -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: 84px;
    -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);
    background-color: rgba(0, 0, 0, 0.9);
}

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: #4383E3;
    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: #4383E3;
    text-decoration: none;
    background-color: #fff;
}





.nav-link {
    color: #919191;
    white-space: nowrap;
}

.nav-link:hover {
    color: #FF2D2D;
}

.nav-item.active .nav-link {
    color: #FF2D2D;
}

.nav-item.active .nav-link b:after {
    width: 100%;
}

.nav-link>b {
    display: inline-block;
    position: relative;
}

.nav-link>b:after {
    content: '';
    position: absolute;
    top: 100%;
    background-color: #FF2D2D;
    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;
}

.nav-link: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;
}

/*------------------------*/
.main_menu_container .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;
}

.main_menu_container .menu >li>a {
    display: block;
    padding: 6px 15px;
}

.fw600 {
   font-weight: 600;
}

.top_phone {
    display: inline-block;
    position: relative;
    
    background-color: #4383E3;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4383E3;
    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: 25px; 
-webkit-border-radius: 25px; 
-moz-border-radius: 25px; 
padding-left: 34px;
}

.top_phone:hover, .top_phone:focus {
    background-color: transparent;
    color: #4383E3;
                   outline: none;
    text-decoration: none;
}

.top_phone:after {
    content: "\ec8a";
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 9px;
    left: 10px;
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
/*------------------------*/
body.home {
    padding-top: 0;
}
.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;
}

.logo img {
    width: 160px;
    height: auto;
}

.main_menu_container .menu >li>a {
    font-size: 20px;
    font-weight: normal;
    color: #4383E3;
}


.smaller .logo img {
    width: 80px;
    height: auto;
}

/* PULSATING CARET */
.typer {
    display: block;
    font-size: 34px;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 280px;
}
.typer:after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width:1px;
  height:1em;
  background: #fff;
  animation: caretPulsate 0.5s linear infinite; 
  -webkit-animation: caretPulsate 0.5s linear infinite; 

}
@keyframes caretPulsate {
  0%   {opacity:1;}
  50%  {opacity:1;}
  60%  {opacity:0;}
  100% {opacity:0;}
}
@-webkit-keyframes caretPulsate {
  0%   {opacity:1;}
  50%  {opacity:1;}
  60%  {opacity:0;}
  100% {opacity:0;}
}

.vb_caption_wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.vb_caption_wrapper {
   max-width: 1100px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 20px;
   padding-right: 20px;
}

.mtitle_wrap {
   padding: 15px 0;
   border-bottom: 2px solid rgba(255,255,255,0.3);
   margin-bottom: 20px;
}

.big_button {
  display: inline-block;
  background-color: #4383E3;
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding: 0px 40px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #4383E3;
  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: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
  position: relative;
}

 

.big_button:hover, .big_button:focus {
  background-color: transparent;
  color: #4383E3;
                   outline: none;
  text-decoration: none;
}


.main_menu_container .menu >li>a> b:after {
    width: 100%;
}

.main_menu_container .menu >li.active>a> b:after {
    width: 100%;
}

.main_menu_container .menu >li>a>b {
    display: inline-block;
    position: relative;
}
.main_menu_container .menu >li>a>b:after {
    content: '';
    position: absolute;
    top: 100%;
    background-color: #4383E3;
    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;
}
.main_menu_container .menu >li>a:hover b:after {
    width: 100%;
}

.videobanner .container {
  position: relative;
}


.call_mee {
  overflow: hidden;
}

.call_mee:hover,
.call_mee:focus {
  background-color: transparent;
  color: rgb(67,131,227)
  outline: none;
  text-decoration: none
}


.call_mee::before {
  -webkit-animation: glow 1s ease-in infinite;
  animation: glow 1s ease-in infinite;
  content: "";
  filter: blur(10px);
  opacity: .75;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1
}

.call_mee:after {
  content: "";
  animation: shine 3s ease-in-out infinite;
  animation-fill-mode: forwards;
  height: 200%;
  left: -130%;
  opacity: 0;
  position: absolute;
  top: -20%;
  transform: rotate(-30deg);
  width: 15%;
  background: rgb(255 255 255 / .13);
  background: linear-gradient(to right, rgb(255 255 255 / .13) 0%, rgb(255 255 255 / .13) 77%, rgb(255 255 255 / .5) 92%, #fff0 100%)
}

.big_button:active:after {
  opacity: 0
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease
  }

  100% {
    opacity: 0;
    top: -40%;
    left: 120%;
    transition-property: left, top, opacity
  }
}



/*--------------------------*/
.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: rgba(0, 0, 0, 0.8);
  -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 {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.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;
}

.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: #000;
  -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;
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: #4383E3;
}

@media only screen and (max-width : 400px) {
  .mobile_menu_wrapp {
    width: 300px !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;
  }
}

/*=----------------------=*/
/*=----------------------=*/

.mobmenu_footer {
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
}

.mobmenu_contacte li {
  margin-bottom: 25px;
}

.mobmenu_contacte li a {
  display: block;
  padding-left: 30px;
  position: relative;
  white-space: normal;
}

.mobmenu_contacte li a:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
  font-size: 20px;
}

.mobmenu_contacte a:hover,
.mobmenu_contacte a:focus {
  text-decoration: none;
  opacity: .95;
}

.mobmenu_contacte li a span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.mobmenu_contacte li a.icofont-ui-call:before {
  font-size: 20px;
}

.mobmenu_contacte li a.icofont-ui-message:before {
  font-size: 19px;
}

.mobmenu_contacte li a.icofont-google-map:before {
  font-size: 27px;
  left: -4px;
  top: 2px;
}

/*=================*/
.social_buttons_mob_menu {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.social_buttons {
  margin-left: -3px;
  margin-right: -3px;
}

.social_buttons>li {
  display: inline-block;
  vertical-align: middle;
}

.social_buttons>li>a {
  width: 36px;
  height: 36px;
  text-align: center;
  margin-left: 3px;
  margin-right: 3px;
  border: 2px solid #fff;
  line-height: 33px;
  font-size: 17px;
  display: block;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  font-weight: normal;
}

/*====================*/

.font30 {
  font-size: 30px;
}

.beneficii_box {
  font-size: 20px;
  text-align: center;
}


.beneficii_box >i {
  font-size: 180px;
  display: block;
  line-height: 1;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  color: #4383E3;
}


.font40 {
   font-size: 40px;
}


.modal-header {
  padding-top: 60px;
}

.modal .close {
    top: 14px;
    right: 48px;
    font-size: 40px !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #4383E3;
    float: none;
    position: absolute !important;
}
.modal-footer {
  position: relative;
}

.modal-footer .wpcf7-spinner {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #9ed870;
  background: #9ed870;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  position: relative;
    top: -30px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
   background: #ffb900;
    text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 15px;
   position: relative;
    top: -30px;

}

.form_box_label {
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px;
}

.form_box_label:after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  color: #4383E3;
}

.form_user_name:after {
  content: "\ecfd";
}

.form_user_tel:after {
  content: "\ec8a";
}

.font24 {
  font-size: 24px;
}

.modal .form-control {
  height: calc(1.5em + .75rem + 16px);
}

.modal-body {
  padding: 15px 50px;
}

.modal-footer {
    justify-content: center;
    border-top: 0px;
    padding-top: 0;
    padding-bottom: 36px;
}

.modal-header {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: center;
    text-align: center;
    border-bottom: 0px;
    position: relative;
}

.modal-footer .big_button {
   
    font-size: 20px;
   
    padding: 0px 30px;
    height: 50px;
    line-height: 48px;
   
}

@media only screen and (max-width : 400px) {
 .modal-header  .font24 {
    font-size: 20px;
}
.modal-body {
    padding: 15px 25px ;
}
}

@media only screen and (max-width : 350px) {
 .modal-header  .font24 {
    font-size: 17px;
}
.modal-body {
    padding: 15px 17px ;
}
}


/*=========================*/
.video_inner {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 550px;
  margin: 0 auto;
}

.button_play_video {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/video.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
  text-align: center;
}

.button_play_video:after {
  content: "\ecaa";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 60px;
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #fff;
}

.button_play_video:before {
    content: " ";
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -55px;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    background-color: rgba(0, 0, 0, 0.5);
}

.video_inner iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
  margin: 0 auto;
}

/*----------------*/

.video_wrapper {
  position: relative;
  min-height: 380px;
}

.button_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;

}

.ytp-pause-overlay-container {
  display: none !important;
}

.ytp-expand-pause-overlay .ytp-pause-overlay {
  display: none !important;
}


.banner  {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   height: 700px;
}

#banner01  {
   background-image: url(../img/banner2.jpg);
}


.banner_caption {
   padding: 50px;
   background-color: rgba(67,131,227,0.8);
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
   color: #fff;
   font-size: 60px;
   text-align: center;
}

.footer_body {
   color: #fff;
   background-color:#183053;
   padding-top: 40px;
   padding-bottom: 30px;
}


footer a {
   color: #fff;
}


.footer_logo {
   width: 100px;
   height: auto;
}


.politica_links {
   font-size: 14px;
}

.politica_links>li {
    /*display: inline-block;*/
    vertical-align: top;
    margin-bottom: 10px;
}


.footer_footer {
   background-color: #222;
     padding-top: 50px;
   padding-bottom: 50px;
   color: #fff;
   text-align: center;
}

.font20 {
  font-size: 20px;
  }
.lh1 {
   line-height: 1;
}

.footer_body .call_mee {
  display: inline-block;
  background-color: #4383E3;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  padding-right: 40px;
  height: 50px;
  border: 2px solid #4383E3;
  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: 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 25px;
  overflow: hidden;

  line-height: 1;
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / .4);
  -moz-box-shadow: 0 5px 20px rgb(0 0 0 / .4);
  box-shadow: 0 5px 20px rgb(0 0 0 / .4)
}

.footer_body .call_mee:hover,
.footer_body .call_mee:focus {
  background-color: transparent;
  color: #4383E3;
  outline: none;
  text-decoration: none
}

.footer_body .call_mee i {
  font-size: 20px
}
.footer_body .call_mee::before {
  -webkit-animation: glow 1s ease-in infinite;
  animation: glow 1s ease-in infinite;
  content: "";
  filter: blur(10px);
  opacity: .75;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1
}

.footer_body .call_mee:after {
  animation: shine 3s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  height: 200%;
  left: -130%;
  opacity: 0;
  position: absolute;
  top: -20%;
  transform: rotate(-30deg);
  width: 15%;
  background: rgb(255 255 255 / .13);
  background: linear-gradient(to right, rgb(255 255 255 / .13) 0%, rgb(255 255 255 / .13) 77%, rgb(255 255 255 / .5) 92%, #fff0 100%)
}



@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease
  }

  100% {
    opacity: 0;
    top: -40%;
    left: 120%;
    transition-property: left, top, opacity
  }
}

.animated_button {
  -moz-animation: cycle 4s linear infinite;
  -webkit-animation: cycle 4s linear infinite
}

@-moz-keyframes cycle {
  35% {
    transform: rotate(0) translate(0, 0)
  }

  40% {
    transform: rotate(5deg) translate(0, -2px)
  }

  45% {
    transform: rotate(-3deg) translate(0, -2px)
  }

  50% {
    transform: rotate(5deg) translate(0, -2px)
  }

  55% {
    transform: rotate(-3deg) translate(0, -2px)
  }

  60% {
    transform: rotate(5deg) translate(0, -2px)
  }

  65% {
    transform: rotate(-3deg) translate(0, -2px)
  }

  70% {
    transform: rotate(0) translate(0, 0)
  }
}

@-webkit-keyframes cycle {
  35% {
    transform: rotate(0) translate(0, 0)
  }

  40% {
    transform: rotate(5deg) translate(0, -2px)
  }

  45% {
    transform: rotate(-3deg) translate(0, -2px)
  }

  50% {
    transform: rotate(5deg) translate(0, -2px)
  }

  55% {
    transform: rotate(-3deg) translate(0, -2px)
  }

  60% {
    transform: rotate(5deg) translate(0, -2px)
  }

  65% {
    transform: rotate(-3deg) translate(0, -2px)
  }

  70% {
    transform: rotate(0) translate(0, 0)
  }
}

/*==================*/

.post_page_wrapper h1,.post_page_wrapper  h2,.post_page_wrapper  h3,.post_page_wrapper  h4,.post_page_wrapper  h5 {
    margin-bottom: 30px;
    font-weight: 600;
}

.post_page_wrapper ul {
   margin-bottom: 30px;
}

.page_banner {
   height: 500px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   position: relative;
   color: #fff;
}

.page_banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(28,55,95,.8);
}  


.page_banner >*{
   position: relative;
   z-index: 2;
}

.page_cap {
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
}

.page_cap_text {
   font-size: 24px;
}

ul.marker li {
   padding-left: 17px;
   position: relative;
   margin-bottom: 5px;
   text-align: left;
}
ul.marker li:before {
   content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #4383E3;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}


.big_vector {
   font-size: 300px;
   color: #4383E3;
   line-height: 1;
   text-align: center;
}

.separator span {
   border-top: 2px solid rgba(67,131,227,.3);
   height: 2px;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
   display: block;
}

.home .main_menu_container a {
  color: #fff;
}

.blue_color {
  color: rgb(67,131,227)
}

.serv_block {
    font-size: 20px;
}

.page_banner .call_mee {
  display: inline-block;
  background-color: #4383E3;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 30px;
  padding-right: 40px;
  height: 50px;
  border: 2px solid #4383E3;
  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: 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 25px;
  overflow: hidden;

  line-height: 1;
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / .4);
  -moz-box-shadow: 0 5px 20px rgb(0 0 0 / .4);
  box-shadow: 0 5px 20px rgb(0 0 0 / .4)
}

.page_banner .call_mee:hover,
.page_banner .call_mee:focus {
  background-color: transparent;
  color: #4383E3;
  outline: none;
  text-decoration: none
}

.page_banner .call_mee i {
  font-size: 20px
}
.page_banner .call_mee::before {
  -webkit-animation: glow 1s ease-in infinite;
  animation: glow 1s ease-in infinite;
  content: "";
  filter: blur(10px);
  opacity: .75;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1
}

.page_banner .call_mee:after {
  animation: shine 3s ease-in-out infinite;
  animation-fill-mode: forwards;
  content: "";
  height: 200%;
  left: -130%;
  opacity: 0;
  position: absolute;
  top: -20%;
  transform: rotate(-30deg);
  width: 15%;
  background: rgb(255 255 255 / .13);
  background: linear-gradient(to right, rgb(255 255 255 / .13) 0%, rgb(255 255 255 / .13) 77%, rgb(255 255 255 / .5) 92%, #fff0 100%)
}



.custom_pulse {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    position: relative;
    text-align: center;
    padding: 20px;
    border-radius: 50%;
    background: #4383E3;
    width: 80px;
    height: 80px;
}

.custom_pulse::after,
.custom_pulse::before {
    content: '';
    position: absolute;
    border: 2px solid #4383E3;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: custom_pulse 2.5s linear infinite;
}

.custom_pulse::after {
    animation-delay: 1.25s;
}

@keyframes custom_pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.fbg_caption {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
   font-size: 50px;
    line-height: 50px;
}

.fbg_item_2 {
    margin-top: 40px;
}

.fbg_item_2 .custom_pulse {
    background: #4383E3;
}

.fbg_item_2 .custom_pulse::after,
.fbg_item_2 .custom_pulse::before {
    border: 2px solid #4383E3;
}


.fbg_item_2 .fbg_caption {
    font-size: 40px;
}

.custom_pulse:hover,
.custom_pulse:focus {
    text-decoration: none !important;
}

.mmob_mmenu_container li {
  display: block;
}


/*===================*/

.contact_info_list {
   font-size: 20px;
}

.contact_info_list>li {
   position: relative;
   padding-left: 38px;
   margin-bottom: 30px;
}

.contact_info_list>li:after {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  font-size: 30px;
  color: #4383E3;
  font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}  

.c_adres:after {
  content:"\ec66";
}

.c_tel:after {
  content: "\f008";
}

.c_mail:after {
  content: "\ec56";
}

.c_prog:after {
  content: "\eedc";
}


.contact_map {
   height: 400px;
   position: relative;
}

.contact_map iframe {
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   position: absolute;
} 


.feedback_form .form-control {
    height: calc(1.5em + .75rem + 22px);
}

.feedback_form textarea.form-control {
    height: calc(1.5em + .75rem + 122px);
}

.ea-body {
    background: #fff;
    color: #444;
    font-size: 20px;
}
 .ea-header a {

    font-size: 24px !important;
}

.ea-header a .ea-expand-icon {
    color: #fff !important;
}

.potrf_info_list {
  display: table;
  width: 100%;
}

.potrf_info_list>li {
  display: table-row;
}

.potrf_info_list>li>div {
  display: table-cell;
  padding: 10px 0;
}

.potrf_info_list>li>div:last-child {
  padding-left: 20px;
}


.potrf_box {
  font-size: 20px;
  padding: 20px;
  border: 3px solid rgba(67,131,227,.2);
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   height: 100%;
}

.potrf_box .img_cont  {
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   height: 350px;
}

.smaller .main_menu_container .menu >li>a {
   color: white !important;
}

.feedback_form p {
   margin:0;
}
.feedback_form br {
  display: none;
}

.feedback_form .form-control {
    height: calc(1.5em + .75rem + 30px);
}


/*==================*/

.full_height_block {
  height: calc(100vh - 440px);
}

.back_button {
  display: inline-block;
  background-color: #0C1F46;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  height: 50px;
  line-height: 44px;
  border: 1px solid #0C1F46;
  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: #0C1F46;
  outline: none;
  text-decoration: none;
}

.back_button span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  vertical-align: middle;
}

.back_button span:before {
  content: "\ea93";
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 30px;
  margin-top: -8px;
}

.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;
}

.error_404_txt b:before {
  content: "\ec83";
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0px;
  line-height: 1;
  font-size: 400px;
  margin-top: -165px;
  margin-left: -33px;
  color: #eee;
  z-index: -1;
}

/*===============*/