@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadProBold.eot");
  src: url("../fonts/MyriadProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProBold.woff") format("woff"), url("../fonts/MyriadProBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

input,
textarea {
  font-family: 'Roboto', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 1126px;
  margin: 0 auto;
  height: auto;
  overflow: auto;
}

header {
  width: 100%;
  height: auto;
  margin-top: 22px;
  position: relative;
}

#logo {
  float: left;
  border-right: 1px solid #cdcdcd;
  padding-right: 18px;
  margin-right: 20px;
}

#logo_slogan {
  float: left;
  color: #352221;
  font-size: 14px;
  font-style: italic;
  text-shadow: 0px 0px 0px #b1adad;
}

a.top_zvonok {
  float: right;
  width: 188px;
  height: 27px;
  border: 1.5px solid #f23428;
  border-radius: 12px;
  text-align: center;
  color: #2a2a2a;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #868686;
  padding-top: 8px;
  margin-top: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.top_zvonok:hover {
  background: #f23428;
  color: #fff;
}

#head_info {
  float: right;
  margin-right: 30px;
}

.top_tel {
  background: url(../img/ico_tel.png) no-repeat;
  background-position: 0 4px;
  padding-left: 23px;
}

.top_tel a {
  text-decoration: none;
  font-weight: bold;
  color: #2a2a2a;
  font-size: 19px;
  text-shadow: 0px 0px 0px #afafaf;
}

.top_mail {
  text-align: right;
}

.top_mail a {
  color: #f23428;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #fff;
}

.top_mail a:hover {
  border-bottom: 1px solid #cdcdcd;
}

.main_menu {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 16px;
}

.main_menu > .wrapper {
  overflow: visible;
}

.main_menu > .wrapper > ul {
  list-style: none;
}

.main_menu > .wrapper > ul > li {
  padding: 12px 15px;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main_menu > .wrapper > ul > li > a {
  color: #606060;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #a9a9a9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main_menu > .wrapper > ul > li:hover {
  border-bottom: 2px solid #cdcdcd;
}

.main_menu > .wrapper > ul > li:hover > a {
  color: #000;
}

.main_menu > .wrapper > ul > li > ul {
  z-index: 100;
  display: none;
  position: absolute;
  top: 46px;
  list-style: none;
  width: 316px;
  background: #fff;
  padding: 20px;
  padding-bottom: 10px;
  left: 0;
  padding-top: 14px;
}

.main_menu > .wrapper > ul > li:hover > ul {
  display: block;
}

.main_menu > .wrapper > ul > li > ul > li {
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main_menu > .wrapper > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.main_menu > .wrapper > ul > li > ul > li:hover {
  border-bottom: 2px solid #cdcdcd;
}

.main_menu > .wrapper > ul > li > ul > li > a {
  color: #606060;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #a9a9a9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main_menu > .wrapper > ul > li > ul > li > a:hover {
  color: #000;
}

.main_menu > .wrapper > ul > li.lk {
  float: right;
  background: url(../img/ico_lk.png) no-repeat;
  background-position: 8px 14px;
  padding-left: 29px;
}

.main_menu > .wrapper > ul > li.menu_has_child:after {
  content: " ";
  width: 10px;
  background: url(../img/right.png) no-repeat;
  background-size: 6px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  height: 10px;
  top: 20px;
  right: 4px;
}

#first_block_home {
  background: url(../img/fon_utp.png) no-repeat;
  padding-top: 110px;
  background-size: cover;
}

.first_block_title {
  text-align: center;
  color: #fff;
  font-size: 42px;
}

.light {
  font-weight: 100;
}

.bold {
  font-weight: bold;
}

.first_block_links_list {
  margin-top: 50px;
  margin-bottom: 100px;
}

.block_links {
  width: 47%;
  display: inline-block;
  text-align: center;
}

.block_links a img {
  margin-bottom: 25px;
}

.block_links a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.block_links:hover a {
  color: #fff;
  text-decoration: underline;
}

#otsedit {
  background: #f23428;
  padding: 40px 0;
}

.block_title_otsledit {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  top: 4px;
}

