body {
  font-family: "MullerRegular";
  font-size: 15px;
  color: #2f2f2f;
}

a {
  color: #66aa2d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #66aa2d;
}

a.no-style{
  color: #2f2f2f;
  text-decoration: none;
}
a.no-style:hover{
  color: #2f2f2f;
}

.flex-b {
  display: flex;
}

.jcsb {
  justify-content: space-between;
}

h2 {
  font-family: 'MullerBold';
  font-weight: normal;
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

label {
  font-weight: normal;
}
img{
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}

img.alignright {
  float: right;
  margin-left: 10px;
  margin-top: 20px;
}

b, strong {
  font-family: 'MullerBold';
  font-weight: normal;
}

.our-services .title {
  margin-top: 63px;
  margin-bottom: 40px;
  font-size: 60px;
  font-family: "MullerThin";
  color: #000;
  text-align: center;
}

.our-services .title span {
  background: url(../img/h_title_bg_light2.png) repeat-x left bottom 8px;
  padding: 0 10px;
}

.services-container {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.services-container .service-name {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "MullerBold";
}

.services-container .service-btn {
  background: #deae2c;
    border-color: #deae2c;
    font-family: "MullerBold";
    font-size: 14px;
    text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
    -webkit-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
    -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
    box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
    text-decoration: none;
}

@media(max-width: 740px) {
  .our-services .title {
    font-size: 30px;
  }
  .our-services .title span {
    background: transparent;
  }
  .services-container {
    flex-wrap: wrap;
  }
  .services-container .service-name {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .services-container .description {
    text-align: center;
  }
  .services-container .service-btn {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
}

.comments-area label {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bg_tariff_table {
  border-collapse: collapse;
  /*border: 1px solid #66aa2d;*/
  border: 1px solid #ccc;
}

.bg_tariff_table table {
  padding: 0;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}

.bg_tariff_table td {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: top;
}

.bg_tariff_table table td {
  padding: 0;
  border: none;
  text-align: center;
}

.bg_tariff_table th {
  border: 1px solid #ccc;
}

.comment-list .comment {
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.comment-list .children {
  list-style: none;
}

.required-field-message {
  display: none;
}

.comment-respond {
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  padding: 20px;
  margin-bottom: 40px;
}

.comment-reply-link {
  display: none;
}

.footer_banners {
  display: flex;
  justify-content: space-between;
}

.timeweb-container {
  margin-bottom: 30px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

.telegram-container {
  padding: 14px;
  margin-bottom: 30px;
  margin-right: 10px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  overflow: hidden;
    color: #66aa2d;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.telegram-text {
  line-height: 0.9;
  width: 70%;
}

.telegram-container span {
  font-family: "MullerRegular";
  font-size: 14px;
}

.telegram-icon {
  display: flex;
  align-items: center;
  width: 45px;
  height: auto;
  fill: #0088cc;
  margin-right: 20px;
}

.telegram-icon svg {
  width: 40px;
  transition: .5s;
  margin-left: 2.5px;
}

@media (max-width: 768px) {
  .footer_banners {
    flex-wrap: wrap;
  }
  .telegram-container {
    font-size: 16px;
    margin-right: 0;
  }
  .telegram-container span {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
  }
  .telegram-icon {
    width: 30px;
  }
}

#billing_country_field {
  display: none;
}

.page_content .solutions-header h1 {
  font-size: 40px;
}

.do-self-internet {
  display: inline-block;
  width: 100%;
  background: #66aa2d;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  transition: 0.2s;
  margin: 10px 0;
}

.do-self-internet:hover {
  background: green;
  text-decoration: none;
  color: #fff;
}

.single_add_to_cart_button {
  background: red !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #daa520;
  border-color: #daa520;
}

.btn-default {
  text-decoration: none;
  margin-right: 5px;
}

.btn-buy {
  background-color: #deae2c;
  border-color: #deae2c;
  color: #fff;
}

.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
  background-color: #ba901e;
  border-color: #ba901e;
  color: #fff;
}

.btn-partner-auth, .btn-partner-signup {
  padding: 10px 25px;
  font-size: 18px;
}

.btn-partner-signup {
  background-color: #deae2c;
  border-color: #deae2c;
  color: #fff;
}

.btn-partner-signup:hover, .btn-partner-signup:focus, .btn-partner-signup:active {
  background-color: #ba901e;
  border-color: #ba901e;
  color: #fff;
}

.checkbox label {
  display: inline-block;
}

.form-inline .form-group {
  width: 100%;
}

.right-fixed-widget {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.right-fixed-widget .widget-item {
  text-align: center;
  color: #fff;
  padding: 10px;
  background: #66aa2d;
}

.right-fixed-widget .widget-item i {
  font-size: 25px;
}

.right-fixed-widget .widget-item a {
  color: #fff;
}

.internet_goods {
  margin-bottom: 50px;
}

.internet_goods h3 {
  margin-bottom: 40px;
}

.internet-akcia-1 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.internet_goods .title {
  font-size: 18px;
  color: #010101;
  margin-top: 20px;
}

.internet_goods .descr {
  font-size: 14px;
}

.internet_text {
  max-width: 900px;
  text-align: justify;
}

.internet_text h3,
.internet_text h2 {
  text-align: left;
}

.internet_text h2 {
  font-size: 40px;
  font-family: "MullerThin";
  margin-bottom: 20px;
}

.internet_text h2 span {
  background: url("../img/h_title_bg_light2.png") repeat-x left bottom 8px;
  padding: 0 10px;
  color: #2f2f2f;
}

.internet_text h3 {
  font-size: 25px;
  font-family: "MullerThin";
  margin-bottom: 20px;
}

.internet_text h3 span {
  background: url("../img/h_title_bg_light2.png") repeat-x left bottom 8px;
  padding: 0 10px;
  color: #2f2f2f;
}

.top-line {
  width: 100%;
  height: 81px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  position: fixed;
  z-index: 999;
  top: 0;
}

.top-line .logo a {
  display: block;
  padding: 18px 0;
  padding-bottom: 13px;
  text-decoration: none;
}

.top-line .top-contact {
  background: #f4f4f4;
  height: 81px;
  padding: 0 15px;
}

.top-line .top-contact .end-call {
  position: absolute;
  width: 15px;
  height: 40px;
  left: -25px;
  top: 20px;
  background: url("../img/end-call-top-line.png") no-repeat;
}

.top-line .mobile_menu {
  display: none;
}

.top-line .top-contact .contact-button {
  /* display: block; */
  display: none;
  float: right;
  background: #deae2c;
  border-color: #deae2c;
  margin-top: 20px;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  text-decoration: none;
}

.web-price td.price,
.web-price th.price {
  text-align: right;
}

.web-price td.price {
  font-size: 14px;
  white-space: nowrap;
}

.top-line .top-contact .phone {
  display: block;
  float: left;
  margin-top: 14px;
  color: #2f2f2f;
  font-size: 21px;
  font-family: "MullerLight";
}

.top-line .top-contact .phone .time {
  font-size: 12px;
  display: inline-block;
  float: right;
  margin-top: 0;
}

.top-line .top-contact .mobile {
  display: none;
}

.top-line .nav {
  margin-top: 35px;
}

.top-line .nav li {
  margin: 0 12px;
  display: inline-block;
  float: left;
}

.top-line .nav .sep {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d1e5c0;
  margin-top: 5px;
}

.top-line .nav a {
  color: #2f2f2f;
  font-size: 12px;
  font-family: "MullerBold";
  text-transform: uppercase;
  border-bottom: 1px solid #d1e5c0;
  text-decoration: none;
  padding: 0;
}

.top-line .nav a:focus {
  background: transparent;
}

.top-line .nav a:hover {
  color: #66aa2d;
  text-decoration: none;
  background: transparent;
}

.top-line .nav .dropdown-menu {
  margin: 0;
  background: #66aa2d;
  width: 250px;
}

.top-line .nav .depth-2 {
  right: -250px;
  left: auto;
  top: 0;
}

.top-line .nav .dropdown-menu li {
  display: block;
  float: none;
  margin: 0;
  position: relative;
}

.top-line .nav .dropdown-menu li a {
  color: #fff;
  border: none;
  padding: 5px 12px;
  font-family: "MullerRegular";
}

.top-line .nav .dropdown-menu li a:hover {
  text-decoration: underline;
}

.right-top-line-widget {
  display: flex;
  align-items: center;
  margin: 23px 0;
  justify-content: end;
}

.right-top-line-widget a {
  display: inline-block;
  color: #2f2f2f;
  margin-left: 10px;
  font-size: 16px;
}

.bg-overlay {
  position: relative;
  width: 100%;
  background: url('../img/calculator_bg.png') repeat-x;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  height: 100%;
}

.banner-carousel .owl-dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 10%;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.banner-carousel .owl-dots .owl-dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  z-index: 999;
  margin: 0 7px;
  display: inline-block;
  cursor: pointer;
}

.banner-carousel .owl-dots .owl-dot.active{
  width: 9px;
  height: 9px;
  border: 1px solid #66aa2d;
}

.breadcrumbs {
  margin-top: 110px;
}

.banners {
  margin-top: 110px;
}

.internet_calculator {
  position: relative;
  margin-top: 50px;
}

.internet_calculator h3 {
  font-size: 40px;
  font-family: "MullerThin";
  margin-bottom: 20px;
}

.internet_calculator h3 span {
  background: url("../img/h_title_bg_light2.png") repeat-x left bottom 8px;
  padding: 0 10px;
  color: #2f2f2f;
}

.internet_calculator .col-lg-8,
.internet_calculator .col-lg-4,
.internet_calculator .col-lg-2,
.internet_calculator .komplekt-item {
  border: 1px solid #cbcbcb;
  height: 162px;
}

.internet_calculator .col-lg-8:hover,
.internet_calculator .col-lg-4:hover,
.internet_calculator .col-lg-2:hover,
.internet_calculator .komplekt-item:hover {
  border: 1px solid #66aa2d;
}

.internet_calculator .col-lg-8:hover .counter,
.internet_calculator .col-lg-4:hover .counter,
.internet_calculator .col-lg-2:hover .counter,
.internet_calculator .komplekt-item:hover .counter {
  border: 1px solid #66aa2d;
  background: #66aa2d;
  color: #fff;
}

.internet_calculator .col-lg-8:hover .title,
.internet_calculator .col-lg-4:hover .title,
.internet_calculator .col-lg-2:hover .title {
  color: #66aa2d;
}

.internet_calculator .komplekt-item {
	height: 45px;
	line-height: 45px;
}

.internet_calculator .komplekt-item .add-to-cart-komplekt {
	float: right;
	font-size: 16px;
	display: inline-block;
}

.internet_calculator .komplekt-item .title {
	margin: 0;
}

.internet_calculator .komplekt-item .title h3 {
	margin: 0;
	font-size: 20px;
	line-height: inherit;
}

.internet_calculator .komplekt-item .price {
	width: 100%;
	font-size: 25px;
	color: #66aa2d;
	margin: 0;
}

.internet_calculator .komplekt-item .komplektnost {
	text-decoration: none;
	border-bottom: dashed 1px #66aa2d;
}

.internet_calculator .modem .image {
  margin-top: 20px;
}

.internet_calculator .modem .image img {
  width: 135px;
  height: auto;
}

.internet_calculator .antenna .image img {
  width: 150px;
  height: auto;
}

.internet_calculator .sim .image img {
  width: 120px;
  height: auto;
}

.internet_calculator .sim {
  text-align: center;
}

.internet_calculator .sim .image {
  width: 100%;
}

.internet_calculator .sim .title {
  margin-top: 0;
  margin-bottom: 0;
}

.internet_calculator .sim .price {
  margin-top: 0;
}

.internet_calculator .sim .descr_block {
  margin-top: -20px;
  padding-left: 0;
  width: 100%;
}

.internet_calculator .col-lg-8:hover .description,
.internet_calculator .col-lg-4:hover .description,
.internet_calculator .col-lg-2:hover .description {
  color: #335815;
}

.internet_calculator .image {
  float: left;
}

.internet_calculator .title {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.internet_calculator .descr_block {
  float: left;
  padding-left: 30px;
  color: #000;
}

.internet_calculator .price {
  margin-top: 10px;
}

.internet_calculator .counter {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
}

.calculator {
  position: relative;
  width: 100%;
  height: 566px;
  background: url("../img/women_calculator-min.jpg") no-repeat top 0px left 0px;
  background-size: cover;
  /*background: #ebea7b;*/
  /*margin-top: 81px;*/
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
}

.index_calculator {
  margin-top: 60px;
}

.calculator .last_checkbox {
  margin-top: -10px;
}

.calculator .col-lg-12 {
  height: 100%;
}

.calculator .line {
  /*top: 61px;*/
  top: 37px;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #999da1;
}

.index_menu_blocks .woman {
  right: -146px !important;
}

.menu_blocks {
  margin-top: 10px;
}

.menu_blocks .block {
  margin-top: 30px;
}

.menu_blocks .block .block_content {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  height: 165px;
}

.menu_blocks .block .hover-ico {
  display: none;
  margin: 20px 0;
}

.menu_blocks .block .request-btn,
.menu_blocks .block .go-to-btn {
  display: none;
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  text-decoration: none;
}

.menu_blocks .block .go-to-btn {
  margin: 20px 0;
}

.menu_blocks .block .request-btn:hover,
.menu_blocks .block .go-to-btn:hover {
  background: #daa520;
  border-color: #daa520;
}

.menu_blocks .block .title {
  text-transform: uppercase;
  color: #66aa2d;
  font-size: 11px;
  font-family: "MullerBold";
}

.menu_blocks .block .title a {
  color: #66aa2d;
  text-decoration: none;
}

.menu_blocks .block .title a:hover {
  color: #deae2c;
}

.menu_blocks .block ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  font-size: 12px;
  margin-left: 15px;
  text-transform: lowercase;
}

/*.menu_blocks .block .block_content:hover  {
	background: #66aa2d;
	text-align: center;
}

.menu_blocks .block .block_content:hover .title {
	color: #fff;
	margin-top: 8px;
}

.menu_blocks .block .block_content:hover .title img {
	display: none;
}

.menu_blocks .block .block_content:hover ul {
	display: none;
}

.menu_blocks .block .block_content:hover .request-btn {
	display: inline-block;
}

.menu_blocks .block .block_content:hover .go-to-btn {
	display: inline-block;
}

.menu_blocks .block .block_content:hover .hover-ico {
	display: block;
}*/

.calculator .calculator-text-label {
  margin-top: 10px;
}

.calculator .container .row {
  height: 566px;
}

.calculator .woman {
  bottom: 0;
  right: -55px;
  width: 780px;
  height: 566px;
  position: absolute;
  background: url("../img/women_calculator-min.png") no-repeat;
}

.calculator h1 {
  color: #2f2f2f;
  font-family: "MullerBlack";
  font-size: 38px;
  margin-bottom: 25px;
  margin-top: 20px;
  /*margin-top: 40px;*/
  /*background: #ebea7b;*/
  width: 1070px;
  padding-left: 20px;
  margin-left: -20px;
}

.index_menu_blocks h1 {
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 40px;
  margin-left: 0;
  padding-left: 0;
  font-family: "MullerBlack";
}

.index_menu_blocks p {
  font-family: "MullerLight";
  margin-top: 15px;
  font-size: 18px;
}

.js-order {
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerLight";
  font-size: 20px;
  text-shadow: none;
  margin-top: 20px;
  -webkit-box-shadow: -1px 0px 12px 0px rgb(211 176 105 / 86%);
  -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  box-shadow: -1px 0px 12px 0px rgb(211 176 105 / 86%);
  text-decoration: none;
}

.js-order:focus {
  background-color: #deae2c!important;
  border-color: #deae2c!important;
}

.bg-overlay .row.dbl-cell {
  margin-bottom: 0;
}

.calculator .calculator_body {
  background: #66aa2d;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
}

.calculator .calculator_body .second_group {
  background: #5d9d27;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.calculator .calculator_body .second_group input {
  width: 100%;
  border-color: transparent;
  font-size: 14px;
  color: #878787;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  margin-bottom: 7px;
  height: 40px;
}

.mobile-oplata .btn-primary {
  background: #deae2c;
  border-color: transparent;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
}

.calculator .calculator_body .second_group button {
  width: 100%;
  margin-bottom: 11px;
  background: #deae2c;
  border-color: transparent;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
}

.calculator .calculator_body .first_group {
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
}

.calculator .calculator_body .first_group .form-group {
  margin-bottom: 7px;
}

.calculator .calculator_body .first_group .form-group .col-lg-7 {
  text-align: left;
  padding: 0;
}

.calculator .calculator_body .first_group .form-group .col-lg-5 {
  text-align: right;
  padding: 0;
}

.calculator .calculator_body .first_group .checkbox {
  font-size: 12px;
  font-family: "MullerMedium";
}

.calculator .calculator_body .first_group .checkbox input {
  display: none;
}

.contacts .checkbox input {
  display: none;
}

.contacts .checkbox .input-checkbox {
  position: absolute;
  left: 0;
  width: 44px;
  height: 44px;
  margin-left: -11px;
  background: url("../img/checkbox.png") no-repeat;
  cursor: pointer;
}

.contacts .checkbox label {
  margin-top: 10px;
  padding-left: 30px;
}

.contacts .checkbox .checked {
  background: url("../img/checkbox-checked-green.png") no-repeat;
}

.contact-form .checkbox input {
  display: none;
}

.contact-form .checkbox .input-checkbox {
  width: 44px;
  height: 44px;
  margin-left: -11px;
  background: url("../img/checkbox.png") no-repeat;
  cursor: pointer;
  display: block;
  float: left;
}

.contact-form .checkbox label {
  margin-top: 10px;
}

.contact-form .checkbox .checked {
  background: url("../img/checkbox-checked-green.png") no-repeat;
}

.feedback_form .checkbox input {
  display: none;
}

.feedback_form .checkbox .input-checkbox {
  position: absolute;
  left: 0;
  width: 44px;
  height: 40px;
  margin-left: -11px;
  background: url("../img/checkbox.png") no-repeat;
  cursor: pointer;
}

.feedback_form .checkbox {
  font-size: 12px;
}

.feedback_form .checkbox label {
  margin-top: 10px;
  padding-left: 40px;
}

.feedback_form .checkbox .checked {
  background: url("../img/checkbox-checked-green.png") no-repeat;
}

.calculator .calculator_body .first_group .checkbox .input-checkbox {
  position: absolute;
  left: 0;
  width: 44px;
  height: 40px;
  margin-left: -11px;
  background: url("../img/checkbox.png") no-repeat;
  cursor: pointer;
}

.calculator .calculator_body .first_group .checkbox label {
  margin-top: 10px;
  padding-left: 30px;
}

.calculator .calculator_body .first_group .checkbox .checked {
  background: url("../img/checkbox-checked.png") no-repeat;
}

.calculator .form-inline label {
  justify-content: left;
}

.calculator .calculator_body .first_group .form-group input.great_select {
  border-color: transparent;
  font-size: 14px;
  font-family: "MullerBold";
  color: #878787;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  float: right;
  width: 100px;
  height: 40px;
}

.calculator h2 {
  width: 510px;
  font-family: "MullerMedium";
  color: #fefffe;
  font-size: 14px;
  margin: 0;
  padding: 12px 20px;
  background: #2f2f2f url("../img/calculator_head_bg.png") no-repeat right 15px top 11px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.calculator .why-need-contacts {
  position: relative;
}
.calculator .why-need-contacts a {
  font-size: 16px;
  color: #fff;
  font-family: "MullerRegular";
  text-decoration: underline;
}

.calculator .why-need-contacts .help-message {
  display: none;
  color: #3b3b3b;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  font-size: 12px;
  font-family: "MullerMedium";
  padding: 10px;
  padding-top: 20px;
  margin-top: 10px;
  z-index: 999;
}

.calculator .why-need-contacts .help-message .quad {
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -5px;
  background: #fff;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg); /* Firefox */
  -o-transform: rotate(45deg); /* Opera */
  -webkit-transform: rotate(45deg); /* Safari y Chrome */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE */
}

.calculator .why-need-contacts a:hover {
  text-decoration: none;
}

.calculator .one_time_works h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  background: #66aa2d;
  font-size: 16px;
  font-family: "MullerRegular";
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  width: auto;
  float: left;
}

.brif-btn-block {
  padding: 0 30px;
}

.project_btn a {
  margin-right: 10px;
}

.brif-btn-block.__mobile {
  display: none;
}

.calculator .one_time_works {
  font-size: 22px;
  font-family: "MullerLight";
}

.calculator .one_time_works b {
  font-family: "MullerBold";
  font-weight: normal;
}

.free-block {
  padding-bottom: 80px;
  text-align: center;
  background: #f4f4f4 url("../img/free-block-bg.png") no-repeat top center;
}

.internet-second-block {
  padding: 50px 0;
}

.internet-second-block .image {
  float: right;
}

.internet-second-block .image img {
  width: 400px;
  height: auto;
}

.internet-second-block .internet_descr {
  font-size: 24px;
  font-family: "MullerThin";
}

.internet-second-block h1 {
  font-family: "MullerThin";
  font-size: 60px;
}

.internet-second-block h1 span {
  font-family: "MullerBold";
  color: #66aa2d;
}

.internet-second-block .button-border {
  display: inline-block;
  border: 1px solid #f0e6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.internet-second-block .button-border .btn-primary {
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  text-decoration: none;
}

.internet-second-block .button-border .btn-primary:hover {
  background: #daa520;
  border-color: #daa520;
}

.get-4g {
  padding-bottom: 30px;
}

.get-4g .button-border {
  display: inline-block;
  border: 1px solid #f0e6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.get-4g .button-border .btn-primary {
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  text-decoration: none;
}

.get-4g .button-border .btn-primary:hover {
  background: #daa520;
  border-color: #daa520;
}

.free-block h3 {
  font-family: "MullerThin";
  font-size: 60px;
  margin-top: 250px;
}

.free-block h3 span {
  font-family: "MullerBold";
  color: #66aa2d;
}

.internet_buttons {
  padding: 30px 15px;
}

.internet_buttons .button-border {
  display: inline-block;
  border: 1px solid #f0e6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.price_without_install {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.offer-policy {
  margin-bottom: 20px;
  color: #666666;
  text-align: justify;
}

.price_without_install .price-text {
  color: #000;
  font-size: 18px;
}

.price_without_install .price-value {
  font-size: 20px;
  font-family: "MullerBold";
  color: #66aa2d;
}

.internet_buttons .button-border .btn-primary {
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerBold";
  font-size: 18px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  text-decoration: none;
}

.internet_buttons .button-border .btn-primary sub {
  text-shadow: none;
  font-size: 12px;
  font-family: "MullerThin";
}

.internet_buttons .button-border .btn-primary:hover {
  background: #daa520;
  border-color: #daa520;
}

.internet_buttons .total_text {
  float: left;
  font-size: 20px;
  color: #000;
  margin-right: 20px;
  margin-top: 33px;
}

.internet_buttons .total_prices_block {
  float: left;
}

.internet_buttons .total_prices_block .total_old_price {
  font-size: 20px;
  color: #000;
  text-decoration: line-through;
  text-decoration-color: #66aa2d;
  font-family: "MullerThin";
}

.internet_buttons .total_prices_block .total_price {
  font-size: 30px;
  color: #66aa2d;
  font-family: "MullerBold";
}

.internet_buttons .discount {
  height: 51px;
  padding-left: 110px;
  float: right;
  background: url("../img/ng.jpg") no-repeat left 0 top 0;
  text-align: right;
  margin-top: 15px;
  color: #66aa2d;
  font-size: 18px;
  font-family: "MullerMedium";
}

.internet_buttons .discount .time {
  font-size: 14px;
  color: #000;
  font-family: "MullerRegular";
}

.free-block .button-border {
  display: inline-block;
  border: 1px solid #f0e6cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.free-block .button-border .btn-primary {
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  text-decoration: none;
}

.blog .btn-primary {
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(211, 176, 105, 0.86);
  text-decoration: none;
}

.it-tasks {
  text-align: center;
  font-size: 16px;
}

.it-tasks span {
  color: #66aa2d;
}

.it-tasks h3 {
  font-size: 60px;
  font-family: "MullerThin";
  margin-top: 60px;
}

.it-tasks h3 span {
  background: url("../img/h_title_bg_light2.png") repeat-x left bottom 8px;
  padding: 0 10px;
  color: #2f2f2f;
}

.it-tasks .problems {
  margin-top: 60px;
  position: relative;
  border: 2px solid #c2ddab;
  padding: 70px 20px;
}

.it-tasks .problems .title {
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -210px;
  width: 420px;
  background: #fff;
  font-size: 22px;
  font-family: "MullerMedium";
  text-align: center;
}

.it-tasks .problems ul {
  list-style: none;
}

.it-tasks .problems ul li h4 {
  font-size: 22px;
  font-family: "MullerMedium";
  color: #2f2f2f;
}

.it-tasks .problems ul li {
  font-size: 14px;
  font-family: "MullerMedium";
  color: #808080;
}

.advantages {
  padding-bottom: 90px;
  text-align: center;
  background: url("../img/advantages_bg.png") repeat;
}

.advantages .title {
  margin-top: 63px;
  margin-bottom: 40px;
  font-size: 60px;
  font-family: "MullerThin";
  color: #fff;
}

.advantages .title span {
  background: url("../img/h_title_bg_light.png") repeat-x left bottom 8px;
  padding: 0 10px;
}

.advantages ul {
  list-style: none;
}

.advantages ul li {
  font-size: 14px;
  font-family: "MullerMedium";
  color: #808080;
}

.advantages ul li .number {
  font-size: 84px;
  font-family: "MullerThin";
  color: #66aa2d;
  text-shadow: 0px 0px 21px rgba(92, 142, 58, 1);
  background: url("../img/adv_bg.png") no-repeat left 50% center;
}

.advantages .sep {
  width: 38px;
  height: 38px;
  height: 195px;
  background: url("../img/adv_bg_cyrcle.png") no-repeat left 50% top 28%;
}

.advantages ul li h4 {
  font-size: 18px;
  font-family: "MullerMedium";
  color: #fff;
}

.guarantees {
  position: relative;
  font-size: 16px;
  font-family: "MullerMedium";
  background: url("../img/guarantees_bg.png") repeat-x;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  overflow: hidden;
  height: 494px;
}

.guarantees .col-lg-12 {
  height: 494px;
}

.guarantees .woman {
  position: absolute;
  width: 687px;
  height: 494px;
  background: url("../img/guarantees_woman.png") no-repeat;
  right: -70px;
  bottom: 0;
}

.guarantees .title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-family: "MullerThin";
}

.guarantees .title span {
  background: url("../img/h_title_bg.png") repeat-x left bottom 8px;
  padding: 0 10px;
}

.guarantees ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guarantees ul li {
  padding: 10px 0;
  padding-left: 70px;
  background: url("../img/guarantees_ico.png") no-repeat left center;
  width: 600px;
}

.guarantees ul li:first-child {
  margin-bottom: 20px;
}

.guarantees ul li span {
  background: #deae2c;
  color: #fff;
}

.samples {
  text-align: center;
  background: #f4f4f4;
  padding-bottom: 60px;
}

.samples .title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-family: "MullerThin";
}

.samples .title span {
  background: url("../img/h_title_bg_light3.png") repeat-x left bottom 8px;
  padding: 0 10px;
}

.samples ul {
  list-style: none;
  margin: 0;
  padding: 0 60px;
}

.samples ul li {
  text-align: left;
  padding: 10px;
}

.samples ul li .block-content {
  padding: 20px;
  background: #fff;
  font-family: "MullerMedium";
  font-size: 14px;
  color: #b3b3b3;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

.samples ul li .block-content span {
  color: #2f2f2f;
}

.samples .client-problem {
  color: #b3b3b3;
  font-family: "MullerMedium";
  font-size: 14px;
  margin-bottom: 15px;
}

.samples .client-problem span {
  color: #2f2f2f;
}

.samples .time-leave {
  color: #deae2c;
  margin-top: 15px;
}

.samples .price {
  font-family: "MullerBold";
  color: #66aa2d;
  font-size: 22px;
}

.samples .price span {
  font-size: 14px;
  font-family: "MullerMedium";
}

.samples .owl-prev {
  left: 0;
  top: 150px;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url("../img/prev-btn-carousel-off.png") no-repeat;
}

.samples .owl-next {
  width: 48px;
  height: 48px;
  right: 0;
  top: 150px;
  position: absolute;
  background: url("../img/next-btn-carousel-off.png") no-repeat;
}

.samples .owl-prev:hover {
  background: url("../img/prev-btn-carousel.png") no-repeat;
}

.samples .owl-next:hover {
  background: url("../img/next-btn-carousel.png") no-repeat;
}

.blog {
  text-align: center;
  padding-bottom: 20px;
}

.blog .title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-family: "MullerThin";
}

.blog .title span {
  background: url("../img/h_title_bg_light2.png") repeat-x left bottom 8px;
  padding: 0 10px;
}

.blog ul {
  list-style: none;
  margin: 0;
  padding: 0 60px;
}

.blog .owl-prev {
  left: 0;
  top: 80px;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url("../img/prev-btn-carousel-off.png") no-repeat;
}

.blog .owl-next {
  width: 48px;
  height: 48px;
  right: 0;
  top: 80px;
  position: absolute;
  background: url("../img/next-btn-carousel-off.png") no-repeat;
}

.blog .owl-prev:hover {
  background: url("../img/prev-btn-carousel.png") no-repeat;
}

.blog .owl-next:hover {
  background: url("../img/next-btn-carousel.png") no-repeat;
}

.blog ul li {
  float: left;
  text-align: left;
  padding: 10px;
  height: 370px;
}

.blog ul li .title {
  float: left;
  margin: 10px 0;
  line-height: normal;
  font-size: 18px;
  width: 100%;
}

.blog ul li .title a {
  font-size: 18px;
  font-family: "MullerMedium";
  color: #2d2d2d;
  text-decoration: underline;
}

.blog ul li .date {
  background: #66aa2d url("../img/calendar.png") no-repeat left 10px top 5px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  font-size: 12px;
  color: #fff;
  padding-left: 30px;
  float: left;
  padding-right: 10px;
}

.blog ul li .short-text {
  float: left;
  line-height: 1.2;
  font-family: "MullerRegular";
}

.blog ul li .block-content {
  float: left;
  padding: 20px;
  font-family: "MullerMedium";
  font-size: 14px;
  color: #b3b3b3;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

.blog ul li .block-content span {
  color: #2f2f2f;
}

.thanks {
  padding-bottom: 50px;
  text-align: center;
  margin-top: 70px;
  background: url("../img/advantages_bg.png") repeat-x;
}

.thanks .title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-family: "MullerThin";
  color: #fff;
}

.thanks .title span {
  background: url("../img/h_title_bg_light.png") repeat-x left bottom 8px;
  padding: 0 10px;
}

.thanks ul {
  list-style: none;
}

.thanks ul li {
  font-size: 16px;
  color: #fff;
  float: left;
}

.contacts {
  background: #f4f4f4;
  padding-top: 50px;
}

.contacts .form-group {
  margin-bottom: 9px;
  width: 100%;
}

.contacts .checkbox {
  font-size: 13px;
  font-family: "MullerMedium";
  color: #797979;
}

.contacts .form-group input[type="text"] {
  height: 40px;
}

.contacts .form-group input[type="text"],
.contacts .form-group textarea {
  width: 100%;
  font-size: 14px;
  font-family: "MullerRegular";
  color: #838383;
}

.contacts .phone {
  font-family: "MullerThin";
  font-size: 40px;
  color: #a8a8a7;
  text-align: center;
  line-height: 0.7;
  margin-bottom: 10px;
}

.contacts .phone .image {
  width: 56px;
  height: 38px;
  display: inline-block;
  background: url("../img/end-call-bottom.png") no-repeat;
}

.contacts .email .image {
  width: 50px;
  height: 43px;
  display: inline-block;
  background: url("../img/email-bottom.png") no-repeat;
}

.contacts .email {
  text-align: center;
  margin-bottom: 25px;
  line-height: 0.5;
}

.contacts .email a {
  font-size: 22px;
  color: #deae2c;
  text-decoration: underline;
}

.contacts button {
  width: 100%;
  background: #deae2c;
  border-color: transparent;
  padding: 10px 0;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
}

.contacts .form-control {
  border-color: transparent;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

#bottom-map {
  /*height: 100%;*/
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

.copyright {
  color: #b1b1b1;
  background: #f4f4f4;
  padding: 50px 0;
}

.copyright-content {
  margin: 0 auto;
  /*width:600px;*/
}

.copyright-content span {
  display: block;
  float: right;
  margin-top: 20px;
  width: 500px;
}

.copyright-content span a {
  color: #deae2c;
}

.copyright-content a.bottom_logo {
  display: block;
  float: left;
  margin-top: 20px;
}

/* Стили для внутренних страниц */

.page_content {
  margin-top: 30px;
  margin-bottom: 50px !important;
  min-height: 400px;
}

.page_content h1 {
  font-family: "MullerThin";
  font-size: 35px;
  margin-top: 0;
}

.page_content .calculator {
  overflow: visible;
  background: transparent;
  box-shadow: none;
  height: auto;
  margin: 0;
}

.page_content .calculator h2 {
  width: auto;
  margin: 0 15px;
  background: #2f2f2f url("../img/calculator_head_bg.png") no-repeat right 15px top 19px;
}

.page_content .sidebar-block {
  margin: 30px 0;
  padding: 20px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

.page_content .sidebar-block .title {
  font-family: "MullerBold";
  font-size: 22px;
  color: #464646;
  margin-left: -20px;
  padding-left: 25px;
  background: url("../img/sidebar-title-line.png") no-repeat left 0 top 15px;
}

.page_content .calculator .calculator_body {
  padding: 5px 20px;
}

.page_content .calculator .calculator_body .second_group {
  width: 100%;
  padding: 10px;
}

.page_content .calculator .calculator_body .why-need-contacts {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.page_content .calculator .calculator_body .second_group button {
  margin-bottom: 0;
}

.page_content .sidebar-block ul {
  padding-left: 17px;
  margin-top: 10px;
}

.page_content .sidebar-block ul li {
  margin-top: 2px;
}

.page_content .sidebar-block ul li a {
  font-size: 16px;
  color: #464646;
  font-family: "MullerRegular";
  text-decoration: none;
}

.page_content .sidebar-block ul li a:hover {
  color: #deae2c !important;
}

.page_content .block-samples {
  background: #f6f6f6;
  padding: 15px;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  padding-bottom: 30px;
}

.page_content .block-samples .samples-thumbnail img {
  width: unset !important;
}

.page_content .block-samples .owl-prev {
  left: -10px;
  bottom: -30px;
  position: absolute;
  width: 34px;
  height: 39px;
  background: url("../img/prev-btn-carousel-mini.png") no-repeat;
}

.page_content .block-samples .owl-next {
  width: 34px;
  height: 39px;
  left: 15px;
  bottom: -30px;
  position: absolute;
  background: url("../img/next-btn-carousel-mini.png") no-repeat;
}

.page_content .block-samples ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page_content .block-samples ul li {
  margin: 0;
  padding: 0;
}

.page_content .block-samples .title {
  line-height: normal;
  background: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  border-bottom: 1px solid #d5d5d5;
  float: left;
  font-family: "MullerRegular";
}

.page_content .block-samples .title a {
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  border-bottom: 1px solid #d5d5d5;
}

.page_content .block-samples .client-problem {
  color: #b3b3b3;
  font-family: "MullerMedium";
  font-size: 14px;
  margin-bottom: 15px;
}

.page_content .block-samples .client-problem span {
  color: #2f2f2f;
}

.page_content .block-samples .time-leave {
  color: #deae2c;
}

.page_content .block-samples .price {
  font-family: "MullerBold";
  color: #66aa2d;
  font-size: 22px;
}

.page_content .block-samples .price span {
  font-size: 14px;
  font-family: "MullerMedium";
}

.page_content .block-articles {
  margin-top: 10px;
  padding-bottom: 30px;
}

.page_content .block-articles .owl-prev {
  left: 0;
  bottom: -50px;
  position: absolute;
  width: 34px;
  height: 39px;
  background: url("../img/prev-btn-carousel-mini.png") no-repeat;
}

.page_content .block-articles .owl-next {
  width: 34px;
  height: 39px;
  left: 25px;
  bottom: -50px;
  position: absolute;
  background: url("../img/next-btn-carousel-mini.png") no-repeat;
}

.page_content .block-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_content .block-articles ul li {
  margin: 0;
  padding: 0;
}

.page_content .block-articles .title {
  line-height: normal;
  background: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
}

.page_content .block-articles .date {
  background: #66aa2d url("../img/calendar.png") no-repeat left 10px top 5px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  font-size: 12px;
  color: #fff;
  margin-left: 10px;
  padding-left: 30px;
  float: left;
  padding-right: 10px;
}

.page_content .block-articles .title a {
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  border-bottom: 1px solid #d5d5d5;
}

.page_content .block-articles .short-text {
  margin-left: 10px;
}

.page_content .block-articles {
  color: #a9a9a9;
  line-height: 1.2;
}

.page_content h1 span {
  background: url("../img/h_title_bg_light2.png") repeat-x left bottom 8px;
}

.page_content .blog_item {
  padding: 20px;
  margin: 30px 0;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  overflow: hidden;
}

.page_content .products_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page_content .products_item {
  width: 49%;
  margin: 13px 0;
}

.page_content .blog_item .img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  height: 251px;
  overflow: hidden;
}

.page_content .blog_item .no-img {
  margin-bottom: 40px;
}

.page_content .blog_item .text {
  font-family: "MullerRegular";
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.3;
}

.page_content .blog_item .title {
  margin: 10px 0;
}

.page_content .products_item .title {
  margin: 0;
  margin-bottom: 10px;
}

.page_content .blog_item .title a {
  font-family: "MullerMedium";
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  border-bottom: 1px solid #d5d5d5;
}

.page_content .blog_item .more_btn {
  margin-top: 15px;
  background: #deae2c;
  border-color: transparent;
  font-family: "MullerBold";
  font-size: 14px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
}

.page_content .blog_item .date {
  position: absolute;
  background: #66aa2d url("../img/calendar.png") no-repeat left 10px top 5px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  -moz-box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  box-shadow: -1px 0px 12px 0px rgba(75, 137, 68, 0.86);
  font-size: 12px;
  color: #fff;
  padding-left: 30px;
  padding-right: 10px;
}

#calculator_result {
  display: none;
}

.calculator_result_container {
  padding-bottom: 20px;
  position: relative;
  max-width: 520px;
}

.calculator_result_container .variant {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  font-family: "MullerBold";
  color: #2b2b2b;
}

.calculator_result_container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.calculator_result_container ul li {
  float: left;
  margin: 0 10px;
  width: 240px;
}

.calculator_result_container ul li .price {
  font-size: 16px;
  color: #2b2b2b;
  font-family: "MullerRegular";
  text-align: center;
  background: #f2f2f2;
}

.calculator_result_container ul li .price span {
  color: #2b2b2b;
  font-family: "MullerBold";
  font-size: 22px;
}

.calculator_result_container ul li .main-diff {
  background: #fcf7e9;
  color: #deae2c;
  font-size: 14px;
  font-family: "MullerBold";
  text-align: center;
}

.calculator_result_container ul li .main-diff a {
  font-family: "MullerRegular";
  color: #6165fc;
}

.calculator_result_container ul li td {
  color: #2b2b2b;
  font-size: 16px;
  text-align: center;
}

.calculator_result_container ul li td span.price {
  font-size: 16px;
  color: #66aa2d;
  background: transparent;
}

.calculator_result_container .message {
  margin: 30px auto;
  text-align: center;
  font-family: "MullerBold";
  max-width: 400px;
}

.calculator_result_container .message span {
  color: #deae2c;
}

.calculator_result_container .contact-from {
  margin: 0 auto;
  padding: 10px;
  max-width: 400px;
}

.calculator_result_container .contact-from .checkbox input {
  display: none;
}

.calculator_result_container .contact-from .checkbox .input-checkbox {
  position: absolute;
  left: 0;
  width: 44px;
  height: 40px;
  margin-left: -11px;
  background: url("../img/checkbox.png") no-repeat;
  cursor: pointer;
}

.calculator_result_container .contact-from .checkbox label {
  margin-top: 10px;
  padding-left: 30px;
}

.calculator_result_container .contact-from .checkbox .checked {
  background: url("../img/checkbox-checked-green.png") no-repeat;
}

.calculator_result_container .contact-from button {
  width: 100%;
  background: #deae2c;
  border-color: transparent;
  padding: 10px 0;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
}

.calculator_result_container .contact-from .form-control {
  height: 40px;
  border-color: transparent;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

.calculator_result_container .contact-from .checkbox {
  font-size: 12px;
  font-family: "MullerMedium";
}

.ok-btn {
  background: #deae2c;
  border-color: transparent;
  padding: 10px 20px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
}

.ok-btn:hover {
  background: #deae2c;
  border-color: transparent;
}

.feedback_form {
  margin: 20px;
  max-width: 400px;
}

.feedback_form__order {
  margin: 20px;
  max-width: 400px;
}

.feedback_form__order input[type="submit"].btn {
  background: #deae2c;
  border-color: transparent;
  padding: 10px 20px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
 }

.feedback_form__order .form-group.button {
  /*text-align: center;*/
}

.reviews-add-form {
  max-width: 1170px;
}

.reviews-add-form h3 {
  text-align: center;
  margin-top: 10px;
}

.reviews-add-form p {
  margin-top: 20px;
  text-align: center;
}

.reviews-add-form__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}

.reviews-add-form__item {
  padding: 30px;
}



.feedback_form input[type="text"] {
  width: 100%;
  border-color: transparent;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
}

.feedback_form .checkbox {
  font-size: 12px;
  font-family: "MullerMedium";
  width: 100%;
  float: left;
}

.feedback_form .button input[type="submit"] {
  background: #deae2c;
  border-color: transparent;
  padding: 10px 15px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  cursor: pointer;
}

.feedback_form .button input[type="submit"]:hover {
  background: #daa520;
}

.get-site {
  text-align: center;
  margin-top: 30px;
}

.get-site a {
  background: #deae2c;
  border-color: #deae2c;
  font-family: "MullerBold";
  font-size: 16px;
  text-shadow: 0px 2px 2px rgba(150, 150, 150, 1);
  text-decoration: none;
}

.woocommerce div.product .product_title {
  font-size: 30px;
  word-wrap: break-word;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #deae2c;
  font-weight: normal;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #daa520;
}

.woocommerce .quantity .qty {
  height: 31px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 30px;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  height: 310px;
}

.woocommerce ul.products li.product .button {
  position: absolute;
  margin: 0;
  bottom: 10px;
  padding: 0.618em 0;
  width: 100%;
  background: #deae2c;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.woocommerce ul.products li.product .price {
  position: absolute;
  bottom: 40px;
}

.woocommerce ul.products li.product .button:hover {
  background: #daa520;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding-bottom: 90px;
}

.woocommerce div.product div.images img {
  width: auto;
  display: inline-block;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: none;
}

.product-img-table-cell {
  width: 163px;
  height: 163px;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #f2f2f2;
}

.related .product-img-table-cell {
  width: 100%;
  height: 266px;
  padding: 10px 0;
  overflow: hidden;
  vertical-align: middle;
}

.woocommerce .related ul.products li.product,
.woocommerce-page ul.products li.product {
  height: 420px;
}

.widget_product_categories {
  margin-top: 0 !important;
}

.widget_product_categories .product-categories {
  margin-top: 15px !important;
}

.widget_product_categories ul {
  margin-top: 0 !important;
}

.widget_product_categories .product-categories a:hover {
  color: #deae2c !important;
}

.woocommerce table.cart img {
  width: 100px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  border: 1px solid #ccc;
}

.woocommerce .woocommerce-ordering select {
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  border: 1px solid #ccc;
  margin-top: -10px;
}

.select2-container .select2-selection--single {
  border-radius: 4px;
  -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
  border: 1px solid #ccc;
}

.woocommerce-products-header {
  padding-bottom: 15px;
}

.woocommerce div.product form.cart .variations label {
  color: #000;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce a.added_to_cart {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  background: #66aa2d;
  color: #fff;
  padding: 7px 0;
  border-radius: 3px;
}

#product-carousel .owl-prev,
#product-carousel .owl-next {
  font-size: 25px;
  border: 1px solid #66aa2d;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  background: #fff;
}

#product-carousel .owl-prev:hover,
#product-carousel .owl-next:hover {
  background: #66aa2d;
  color: #fff;
}

#product-carousel {
  padding-top: 0px;
}

