* {
  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: #231F20;
  font-family: 'Lato', sans-serif;
}

body,
header {
  min-width: 290px;
}

.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: #231F20;
}

a:hover,
a:focus {
  outline: none;
  color: #005FAD;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

a.img_cont:hover {
  opacity: 0.9;
}

.block {
  padding-top: 60px;
  padding-bottom: 60px;
}

b {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

/*==========================*/
.menu_button {
  height: 53px;
  width: 62px;
  right: 4px;
  top: -70px;
  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;
}

.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: 27px;
}

.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: 57%;
  left: 23px;
}

.menu_button span {
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  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: #FBAE3F;
  -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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu_button span i:nth-child(1) {
  top: 18%;
}

.menu_button span i:nth-child(2) {
  top: 33.8%;
}

.menu_button span i:nth-child(3) {
  top: 49%;
}

body {
  padding-top: 120px;
}

header {
  width: 100%;
  height: 120px;
  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;
}

header.home_page {
  background-color: transparent;
}

header.smaller {
  height: 120px;
  -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: #fff;
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.logo img {
  width: 100%;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  vertical-align: middle;
}

.logo {
  width: 354px;
  display: block;
}

.col {
  border: 1px solid transparent;
}

/*-------------*/
.top_panel {}

.top_panel .row>div {
  /*outline: 1px solid aqua;*/
}

.main_menu {
  position: relative;
}

.active_button {
  display: inline-block;
  background-color: #F66E0A;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 40px;
  height: 40px;
  line-height: 35px;
  border: 1px solid #F66E0A;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.active_button:hover,
.active_button:focus {
  background-color: #fff;
  color: #F66E0A;
  text-decoration: none;
}

/*=================================*/

/*=========================*/
.vote label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-left: 40px;
  font-size: 14px;
  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: 12px;
  height: 12px;
  position: absolute;
  left: 0px;
  top: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
}

.vote input[type=checkbox]:checked+label:before {
  content: "\2714";
  font-size: 17px;
  color: #E74237;
  line-height: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/*======================================================*/
.orange_bg {
  background-color: #FBAE3F;
}

.orange_color {
  color: #FBAE3F;
}

.blue_color {
  color: #0060AE;
}

.blue_bg {
  background-color: #0060AE;
}

.white_color {
  color: #fff;
}

.white_bg {
  background-color: #fff;
}

.dark_blue_bg {
  background-color: #18325A;
}

.tc_text {
  display: inline-block;
  vertical-align: top;
}

.left_border {
  padding-left: 40px;
  position: relative;
}

.left_border:after {
  content: '';
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  position: absolute;
}

.dark_blue_border:after {
  content: '';
  background-color: #18325A;
}

.blue_border:after {
  content: '';
  background-color: #0060AE;
}

/*--------------------------*/
.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: #0F64AB;
}

.mobile_menu {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 70px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.mobile_menu>div {
  display: table-cell;
  vertical-align: middle;
}

.menu_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 20px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  cursor: pointer;
}

.menu_close span {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  display: inline-block;
}

.menu_close span:hover {
  color: #FBAE3F;
  -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 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.mobile_menu a:hover,
.mobile_menu a:focus {
  text-decoration: none;
  color: white;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 992px) {
  .sub_menu {
    padding-left: 15px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 400px) {
  .mobile_menu_wrapp {
    width: 100% !important;
  }
}

/*=----------------------=*/
/*=----------------------=*/
.has_child {
  position: relative;
}

.has_child>a {
  position: relative;
}

@media all and (min-width: 992px) {
  .sub_menu {
    width: 220px;
    background: #0060AE;
    -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%;
    right: 0;
    left: 50%;
    margin-left: -110px;
    z-index: 20;
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, margin-top 0.3s, visibility 0s linear 0.3s;
    pointer-events: none;

  }

  .sub_menu li {

    padding: 0 20px;

  }

  .has_child:hover .sub_menu {
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    pointer-events: auto;
  }
}

.sub_menu a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #fff !important;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .7);

}

.sub_menu a:hover,
.sub_menu a:focus {
  text-decoration: none;
  color: #fff !important;

}

.sub_menu .active a {
  color: #fff !important;
  border-bottom-color: transparent;
}

.sub_menu .active {
  background-color: #005693;
}

.sub_menu>li:hover {
  background-color: #005693;
}

.sub_menu>li:hover a {
  border-bottom-color: transparent;
}

.sub_menu>li:last-child a {
  border-bottom-color: transparent;
}

@media only screen and (min-width : 992px) {
  .sub_menu {
    display: block !important;
  }

  .has_child>a:after {
    content: '\f112';
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 8px;
    height: 8px;
    top: 100%;
    margin-top: -9px;
    font-family: Flaticon;
    font-size: 13px;
    color: #FBAE3F;
  }
}

@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;

  }

  .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;
  }

  .has_child>a span {
    content: '\f110';
    font-family: Flaticon;
    font-size: 10px;
    color: #fff;
    vertical-align: middle;
    position: relative;

  }

  .sub_menu a {
    text-transform: none;
    padding-left: 20px;
  }

}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
}

