
/***************************
Add your custom styles below
****************************/

.layout {
  display: block;
  position: relative;
  background: #fff;
  height: 100vh;
}

.text-red {
  color: red;
}

.text-capitalize {
  text-transform: capitalize;
}

/* massanger buttons */

.box-contacts-messenger__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.messenger-buttons-link {
  white-space: nowrap;
  color: #fff;
  border-radius: 14px;
  padding: 10px 15px 10px 43px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 8px center;
  -webkit-box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
  box-shadow: 3px 3px 4px rgb(0 0 0 / 20%);
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  font-size: 13px!important;
  margin: 4px!important;
  display: inline-block;
}

.messenger-buttons-link span {
  color: white;
}

.messenger-buttons-link-viber {
  background-color: #665bac;
  background-image: url(/img/icon/icon-viber-lite.svg);
  color: #fff!important;
}

.messenger-buttons-link-telegram {
  background-color: #039be5;
  background-image: url(/img/icon/icon-telegram-lite.svg);
  color: #fff!important;
}

/* sale */
.sale-new-year-tariff {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
  background: #7b0009;
  background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(123,0,9,1)),to(rgba(217,13,59,1)));
  background: -o-linear-gradient(left,rgba(123,0,9,1) 0,rgba(217,13,59,1) 100%);
  background: linear-gradient(90deg,rgba(123,0,9,1) 0,rgba(217,13,59,1) 100%);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.2);
  box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}

/* header */

header {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background: rgba(0, 0, 0, 0.5);
}

header .content {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  text-align: left;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

.content ul {
  color: #fff;
}

header h1 {
  color: #fff;
}

.bg {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: url('../img/bg.jpg') center no-repeat;
  background-size: cover;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: -1;
}

section {
  background: #FCFCFC;
}

.section_content-name{
	padding-bottom: 1.625em;
}
.section_padding-none{
	padding: 0;
}

@media screen and (max-width: 991.98px) {
  header {
    height: auto;
  }
  header .content {
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    padding: 20% 0;
    opacity: 1 !important;
    top: 0 !important;
  }
  h1,
  .h1 {
    font-size: 1.4375em;
  }
}

/* MENU */

.menu {
  text-align: center;
  padding: 9px 0 0;
  height: 40px;
}

.menu__icon {
  display: none;
  width: 40px;
  height: 35px;
  position: relative;
  cursor: pointer;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
  top: 10px;
}

.menu__icon span:nth-child(4) {
  top: 20px;
}

.menu__links-item {
  display: inline-block;
  color: rgba(255, 255, 255, .9);
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin: 0 8px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
}

.menu__links-item:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, .9);
}

.menu__links-item:focus {
  color: #fff;
  background: #143354;
}

.menu__links-phone {
  color: #fdda24;
  font-size: 18px;
  padding: 0.5em;
  font-weight: bold;
}