#product-carousel .owl-prev {
  left: 20%;
}

#product-carousel .owl-next {
  right: 20%;
}
.list__pay{
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.list__pay li{
  margin-bottom: 15px;
  position: relative;
  padding-left: 46px;
  margin-top: 28px;
}
.list__pay img{
  max-height: 32px;
  position: absolute;
  left: 0;
  top: -7px;
}
.geolocation{
  margin-top: 25px;
}
.geolocation a{
  text-decoration: none;
  border-bottom: 1px dashed;
}

.partner-discount-text {
  text-align: right;
  font-size: 38px;
  font-family: "MullerBold";
  color: #66aa2d;
}

.partner-discount-text span {
  font-size: 80px;
  line-height: 80px;
}

.partner_products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partner_product {
  width: 49%;
}

.product_price {
  font-family: "MullerBold";
  color: #66aa2d;
  margin-top: 20px;
  font-size: 30px;
}

.partner_product__container {
  padding: 20px;
    margin: 30px 0;
    margin-top: 0;
    -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
    box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
    overflow: hidden;
}

.partner_product__title span, .partner_product__title a {
  display: inline-block;
  font-family: "MullerMedium";
    font-size: 18px;
    color: #2d2d2d;
    text-decoration: none;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
}

.partner_product__descr {
  font-family: "MullerRegular";
    font-size: 14px;
    color: #8a8a8a;
    line-height: 1.3;
    margin-bottom: 10px;
}

.partner__our_partners {
  color: #8a8a8a;
}

.partner__our_partners ul, .partner__our_partners ol {
  padding-left: 15px;
}

.partner__our_partners ul li, .partner__our_partners ol li {
  font-size: 16px;
  color: #8a8a8a;
}

.partner-instruction-item {
  color: #8a8a8a;
  padding: 20px;
    -webkit-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
    box-shadow: -1px 0px 9px 0px rgba(50, 50, 50, 0.19);
    overflow: hidden;
    min-height: 439px;
    margin-bottom: 30px;
}

.product_gallery_images {
  display: flex;
  justify-content: space-between;
}

.product_gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 20px;
}