.otsl_text {
  width: 481px;
  height: 50px;
  border-radius: 10px 0 0 10px;
  border: none;
  padding-left: 18px;
  margin-left: 45px;
  outline: none;
}

.otsl_otpr {
  background: #5a2a28;
  border: none;
  padding: 15px 0;
  border-radius: 0 10px 10px 0;
  width: 200px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  position: relative;
  left: -4px;
  top: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.otsl_otpr:hover {
  background: #753936;
}

#about {
  padding-top: 60px;
}

.about_top {
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  height: auto;
  overflow: auto;
}

.about_text {
  font-size: 15px;
  color: #4a4a4a;
  width: 572px;
  float: left;
  font-weight: 400;
  text-shadow: 0px 0px 0px #b7b7b7;
}

.about_text p {
  margin-bottom: 20px;
}

.about_text h2 {
  padding-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
}

.about_img {
  float: right;
}

.more_link {
  color: #f23428;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.more_link:hover {
  border-bottom: 1px solid #f23428;
}

.about_bottom {
  border-top: 1px solid #cecece;
  clear: both;
  margin-top: 0px;
  padding-top: 40px;
}

.list_ico .ico {
  float: left;
  width: 33%;
  margin-bottom: 35px;
}

.list_ico .ico .img_ico {
  display: block;
  width: 82px;
  float: left;
}

.list_ico .ico .text_ico {
  display: block;
  font-size: 16px;
  color: #4f4f4f;
  width: 260px;
  margin-left: 20px;
  float: left;
  line-height: 23px;
  margin-top: 5px;
  text-shadow: 0px 0px 0px #a1a1a1;
}

.list_ico .ico:nth-child(3) .text_ico {
  margin-top: 18px;
}

.list_ico .ico:last-child .text_ico {
  margin-top: 18px;
}

#partners {
  background: #f1f1f1;
  clear: both;
  border-top: 1px solid #b2b2b2;
  padding-top: 50px;
  padding-bottom: 67px;
  border-bottom: 1px solid #b2b2b2;
}

.part_title {
  font-size: 32px;
  font-weight: 500;
  float: left;
}

.partners_head {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-bottom: 35px;
}

.part_link {
  float: right;
  color: #f23428;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  margin-top: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.part_link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.slider_partners {
  clear: both;
  padding-left: 8px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 5px;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  border: 1px solid #d6d6d6;
  background-image: -webkit-linear-gradient(left, #f22 0%, #f22 50%, #fff 50%, #fff 100%);
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#kalk {
  padding-top: 60px;
  padding-bottom: 60px;
}

.kalk_title {
  color: #000;
  font-size: 31px;
  font-weight: 500;
}

.block_kalk {
  margin-top: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 35px;
  width: auto;
  height: auto;
  overflow: auto;
  /* padding-bottom: 0; */
  padding-top: 35px;
  padding-bottom: 0;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border: 0;
  background: url("../img/el.png");
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: 0;
  background: url("../img/el.png");
  cursor: pointer;
}

.block_range_price {
  width: 49%;
  float: right;
}

.block_adress {
  width: 49%;
  float: left;
}

.block_range_price .slidecontainer {
  width: 270px;
  position: relative;
  float: left;
  margin-top: 9px;
}

.block_range_price .slidecontainer span.left_slider {
  float: left;
  text-shadow: 0px 0px 0px #7c7c7c;
}

.block_range_price .slidecontainer span.right_slider {
  float: right;
  text-shadow: 0px 0px 0px #7c7c7c;
}

#price {
  width: 70px;
  height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  /* text-align: center; */
  padding-left: 5px;
  padding-top: 6px;
  float: left;
  text-shadow: 0px 0px 0px #b6b6b6;
  font-size: 14px;
  padding-bottom: 6px;
  text-align: center;
  padding-right: 5px;
}

.block_price {
  float: left;
  margin-left: 30px;
}

.block_price span {
  margin-left: 15px;
  position: relative;
  top: 12px;
  text-shadow: 0px 0px 0px #b6b6b6;
}

.slider_zag {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 0px 0px 0px #b6b6b6;
  margin-bottom: 8px;
}

.block_adress > div {
  float: left;
}