.menu__links-free_test {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-drop {
  float: right;
}

/* custom head */

.nav-stack__upper {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.btn .btn_spacing_normal {
  letter-spacing: normal;
}

.phone-item {
  float: left;
  margin-left: 22px;
  font-size: 15px;
}

.nav-stack__upper .btn {
  margin-top: 5px;
}

.lang-drop {
  height: 33px;
}

.menu__links-phone {
  display: none;
}
.lang-drop .dropdown-menu{
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 60px;
}
.lang-drop .dropdown-menu li {
	color: #143354;
	font-weight: bold;
}

.lang-drop .dropdown-menu .flag{
	display: none;
}

.phone-item a {
  color: #fff;
}

.messenger-item {
	padding: 0 5px;
	text-transform: capitalize;
}

.icon-messenger {
  width: 27px;
  height: 27px;
  margin: 0;
  border-radius: 100%;
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
	        box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
	border: 2px solid rgba(255, 255, 255, .9);
}

.free-contact {
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

.free-contact img {
  margin: 0 5px;
}

#menu_1,
#menu_2 {
  position: absolute;
  margin-top: -90px;
}

.desctop-none {
  display: none;
}

@media screen and (max-width: 1200px) {
  .phone-item {
    margin-left: 14px;
    font-size: 14px;
  }
  .menu__links-item {
    font-size: 13px;
    padding: 0 6px;
    margin: 0;
  }
  .btn--sm {
    padding: 5px 9px;
  }
  .callback .btn__text {
    font-size: 13px;
  }
  .btn .btn__text {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 992px) {
  .menu__icon {
    display: inline-block;
    z-index: 150;
  }
  .menu__links {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 51, 84, .9);
    z-index: 100;
  }
  .menu__links-item {
    display: block;
    padding: 1em;
    text-align: center;
    color: #ffffff;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
  }
  .menu__links-phone {
    display: none;
  }
  .col-menu {
    float: right;
  }
  .phone-item {
    padding: 0;
  }
  .phone-item div {
    margin-bottom: 0;
  }
  .call-lang {
    padding-top: 10px;
  }
  .nav-stack .nav-stack__upper .logo {
    margin-top: 9px;
  }
  .lang-drop {
    margin-top: 9px;
  }
  .btn--sm span.btn__text {
    font-size: 15px;
  }
  #menu_1,
  #menu_2 {
    position: absolute;
    margin-top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .height-70 {
    padding: 7em 0 2em 0;
  }
}

@media screen and (max-width: 600px) {
  .nav-stack .nav-stack__upper {
    margin: 0;
  }
  .menu__links-phone {
    display: block;
    border: 0;
    padding: 5px 0;
  }
  .call-lang .callback {
    display: none;
  }
  .menu__links #kievstar_header,
  .menu__links #mts_header,
  .menu__links #main_phone_header {
    text-align: center;
  }
  .call-lang {
    padding-top: 5px;
  }
  .nav-stack .nav-stack__upper .logo {
    margin-top: 10px;
  }
  .height-70 {
    padding: 7em 0 2em 0;
  }
}

@media screen and (max-width: 460px) {
  .call-lang {
    float: left;
    padding-top: 0;
  }
  .nav-stack__upper .btn {
    margin-top: 0;
  }
  .btn--sm {
    padding: 2px 13px;
  }
  .nav-stack .nav-stack__upper .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .height-70 {
    padding: 10em 0 2em 0;
  }
}

/* flex box */

.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-flex_align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

div.form-subscribe-1 {
  margin-bottom: 0;
  background: rgba(255, 255, 255, .9);
}

.height-100 {
  padding: 10em 0 5em;
}

@media screen and (min-width: 1199px) {
  .bg--gray-desc {
    background: #f4f4f4;
  }
  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
}

@media screen and (max-width: 768px) {
  .section-header {
    padding-top: 200px;
  }
  .height-100 {
    padding: 10em 0 3em;
  }
}

.logo-mobile {
  display: none;
}

.nav-stack .nav-stack__upper .logo {
  margin-top: 15px;
}

.header-btn {
  margin-top: 5px;
}

.logo-item {
  text-align: left;
}

.logo-item img {
  max-width: 200px;
}

.callback-free {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
}

#freephone a {
  font-size: 20px;
  font-weight: bold;
  color: #fdda24;
}

.freetext-mob {
  font-size: 13px;
  font-weight: bold;
  color: #fdda24;
  line-height: 15px;
}

.block-phone-free {
  margin: 5px 30px 0;
}

.block-se-text img {
  width: 40%;
}

.img-left {
  float: left;
  margin: 0 25px 25px 0;
}

.img-right {
  float: right;
  margin: 0 0 25px 25px;
}

.footer-4 .logo {
  max-width: 230px;
  margin-bottom: 0;
}

.footer-4 h5 {
  font-size: 13px;
  margin-left: 5px;
  text-align: center;
  max-width: 230px;
}

.block-se-text ul {
  list-style-type: disc;
  margin-left: 20px;
}