.product_full_image {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.product_postheader {
  margin: 0;
}

.product_header {
  margin: 0;
}

.product_buttons {
  margin-top: 20px;
}

.product_gallery_item {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .partner-discount-text {
    text-align: left;
    margin: 30px 0;
  }
  .partner_product {
  width: 100%;
}
.partner-instruction-item {
    min-height: auto;
}
}

@media (max-width: 1140px) {
	.internet_calculator .komplekt-item .title h3 {
		font-size: 16px;
	}

	.internet_calculator .komplekt-item .price {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
  .geolocation {
    /*float: right;*/
    position: absolute;
    right: 10px;
  }
  .internet_calculator .komplekt-item {
  	height: auto;
  	line-height: auto;
  }
  .internet_calculator .komplekt-item .title h3 {
  	padding-top: 30px;
  	line-height: 1;
  }
  .internet_calculator .komplekt-item .counter {
  	left: 15px;
  }
}

@media (max-width: 320px) {
  .geolocation {
    right: 0px;
  }
}

/****** ВЫБОР ГОРОДА *****/

/***POPUP***/
.popup-window-overlay{
  width:100% !important;
  height:100% !important;
  position:fixed !important;
}

.pop-up,
.popup-window.popup-window-with-titlebar{
  padding:0px;
}

.pop-up .popup-window-titlebar{
  width:100%;
  height:auto;
  margin:0px;
  padding: 20px 25px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.pop-up .popup-window-titlebar-text{
  display:inline;
  padding:0;
}

.pop-up .popup-window-content{
  width:100%;
  float:left;
  margin:0px;
  padding:0px;
}

.pop-up .popup-window-message{
  padding:20px 20px 15px;
}

.pop-up .popup-window-buttons{
  width:100%;
  float:left;
  margin:12px 0px 0px 0px;
  padding:0px 20px 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.pop-up .popup-window-close-icon{
  width:24px;
  height:24px;
  display:table;
  position:absolute;
  margin:0px;
  padding:0px;
  opacity:1;
}

.pop-up .popup-window-close-icon i{
  display:table-cell;
  margin:0px;
  padding: 5px 4px 3px 5px;
}

.pop-up .popup-window-wait{
  margin:0px;
  padding:50px 100px;
}

/***POPUP***/
.popup-window-overlay{
  position: absolute;
  background:rgba(87, 91, 113, 0.4) !important;
  z-index: 1099;
  width: 100%;
  height: 100%;
  filter: none;
  opacity: 1;
  display: none;
}

.pop-up{
  font-family:"Open Sans", sans-serif;
  white-space:normal;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  -khtml-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
    -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.36);
  background:#f4f5fd;
}

.pop-up.popup-window{
  position: fixed;
  display: none;
  left:50%;
  top:50%;
  z-index: 1100;
  font-family:"Open Sans", sans-serif;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
    background-color: #f4f5fd;
}

.popup-window-with-titlebar .popup-window-content,
.popup-window-content-gray .popup-window-content {
  background-color: transparent !important;
}

.pop-up .popup-window-titlebar{
  font-size:18px;
  font-weight:600;
  color:#fff;
  text-align:left;
  -moz-border-radius:5px 5px 0px 0px;
  -webkit-border-radius:5px 5px 0px 0px;
  -khtml-border-radius:5px 5px 0px 0px;
  border-radius:5px 5px 0px 0px;
  background: #66AA2D;
}

.pop-up .popup-window-titlebar-text{
  font-size:inherit;
  font-weight:inherit;
  color:inherit;
  line-height:inherit;
}

.pop-up .popup-window-content{
  background:none;
}

.pop-up .popup-window-close-icon{
  text-align:center;
  text-decoration:none;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -khtml-border-radius:12px;
  border-radius:12px;
  background:#fff;
  -webkit-transition:all 0.15s ease 0s;
  -moz-transition:all 0.15s ease 0s;
  -o-transition:all 0.15s ease 0s;
  transition:all 0.15s ease 0s;
  cursor: pointer;
  right: 15px;
  top: 15px;
}

.pop-up .popup-window-close-icon:hover{
  background:#cc9900;
}

.pop-up .popup-window-close-icon:after{
  content:none;
}

.pop-up .popup-window-close-icon i{
  font-size:15px;
  color:#607D8B;
}

.pop-up .popup-window-close-icon i:hover {
  color: #fff;
}

.pop-up .popup-window-wait{
  text-align:center;
}

.pop-up .popup-window-wait i{
  font-size:20px;
  color:#b7bbd3;
}

/***POPUP_CITY_CHANGE***/
.city-change{
  width:426px;
}

#cityChange {
  left: 50% !important;
  margin-left: -213px !important;
}

@media (max-width: 425px) {
  #cityChange {
  width: 90%;
  left: 50% !important;
  margin-left: -45% !important;
  }
  ._show_1e.wrap_mW {
    z-index: 990 !important;
  }
}


/***POPUP_CITY_CONFIRM***/
#popup-window-overlay-cityConfirm,
.pop-up.city-confirm{
  display:none;
}

/***POPUP_CITY_CONFIRM***/
.pop-up.city-confirm{
  width:225px;
  left:-38px !important;
  top:100% !important;
  margin-top:10px;
}

@media (max-width: 1024px) {
  .pop-up.city-confirm {
    left: -150px !important;
    margin-top: 10px;
  }
}

/***CITY_CONFIRM***/
.city-confirm:before{
  content:"";
  border-left:7px solid transparent;
  border-right:7px solid transparent;
  border-bottom:7px solid #f4f5fd;
}

.city-confirm .your-city{
  text-align:center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  white-space: pre;
  max-width: 210px;
}

.city-confirm .your-city__val{
  font-size:14px;
  font-weight:700;
}

/***CITY_CONFIRM***/
.city-confirm:before{
  width:0px;
  height:0px;
  position:absolute;
  left:60px;
  top:-7px;
}

@media (max-width: 1024px) {
  .city-confirm:before {
    left: 150px;
  }
}

.city-confirm .your-city{
  margin-top:15px;
  padding:0px 20px;
}

.city-confirm button{
  width:100%;
  height:31px;
  margin-bottom:5px;
  border: none;
  background: #66AA2D;
  color: #fff;
  border-radius: 5px;
}

.city-confirm button:hover {
  background: #deae2c;
  color: #fff;
}

.city-confirm button:last-child{
  margin:0px;
}

/***CITY_CHANGE***/
.city-change .bx-sls .dropdown-block {
  border:1px solid #dee0ee;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -khtml-border-radius:8px;
  border-radius:8px;
  background-color:#fff;
}

.city-change .bx-sls .dropdown-icon {
  font-size:20px;
  color:#dee0ee;
  background:none;
}

.city-change .bx-sls .dropdown-fade2white{
  -moz-border-radius:0px 8px 8px 0px;
  -webkit-border-radius:0px 8px 8px 0px;
  -khtml-border-radius:0px 8px 8px 0px;
  border-radius:0px 8px 8px 0px;
  background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
  background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
  background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  background:-o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.city-change .bx-sls .bx-ui-sls-clear,
.city-change .bx-sls .bx-ui-sls-loader{
  font-size:20px;
  color:#dee0ee;
  background:none !important;
}

.city-change .bx-sls .bx-ui-sls-clear:hover{
  color:#cc9900;
}

.city-change .bx-sls .bx-ui-sls-fake,
.city-change .bx-sls .bx-ui-sls-route {
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  color:#575b71;
  border:none;
  background:none;
}

.city-change .bx-sls .bx-ui-sls-route{
  color:#8184a1;
}

.city-change .bx-sls .bx-ui-sls-pane {
  border:1px solid #dee0ee;
  background-color:#fff;
}

.city-change .bx-sls .dropdown-item {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
}

.city-change .bx-sls .bx-ui-sls-variant:hover,
.city-change .bx-sls .bx-ui-sls-variant-active{
  background-color:#e0e8ea;
}

.city-change .bx-sls .dropdown-item-text {
  font-size:14px;
  color:#8184a1;
}

.city-change .bx-sls .dropdown-item-text span {
  color:#575b71;
}

.city-change .quick-locations__title{
  font-size:14px;
  font-weight:700;
  color:#575b71;
}

.city-change .quick-locations__val{
  color:#575b71;
  line-height:30px;
  white-space:nowrap;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -khtml-border-radius:2px;
  border-radius:2px;
  -webkit-transition:all 0.15s ease 0s;
  -moz-transition:all 0.15s ease 0s;
  -o-transition:all 0.15s ease 0s;
  transition:all 0.15s ease 0s;
  cursor:pointer;
}

.city-change .quick-locations__val:hover{
  background:#66AA2D;
  color: #ffffff;
}

.city-change .quick-locations__val.active{
  color:#000;
  background:#fde037;
}

.city-change .submit{
  text-align:center;
}

.city-change .block-info{
  -moz-border-radius:0px 0px 6px 6px;
  -webkit-border-radius:0px 0px 6px 6px;
  -khtml-border-radius:0px 0px 6px 6px;
  border-radius:0px 0px 6px 6px;
  background-color:#fff;
}

.city-change .block-info__title{
  font-size:14px;
  font-weight:700;
  color:#575b71;
}


/***CITY_CHANGE***/
.city-change .bx-sls{
  padding:5px 25px;
  border-bottom: 1px solid #ccc;
}

.city-change .bx-sls .dropdown-block {
  height:44px;
  position:relative;
  padding:0px 28px 0px 43px;
}

.city-change .bx-sls .dropdown-icon {
  position:absolute;
  left:11px;
  top:50%;
  margin-top:-10px;
}

.city-change .bx-sls .dropdown-fade2white{
  width:44px;
  height:44px;
  position:absolute;
  right:0px;
  top:0px;
}

.city-change .bx-sls .bx-ui-sls-clear,
.city-change .bx-sls .bx-ui-sls-loader{
  width:20px;
  height:20px;
  position:absolute;
  right:11px;
  top:50%;
  margin-top:-10px;
}

.city-change .bx-sls .bx-ui-sls-clear{
  display:block;
  cursor:pointer;
}

.city-change .bx-sls .bx-ui-sls-loader,
.city-change .bx-sls .dropdown-field{
  display:none;
}

.city-change .bx-sls .bx-ui-sls-container {
  min-height:44px;
  overflow:hidden;
}

.city-change .bx-sls .bx-ui-sls-fake,
.city-change .bx-sls .bx-ui-sls-route {
  width:100%;
  height:44px;
  padding:0px;
  position:relative;
}

.city-change .bx-sls .bx-ui-sls-route{
  position:absolute;
  left:0px;
  top:0px;
  opacity:1;
}

.city-change .bx-sls .bx-ui-sls-pane {
  width:100%;
  max-height:300px;
  display:none;
  padding:5px;
  position:absolute;
  left:0px;
  top:47px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow-y:auto;
  z-index:999;
}

.city-change .bx-sls .dropdown-item {
  margin-bottom:2px;
  padding:10px;
  cursor:pointer;
}

.city-change .bx-sls .dropdown-item-text {
  display:inline-block;
  vertical-align:top;
}

.city-change .quick-locations{
  margin-top:15px;
}

.city-change .quick-locations__values{
  width:100%;
  float:left;
  display:table;
  margin-top:5px;
  padding:10px 0px;
  list-style:none;
}

.city-change .quick-locations__val{
  float:left;
  margin:6px 6px 0px 0px;
  padding:0px 12px;
}

.city-change .submit{
  margin-top:15px;
}

.city-change .submit button{
  height:31px;
  margin:0px;
  padding:0px 20px;
}

.city-change .bx-ui-sls-error-fatal-message{
  padding:18px 20px 13px;
}

.city-change .bx-ui-sls-error-message{
  margin-top:20px;
}

.city-change .block-info{
  padding: 20px 25px 30px;
}

.city-change .block-info__title,
.city-change .block-info__text{
  padding-top:5px;
}

.portfolio_filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-bottom: 20px;
}
.portfolio_filter li {
  list-style-type: none;
  margin: 0 10px;
}
.portfolio_filter li a{
  text-decoration: none;
  padding: 10px;
  background: #deae2c;
  border-color: #deae2c;
  color: #fff;
}

.wrapper-portfolio .archive-item {
  overflow: hidden;
}

.wrapper-portfolio .archive-title a h2{
  min-height: 30px;
  font-size: 1em;
}

.wrapper-portfolio .archive-more-link {
  position: absolute;
  left: -35%;
  top: 62%;
}

.wrapper-portfolio .archive-more-link{
  transition: all 1s ease;
  color: #ffffff;
}

.archive-item:hover .archive-more-link {
  left: 50%;
  transform: translate(-50%);
}

.portfolio-wrap {
  margin-top: 81px;
  margin-bottom: 30px;
}

.wrapper-portfolio {
  display: flex;
  flex-wrap: wrap;
}

.archive-item {
  width: 25%;
  opacity: 0.6;
  transition: 0.5s;
}

@media(max-width: 768px) {
  .archive-item {
    width: 50%;
  }
}

.archive-item:hover {
  opacity: 1;
}

.archive-item .archive-image a {
  display: inline-block;
}

.archive-item .archive-image a {
  position: relative;
  cursor: pointer;
}
.archive-item:hover .archive-image a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.portfolio_filter li.active a {
  background-color: #66AA2D;
}

.wrapper-portfolio a{
  text-decoration: none;
}

@media (max-width: 768px) {
  .wrapper-portfolio .archive-item {
    text-align: center;
  }
  .portfolio_filter {
    margin: 35px  0;
  }

  .portfolio_filter li{
    margin: 0;
  }

  .portfolio_filter li a {
    margin: 0 2px;
  }

  .wrapper-portfolio .archive-item {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
  }
  .wrapper-portfolio .archive-item:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 530px) {
  .portfolio_filter {
    flex-direction: column;
  }
  .portfolio_filter li {
    text-align: center;
    margin-bottom: 5px;
  }
  .portfolio_filter li a, .portfolio_filter li {
    width: 100%;
  }
  .portfolio_filter li a {
    display: block;
  }
}

/*Лендинг решения*/
.flex {
  display: flex;
  justify-content: center;
}

.yel-btn {
  display: inline-block;
  background: #deae2c;
  color: #ffffff;
  border-radius: 5px;
  padding: 11px 35px;
  font-size: 20px;
  font-family: "MullerMedium";
  text-decoration: none;
}
.yel-btn:hover, .yel-btn:focus {
  background: #e1b641;
  color: #ffffff;
  text-decoration: none;
}

.header {
  margin-bottom: 30px;
}
.header h1, .header h2 {
  font-size: 48px;
}
.header.header-center {
  text-align: center;
}
.header h2 {
  font-family: MullerThin;
}

.project-viewer {
  margin-right: 17px;
}

.viewer-item {
  display: block;
  position: relative;
  border: 1px solid #deae2c;
  padding: 5px;
  border-radius: 10px;
}
.viewer-item img {
  display: block;
}

.green-arrows {
  position: relative;
}
.green-arrows .owl-stage-outer {
  overflow: hidden;
}
.green-arrows .owl-item {
  display: inline-block;
  padding-right: 2px;
  vertical-align: top;
}
.green-arrows .owl-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.green-arrows .owl-dots.disabled, .green-arrows .owl-nav.disabled{
  display: none;
}
.green-arrows .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #76b343;
  margin: 10px;
  border-radius: 50%;
}
.green-arrows .owl-dots .owl-dot.active {
  background: #deae2c;
}
.green-arrows .owl-nav .owl-prev, .green-arrows .owl-nav .owl-next {
  width: 50px;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
}
.green-arrows .owl-nav .owl-prev svg, .green-arrows .owl-nav .owl-next svg {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: #76b343;
}
.green-arrows .owl-nav .owl-prev {
  left: -50px;
}
.green-arrows .owl-nav .owl-next {
  right: -50px;
}

