/*====>>  Stylesheet Guide START  <<====*/
/*<<=========================================>>

        1. DEFAULT Stylesheets
        2. BASIC classes
            2.1.      Typography
            2.2.      Colors
            2.3.      Form
            2.4.      Plugins
            2.5.      Preloader
        3. HEADER
        4. CONTENT
        5. FOOTER 
        
        <<=========================================>>*/
/*====>>  Stylesheet Guide END    <<====*/
/*  <!-- 1. DEFAULT Stylesheets 
============================================ --> */
.first_screen_title span.span{
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
    background: #e31e23;
    display: inline-block;
    padding: 10px;
}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@font-face {
    font-family: 'GothamPro', 'Arial',sans-serif;
    src: url('../fonts/GothamPro/GothamProBold.eot');
    src: url('../fonts/GothamPro/GothamProBold.eot') format('embedded-opentype'),
         url('../fonts/GothamPro/GothamProBold.woff') format('woff'),
         url('../fonts/GothamPro/GothamProBold.svg#GothamProBold') format('svg');
    font-weight: 700;
    font-display: swap;
}
@font-face {
  font-family: 'GothamPro', 'Arial',sans-serif;
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot") format("embedded-opentype"), 
        url("../fonts/GothamPro/GothamPro.woff") format("woff"), 
        url("../fonts/GothamPro/GothamPro.svg#GothamPro") format("svg");
  font-weight: 400;
  font-display: swap;
}
.tabs_content>div {
    min-height: 468px;
}
#header {
    z-index: 9;
}
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
html, body {
  width: 100%;
  height: 100%;
}

.page_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100%;
}

body {
  min-width: 320px;
  font-family: 'Lato', 'Arial',sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #64696e;
  -webkit-text-size-adjust: none;
  /* smoothing font start */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  /* smoothing font end */
  /* scroll for iphone */
  -webkit-overflow-scrolling: touch;
  /* scroll for iphone */;
}

body.scrollNo {
  margin: 0;
  overflow: hidden;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-print-color-adjust: exact;
  /* for print img fone */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span, img, a, button {
  display: inline-block;
}

menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #e8e8e8;
}

hr.hr {
  margin-top: 66px;
}

img {
  max-width: 100%;
  height: auto;
}

* a,
* button {
  cursor: pointer;
  outline: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  cursor: pointer;
}

input[type="radio"] {
  -webkit-appearance: radio;
  cursor: pointer;
}

/* when you select text is added to a custom style  */
::-moz-selection {
  color: #fff;
  background-color: #264796;
}

::selection {
  color: #fff;
  background-color: #264796;
}

::-moz-selection {
  color: #fff;
  background-color: #264796;
}

/*  <!-- 2. BASIC classes
============================================ --> */
/*==========>>    <<==========*/
.f_left {
  float: left;
}

.f_right {
  float: right;
}

.f_none {
  float: none;
}

/*==========>>    <<==========*/
.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

.al_center {
  text-align: center;
}

.al_justify {
  text-align: justify;
}

.baseline {
  vertical-align: baseline;
}

/*==========>>    <<==========*/
.m_t_zero {
  margin-top: 0 !important;
}

.m_b_zero {
  margin-bottom: 0 !important;
}

.p_t_zero {
  padding-top: 0 !important;
}

.p_b_zero {
  padding-bottom: 0 !important;
}