.pricing__body h4 {
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main-list {
  list-style: unset;
  margin-left: 20px;
}

.text-icon_description {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* tariff */

.gsm-tariff__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  padding: 30px 7% 15px;
  position: relative;
	background-size: cover;
	border-bottom: 4px solid #f1c930;
}


.gsm-tariff__head:after,
.gsm-tariff__head:before {
  content: '';
  position: absolute;
}

.gsm-tariff__head:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out 0s;
  -o-transition: opacity .15s ease-in-out 0s;
  transition: opacity .15s ease-in-out 0s;
  opacity: 1;
}

.gsm-tariff__head:after {
  /* width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  left: 20px;
  -webkit-transition: bottom .15s ease-in-out 0s;
  transition: bottom .15s ease-in-out 0s;
	bottom: 0; */
	left: 30px;
	width: 60px;
	height: 4px;
	background: #143354;
	bottom: -4px;
}

.gsm-tariff__head .descr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gsm-tariff__head .descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform .15s ease-in-out 0s;
  transition: -webkit-transform .15s ease-in-out 0s;
  -o-transition: transform .15s ease-in-out 0s;
  transition: transform .15s ease-in-out 0s;
  transition: transform .15s ease-in-out 0s, -webkit-transform .15s ease-in-out 0s;
}

.gsm-tariff__head h4 {
  width: 100%;
	color: #4c4c4e;
	font-size: 1.2375em;
}

.gsm-tariff__head .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.gsm-tariff__head .price {
  color: #fdda24;
  font-size: 20px;
}

.gsm-tariff__head .price .value {
  font-weight: 700;
}

.gsm-tariff__head .price-block .details {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  opacity: 1;
  color: #fff;
}

.row-flex-strech{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gsm-tariffs-gallery {
  background: #fff;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	margin: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
  max-width: 210px;
    margin-bottom: 1rem;
}

.gsm-tariffs-gallery .gsm-tariff__body,
.mobile-tariffs-gallery .gsm-tariff__body {
  padding: 23px 18px;
}

.gsm-tariffs-gallery .gsm-tariff__body{
	height: 60%;
}

.gsm-tariffs-gallery .gsm-tariff__button{
	padding: 0 15px 15px;
}

.gsm-tariff__button button {
  font-size: 18px;
}

.gsm-tariff__param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 5px;
}

.gsm-tariff__param+.gsm-tariff__param {
  border-top: 1px solid #eceeef;
}

.gsm-tariff__param-name {
  width: 67%;
}

.gsm-tariff__param-name span {
  display: block;
}

.gsm-tariff__param-name span:first-child:not(.info-link--inet) {
  font-size: 18px;
}

.gsm-tariff__param-name .subtitle {
  font-size: 14px;
  line-height: 20px;
}

.gsm-tariff__param-name-one_line{
	width: 100%;
	margin: 8px 0;
}
.gsm-tariff__param-name-one_line .subtitle{
	text-align: right;
}
.gsm-tariff__param-name-one_line .subtitle span{
	color: #143354;
	font-weight: 700;
	display: inline;
  font-size: 18px;
}

.gsm-tariff__param-price{
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #4c4c4e;
}
.gsm-tariff__param-price .value{
	font-size: 21pt;
	font-weight: bold;
	color: #14b0e6;
}

.gsm-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value,
.mobile-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 30%;
}

.gsm-tariff__param-value .value {
  color: #143354;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin: 0 4px 0 0;
}

.gsm-tariff__param-value .measure {
  color: #a3aeb5;
  font-size: 14px;
  display: block;
}

.gsm-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value .measure,
.mobile-tariffs-gallery .gsm-tariff__body .gsm-tariff__param-value .measure {
  margin: 0;
}

.gsm-tariff__gift {
  color: #143354;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
  line-height: 18px;
}

.gsm-tariff__bonus {
  width: 70%;
}

.gsm-tariff__param-value .icon-Phone-Simcard {
  margin: 0;
}

.ico-plus_min-blue {
  font-weight: 700;
  color: #143354;
}

.gsm-tariffs-gallery_top {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  border: 4px solid #f1c930;  
}