.dbl-cell {
  margin-bottom: 20px;
}

.project-description {
  padding-left: 45px;
}
.project-description h3 {
  font-size: 30px;
  font-family: "MullerMedium";
  margin-top: 0;
}

.project-description_text {
  font-family: "MullerThin";
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.project-description_text .title_service {
  font-size: 25px;
}

.items-list {
  margin-bottom: 70px;
}

.addition-carousel {
  margin: 30px 0 70px;
}
.addition-carousel .drag-line {
  align-items: stretch;
}

.ac-item {
  text-align: center;
  padding: 0 20px;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.ac-item .yel-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 230px;
  margin: auto;
}

.ac-item_img {
  height: 190px;
}
.ac-item_img img {
  max-height: 100%;
}

.ac-item_text {
  margin-bottom: 20px;
}
.ac-item_text h3 {
  font-size: 20px;
}

.grey-section {
  background-color: #f4f4f4;
  padding: 50px 0;
  margin-bottom: 30px;
}

.girl-section {
  background-color: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 30px;
}

.advantages-list {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.advantage {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}

.advantage-text h3 {
  font-size: 18px;
  font-family: "MullerMedium";
  color: #76b343;
}

.advantage-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.places {
  margin-bottom: 30px;
}
.places .place {
  /*display: block;
  height: 150px;
  text-align: center;*/
  height: 150px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.places .place img {
  max-width: 100%;
  max-height: 100%;
}

.dbl-block {
  justify-content: space-around;
  align-items: center;
}
.dbl-block.brif {
  padding-top: 30px;
}

.dbl-block_img {
  position: relative;
  padding: 175px;
}
.dbl-block_img img {
  position: absolute;
  bottom: -30px;
  left: 0;
}

.dbl-block_text {
  text-align: center;
}
.dbl-block_text h3 {
  font-family: "MullerThin";
  font-size: 48px;
}
.dbl-block_text span {
  font-size: 30px;
  font-family: "MullerMedium";
  display: block;
}

.solutions-header {

}

.solutions-header .big-text {
  font-size: 28px !important;
}

.banner-carousel__item {
  position: relative;

}

.banner-carousel__item a{
  display: inline-block;
}
.banner-carousel__item {
  text-align: center;
}

.project-description_text .checkbox .input-checkbox {
  position: absolute;
  left: 0;
  width: 44px;
  height: 40px;
  margin-left: -11px;
  background: url('../img/checkbox.png') no-repeat;
  cursor: pointer;
}

/*.project-description_text .radio .input-radio {
  position: absolute;
  left: 0;
  width: 44px;
  height: 40px;
  margin-left: -11px;
  background: url('../img/checkbox.png') no-repeat;
  cursor: pointer;
}*/
.project-description_text .radio label {
  display: contents;
}




.project-description_text .checkbox .checked {
  background: url('../img/checkbox-checked.png') no-repeat;
}

.project-description_text .checkbox label {
  margin-top: 10px;
  padding-left: 30px;
}
.project-description_text label {
  justify-content: left;
}

.project-description_text .checkbox input {
  display: none;
}

.advantages-service ul{
  padding: 0;
}

.advantages-service ul li {
  padding: 20px 0;
  padding-left: 70px;
  background: url(../img/guarantees_ico.png) no-repeat left center;
  list-style-type: none;
}

.our-works-service__wrapper {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.our-works-service__slider .title {
  line-height: normal;
  background: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
  float: left;
  font-family: "MullerRegular";
}

.our-works-service__slider .title a {
  font-size: 18px;
  color: #2d2d2d;
  text-decoration: none;
}

.our-works-service__slider .price {
  font-family: "MullerBold";
  color: #66aa2d;
  font-size: 22px;
}
.our-works-service__slider .client-problem {
  color: #b3b3b3;
  font-family: "MullerMedium";
  font-size: 14px;
  margin-bottom: 15px;
}

.our-works-service__slider .price span {
  font-size: 14px;
  font-family: "MullerMedium";
}
.our-works-service__slider .client-problem span {
  color: #2f2f2f;
}

.our-works-service__slider li {
  list-style-type: none;
}
.banner-carousel__item__img--mob {
  display: none !important;
}

#reviews-block .item .reviews-block-user-info {
  display: flex;
}

#reviews-block {
  margin-bottom: 20px;
}

#reviews-block .item {
  max-width: 350px;
  min-height: 250px;
  padding: 10px;
  border: 2px solid #c2ddab;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.reviews-block-user__rating, .reviews-block-user__name {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.reviews-block-user__name img {
  max-width: 64px;
}

#reviews-block ul li {
  list-style-type: none;
}