.block_adress i {
  float: left;
  background: url(../img/ar.png) no-repeat;
  display: block;
  width: 39px;
  height: 17px;
  margin-top: 38px;
  background-position: center;
}

.block_adress div label {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 0px 0px 0px #b6b6b6;
  margin-bottom: 8px;
}

.block_adress div input {
  height: 38px;
  width: 170px;
  padding-left: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

.block_adress div input.otkuda {
  background: #f4f4f4;
}

#price_ves {
  width: 70px;
  height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  /* text-align: center; */
  padding-left: 5px;
  padding-top: 6px;
  float: left;
  text-shadow: 0px 0px 0px #b6b6b6;
  font-size: 14px;
  padding-bottom: 6px;
  text-align: center;
  padding-right: 5px;
}

.block_range_ves {
  width: 49%;
  float: left;
  margin-top: 20px;
}

.block_range_ves .slidecontainer {
  width: 270px;
  position: relative;
  float: left;
  margin-top: 9px;
}

.block_range_ves .slidecontainer span.left_slider {
  float: left;
  text-shadow: 0px 0px 0px #7c7c7c;
}

.block_range_ves .slidecontainer span.right_slider {
  float: right;
  text-shadow: 0px 0px 0px #7c7c7c;
}

.clear {
  clear: both;
}

.block_dost {
  width: 49%;
  float: right;
  margin-top: 20px;
}

.block_select {
  float: left;
  margin-right: 30px;
}

.block_nal_plat {
  float: left;
  font-weight: 500;
  margin-top: 5px;
}

.block_nal_plat > label > span {
  text-shadow: 0px 0px 0px #b6b6b6;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.approv {
  font-weight: 500;
  margin-top: 22px;
}

.approv label span {
  text-shadow: 0px 0px 0px #b6b6b6;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.approv label span.dos_text {
  margin-right: 20px;
}

.form_bottom {
  background: #f3f3f3;
  width: 100%;
  margin-left: -35px;
  margin-top: 25px;
  padding: 30px 35px;
  height: auto;
  overflow: auto;
  padding-bottom: 2px;
}

.total {
  float: left;
  font-size: 16px;
  text-shadow: 0px 0px 0px #b6b6b6;
}

.total span {
  font-size: 29px;
  font-weight: 500;
  padding-left: 10px;
}

.clear_all {
  float: right;
  color: #f33529;
  font-weight: 500;
  font-size: 15px;
  margin-right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

.clear_all:hover {
  text-decoration: underline;
}

.otpr_form_bottom {
  float: right;
  width: 200px;
  height: 47px;
  background: #f33529;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  position: relative;
  top: -15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #f33529;
  cursor: pointer;
}

.otpr_form_bottom:hover {
  background: #f3f3f3;
  border: 1px solid #000;
  color: #000;
}

#news {
  background: #f1f1f1;
  clear: both;
  border-top: 1px solid #b2b2b2;
  padding-top: 50px;
  /*padding-bottom: 67px;*/
  border-bottom: 1px solid #b2b2b2;
}

.news_title {
  font-size: 32px;
  font-weight: 500;
  float: left;
}

.news_head {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-bottom: 35px;
}

.news_link {
  float: right;
  color: #f23428;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  font-size: 15px;
  margin-top: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news_link:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.slider_news {
  clear: both;
  padding-left: 8px;
}

.new {
  background: #fff;
  margin-right: 15px;
}

.news_img {
  margin-bottom: 25px;
}

.news_img img {
  width: 100%;
}

.new .new_link a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.new .new_link a:hover {
  border-bottom: 1px solid #000;
}

.new .new_link {
  width: 310px;
  margin: 0 auto;
  line-height: 29px;
  min-height: 90px;
}

.date {
  font-size: 14px;
  color: #4c4c4c;
  width: 310px;
  margin: 0 auto;
  margin-bottom: 17px;
}

.contact_right {
  width: 650px;
  float: right;
}

#contact_bottom {
  padding: 100px 0;
}

.con_title {
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 35px;
}

.contact_left {
  float: left;
  width: 450px;
  overflow: hidden;
}

.contact_group {
  clear: both;
  width: 100%;
  overflow: auto;
  height: auto;
  margin-bottom: 20px;
}

