@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "RobotoLight"; */
@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "RobotoMedium"; */
@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "RobotoBold"; */
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}



html,
body {
  margin: 0;
  padding: 0;
  font-family: RobotoRegular;
  background: #f3f3f3;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #dcdcdc;
}

body::-webkit-scrollbar {
  width: 12px;
  background-color: #dcdcdc;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #AFAFAF;
}

.top-block-fixed {
  /*position: fixed;*/
  position: relative;
  left: 0;
  right: 0;
}

.logo {
  width: 100%;
}

.logo-small {
  width: 65%;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.middle-block {
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
}

.middle-block span {
  background: #045dac;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
}

.middle-block span:before {
  content: '';
  position: absolute;
  left: 60px;
  bottom: -9px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #045dac;
}

.middle-block1 {
  padding-top: 30px;
  font-size: 14px;
  text-align: center;
}

.middle-block1 span {
  background: #404040;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
}

.middle-block1 span:before {
  content: '';
  position: absolute;
  left: 27px;
  bottom: -9px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #404040;
}


.phone-block {
  padding-top: 20px;
  font-size: 18px;
  text-align: right;
}

.phone-block-pref {
  color: #828282;
  font-size: 15px;
}

.main-image {
  width: 100%;
  /* margin-top: 80px;*/
  margin-top: -55px;
}

.navbar-top-menu {
  background: transparent;
  border: none;
  margin-top: 22px;
}

.block-text-title {
  text-align: center;
  color: #0077c4;
  font-size: 24px;
  margin-bottom: 10px;
}

.block-text-title-big {
  text-align: center;
  color: #0077c4;
  font-size: 37px;
  font-weight: bold;
}

.block-text-title-big-hot {
  text-align: center;
  color: #0077c4;
  font-size: 21px;
  font-weight: bold;
}


.block-text-title-big-nomer {
  text-align: center;
  color: #0077c4;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 30px;
}

.block-text-title-mid {
  text-align: center;
  color: #0077c4;
  font-size: 21px;
  margin-bottom: 50px;
}

.block-text-title-mid-nomer {
  text-align: left;
  color: #404142;
  font-size: 17px;
  margin-bottom: 20px;
}

.block-text-title-small {
  text-align: center;
  color: #0077c4;
  font-size: 16px;
  margin-bottom: 10px;
}

.block-text-center {
  text-align: center;
}

.photo-gal {
  text-align: center;
}

.photo-gal img {
  max-width: 100%;
  margin-bottom: 25px;
}


.box-ef {
  z-index: 10;
}

.effect2 {
  position: relative;
}

.effect2:before,
.effect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 35px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.effect2:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.ot {
  text-align: left !important;
}

.ot-title {
  font-size: 18px;
  font-weight: bold;
}

.ot-left {
  text-align: left !important;
  margin-bottom: 20px;
}

.ot img {
  border-radius: 50%;
}

.ifr-bac {
  background: #e6e6e6;
  /*padding-bottom: 40px;*/
  /*padding-top: 15px;*/
}

.ifr iframe {
  width: 100%;
}




#back-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 10;
}

#back-top a {
  width: 108px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  color: #000;
}

#back-top span {
  width: 108px;
  height: 108px;
  display: block;
  margin-bottom: 7px;
  background: #ddd url(../../images/up-arrow.png) no-repeat center center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover span {
  background-color: #777;
}

.log-wi {
  width: 50%;
}

.jssorb21 {
  position: absolute;
}

.jssorb21 div,
.jssorb21 div:hover,
.jssorb21 .av {
  position: absolute;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: white;
  font-size: 12px;
  background: url(../../images/b05.png) no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb21 div {
  background-position: -5px -5px;
}

.jssorb21 div:hover,
.jssorb21 .av:hover {
  background-position: -35px -5px;
}

.jssorb21 .av {
  background-position: -65px -5px;
}

.jssorb21 .dn,
.jssorb21 .dn:hover {
  background-position: -95px -5px;
}

.jssora21l,
.jssora21r {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../../images/a11.png) center center no-repeat;
  overflow: hidden;
}

.jssora21l {
  background-position: -3px -33px;
}

.jssora21r {
  background-position: -63px -33px;
}

.jssora21l:hover {
  background-position: -123px -33px;
}

.jssora21r:hover {
  background-position: -183px -33px;
}

.jssora21l.jssora21ldn {
  background-position: -243px -33px;
}

.jssora21r.jssora21rdn {
  background-position: -303px -33px;
}


.navbar-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 51px;
}

.navbar-wrapper>.container {
  padding: 0;
}

@media all and (max-width: 768px) {
  #back-top span {
    width: 50px;
     height: 50px;
     background-size: 50%;
  }
  #back-top a {
    width: 50px;}

    .row.nomer-item, section.row{
      margin-left: 0;
      margin-right: 0;

    }
  .navbar-wrapper {
    position: relative;
    top: 0px;
  }

  .en-block {
    display: none;
  }

  .address-block {
    text-align: center;
  }

  .logo-small {
    width: auto;
    max-width: 100%;
  }

  .en-block-footer img {
    width: 50px;

  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }


}


.nomer-img {
  width: 100%;
  cursor: pointer;
}

.nomer-pad {
  padding: 3px;
}

.nomer-pad a:hover {
  text-decoration: none;
}