.main_menu .nav-item.active a {
  font-weight: bold;
}

.main_menu .nav-item a {
  color: #58595B;
}

.main_menu .nav-item a:hover,
.main_menu .nav-item a:focus {
  color: #1462A8;
  text-decoration: none;
}

.top_toright_top {
  position: relative;
  margin-top: 10px;
  padding-bottom: 17px;
  top: 10px;
}

.main_menu .navbar-nav {
  /*margin-right: -30px;*/
}

.main_menu .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
}

.open_tc {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  position: absolute;
  right: 80px;
  top: 30px;
  color: #0060AE;
  cursor: pointer;
}

.menu_button {

  top: 20px;

}

.main_menu .nav-item {
  position: relative;
}

.main_menu .nav-item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background-color: #ccc;
}

.main_menu .nav-item:last-child:after {
  display: none;
}

.main_menu .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

/*=================*/
.tc_wrapper .social_buttons {
  display: inline-block;
  vertical-align: middle;
}

.social_buttons li {
  display: inline-block;
  vertical-align: middle;
}

.social_buttons li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #FBAE3F;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.flaticon-twitter {
  position: relative;
  top: 3px;
}

.social_buttons li a:hover,
.social_buttons li a:focus {
  color: #fff;
  background-color: #0060AF;
  text-decoration: none;
  outline: none;
}

.tc_mob_body_inner {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

/*====================*/
.ms_slider_backing .mssb_toright {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.fw100 {
  font-weight: 100;
}

.font40 {
  font-size: 40px;
}

.lh_1 {
  line-height: 1;
}

.ms_caption_header {
  width: 560px;
  position: relative;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  z-index: 1;
}

.orange_border:after {
  content: '';
  background-color: #FBAE3F;
}

.ms_slider_backing {

  height: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.ms_caption_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 100%;*/
  /*background-color: #ccc;*/
}

.ms_slider_backing_wrapper {
  position: relative;
}

.mssb_toleft {

  width: 40%;
}

.mssb_toright {
  width: 60%;
  position: relative;
}

.ms_caption_wrapper>.container,
.ms_caption_wrapper>.container>.row,
.ms_caption_wrapper>.container>.row>div {
  /*height: 100%;*/
}

.ms_caption_body {
  max-width: 310px;
}

.text_transform {
  text-transform: uppercase;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

/*---------------------*/
.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: 18px;
  height: 18px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 1);
}

.slick-dots {
  bottom: 30px;
}

.slick-dots li button::before {
  content: "";
  opacity: 0;
}

/*------------------------*/
.main_slider .slick-dots {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  left: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

@media only screen and (max-width : 1200px) {
  .main_slider .slick-dots {
    max-width: 960px;
  }
}

@media only screen and (max-width : 992px) {
  .main_slider .slick-dots {
    max-width: 720px;
  }
}

/*=====================*/
.main_slider {
  margin-bottom: -6px !important;
  overflow: hidden;
}

.font30 {
  font-size: 30px;
}

.main_slider_item {
  overflow: hidden;
}

.main_slider_item {
  /*outline: 3px solid lime;*/
}

.lh_1_8 {
  line-height: 1.8;
}

.font26 {
  font-size: 26px;
}

/*=================*/
.promo_div_box {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 245px;
  color: #fff;
}

.promo_div_box:hover,
.promo_div_box:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
  opacity: 0.9;
}

.pdb_caption_wrapper {
  display: block;
  position: relative;
  padding: 12px;
  padding-left: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  line-height: 1;
  padding-right: 100px;
  font-size: 20px;
}

.promo_div_box.left_border:after {
  width: 12px;
}

.pdb_caption_wrapper .d16 {
  top: 0px;
  right: 20px;
}

.d16 {
  width: 66px;
  height: 56px;
  background: url(../img/hexagon.png) no-repeat;
  background-size: contain;
  position: absolute;
  margin-top: -27px;
  line-height: 33px;
  text-align: center;
}

.d16>span {
  font-size: 26px;
  display: block;
  text-align: center;
  line-height: 56px;
}



/*============================*/
.advantages {
  background-image: url(../img/advantages.jpg);
  min-height: 550px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #DCD5CB;
}

.advantages_wrap {
  max-width: 680px;
}

.font20 {
  font-size: 20px;
}

ul.markered li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

ul.markered li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #0060AE;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

/*========================*/
.polygon {
  width: 400px;
  height: 230px;
  background: #FBAE3F;
  /*position: absolute;
top: 0px;
right: 20px;*/
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -sand-transform: rotate(90deg);
  /*margin-top: -16px;*/
  /*line-height: 33px;*/
  text-align: center;
  -webkit-background-size: 460px;
  background-size: 460px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/pr1.jpg);
}