.contact_group .ico_c {
  float: left;
  border-right: 1px solid #939393;
  padding-right: 20px;
  width: 41px;
  text-align: center;
  margin-right: 22px;
  height: 41px;
}

.contact_group .con_info {
  overflow: hidden;
}

.contact_group .con_info .medium {
  font-weight: 500;
  text-shadow: 0px 0px 0px #8b8b8b;
}

.contact_group .con_info a {
  color: #000;
  text-decoration: none;
}

.tel_b .con_info {
  padding-top: 12px;
}

.tel_b .ico_c img {
  margin-top: 6px;
}

.mail_b .con_info {
  margin-top: 11px;
}

.mail_b .ico_c img {
  margin-top: 11px;
}

footer {
  background: #7d7d7d;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer > .wrapper > div {
  float: left;
}

.copy {
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
  clear: both;
  padding-top: 16px;
}

.footer_block_logo {
  float: left;
  border-right: 1px solid #cdcdcd;
  padding-right: 18px;
  margin-right: 20px;
}

.block_logo_footer_copy_slogan #logo_slogan {
  color: #fff;
  margin-top: 10px;
}

.copy a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.copy a:hover {
  border-bottom: 1px solid #fff;
}

.footer_block_menu {
  margin-left: 80px;
}

.footer_block_menu ul {
  list-style: none;
  width: 310px;
}

.footer_block_menu ul li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.footer_block_menu ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_block_menu ul li a:hover {
  border-bottom: 1px solid #fff;
}

footer > .wrapper > div.footer_contact {
  float: right;
  text-align: right;
}

.bottom_tel {
  background: url(../img/ico_phone_bottom.png) no-repeat;
  padding-left: 26px;
  background-position: 0px 2px;
}

.bottom_mail {
  margin-top: 8px;
}

.bottom_tel a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

.bottom_mail a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.bottom_mail a:hover {
  border-bottom: 1px solid #fff;
}

.footer_zvonok {
  float: right;
  width: 188px;
  height: 27px;
  border: 1.5px solid #b2b2b2;
  border-radius: 12px;
  text-align: center;
  color: #2a2a2a;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #868686;
  padding-top: 8px;
  margin-top: 18px;
  display: block;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer_zvonok:hover {
  background: #fff;
  color: #7d7d7d;
  border: 1.5px solid #fff;
}

.menu_mobile_toggle.menu-btn {
  display: none;
  width: 45px;
  margin: 0 auto;
  background: url(../img/menu_btn.png) no-repeat;
  background-size: 100%;
  height: 41px;
  /* padding-left: 42px; */
  background-position: 0px 0px;
  /* border: 1.5px solid #f23428; */
  margin-top: 0;
  padding-top: 9px;
  /* border: 1px solid #ccc; */
  border-radius: 10px;
  position: absolute;
  top: 0;
  /* left: 0px; */
  right: 11px;
}

#news .wrapper {
  overflow: visible;
}

#partners .wrapper {
  overflow: visible;
}

.close_push {
  color: #fff;
  font-size: 28px;
  text-align: right;
  padding: 10px 0;
  padding-top: 0;
  position: absolute;
  right: 15px;
  top: 35px;
}

.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

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

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

.burger span:nth-child(4) {
  top: 17px;
}

.burger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.burger {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.bur_wrap {
  position: absolute;
  top: 11px;
  right: 15px;
  z-index: 99999;
}

.burger.open span {
  background: #fff;
}

.bur_wrap {
  display: none;
}

.cf:before, .wrapper:before, .text-content:before,
.cf:after,
.wrapper:after,
.text-content:after {
  content: " ";
  /* 1 */
  display: table;
}

.cf:after, .wrapper:after, .text-content:after {
  clear: both;
}

.cf, .wrapper, .text-content {
  *zoom: 1;
}

.hidden {
  display: none;
}

.s-breadcrumbs {
  background: #f6f6f6;
}
.s-breadcrumbs .wrapper {
  padding: 12px 0;
}

.breadcrumbs {
  font-family: 'Myriad Pro';
  font-size: 14px;
  line-height: 1.21;
  letter-spacing: 0.084em;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #606060;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumbs .divider {
  background: transparent url("../img/breadcrumbs-div.png") center no-repeat;
  height: 17px;
  width: 17px;
  display: inline-block;
  vertical-align: text-bottom;
}

.button {
  background: #f23428;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  padding: 12px 24px;
  max-width: 100%;
  text-decoration: none;
  border: 1px solid #f23428;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button:hover {
  background: #da190d;
  border: 1px solid #da190d;
}
.button.b2 {
  border-color: #fff;
  background: transparent;
}
.button.b2:hover {
  background: #da190d;
  border-color: #da190d;
}

.s-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 47px;
}