.img-full-show {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  opacity: 0;
  display: none;
}

.img-full-show-img {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  display: none;
  width: 100%;
  max-height: 100%;
  margin: auto;
}

.img-full-show-img-right {
  top: 0;
  bottom: 0;
  right: 8px;
  background-position: -63px -33px;
  display: block;
  position: absolute;
  width: 55px;
  height: 66px;
  cursor: pointer;
  background: url(../../images/a11.png) center center no-repeat;
  overflow: hidden;
  z-index: 100;
  margin: auto;
}

.img-full-show-img-left {
  top: 0;
  bottom: 0;
  left: 8px;
  background-position: -3px -33px;
  display: block;
  position: absolute;
  width: 55px;
  height: 66px;
  cursor: pointer;
  background: url(../../images/a11.png) center center no-repeat;
  overflow: hidden;
  z-index: 100;
  margin: auto;
  transform: scale(-1, 1)
}

.img-full-show-img-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 20px;
  background: #efefef;
  border: 1px solid #000;
  z-index: 100;
  cursor: pointer;
  border-radius: 10px;
}

.nomer-desc-title {
  text-align: left;
  color: #404142;
  font-size: 17px;
}

.nomer-desc {
  text-align: left;
  color: #6b6b6b;
  font-size: 14px;
}

.nomer-desc-price {
  text-align: left;
  color: #424242;
  font-size: 16px;
  margin-bottom: 10px;
}

.nomer-desc-price span {
  text-align: left;
  color: #292828;
  font-size: 26px;
  font-weight: bold;
}

.nomer-desc-price-btn {
  text-align: left;
  font-size: 16px;
  background: #982f2f;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.rating {
  margin-bottom: 5px;
}

.rating .fa {
  color: #e04c1d;
}

.nomer-com-row {
  margin-bottom: 10px;
  margin-left: 0;
}

.nomer-com {
  display: inline-block;
  position: relative;
  min-width: 60px;
  max-width: 100px;
  text-align: center;
  background: #e0e0e0;
  border-radius: 7px;
}

.nomer-com-text {
  font-size: 12px;
  color: #4a4a4a;
  padding: 0 7px 5px 7px;
}

.nomer-item {
  margin-bottom: 100px;
}

.rev-ul {
  list-style-type: none;
}

.rev-ul li {
  margin-bottom: 55px;
}

.rev-title {
  color: #272727;
  font-weight: bold;
  font: bold 21px;
  margin-bottom: 8px;
}

.text_box_input_w {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-shadow: none;
  box-shadow: none;
  font-size: 18px !important;
  height: 50px;
  outline: none;
  padding: 0 7px;
  position: relative;
  width: 100%;
  border-radius: 7px;
  margin-bottom: 20px;
  border: 1px solid #DBDADA;
  background: #333;
  border: 1px solid #292929;
  color: #fff;
}

.textarea_input_w {
  font-size: 18px !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  height: 100px;
  background: #333;
  color: #fff;
  padding-left: 7px;
}

.btn-tel-input {
  background: #333;
  color: #fff;
}


.form-control {
  display: inline-block;
  width: 30%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control1 {
  display: inline-block;
  width: 70%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control11 {
  display: inline-block;
  width: 100%;
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.usl5-b {
  margin-bottom: 10px;
}

.about-text-bl h4 {
  font-size: 23px;
}

.usl-img {
  border-radius: 10px;
}

.usl-text-title {
  text-align: left;
  color: #373738;
  font-size: 14px;
  margin-bottom: 3px;
  margin-top: 8px;
}


table {
  margin: 0;
  padding: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-spacing: 0px;
  display: table;
  border-collapse: separate;
  border-color: grey;
  color: #404040;
}

.photo-cat-block {
  margin-bottom: 35px;
}

.photo-cat {
  background: #767777;
  color: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  cursor: pointer;
}

.photo-cat:hover {
  background: #0077c4;
}

.photo-img-sub {
  position: absolute;
  right: 10px;
  bottom: 32px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px;
  border-radius: 7px;
}




.main-cat-block div {
  background: #0078c8;
  padding: 32px 0;
  color: #fff;
  border-radius: 70px;
}

.main-cat-block a {
  color: #fff;
  text-decoration: none;
}

.main-cat {
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

iframe {
  width: 100%;
}



.logofo {
  width: 82%;
  height: 51px;
  display: inline-block;
  background: url(../../images/Benefis_logo.svg);
  -webkit-background-size: 100px;
  background-size: 100% 100%;
}

.logofo-top {
  padding-top: 0;
}

.ff {
  padding-top: 30px;
  background: #fff;
}

.ff-color {
  margin-top: 10px;
  color: #3c82cd;
  text-decoration: none;
}

.ff-color {
  margin-top: 10px;
  color: #3c82cd;
  text-decoration: none;
}

.ff-colora {
  color: #3c82cd;
  text-decoration: none;
}

.ff-colora:hover {
  color: #3c82cd;
  text-decoration: none;
}

.ff-colora:focus {
  color: #3c82cd;
  text-decoration: none;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff !important;
  margin: 0 10px;
  font-size: 16px;
}

.validation-summary-errors {
  color: red;
}



.popup-gallery img {
  max-width: 100%;
  margin: 10px;
}