.gsm-tariffs_top-icon {
  position: absolute;
	color: red;
  background: #f1c930;
  font-size: 14px;
  font-weight: bold;
  right: 0;
  top: 0;
  z-index: 2;
  margin-top: -8px;
	margin-right: -8px;
	padding: 0 10px;
	-webkit-box-shadow: -2px 2px 0px rgba(0, 0, 0, .2);
	        box-shadow: -2px 2px 0px rgba(0, 0, 0, .2);
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* reviews */

/* btn */

.btn-ui {
  border-radius: 5px;
  border: 0;
  padding: 15px 25px;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
	width: auto;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

.btn-ui:active {
  -ms-transform: translate(0px, 5px);
      transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, .2);
}

.btn-ui_width {
  width: 100%;
}

.btn-ui_top {
  margin-top: 15px;
}

.btn-ui_mini {
  font-size: 16px;
  padding: 5px 15px;
}

.yellow {
  background-color: #FFCB02;
  -webkit-box-shadow: 0px 5px 0px 0px #D8AB00;
          box-shadow: 0px 5px 0px 0px #D8AB00;
}

.yellow:hover {
  background-color: #FFDE29;
}

button[type='submit'].btn-ui:before {
  display: block;
  content: '';
  position: absolute;
  background: transparent url('../img/Loading_icon.gif');
  background-size: cover;
  width: 35px;
  height: 35px;
  margin: -17.5px auto 0;
  border-radius: 100%;
  background-color: #FFDE29;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

button[type='submit'].btn-ui.loading:before {
  opacity: 1;
}

/* popup flex style */

.popup_flexbox-style {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

/* reviews */

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 23px 18px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
}

.review-image {
  width: 10%;
}

.review-box {
  width: 90%;
  padding-left: 18px;
}
.review-box p{
	margin: 0;
}

.member img {
  border-radius: 100%;
  margin: 0;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.block-contrast-color{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FCFCFC;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.block-contrast-color h4{
	margin: 0;
}
.block-contrast-color span{
	text-decoration: underline;
	color: #143354;
}

/* connection */

.connection {
  text-align: center;
  margin-bottom: 30px;
}

.connection h4 {
  margin-bottom: 0px;
}

.connection p {
  margin: 0;
}

.connection p a {
  font-weight: bold;
  color: #143354;
}

.connection-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.connection-form .data-success {
  padding: 10px 0;
}

.connection-form .input-with-icon {
  margin: 0;
}

.connection-form .input-with-icon i {
  margin-left: 0.9em;
  top: 9px;
}

.connection-form .input-with-icon input[type="text"] {
  padding-left: 3.5em;
  height: 40px;
}

.connection-form button {
  margin-bottom: 5px;
  margin-left: 10px;
}

.icon-blue_big {
  font-size: 4em;
  color: #143354;
}

.border-bottom_gray {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 50%;
  margin: 15px auto;
}

.subscribe__title h4 {
  margin-bottom: 0;
}

.subscribe__title p {
  margin: 10px 0;
}


/* footer */

.border-none {
  border: 0;
}

.footer-massenger {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-massenger a {
  margin: 5px 0;
}

.massenger__anchor img {
  margin-left: 10px;
}

.footer-address h4 {
  margin: 5px 0;
}

/* massenger mobile menu */

.menu__links-massenger {
  font-size: 16px;
  text-transform: none;
}

/* 30day modal */
.modal {
	width: 100%;
  height: 100%;
  position: fixed;
	background: rgba(0, 0, 0, .5);	
  visibility: hidden;
  opacity: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	visibility: hidden;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, -webkit-transform 0.25s;
	-o-transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
	transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}
.modal-content {	
	position: relative;
	min-width: 400px;
	max-width: 500px;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
	        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
	padding: 25px;
	background: #fff;
}

.modal-content_head{
	text-align: center;
}

.modal-content_form p{
	text-align: center;
}

.close-button {
  width: 25px;
	height: 28px;
	cursor: pointer;
	position: absolute;
	right: 10px;
  top: 10px;
}

.close-button::before,
.close-button::after {
  content: '';
  width: 24px;
  height: 3px;
  display: block;
  background: #333;
}

.close-button::before {
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.close-button::after {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.show-modal {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
	transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
	-o-transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}
.trigger{
	position: absolute;
	opacity: 0;
}
/* end modal */

@media (min-width: 1199.98px) {
  .callback-free br {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .slow-md {
    display: block;
  }
  .freetext {
    display: none;
  }
  .block-phone-free {
    margin: 5px 10px;
  }
  .callback-free {
    font-weight: normal;
  }
  .nav-stack__upper .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gsm-tariff__bonus {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .col-mob {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .slow-xs {
    display: block;
  }
  .nav-stack__upper .col-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .free-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #freephone a {
    font-size: 18px;
  }
  .callback-free {
    margin-top: 0;
    margin-bottom: 2px;
  }
  .header-btn {
    margin-top: 14px;
  }
  .block-phone-free {
    float: left;
    margin: 10px 0px 0px;
    text-align: center;
  }
  .menu {
    float: right;
  }
  .call-lang {
    float: left;
    padding: 0;
    margin-top: 10px;
  }
  .lang-drop {
    margin: 0.5em;
    padding: 0.5em;
    height: 35px;
  }
  .nav-stack .nav-stack__upper {
    margin: 0;
  }
  .mobile-hide {
    display: none;
  }
  .nav-stack {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nav-stack .nav-stack__upper .logo {
    margin-top: 0;
  }
  .free-phone {
    margin: 0;
  }
  .desctop-none {
    display: block;
  }
  .member {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .review-image {
    width: 20%;
  }
  .subscribe__title p {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  .row-flex_align-items-start {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	}
	.row-column_mobile-reverse{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
  .text-icon_description {
    margin-top: 10px;
    margin-bottom: 30px;
	}
	.pricing__body br{
		display: none;
	}
	.block-contrast-color h4{
		margin-bottom: 1.1304347826087em;
	}
	.padding-top-none_modile {
    padding-top: 0;
	}
	/* .row-flex-strech{
		flex-wrap: wrap;
    justify-content: center;
	} */
	.gsm-tariffs-gallery{
		margin: 0px 15px 30px;
    /* width: 45%; */
	}
	.footer-massenger {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .phone-item {
    margin: 15px 0 0;
    float: none;
    text-align: center;
	}
	.footer-massenger {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .phone-item {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

@media (max-width: 767.98px) {
  .pos-vertical-align-columns {
    margin-top: 10em;
  }
  .pos-vertical-align-columns p.lead {
    font-weight: normal;
  }
  .block-phone-free {
    margin-top: 10px;
  }
  .col-lang {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
  }
  .call-lang {
    margin-top: 0;
    margin-right: 10px;
  }
  .nav-container-animate .col-lang {
    display: none;
  }
  .phone-item {
    font-size: 16px;
    line-height: 23px;
  }
  .block-se-text img {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  .gsm-tariff__bonus {
    width: 70%;
  }
  .connection-form input[type='text'] {
    margin-bottom: 0;
  }
  ul:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content),
  ol:not(.menu):not(.slides):not(.accordion):not(.tabs):not(.tabs-content) {
    line-height: 24px;
	}
	.section-default{
		padding-top: 2.5em;
    padding-bottom: 2.5em;
	}
	footer{
		padding-top: 2.5em;
	}
	.modal-content{
		min-width: 280px;
	}
}

@media (max-width: 576px) {
  .gsm-tariffs-gallery {
    max-width: none;
  }
}

@media (min-width: 479.98px) {
  .menu-link-phone,
  .menu-text-phone {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-8 {
    width: 66.66666666%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .hidden-xxs {
    display: none;
  }
  .callback-free {
    display: none;
  }
  .block-phone-free {
    display: none;
  }
  .phone-head {
    float: right;
  }
  .col-menu {
    float: left;
  }
  .logo-mobile {
    display: block;
  }
  .logo-item img {
    max-width: 50px;
  }
  .box-shadow-wide {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
  }
}

@media (max-width: 379.98px) {
  .nav-stack .nav-stack__upper .logo {
    width: 150px;
  }
}

@media (max-width: 349.98px) {
  .menu__links-item {
    padding: 0.6em 1em;
  }
}

/*
 * .map-3g preloader styles
*/
.map-3g{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  background-repeat: no-repeat;
  background-size: cover;
}
.map-3g .title,
.map-3g .btn{
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin:0 10px;
}
.map-3g .title{
  color:#333333;
  margin-bottom: 1em;
  width:100%;
}
.map-3g .btn{
  color:#143354;
  border: 1px solid;
  border-radius: 10px;
  background-color: transparent;
  max-width: 500px;
  white-space: unset;
}
.map-3g .btn:hover{
	color:white;
	background: #143354;
}
.map-3g .loading-clock{
  width:200px;
  height:200px;
  position: relative;
}
.map-3g .loading-clock:after{
  border-top-color:#143354;
  /*#f9c922*/
}
.map-3g .loading-clock:before{
  border-top-color:#143354;
}
@media (min-width: 576px){
  .map-3g{
    background-image: url(/img/map-stup__desktop.jpg);
  }
}
@media (max-width: 575px){
  .map-3g{
    background-image: url(/img/map-stup__mobile.jpg);
  }
  .map-3g .title{
    font-size: 28px;
  }
  .map-3g .btn{
    border-radius: 20px;
  }
}

/* Messenger to form */
.form__messenger{
	margin-top: 20px;
	text-align: center;
}
.form__messenger-text{
	margin: 0;
}
.form__messenger-text .icon-messenger{
	margin: 0 5px;
}
.form__messenger-text-icon{
	white-space: nowrap;
}

.bg--white a.messenger-telegram, .messenger-telegram{
	color: #3FB4E2;
}
.bg--white a.messenger-viber, .messenger-viber{
	color: #7C51B1;
}

/* operator-contacts */
.section-operator-contacts {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.operator-contacts h5 {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: .5rem;
}

.operator-contacts p {
  margin: 0;
}

@media (min-width: 768px) {
  .operator-contacts p {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

/* icon */
.sb-ico {
  width: 27px;
  height: 27px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.ico-bg-white {
  padding: 3px 0;
}

/* bootstrap default style */
.d-block {
  display: block !important;
}

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}

.bg-white {
  background-color: #fff !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}

/* h1-label */
.h1-label {
  position: relative;
  padding-right: 120px;
  font-size: 2.4rem;
}

.h1-label__num-subscribers {
  position: absolute;
  width: 111px;
  height: 111px;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
  border-radius: 50%;
}

.h1-label__num-subscribers--ru {
  background-image: url(../img/label-num-subscribers--ru.svg);
}

.h1-label__num-subscribers--uk {
  background-image: url(../img/label-num-subscribers--uk.svg);
}

@media (max-width: 576px) {
  .h1-label {
    font-size: 1.6rem;
    padding-right: 95px;
  }

  .h1-label__num-subscribers {
    top: -20px;
    width: 90px;
    height: 90px;
    border-width: 3px;
  }
}

/* loop-products */
.loop-products__item {
  background-color: #fff;
  max-width: 320px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: .25rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  padding: 1rem;
}

.loop-products__image {
  display: block;
  text-align: center;
  position: relative;
}

.loop-products__name {
  display: block;
  height: 70px;
  overflow: hidden;
  color: inherit !important;
  margin-bottom: 1rem;
}

.loop-products__action {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.loop-products__price {
  margin: 0 1rem 0 0;
}

.loop-products__action button {
  width: auto;
  margin-left: auto;
}

.loop-products__list {
  list-style: inside;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 10px;
  color: inherit !important;
}

.loop-products__icons-social-network {
  margin: auto 0 0 0;
}

@media (min-width: 992px) {
  .row-equipment {
    display: flex;
  }
}

@media (max-width: 992px) {
  div:not(:last-child) > .loop-products__item {
    margin-bottom: 2rem;
  }
}

/* review-item-messenger */
.review-item-messenger {
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.review-item-messenger img {
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,.05);  
}

.marker-brand {
  background: #0897f5;
  padding: 0px 6px 2px;
  border-radius: 4px;
  white-space: nowrap;
  display: inline-block;
  margin-top: 2px;
}