.polygon>* {
  display: inline-block;
  vertical-align: top;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -sand-transform: rotate(-90deg);
  font-size: 26px;
}

.polygon:before,
.polygon:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
}

.polygon:before {
  top: -115px;
  border-bottom: 115px solid #FBAE3F;
}

.polygon:after {
  bottom: -115px;
  border-top: 115px solid #FBAE3F;
}

.blue_backing {
  position: relative;
}

.blue_backing:after {
  content: "";
  width: 0;
  height: 0;
  -webkit-background-size: 460px;
  background-size: 460px;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonials_row {
  display: table;
  width: 100%;
}

.testimonials_row>div {
  display: table-cell;
  vertical-align: middle;
}

.testimonials_row>div:first-child {
  padding-right: 15px;
  width: 520px;
}

.testimonials_row>div:last-child {
  padding-left: 15px;
}

/*========================*/
.hex_image_wrapper {
  width: 479px;
  height: 430px;
  background-image: url("../img/hex.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hex_image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  background-image: url("../img/maska.png");
}

.testimonials {
  /*background-color: #002E5B;*/
}

.blue_button {
  display: inline-block;
  background-color: #0060AE;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 0px 20px;
  height: 55px;
  line-height: 52px;
  border: 3px solid #0060AE;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.blue_button:hover,
.blue_button:focus {
  background-color: #FBAE3F;
  border-color: #FBAE3F;
  color: #fff;
  text-decoration: none;
}

.logos_body img {
  max-width: 100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/*========================*/
footer {
  background-color: #0060AF;
  color: #fff;
  font-size: 12px;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

/*===========================*/
ul.bordered {
  padding-left: 15px;
  position: relative;
}

ul.bordered:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

footer .social_buttons li a {
  color: #0060AF;
  background-color: #fff;
}

footer .social_buttons li a:hover,
footer .social_buttons li a:focus {
  color: #fff;
  background-color: #FBAD3F;
}

.font14 {
  font-size: 14px;
}

.footer_form {
  position: relative;
  padding-right: 90px;
}

.footer_form .form-control {
  border: 0;
}

.form-control {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.footer_form textarea {
  height: 125px;
}

.orange_button {
  display: inline-block;
  background-color: #FBAD3F;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0px 15px;
  height: 36px;
  line-height: 34px;
  border: 2px solid #FBAD3F;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.orange_button:hover,
.orange_button:focus {
  background-color: transparent;
  color: #FBAD3F;
  text-decoration: none;
}

.footer_form .orange_button {
  position: absolute;
  bottom: 0;
  right: 0;
}

#toTop {
  width: 47px;
  height: 47px;
  background: #246BC7;
  border: 2px solid #246BC7;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #fff;
  text-align: center;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -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 span {
  display: block;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
}

#toTop:hover {
  color: #FBAD3F;
  border-color: #FBAD3F;
  text-decoration: none;
  background-color: #fff;
}

li.nav-item.active>a {
  color: #FBAD3F;
}

.about_gallery {}

.about_gallery .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
}

/*=================*/
.banner {
  overflow: hidden;
}

.banner .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  min-height: 400px;
}

.font18 {
  font-size: 18px;
}

.right_long_header {
  position: relative;
}

.font22 {
  font-size: 22px;
}

.prises_list_box {
  height: 100%;
}

.map {
  width: 100%;
  height: 100%;
}

.contact_info_toleft .d16 {
  position: relative;
  margin-top: 0px;
  display: block;
  right: 0;
}

.cit_row {
  display: table;
}

.cit_row>div {
  display: table-cell;
  vertical-align: middle;
}

.cit_row>div:first-child {
  padding-right: 15px;
}

.cit_row>div:last-child {
  padding-left: 15px;
}

.contact_info_toleft a {
  white-space: nowrap;
}

/*===================*/
.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=tel] {
  border: 0px;
  border-bottom: 1px solid #ADAFB1;
  outline: none;
  color: #000;
  background: #FFF;
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  padding-left: 0;
}

.contact_form textarea {
  border: 1px solid #ADAFB1;
  outline: none;
  color: #000;
  background: #FFF;
  height: 270px;
  width: 100%;
  padding: 15px;
}

.contact_form ::-webkit-input-placeholder {
  color: #1462A8;
  font-weight: 600;
}

.contact_form ::-moz-placeholder {
  color: #1462A8;
  font-weight: 600;
}

/* Firefox 19+ */
.contact_form :-moz-placeholder {
  color: #1462A8;
  font-weight: 600;
}

/* Firefox 18- */
.contact_form :-ms-input-placeholder {
  color: #1462A8;
  font-weight: 600;
}

.contact_form ::placeholder {
  color: #1462A8;
  font-weight: 600;
}

.send_blue_button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #1462A8;
  outline: none;
  color: #fff;
  background: #1462A8;
  height: 40px;
  line-height: 40px;
  width: 100px;
  padding: 0px 10px;
  font-weight: 600;
}

.send_blue_button:hover,
.send_blue_button:focus {
  background-color: transparent;
  outline: none;
  text-decoration: none;
  color: #1462A8;
}

/*===========================*/
/*=========================*/
.ac-container {
  width: auto;
  text-align: left;
}

.ac-container label {
  padding: 15px 0px;
  padding-left: 90px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #fff;
  border-bottom: 1px solid #ccc;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-weight: 700;
  font-size: 30px;
  background-color: #0060AE;
  margin: 0;
}

.ac-container label:hover {
  color: #fff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
  background-color: #002D5A;
}

.ac-container label:after,
.ac-container input:checked+label:after {
  content: '\f110';
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  left: 27px;
  top: 27px;
  font-family: Flaticon;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.ac-container input:checked+label:after {
  content: '\f111';
}

.ac-container input {
  display: none;
}

.ac-container article {
  padding: 10px 0;
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.ac-container input:checked~article {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  height: auto;
  opacity: 1;
}

/*=====================*/
.subjects_box .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  min-height: 300px;
}

.fw900 {
  font-weight: 900;
}

.d16 {
  display: block;
}

.subjects_box_txt {}

.subjects_box .d16 {
  bottom: 40px !important;
  margin-top: 0;
  left: 30px;
  color: #fff;
}

.subjects_box_txt {
  padding-bottom: 100px;
}

.subjects_box_txt a:hover,
.subjects_box_txt a:focus {
  color: #fff;
  text-decoration: none;
}

.test_list_box {
  height: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 100px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  display: block;
  font-size: 18px;
  line-height: 1.8;
}

.test_list_box:hover,
.test_list_box:focus {
  color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.autor {
  vertical-align: top;
  bottom: 30px;
  position: absolute;
  left: 0;
  right: 0;
}

.grey_bg {
  background-color: #E7E8E9;
}

.test_list_box.white_color:hover,
.test_list_box.white_color:focus {
  color: #fff;
}
/*================*/

header.smaller {
    height: 72px;
}