.mb120 {
  margin-bottom: 120px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

/*==========>>    <<==========*/
.p_abs {
  position: absolute;
}

.p_rel {
  position: relative;
}

.p_fix {
  position: fixed;
}

.p_static {
  position: static;
}

.zindex-1 {
  z-index: -1;
}

.zindex {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.abs_box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/*==========>>    <<==========*/
.clear {
  clear: both;
  width: 100%;
  line-height: 0;
  font-size: 0;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden,
.wrapper {
  overflow: hidden;
}

/*==========>>    <<==========*/
.d_block {
  display: block;
}

.d_ib {
  display: inline-block;
}

.d_i {
  display: inline;
}

.d_none {
  display: none;
}

.d_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d_if {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.invisible {
  opacity: 0;
  visibility: hidden;
}

.visible {
  opacity: 1;
  visibility: visible;
}

/*==========>>    <<==========*/
* a,
* button {
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

* a:hover,
  * button:hover {
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  color: #2fc2ed;
  text-decoration: none;
}

[data-popup] {
  cursor: pointer;
}
.btns_boxes{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
           -webkit-box-pack: justify;
           -ms-flex-pack: justify;
           justify-content: space-between;
      -webkit-align-items: center;
               -webkit-box-align: center;
               -ms-flex-align: center;
               align-items: center; 
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
}
.btn {
  padding: 16px 15px;
  font-family: 'Lato', 'Arial',sans-serif;
  font-size: 13px;
  line-height: 1.15;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
}

/* [class*="btn-icon"]{*/
/*     position:relative;*/
/*     & i {*/
/*         display: inline-block;*/
/*         line-height: 0;*/
/*     }*/
/*     span{*/
/*         display: inline-block;*/
/*         vertical-align: middle;*/
/*     }*/
/* }*/
/* .btn-icon-left{*/
/*     i{*/
/*         margin-right: 13px;*/
/*     }*/
/* }*/
/* .btn-icon-right{*/
/*     i{*/
/*         margin-left: 13px;*/
/*     }*/
/* }*/
.btn-size {
  min-width: 204px;
}

.btn-size2 {
  min-width: 100%;
}

.btn-size3 {
  min-width: 340px;
}

.btn-size4 {
  max-width: 320px;
  width: 100%;
  padding: 10px 15px;
}

.btn-red {
  background-color: #e31d23;
  color: #fefefe;
  border-color: #e31d23;
}

.btn-red:hover {
  background-color: #264796;
  color: #fefefe;
}

.btn-darkblue {
  background-color: #264796;
  border-color: #264796;
  color: #fff;
}

.btn-darkblue:hover {
  background-color: #e31d23;
  border-color: #e31d23;
  color: #fff;
}

/* link*/
.link {
  font-family: 'Lato', 'Arial',sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.link:hover {
  text-decoration: none;
}

.link-red {
  color: #e31d23;
}

.link-red:hover {
  color: #e31d23;
}

/*==========>>  2.1.     Typography   <<==========*/
.title,
h1, .title1,
h2, .title2,
h3, .title3,
h4, .title4,
h5, .title5,
h6, .title6 {
  font-family: 'GothamPro', 'Arial',sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #232d42;
}

.title {
  font-size: 80px;
}

h1, .title1 {
  font-size: 64px;
}

h2, .title2 {
  font-size: 48px;
}

h3, .title3, .fz32 {
  font-size: 32px;
}

h4, .title4 {
  font-size: 24px;
}

h5, .title5, .fz20 {
  font-size: 20px;
}

h6, .title6, .fz18 {
  font-size: 18px;
}
.fz18{
  font-size: 18px;
  line-height: 24px;
}
.fz22{
  font-size: 22px;
  line-height: 28px;
} 
.fz16 {
  font-size: 16px;
  line-height: 1.2;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.lh28 {
  line-height: 1.75;
}

.lh24 {
  line-height: 24px;
}

sub,
sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
  left: -4px;
}

sub {
  bottom: -0.25em;
}

p:not(:last-child) {
  margin-bottom: 24px;
}

.title-line {
  position: relative;
  padding-bottom: 33px;
}

.title-line-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  display: inline-block;
}

.title-line-overlay {
  width: 0;
  height: 100%;
  background-color: rgba(35, 45, 66, 0.1);
  display: block;
}

.line-overlay_dark {
  background-color: #232d42;
}

.line-overlay_red {
  background-color: #e31d23;
}

.line-overlay_lite {
  background-color: rgba(255, 255, 255, 0.1);
}

.line-overlay_white {
  background-color: #fff;
}

.line-overlay_grey {
  background-color: #e9eaec;
}

.lato {
  font-family: 'Lato', 'Arial',sans-serif;
}

.fira {
  font-family: 'Lato', 'Arial',sans-serif;
}

.gotham {
  font-family: 'GothamPro', 'Arial',sans-serif;
}

.tdu {
  text-decoration: underline;
}

.ttu {
  text-transform: uppercase;
}

.letsp {
  letter-spacing: 2px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

/*==========>>  2.2.     Colors   <<==========*/
.white {
  color: #fff;
}

.white2 {
  color: "white2";
}

.white3 {
  color: "white3";
}

.white_lite {
  color: rgba(255, 255, 255, 0.4);
}

.black {
  color: #000;
}
.color {
  color: #232D42;
}

.grey {
  color: #6b737c;
}

.grey2 {
  color: #64696e;
}

.red_color {
  color: #e31d23;
}

.bg_white {
  background-color: #fff;
}

.bg_blue {
  background-color: #2fc2ed;
}

.bg_darkblue {
  background-color: #264796;
}

.bg_darkblue2 {
  background-color: #1c397e;
}

.bg_grey {
  background-color: #f7f7f7;
}

/*==========>>  2.3.     Form   <<==========*/
.error_message {
  color: red;
  border-color: red;
}

/* placeholders start*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #91a6ba;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #91a6ba;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #91a6ba;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #91a6ba;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* placeholders end*/
/*===  input  ===*/
.form_label {
  display: block;
  margin-bottom: 28px;
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  color: #fff;
}

.form_row {
  margin-bottom: 16px;
}

.form_row.mb40 {
  margin-bottom: 40px;
}

.form_row_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_row_col:first-child {
  /* width: 430px; */
   width: 530px;
   margin-right: 80px;
}

.form_row_btn {
  margin-bottom: 20px;
  margin-top: 30px;
}

.form_label_radio {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #D1E0EE;
}

.form_label_radio:not(:last-child) {
  margin-bottom: 18px;
}

.form_label_radio span {
  position: relative;
  display: inline-block;
  padding-left: 66px;
  cursor: pointer;
}

.form_label_radio span:before, .form_label_radio span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #1c397e;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.form_label_radio span:after {
  position: absolute;
  background: transparent url(../images/icons/checked.svg) 50% 50% no-repeat;
  -webkit-background-size: 0;
  background-size: 0;
  visibility: hidden;
  opacity: 0;
}

.form_label_radio input[type="radio"]:checked + span:before {
  background-color: #e31d23;
}

.form_label_radio input[type="radio"]:checked + span:after {
  -webkit-background-size: 10px;
  background-size: 10px;
  opacity: 1;
  visibility: visible;
}

.form_input,
.form_textarea {
  position: relative;
  z-index: 2;
  height: 46px;
  width: 100%;
  padding: 0 16px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #91a6ba;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form_textarea {
  padding: 17px 16px;
  height: 100px;
  resize: none;
}

.form_attention {
  margin-top: 25px;
  padding-right: 95px;
  font-size: 13px;
  line-height: 18px;
  color: #E3E7EB;
}

/*==========>>  2.4.     Plugins   <<==========*/
/* owl carousel*/
.owl-carousel .owl-item .owl-lazy{
  -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 80px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #264796;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
}

.owl-carousel .owl-nav button:hover {
  background-color: #1c397e;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: -100%;
  margin-left: 49px;
  bottom: 0;
  padding-bottom: 37px;
  line-height: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.carousel_box.owl-carousel .owl-dots {
  left: -20%;
  padding-bottom: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  line-height: 0;
  text-align: center;
  background-color: #c9ccd4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel button.owl-dot span {
  display: none;
}

.owl-carousel button.owl-dot:hover, .owl-carousel button.owl-dot.active {
  background-color: #1c397e;
}

.carousel_nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 160px;
  height: 80px;
}

.carousel_nav .owl-prev,
  .carousel_nav .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #264796;
  cursor: pointer;
}

.carousel_nav .owl-prev span,
    .carousel_nav .owl-next span {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel_nav .owl-next {
  right: 0;
  left: auto;
}

.carousel_nav :hover {
  background-color: #1c397e;
}

/* owl carousel end*/
/* lightslider*/
.gallery_slider img{
  width: 100%;
}
.lSSlideWrapper {
  overflow: inherit;
  padding-bottom: 80px;
}

.lSSlideOuter .lSPager.lSGallery {
  margin-top: -80px !important;
  height: 80px;
}

.lSSlideOuter .lSPager.lSGallery li, .lSSlideOuter .lSPager.lSGallery a {
  height: 100%;
  min-height: 100%;
}

.lSSlideOuter .lSPager.lSGallery img {
  /* height: 80px; */
  width: 140px;
  max-width: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  position: relative;
}

.lSSlideOuter .lSPager.lSGallery li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background-color: #e31d23;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li.active:after,
  .lSSlideOuter .lSPager.lSGallery li:hover:after {
  right: 0;
}

.lSAction {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 80px;
}

.lSAction > a {
  position: static;
  margin-top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #264796;
  background-image: none;
  opacity: 1;
}

.lSAction > a:hover {
  opacity: 1;
  background-color: #1c397e;
}

/* lightslider end*/
/* slick */
	.slider-for .slick-slide img{
		width: 100%;
	}
    .slider-nav .slick-arrow{
        display: flex;
        -webkit-align-items: center;
                align-items: center;
        -webkit-justify-content: center;
                justify-content: center;
        margin-top: 0;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        background-color: #264796;
        background-image: none;
        opacity: 1;
    }
    .slider-nav .slick-prev:before,
    .slider-nav .slick-next:before{
      display: none;  
    }
    .slider-nav .slick-prev{
      left: auto;
      right: 80px;
    }
    .slider-nav .slick-next{
      right: 0;
    }
    .slider-nav .slick-slide{
      position: relative;
      opacity: 1;
      height: 100%;
      min-height: 100%;
      cursor: pointer;
    }
    .slider-nav .slick-slide:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        height: 2px;
        background-color: #e31d23;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
    }
    .slider-nav .slick-slide:hover:after,
    .slider-nav .slick-slide.slick-current:after{
      right: 0;
    }
    .slider-nav .slick-current{
      opacity: 1;
    }
     .slider-nav .slick-list{
       height: 80px;
       margin-right: 160px;
     }
     .slider-nav .slick-slide>div,
     .slider-nav .slick-slide>div>div,
     /* .slider-nav .slick-slide>div>div>img, */
     .slider-nav .slick-track{
        height: 100%;
        min-height: 100%;
     }
    /* slick end */
/* arcticmodal*/
.arcticmodal-overlay {
  z-index: 9;
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.arcticmodal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 50px;
  height: 50px;
  padding: 16px 10px;
  background-color: #1c397e;
  cursor: pointer;
}

.arcticmodal-close:hover {
  background-color: #1a3576;
}

.arcticmodal-close svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 4px auto;
  color: #fff;
}

.arcticmodal-close svg path {
  fill: currentColor;
}

.box_popup,
.box_popup2 {
  position: relative;
  padding: 40px  50px 50px;
  width: 600px;
  font-size: 16px;
  line-height: 28px;
  color: #64696E;
  background-color: #fff;
}

.popup_img {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.popup_img_bg {
  z-index: 0 !important;
  top: 100px !important;
  height: auto !important;
  bottom: 0;
}

.popup_img img {
  position: relative;
  z-index: 1;
}

.popup_title {
  margin-bottom: 30px;
}

.popup_subtitle {
  margin-top: 70px;
  margin-bottom: 37px;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 700;
}

.popup_list {
  margin-bottom: 54px;
  font-size: 16px;
  line-height: 18px;
  color: #43484C;
}

.popup_list li {
  position: relative;
  padding-left: 40px;
}

.popup_list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #cdcdcd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.popup_list li:not(:last-child) {
  margin-bottom: 16px;
}

.popup_demand {
  padding: 23.5px 30px;
}

.box_popup2 {
  padding: 50px;
  background-color: #1c397e;
}

.box_popup2 .form_row_btn {
  margin-bottom: 0;
}

.form_callback_title {
  margin-bottom: 40px;
}

.form_input {
  height: 50px;
}

.box_popup2 .form_signup{
  padding: 0;
}
.box_popup2 .form_signup .form_label_radio span:before,
.box_popup2 .form_signup .form_label_radio span:after{
  background-color: #254696;
}



.programm-wrapper{
  /* position: relative; */
}
.programm-title-top{
  margin-bottom: 30px;
}
.programm-wrapper .program-circle{
  position: static;
  margin-bottom: 30px;
  padding-bottom: 0 !important;
}
.programm-wrapper .program-circle-item:first-child{
  margin-left: 0;
}
.programm-wrapper .program-content-block{
  display: block;
  padding: 0;
}
.programm-wrapper .program-content-column{
  width: 100%;
  border-left: none;
  border-top: 2px solid #f5f7fa;
  padding:  30px 0;
  margin-bottom: 0 !important;
}
.programm-wrapper .program-content-column:last-child{
  padding-bottom: 0;
}
.programm-wrapper-it{
  display: none;
}
.programm-wrapper-it.is-active{
  display: block;
}
.programm-wrapper-nav>*{
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: #264796;
  cursor: pointer;
}
.programm-wrapper-nav>* svg{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.programm-wrapper-nav>*:hover{
  background-color: #1c397e;
}
.programm-wrapper-nav .prev{
  left: 0;
}
.programm-wrapper-nav .next{
  right: 0;
}


/* arcticmodal end*/
/*==========>>  2.5.     Preloader   <<==========*/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #264796;
  z-index: 100500;
}

#page-preloader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-perspective: 780px;
  perspective: 780px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preload_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.preload_inner.preload-one {
  left: 0%;
  top: 0%;
  -webkit-animation: preload-rotate-one 1.15s linear infinite;
  animation: preload-rotate-one 1.15s linear infinite;
  border-bottom: 4px solid #e31d23;
}

.preload_inner.preload-two {
  right: 0%;
  top: 0%;
  -webkit-animation: preload-rotate-two 1.15s linear infinite;
  animation: preload-rotate-two 1.15s linear infinite;
  border-right: 4px solid #e31d23;
}

.preload_inner.preload-three {
  right: 0%;
  bottom: 0%;
  -webkit-animation: preload-rotate-three 1.15s linear infinite;
  animation: preload-rotate-three 1.15s linear infinite;
  border-top: 4px solid #e31d23;
}

@-webkit-keyframes preload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes preload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes preload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes preload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes preload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@keyframes preload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

/*  <!-- 4. HEADER 
============================================ --> */
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
}

.header_left {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100%;
  padding: 35px 0;
}

/* logo */
.logo {
  display: inline-block;
  margin-right: 20px;
}

.logo > a {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}

.logo > a:before {
  content: "";
  display: inline-block;
  width: 202px;
  height: 36px;
  background: url(../images/logo_prime.svg) 50% 50% no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.logo_description {
  position: relative;
 /* padding-left: 73px;*/
 padding-top: 5px;
  font-family: 'Lato', 'Arial',sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

/*.logo_description:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: #E9ECF4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

.header-lang {
    position: relative;
    padding-right: 15px;
    line-height: 1.2;
}

.header-lang:before {
    width: 9px;
    height: 6px;
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    background: url(/wp-content/themes/englishprime-lp/images/icons/arrow-down.svg) no-repeat center;
}

.header-lang-item {
    color: #646a77;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.header-lang-sublist {
    position: absolute;
    width: auto;
    left: 0;
    top: 15px;
    opacity: 0;
    pointer-events: none;
    background: #264796;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5px 0;
}

.header-lang:hover .header-lang-sublist {
    opacity: 1;
    pointer-events: auto;
}

.header-lang-subitem {
    color: #fff;
    padding: 5px 10px;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.header-lang-subitem:last-child {
    margin-bottom: 0;
}

.lang-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    color: #232d42;
}

.lang-link {
    color: #232d42 !important;
    font-family: 'Lato', 'Arial',sans-serif;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.59px;
    text-decoration: none;
    text-transform: uppercase;
}
.lang-link:not(.active):hover{
  color:#e31d23 !important;
}

.lang-link.active {
    font-weight: 900;
}

.lang-line {
    width: 60px;
    height: 1px;
    background-color: rgba(35, 45, 66, 0.5);
    margin: 0 10px;
}



.header_right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 35px;
  padding: 35px 40px;
  min-height: 100%;
}

.header_right:before, .header_right:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.header_right:before {
  width: 100vw;
  background-color: #fff;
}

.header_right:after {
  left: 0;
  z-index: 1;
  background-color: #264796;
}

.header_right > * {
  position: relative;
  z-index: 2;
}

.tel_link_wrap{
  position: relative;
  margin-right: 50px;
}
.tel_link_wrap:after{
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  visibility: hidden;
}
.tel_link_wrap:hover:after{
  visibility: visible;
}

.tel_link_wrap .tel_link {
  position: relative;
  margin-right: 0;
}
.tel_link_wrap>.tel_link{
  padding-right: 15px;
}
.tel_link_wrap>.tel_link:after {
    width: 9px;
    height: 6px;
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    background: url(/wp-content/themes/englishprime-lp/images/icons/arrow-down.svg) no-repeat center;
}
.header-info-box{
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: -2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 365px;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  /* pointer-events: none; */
  -webkit-box-shadow: 5px 30px 40px rgba(0,0,0,0.1);
  box-shadow: 5px 30px 40px rgba(0,0,0,0.1);
  background-color: #fff;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.tel_link_wrap:hover .header-info-box{
  opacity: 1;
  visibility: visible;
  z-index: 1;
  /* pointer-events: auto; */
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.header-info-title {
    color: #4a505c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}
.header-info-text {
    color: #4a505c;
    font-size: 13px;
    white-space: nowrap;
    padding: 3px 0;
}
.header-info-text:last-child {
    padding-bottom: 0;
}
.info-span{
  display: block;
}
.info-span-block {
    width: 55px;
    display: inline-block;
}
.header-info-right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.header-info-right .tel_link {
  color: #264796 !important;
}

.header-info-right .tel_link i{
  width: 16px;
  height: 16px;
}

.header-info-right .tel_link i.kyivstar img{
  min-width: 26px;
  margin: -3px 0 0 -5px;
}

.header-info-right .tel_link i.vodafone img{
  min-width: 24px;
  margin: -4px 0 0 -4px;
}

.header-info-right .tel_link i.lifecell img{
  /* min-width: 24px;
  margin: -4px 0 0 -4px; */
}

.header-info-right .tel_link:not(:last-child){
  margin-bottom: 5px;
}

.tel_link {
  margin-right: 50px;
  font-family: inherit;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.tel_link:hover {
  color: #fff;
}

.tel_link.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel_link.icon i {
  line-height: 0;
  display: inline-block;
  margin-right: 12px;
}

/*  <!-- 5. CONTENT 
============================================ --> */
#content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.section_offset {
  padding-bottom: 150px;
}

.section_offset2 {
  padding-bottom: 106px;
}

.section_offset3 {
  padding-bottom: 120px;
}

.section_offset4 {
  margin-bottom: 120px;
}

.section_offset5 {
  margin-bottom: 100px;
}

.section_offset6 {
  padding-top: 55px;
  padding-bottom: 80px;
}

.negative_offset {
  position: relative;
  margin-top: -240px;
}

.negative_offset2 {
  position: relative;
  margin-top: -401px;
}

/* - - - - - - - - - - first_screen - - - - - - - - - - */
.first_screen {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  height: 800px;
  padding: 262px 0 150px 0;
}

.first_screen_right {
  text-align: right;
}

.first_screen_title {
  margin-bottom: 37px;
  color: #fff;
}

.first_screen_title span {
  display: block;
}

.first_screen_subtitle {
  margin-bottom: 30px;
  font-family: 'Fira Sans', 'Arial',sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #feffff;
}

.first_screen_label img {
  width: 100px;
  height: 100px;
}

.first_screen_label img:not(:last-child) {
  margin-right: 24px;
}

.first_screen_list {
  font-family: 'Fira Sans', 'Arial',sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #feffff;
}

.first_screen_list li:not(:last-child) {
  margin-bottom: 10px;
}


.flip-card {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: transparent;
  -webkit-perspective: 1000px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.first_screen_label .flip-card:not(:last-child) {
    margin-right: 20px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  
}

/* Style the back side */
.flip-card-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-card-link{
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 13px;
  line-height: 100px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background-color: #e31d23;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  color: #fff !important;
}

/* - - - - - - - - - -/ end of first_screen - - - - - - - - - - */
/* - - - - - - - - - - section_box - - - - - - - - - - */
.section_box {
  position: relative;
  padding-bottom: 100px;
}

.section_box_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% + 130px);
}

.section_box_left {
  padding-top: 100px;
}

.section_box_right {
  overflow: hidden;
  margin-left: 35px;
}

.section_box_right_bg {
  z-index: 0;
}
.section_box_list{
  color: #64696E;
}
.section_box_list p{
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}
.section_box_list li{
  position: relative;
  margin-left: 90px;
  padding: 28px 70px 28px 0;
}
.section_box_list li:not(:last-child){
  border-bottom: 1px solid #EBEAEA;
}
.section_box_list li:not(:last-child):before{
  content: "";
  position: absolute;
  top: 72%;
  left: -76px;
  bottom: -30px;
  border-left: 2px solid #DADCDF;
}
.section_box_list_icon{
  position: absolute;
  top: 50%;
  left: -90px;
  width: 31px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section_box_list_icon.type2{
  height: 31px;
  width: 31px;
  padding: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.section_box_list_icon.red{
  background-color: #e31d23;
}
.section_box_list_icon img{
  width: 100%;
}
.form_signup {
  position: relative;
  z-index: 1;
  padding: 80px;
}

.form_signup_title {
  margin-bottom: 38px;
  color: #fff;
}

.form_signup.type2 .form_row_wrap {
  -webkit-justify-content: flex-start;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
  /* margin-bottom: 60px; */
}

.form_signup.type2 .form_row_btn {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  /* margin-top: 0; */
  margin-top: -80px;
  margin-bottom: 0;
}

.form_signup.type2 .form_row_btn button {
  /* margin-right: 40px; */
  margin-bottom: 20px;
}

.form_signup.type2 .form_row_radio {
  /* -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; */
}

.form_signup.type2 .form_attention {
  margin-top: 0;
  /* max-width: 320px; */
  max-width: 440px;
  padding-right: 0;
}
.form_signup.type2 .form_label{
  font-weight: 700;
}


/* - - - - - - - - - -/ end of section_box - - - - - - - - - - */
/* - - - - - - - - - - section_video - - - - - - - - - - */
.youtube_box {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}

.youtube_box iframe {
  position: relative;
  z-index: 9;
  width: 100% !important;
  height: 100% !important;
}
#video_box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_wrap {
  position: relative;
  min-height: 600px;
  cursor: pointer;
}

.youtube_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 335px;
  font-family: 'GothamPro', 'Arial',sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.youtube_play_icon {
  position: relative;
  display: block;
  margin: 24px auto 0;
  line-height: 0;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #e31d23;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.youtube_play_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -5px;
}

.sk-three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8em;
  margin: auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sk-three-bounce.is-show {
  opacity: 1;
  visibility: visible;
}

.sk-three-bounce .sk-child {
  width: 2em;
  height: 2em;
  background-color: #e31d23;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* - - - - - - - - - -/ end of section_video - - - - - - - - - - */
/* - - - - - - - - - - section_method - - - - - - - - - - */
.section_method_head {
  margin-bottom: 50px;
}

.section_method_descr {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.tabs_box {
  position: relative;
  margin-right: 158px;
  margin-bottom: 200px;
}
.after_tabs_link{
  position: relative;
  top: -130px;
  margin-top: -50px;
}
.tabs_box_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #f7f7f7;
}

.tabs_box .carousel_box {
  position: absolute;
  max-width: 610px;
  right: 0;
  top: 120px;
  margin-right: -158px;
}

.tabs_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
}

.tabs_list li {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding: 13px 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #232d42;
  cursor: pointer;
  -webkit-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.tabs_list li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 24px;
  width: 1px;
  background-color: #EAEAEA;
  margin-top: -12px;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.tabs_list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  z-index: -1;
  background-color: #264796;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.tabs_list li.active {
  color: #fff;
}

.tabs_list li.active .red_color {
  color: #fff;
}

.tabs_list li.active:before {
  opacity: 0;
}

.tabs_list li.active:after {
  right: 0;
}

.tabs_list li span:first-child {
    margin-right: 6px;
    font-size: 20px;
    margin-top: -3px;
}

.tabs_content {
  font-weight: 300;
  color: #6b737c;
}

.tabs_content > div {
  display: none;
  padding: 80px 45% 75px 80px;
}

.carousel_box {
  padding-left: 35px;
}

.carousel_item {
  position: relative;
  overflow: hidden;
}

.carousel_item img {
  opacity: 0;
  /* visibility: hidden; */
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.owl-item.active .carousel_item img {
  opacity: 1;
  /* visibility: visible; */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* - - - - - - - - - -/ end of section_method - - - - - - - - - - */
/* - - - - - - - - - - section_grafic - - - - - - - - - - */
.program {
  padding-bottom: 50px;
  overflow: hidden;
}

.program-graf {
  height: 240px;
  position: relative;
  margin: 40px 0 95px;
}

.program-graf-overlay {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  background: #ffffff;
}

.program-graf_second {
  margin-bottom: 60px;
}

.program-graf-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 2;
}

.program-graf-text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.program-graf-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.program-graf-line {
  position: absolute;
  left: 5px;
  bottom: 15px;
  z-index: -1;
  height: 2px;
  width: 0;
  background-color: #264796;
  -webkit-transition: width ease 0.5s;
  -o-transition: width ease 0.5s;
  transition: width ease 0.5s;
}

.program-graf-item:last-child .program-graf-line {
  display: none;
}

.program-graf-item.accent .program-graf-line {
  width: 9vw;
}

.program-graf-item.active .program-graf-circle {
  color: #ffffff;
  background-color: #e31d23;
  border-color: #e31d23;
  -webkit-box-shadow: 0 0 0 10px rgba(224, 226, 228, 0.4);
  box-shadow: 0 0 0 10px rgba(224, 226, 228, 0.4);
}
.program-graf-item.pulse .program-graf-circle{
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.program-graf-item.active .program-graf-text {
  color: #e31d23;
}

.program-graf-item.accent .program-graf-circle {
  color: #ffffff;
  background-color: #264796;
  border-color: #264796;
}

.program-graf-item.accent .program-graf-text {
  color: #232d42;
}

.program-graf-circle {
  color: #232d42;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 900;
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 2px solid #e0e2e4;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-shadow: 0 0 0 10px transparent;
  box-shadow: 0 0 0 10px transparent;
}

/* .program-graf-circle:hover, */
.program-graf-circle.active {
  color: #ffffff;
  background-color: #e31d23;
  border-color: #e31d23;
  -webkit-box-shadow: 0 0 0 10px rgba(224, 226, 228, 0.4);
  box-shadow: 0 0 0 10px rgba(224, 226, 228, 0.4);
}

.program-graf-text {
  color: #7b808b;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 20px;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.program-graf-bg {
  width: 100%;
  height: 100%;
  left: 0;
  top: -30px;
  position: absolute;
  background: url(../images/graf.svg) no-repeat bottom right 15px;
  z-index: 1;
}

.program-graf-bg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10px;
  height: 2px;
  background-color: #e0e2e4;
}

.program-graf-bg_second {
  background: url(../images/graf_dark.svg) no-repeat bottom right 15px;
}

.program-level {
  color: #e31d23;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}

.program-level-val {
  position: relative;
  padding-right: 20px;
}

.program-level-val:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #9d9d9d;
  position: absolute;
  right: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.program-change {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.program-change.active {
  opacity: 1;
  pointer-events: auto;
}

.program-content {
  position: relative;
}

.program-content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 87px 0 154px;
}

.program-content-column {
  width: 31%;
  border-left: 2px solid #f5f7fa;
  padding: 0 20px 0 40px;
}

.program-content-name {
  color: #232d42;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 20px;
}

.program-content-item {
  padding-left: 35px;
  color: #56585e;
  font-size: 14px;
  position: relative;
  margin-bottom: 13px;
}

.program-content-item:last-child {
  margin-bottom: 0;
}

.program-content-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 4px;
  height: 4px;
  background-color: #ccced3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.program-content-item_text {
  font-size: 16px;
}

.program-content-item_text:before {
  top: 10px;
}

.program-content-list_first {
  padding-top: 5px;
}

.program-content-list_first .program-content-item {
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 1;
}

.program-content-text {
  margin-bottom: 20px;
}

.program-content-text:last-child {
  margin-bottom: 0;
}

.program-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.program-right {
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 400px;
  width: 100%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.program_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.program_list li {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.program_list li.is-active a {
  color: #264796;
  border-bottom-color: #264796;
}

.program_list a {
  padding-bottom: 17px;
  letter-spacing: 1px;
  font-size: 13px;
  display: block;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #232d42;
  border-bottom: 1px solid #eaeaea;
}

.program-circle {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 2;
}

.program-circle-item {
  margin-left: 40px;
  width: 90px;
}

.program-circle-svgs {
  width: 70px;
  height: 70px;
  margin: 0 auto 17px;
  position: relative;
}
.title-line span.section_method_descr{
    max-width: 350px;
    font-family: 'Lato', 'Arial',sans-serif;
    display: block;
}
.program-circle-content {
  color: #e31d23;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 900;
  font-size: 14px;
      width: 40px;
      max-width: 100%;
          text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.program-circle-text {
  color: #acaeb5;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

.circle-chart {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.circle-chart__circle {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

/* - - - - - - - - - -/ end of section_grafic - - - - - - - - - - */
/* - - - - - - - - - - section_about - - - - - - - - - - */
.section_about_left {
  padding-top: 108px;
}

.section_about_right {
  margin-top: 54px;
  padding: 80px 80px 98px;
}

.section_about_list {
  margin-bottom: 46px;
  color: #b5c1dc;
}

.section_about_list li:not(:last-child) {
  margin-bottom: 45px;
}

.section_about .title-line {
  padding-bottom: 25px;
  margin-bottom: 24px;
}

.section_about .fz14 {
  line-height: 22px;
}

.gallery_container {
  margin-bottom: -80px;
}

/* - - - - - - - - - -/ end of section_about - - - - - - - - - - */
/* - - - - - - - - - - section_begin - - - - - - - - - - */
.figure_begin {
  position: relative;
  padding: 30px;
  min-height: 100%;
}

.figure_begin.white {
  color: #fff;
}

.figure_begin.white .figure_begin_title {
  color: #fff;
}

.figure_begin_qt {
  margin-bottom: 18px;
  font-family: 'GothamPro', 'Arial',sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #e31d23;
}

.figure_begin_title {
  margin-bottom: 22px;
}

/* - - - - - - - - - -/ end of section_begin - - - - - - - - - - */
/* - - - - - - - - - - section_course - - - - - - - - - - */
.section_course {
  position: relative;
  overflow: hidden;
}

.section_course .section_box_bg {
  width: 50%;
  left: auto;
  right: 0;
  bottom: 80px;
}

.figure_course {
  position: relative;
  min-height: 100%;
}

.figure_course_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.figure_course figcaption {
  padding: 40px 40px 35px;
}

.figure_course_title {
  margin-bottom: 18px;
}

.figure_course_descr {
  line-height: 28px;
}

.figure_course_img {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 330px;
  line-height: 330px;
}

.figure_course_img img {
  vertical-align: bottom;
}

.figure_course_img_bg {
  position: absolute;
  top: 70px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.figure_course_img_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 0;
}

.course_slider_wrap {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -80px;
}

.course_slider_wrap .section_box_bg {
  width: 100vw;
  bottom: 0;
}
.carousel_course_slider {
  /* padding-top: 96px; */
  /* padding-top: 60px;
  padding-bottom: 30px; */
  height: 650px;
}

.carousel_course_slider * {
  color: #fff;
}

.carousel_course_slider.owl-carousel .owl-dots {
  left: 0;
  margin-left: 15px;
}

.carousel_course_slider.owl-carousel button.owl-dot {
  /* background-color: #97e1f6; */
  background: rgba(255,255,255, 0.5);
}

.carousel_course_slider.owl-carousel button.owl-dot:hover,
.carousel_course_slider.owl-carousel button.owl-dot.active {
  background-color: #FFF;
}

.carousel_course_left {
  position: relative;
  z-index: 1;
  /* padding-top: 60px;
  padding-bottom: 60px; */
  padding-top: 100px;
  padding-bottom: 100px;
}
.carousel_course_left.blackout * {
  color: #232d42;
}
.carousel_course_left.blackout .title-line-item .line-overlay_white{
  background-color: rgba(35, 45, 66, 0.1);
}

.carousel_course_img {
  position: relative;
  /* overflow: hidden; */
  margin-right: -15px;
  min-height: 100%;
}
.carousel_course_img img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: none;
}
.carousel_course_slider.owl-carousel .owl-stage-outer,
.carousel_course_slider.owl-carousel .owl-stage,
.carousel_course_slider .owl-item,
.carousel_course_slider .owl-item>.container,
.carousel_course_slider .owl-item>.container>.row{
  min-height: 100%;
  height: 100%;
}


/* - - - - - - - - - -/ end of section_course - - - - - - - - - - */
/* - - - - - - - - - - section_review - - - - - - - - - - */
.section_review {
  overflow: hidden;
}

.carousel_review_wrap {
  position: relative;
}

.carousel_review {
  width: 100vw;
  padding-bottom: 80px;
}

.carousel_review.owl-carousel .owl-dots {
  left: 0;
  margin-left: 0;
}

.review_box {
  width: 400px;
  padding: 40px;
  background-color: #f7f7f7;
}

.review_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.review_img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 38px;
}

.review_img img {
  width: 100% !important;
}

.review_name {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #232d42;
}

.review_level {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #e31d23;
}

/* - - - - - - - - - -/ end of section_review - - - - - - - - - - */
/* - - - - - - - - - - section_location - - - - - - - - - - */
.section_location {
  overflow: hidden;
}

.map {
  position: relative;
  left: 50%;
  bottom: 0;
  width: 99vw;
  height: 645px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map .title-line {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.map .title-line-item {
  width: 70px;
}

.map .title-line-overlay {
  width: 100%;
}

/* map settings start*/
.gm-ui-hover-effect {
  opacity: 0;
}

.gm-ui-hover-effect:hover {
  opacity: 0;
}
.gm-style .gm-style-iw-d {
    overflow: hidden!important;
}
.gm-style img {
    max-width: 100%!important;
}
.gm-style .gm-style-iw-c {
  /* padding: 30px !important; */
  padding: 0 !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
}
.gm-style .gm-style-iw-t::after {
  display: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* map settings end*/
.contacttitle {
  margin-bottom: 30px;
}

.contacts-content-wrap {
  margin-top: -773px;
  height: 773px;
  margin-left: 35px;
  background: #f7f7f7;
  padding: 58px 80px;
}

.contacts-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  margin-top: -15px;
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 80px;
  padding-right: 80px;
}

.contacts-item {
  position: relative;
  width: 100%;
  background: #f7f7f8;
  padding: 15px 0 15px;
  cursor: pointer;
}

.contacts-item.active > * {
  position: relative;
  z-index: 5;
}

.contacts-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  right: -80px;
  bottom: 0;
  z-index: 0;
  background: #dfe1e7;
}
.contacts-item-wrapp{
  position: relative;
}
.contacts-item-top:after{
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 15px;
  width: 15px;
  background: white;
  -webkit-box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
  box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}
/* .contacts-item-top {
  min-width: 215px;
} */
#map .contacts-item-top {
    position: relative;
    z-index: 2;
    opacity: 1;
    margin-bottom: 12px;
    pointer-events: auto;
}
.contacts-item-top {
    left: 0;
    bottom: 100%;
    background: #fff;
    -webkit-box-shadow: 0 40px 50px rgba(0,0,0,0.2);
    box-shadow: 0 40px 50px rgba(0,0,0,0.2);
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contacts-item:after {
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
  height: 1px;
  background: #dddfe4;
}

.contacts-item-info {
  padding-bottom: 5px;
  /* font-size: 13px; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #A2A4A9;
}

.contacts-content .contacts-item-metro {
  font-weight: 400;
  font-family: 'Lato', 'Arial',sans-serif;
  margin-bottom: 0 !important;
}

.contacts-item-metro {
  color: #232d42;
  font-family: 'GothamPro', 'Arial',sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px !important;
}

.contacts-content .contacts-item-loc {
  margin-bottom: 0;
}

.contacts-item-loc {
  color: #76787e;
  font-family: 'Lato', 'Arial',sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 30px;
}

.contacts-item.active .contacts-item-metro {
  color: #e31d23;
}
.contacts-item-flex {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.contacts-item-left {
    padding: 25px 30px 15px;
    width: 290px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.contacts-item-right {
    width: 300px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.contacts-close {
  width: 30px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
    z-index: 9999;
}
.contacts-close-img {
  /* width: 10px;
  height: 10px; */
  width: 8px;
  height: 8px;
}

.map-contact_list li {
  margin-bottom: 15px;
}

.map-contact_list a {
  font-family: 'Lato', 'Arial',sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #232D42;
}

.map-contact_list i {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 20px;
}

.map-contact_list i img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#markerLayer > :not(:nth-child(1)) img {
  display: none;
  width: 0px;
  height: 0px;
}

@-webkit-keyframes scaleMarker {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

@keyframes scaleMarker {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

#markerLayer > :not(:nth-child(1)) {
  background: #bd181d;
  width: 12px !important;
  height: 12px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: 20px;
  margin-left: 10px;
  overflow: visible !important;
}

#markerLayer > :not(:nth-child(1))::after {
  content: ' ';
  display: block;
  background-color: rgba(227, 29, 35, 0.4);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  opacity: 1;
  -webkit-animation: scaleMarker 2s infinite;
  animation: scaleMarker 2s infinite;
}

/* - - - - - - - - - -/ end of section_location - - - - - - - - - - */
/*  <!-- 6. FOOTER 
============================================ --> */
footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* overflow: hidden; */
}

.footer_left {
  /* overflow: hidden; */
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_left .tel_link_wrap{
  margin-right: -30px;
}
.footer_left .tel_link_wrap>.tel_link i{
  min-width: 16px;
}

.footer_left .header-info-box{
  top: auto;
  bottom: calc(100% + 10px);
}
.footer_left .tel_link{
  color: #232D42;
}
.footer_left .tel_link:hover{
  color: #232D42;
}
.footer_develop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #97a0b1;
}

.footer_develop span {
  margin-right: 17px;
}

.footer_develop a {
  line-height: 0;
}

.footer_develop img {
  margin-top: 2px;
}

.footer_right {
  margin-left: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  padding: 24px 30px 24px 40px;
}
.footer_right .tel_link{
  position: relative;
  z-index: 2;
  margin-right: 0;
  margin-bottom: 20px;
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;  
  background-color: transparent;
  color: #fff;
}
.footer_right .tel_link.icon i {
    line-height: 0;
    display: inline-block;
    margin-right: 12px;
}

.footer_copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
}

.footer_copyright span {
  color: #97a0b1;
  margin-right: 10px;
}

.footer_copyright span:last-child {
  color: #fff;
}

.footer_social_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer_social_list li:not(:last-child) {
  margin-right: 4px;
}

.footer_social_list a {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #1c397e;
}

.footer_social_list a:hover {
  background-color: #173069;
}

.footer_social_list a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