.page-title {
  font-size: 30px;
  color: #d1372d;
  font-weight: bold;
  margin-bottom: 25px;
}

.icon-item {
  font-family: 'Myriad Pro';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.icon-item .img .bg {
  background: #f33529;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-right: 25px;
  border-radius: 10px;
}
.icon-item .img img {
  vertical-align: middle;
}
.icon-item .text {
  color: #4f4f4f;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}

.s-callcenter-first {
  background: #333 url("../img/s-callcenter-first.jpg") center top no-repeat;
  background-size: cover;
  color: #fff;
}
.s-callcenter-first .wrapper {
  padding-top: 62px;
  padding-bottom: 40px;
}
.s-callcenter-first .s-title {
  font-size: 46px;
  line-height: 1.25;
  letter-spacing: 0.045em;
  font-weight: normal;
  text-align: center;
}
.s-callcenter-first .icons-block {
  float: left;
  padding-left: 118px;
  width: 40.67%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s-callcenter-first .icons-block .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  text-align: left;
}
.s-callcenter-first .icons-block .item:last-child {
  margin-bottom: 0;
}
.s-callcenter-first .icons-block .item .img .bg {
  width: 100px;
  height: 72px;
  line-height: 72px;
}
.s-callcenter-first .icons-block .item .img img {
  max-width: 80px;
  vertical-align: middle;
}
.s-callcenter-first .icons-block .item .text {
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.s-callcenter-first .video-block {
  float: left;
  width: 53.11%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 34px;
}
.s-callcenter-first .video img {
  max-width: 100%;
}
.s-callcenter-first .bottom {
  margin-top: 30px;
  text-align: center;
  margin-left: 38px;
}
.s-callcenter-first .bottom .button {
  width: 453px;
  margin: 0 15px 30px;
}

.s-you-we {
  overflow: hidden;
}
.s-you-we .wrapper {
  overflow: visible;
  position: relative;
}
.s-you-we .left,
.s-you-we .right {
  padding-top: 49px;
  padding-bottom: 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.s-you-we .left {
  width: 27.71%;
  float: left;
}
.s-you-we .left .icon-item {
  width: 250px;
}
.s-you-we .right {
  width: 72.29%;
  float: left;
  background: #f7f7f7;
  padding-left: 90px;
  position: relative;
}
.s-you-we .right:before {
  background: #f7f7f7;
  content: '';
  display: block;
  width: 9999px;
  height: 100%;
  position: absolute;
  left: 312px;
  top: 0;
}
.s-you-we .right .inner {
  position: relative;
  z-index: 11;
}
.s-you-we .right .icon-item {
  width: 310px;
}
.s-you-we .right .icon-item:nth-child(2n) {
  margin-right: 73px;
}
.s-you-we .title {
  font-size: 30px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.035em;
  margin-bottom: 33px;
}

.s-benefits .wrapper {
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 88px;
}

.benefit-blocks {
  font-size: 0;
  margin-left: -8px;
  margin-right: -8px;
  text-align: center;
}

.benefit-block {
  width: 364px;
  max-width: 96%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 8px 25px;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #f33529;
  border-bottom: 2px solid #fff;
  padding: 50px 27px 20px;
}
.benefit-block .top {
  margin-bottom: 34px;
}
.benefit-block .top .icon {
  width: 92px;
  height: 75px;
  float: left;
  line-height: 75px;
}
.benefit-block .top .icon img {
  max-width: 75px;
  vertical-align: middle;
}
.benefit-block .top .title {
  font-size: 30px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.035em;
}
.benefit-block ul {
  font-family: 'Myriad Pro';
  font-size: 18px;
  line-height: 1.33;
  color: #4f4f4f;
  margin-left: 13px;
}
.benefit-block ul li {
  margin-bottom: 13px;
  list-style: none;
  position: relative;
}
.benefit-block ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #f33529;
  position: absolute;
  top: 8px;
  left: -13px;
  border-radius: 50%;
}
.benefit-block ul li:last-child {
  margin-bottom: 0;
}
.benefit-block.b2 {
  border-top-color: #fff;
  border-bottom-color: #f33529;
}

.s-tariffs .wrapper {
  overflow: visible;
  padding-bottom: 88px;
}

.tariffs {
  font-size: 0;
  text-align: center;
  margin-left: -8px;
  margin-right: -8px;
}
.tariffs .tariff {
  font-size: 16px;
  width: 212px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 25px;
  -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
}
.tariffs .tariff .title {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  text-align: center;
  padding: 18px 5px;
}
.tariffs .tariff .price {
  color: #b30506;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 20px 0 18px;
}
.tariffs .tariff .num {
  font-size: 38px;
  letter-spacing: 0.035;
  margin-bottom: 4px;
}
.tariffs .tariff .units {
  font-size: 18px;
  letter-spacing: 0.035;
}
.tariffs .tariff .includes {
  font-family: 'Myriad Pro';
  color: #1e1e1e;
  text-align: left;
  margin-bottom: 40px;
}
.tariffs .tariff .includes .item {
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 10px 3px 10px 10px;
}
.tariffs .tariff .includes .item:nth-child(2n+1) {
  background: #f7f7f7;
}
.tariffs .tariff .read-more {
  display: block;
  background: #7d7d7d;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding: 5px;
  text-align: center;
}
.tariffs .tariff .read-more:hover {
  background: #f33529;
}
.tariffs .tariff.yellow .title {
  background: #e8a928;
}
.tariffs .tariff.orange .title {
  background: #de832a;
}
.tariffs .tariff.green .title {
  background: #77910c;
}
.tariffs .tariff.blue .title {
  background: #285f85;
}
.tariffs .tariff.purple .title {
  background: #842873;
}

.s-text-content .wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* -----------------------------------------------------------
	Forms
-------------------------------------------------------------- */
.fancybox-skin {
  background: transparent;
  border-radius: 8px;
}

.popup-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 310px;
}

.form {
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 23px 18px;
  font-family: 'Myriad Pro';
}
.form form {
  clear: both;
  font-size: 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.form form input, .form form textarea {
  font-family: 'Myriad Pro';
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #f2f2f2;
  padding: 10px 16px;
  margin: 0 0px 9px;
  vertical-align: middle;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form form input[type='checkbox'] {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.form form textarea {
  resize: vertical;
  height: 76px;
}
.form form .button {
  font-family: 'Myriad Pro';
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  margin-top: 19px;
  margin-bottom: 10px;
}
.form form .status {
  font-size: 16px;
  display: none;
  margin-top: 10px;
}
.form .title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 23px;
}
.form .text {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

/* -----------------------------------------------------------
	Wordpress content
-------------------------------------------------------------- */
.text-content {
  color: #4f4f4f;
  font-family: 'Myriad Pro';
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* Tables */
}
.text-content p,
.text-content pre,
.text-content ul,
.text-content ol,
.text-content dl,
.text-content address,
.text-content blockquote {
  margin-bottom: 17px;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  color: #d1372d;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.2;
  margin-top: -5px;
}
.text-content h1 {
  font-size: 30px;
  font-weight: bold;
}
.text-content h2 {
  font-size: 26px;
  padding-top: 30px;
}
.text-content h3 {
  font-size: 24px;
}
.text-content h4 {
  font-size: 22px;
}
.text-content h5 {
  font-size: 20px;
}
.text-content h6 {
  font-size: 18px;
}
.text-content a {
  color: #d1372d;
}
.text-content a:hover {
  text-decoration: none;
}
.text-content hr {
  height: 1px;
  border: none;
  background: #cecece;
  margin-top: 37px;
  margin-bottom: 24px;
}
.text-content blockquote {
  background: rgba(0, 0, 0, 0.05);
  clear: both;
  padding: 10px 20px;
  position: relative;
}
.text-content blockquote :last-child {
  margin-bottom: 0px;
}
.text-content dl {
  padding: 0 5px;
}
.text-content dt {
  font-style: italic;
  padding-bottom: 5px;
}
.text-content dd {
  padding-bottom: 10px;
}
.text-content address {
  margin-left: 25px;
}
.text-content abbr {
  color: #070;
}
.text-content acronym {
  border-bottom: 1px dotted #aaa;
}
.text-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
}
.text-content .image {
  color: #512e2c;
  margin-bottom: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-content .image a {
  color: #512e2c;
}
.text-content .image .icon .inner {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #512e2c;
  text-align: center;
  margin-right: 13px;
  border-radius: 50%;
}
.text-content .image .icon img {
  vertical-align: middle;
  margin: 0;
  border-radius: 0;
}
.text-content ul,
.text-content ol {
  margin-left: 0px;
}
.text-content ul li {
  list-style: none;
  padding-left: 0px;
  margin-left: 18px;
  position: relative;
}
.text-content ul li:before {
  content: '';
  position: absolute;
  left: -18px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #d1372d;
  border-radius: 50%;
}
.text-content ul.list-docs li {
  margin-left: 29px;
}
.text-content ul.list-docs li:before {
  left: -24px;
  top: 4px;
  width: 9px;
  height: 13px;
  background: transparent url("../img/icon-doc.png") center no-repeat;
  border-radius: 0;
}
.text-content li ul li {
  margin-left: 20px;
  padding-left: 0px;
}
.text-content ol li {
  list-style: decimal outside;
  margin-left: 43px;
  padding-left: 5px;
}
.text-content ol ol {
  margin-left: 43px;
}
.text-content li {
  margin-bottom: 0px;
}
.text-content li ul,
.text-content li ol {
  margin: 10px 0 10px 45px;
}
.text-content table {
  color: #787878;
  font-size: 14px;
  line-height: 1.25;
  border: none;
  margin-top: 25px;
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.text-content caption {
  margin-bottom: 2px;
  font-weight: bold;
}
.text-content thead {
  border-radius: 10px;
}
.text-content thead th {
  background: #512e2c;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  padding: 24px 20px 23px;
}
.text-content thead td {
  background: #d9d9d9;
  color: #512e2c;
}
.text-content tbody tr {
  background: #f6f6f6;
}
.text-content thead tr {
  font-size: 13px;
}
.text-content th {
  font-weight: normal;
}
.text-content td {
  font-family: 'Myriad Pro';
  font-size: 18px;
  line-height: 1.28;
}
.text-content thead td,
.text-content thead th {
  text-align: center;
  vertical-align: top;
}
.text-content td,
.text-content th {
  padding: 13px 20px;
  border: 1px solid #bbbbbb;
}
.text-content tbody td,
.text-content tbody th {
  vertical-align: middle;
}
.text-content .zscroll {
  /*margin-bottom: 17px;*/
}
.text-content .zscroll table {
  min-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
}
.text-content .zscroll .inner {
  overflow: hidden;
  /*margin: -1px;
  border: 1px solid #bbbbbb;
  border-radius: 10px;*/
}
@media only screen and (max-width: 600px) {
  .text-content .zscroll .inner {
    overflow: visible;
    border: none;
    margin: 0;
  }
  .text-content .zscroll table {
    margin-bottom: 19px;
  }
}
.text-content > *:last-child {
  margin-bottom: 0 !important;
}

/* Alignment */
img.alignleft,
div.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

img.alignright,
div.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

img.aligncenter,
div.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignnone,
div.alignnone {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  .text-content img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .text-content p {
    clear: both;
  }
  .text-content img {
    max-width: 100%;
  }

  img.alignleft,
  div.alignleft,
  img.alignright,
  div.alignright {
    clear: both;
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=style.css.map */

.inegration{
  width: 100%;
  text-align:center;
  margin-bottom: 50px;
}
.inegration div{
  width: 25%;
  background-color: #fff;
  border: 0 none;
  

}
.inegration img{
  width: 128px;
}
.ineg{
  width: 224px;
}