.reviews-block-user__rating {
  align-items: flex-end;
  float: right;
  text-align: right;
  /*justify-content: space-between;*/
}

.reviews-block-user__name p {
  margin-top: 4px;
}

.reviews-block-user__content {
  margin-top: 20px;
}

.reviews-block-user__name img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reviews-block-user__rating img {
  max-width: 150px;
}

.rating-area {
  overflow: hidden;
  width: 265px;
  margin: 0 auto;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 50px;
  line-height: 50px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
  content: '★';
}
.rating-area > input:checked ~ label {
  color: gold;
  text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
  position: relative;
}
.rating-result {
  /*width: 265px;
  margin: 0 auto;*/
}
.rating-result span {
  padding: 0;
  font-size: 22px;
  line-height: 1;
  color: lightgrey;

}
.rating-result > span:before {
  content: '★';
}
.rating-result > span.active {
  color: gold;

}


#reviews-block .owl-prev, #our-works-service__slider .owl-prev{
  left: -55px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(../img/prev-btn-carousel-off.png) no-repeat;
}

#reviews-block .owl-next, #our-works-service__slider .owl-next {
  width: 48px;
  height: 48px;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url(../img/next-btn-carousel-off.png) no-repeat;
}

#our-works-service__slider .owl-next {
  right: -55px;
}

