.uppcase {
    text-transform: uppercase;
}

#user_name, #user_name_bottom {
   text-transform: capitalize;
}

.time_green {
   color: green!important;
}

.time_red {
   color:red!important;
}

#callback_res_bott {
   color: white;
   font-size: 180%;
   font-weight: 700;
}

.general_phones {
   text-align: center;
   font-size: 150%;
}

.general_phones a {
color: white;
}

.general_phones a:hover {
   text-decoration: none;
   text-shadow:0 0 10px #c00;
   color: whitesmoke;
}

.head_left {
   position: relative;
   top: -75px;
}

@media only screen and (max-width:420px) {
   .head_left {
   top: 0;
              }
   .clb_form {
    float: none!important;
   }
}

.tel_ks:before {
    content: '';
    background-image: url('/../img/kievstar.png'); 
    background-repeat: no-repeat;
    right: 10px;
    top: 2px; /* это свойство смещает иконку вниз относительно базовой линии текста */
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.tel_vf:before {
    content: '';
    background-image: url('/../img/vodafone.png'); 
    background-repeat: no-repeat;
    right: 10px;
    top: 2px; /* это свойство смещает иконку вниз относительно базовой линии текста */
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.tel_viber:before {
    content: '';
    background-image: url('/../img/viber.png'); 
    background-repeat: no-repeat;
    right: 10px;
    top: 2px; /* это свойство смещает иконку вниз относительно базовой линии текста */
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.container-fluid {
   padding: 4px;
}

.align_center {
   text-align: center;
}

@media only screen and (max-width:420px) {
   .ga__logotype__header {
   visibility: hidden;
   display: none;
                         }

}

.about_text {
   padding-left: 5px;
   padding-right: 5px;   
}

.logo_about {
    margin: 0 auto;
    display: block;
    padding-top: 45px;
}

.targ h3 {
    font-family: BloggerSansBold,sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}

.targ h2 {
  margin-bottom: 5px;
}

.targ_form {
    background-color: #FCFCFC;
    padding: 15px;
    border-radius: 5px;
    font-size: 0.8125em;
    height: 400px;
    text-align: center;
    display: inline-block;
    min-width: 90%;
    border: 1px solid #CCC;
}

.targ_form h3 {
    font-size: 1.6em;
    text-transform: uppercase;
    color: #FA3D72;
    text-align: center;
    font-family: BloggerSansBold,sans-serif;
}    

.targ_form label {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    color: #393939;
}

.targ_form button {
    border: medium none;
    font-size: 1.125em;
    text-transform: uppercase;
    font-family: BloggerSansBold,sans-serif;
    padding: 8px 35px;
    border-radius: 35px;
    color: #FFF;
    background: transparent linear-gradient(to bottom, #FD4D7F 0px, #FD4D7F 25%, #F31856 100%) repeat scroll 0% 0%;
}

.targ_form input {
    outline: 0px none;
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #3B3B3B;
    padding-left: 10px;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 5px 5px 4px;
    background: #E8E8E8;
}

.target_phones {
    text-align: center;
    font-size: 200%;
    margin-top: 10%;
}

.target_phones a {
    color: #7D7D7D;

}

.target_phones a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 10px #C00;
    color: #292929;
}

.trgt img {
  //max-height: 400px;
  max-width: 73%;
  margin-bottom: 70px;
}

#go-top {
  position: fixed;
  bottom: 25px;
  right: 0px;
  text-align: center;
  cursor: pointer;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #FCFCFC;
  line-height: 54px;
  border-left-radius: 5px;
  font-size: 40px;
  border-radius: 5px 0 0 5px;
  color:#FA3D72;
}

#go-top:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.row_center {
  margin: 0 auto;
}

.ga__item__process__one a, .ga__item__process__two a, .ga__item__process__three a {
  border: none;
  background-color: transparent;
  color: white;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: 0;
  text-transform: uppercase;
}

.ga__item__process__one a:hover, .ga__item__process__two a:hover, .ga__item__process__three a:hover {
    border: none;
    color: #fff;
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
}

.max_width {
max-width: 100%;
  }


.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}

.modalDialog:target {
  display: block;
  pointer-events: auto;
}

.modalDialog > div {
  max-width: 30%;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  top: 20%;
}

.modalDialog h6 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px #fa3d72 solid;
}

@media only screen and (max-width: 450px) {

    .modalDialog > div {
      max-width: 80%;
    }

} 

.langbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.langbox a {
  display: flex;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.ga__menu__header ul li span {
  color: white;
}

.mobile-menu > a:nth-child(2) {
  position: absolute;
  top: 10px;
  right: 20px;
}