#our-works-service__slider {
  padding: 0;
  margin: 0;
}

#reviews-block .owl-nav, #our-works-service__slider .owl-nav{
  display: block !important;
}

.project-description .project-description_text .options__send{
  font-family: "MullerMedium";
  font-size: 19px;
}

.project-description .project-description_text .project-description_text__note{
  font-family: "MullerRegular";
  font-size: 17px;
}

.addition-carousel .ac-item_text h3 a {
  text-decoration: none;
  color: #2d2d2d;
}


@media (min-width: 768px) {

  .project-description_text .checkbox input[type=checkbox], .project-description_text .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  #reviews-block .owl-nav {
    display: none !important;
  }
  .banner-carousel__item {
    position: relative;
    min-height: 100%;
  }
}

@media (max-width: 980px) {
  .dbl-block.flex {
    flex-wrap: wrap;
  }
  .dbl-block.flex.reviews {
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .dbl-block.flex.reviews .dbl-block_text .yel-btn {
    float: right;
    font-size: 16px;
    padding: 10px 20px;
  }
  .dbl-block.flex.brif {
    position: relative;
  }
  .dbl-block.flex.brif .dbl-block_text .yel-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
  }
  .dbl-block.flex.brif .dbl-block_img img {
    bottom: 50px;
  }

  .girl-section {
    padding-bottom: 0;
  }

  .project-description {
    padding-left: 0;
  }

  .dbl-block_img img {
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .header h1, .header h2 {
    font-size: 36px;
  }

  .project-description .yel-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 220px;
  }

  .dbl-block_text h3 {
    font-size: 36px;
  }
  .dbl-block_text span {
    font-size: 20px;
  }

  .project-viewer {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .advantage {
    padding-left: 0;
    max-width: 350px;
    margin: 20px auto;
    text-align: center;
  }

  .advantage-icon {
    position: relative;
  }

  .dbl-block_img img {
    left: -50px;
  }
}
@media (max-width: 480px) {
  .dbl-block_img {
    padding: 100px;
  }
  .dbl-block_img img {
    width: 200px;
  }
}
