@import "fonts.css";
* {
  box-sizing: border-box;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  background: white;
  color: #455a64;
  font-size: 14px;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #dc2928;
}
h1.in_page,
.h1.in_page {
  margin-top: 10px;
  margin-bottom: 10px;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0 15px;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #26a69a;
}
h3,
.h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 25px 0 15px;
  padding: 0;
  color: #26a69a;
  font-family: 'Open Sans', sans-serif;
}
h3.in_page,
.h3.in_page {
  margin-top: 0;
  margin-bottom: 10px;
}
h4,
.h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 20px 0 15px;
  padding: 0;
  color: #26a69a;
  font-family: 'Open Sans', sans-serif;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: #26a69a;
  text-decoration: none;
}
a:hover {
  color: #26a69a;
  text-decoration: underline;
}
a.reverse {
  text-decoration: underline;
}
a.reverse:hover {
  text-decoration: none;
}
::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #bebebe;
}
::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #bebebe;
}
/* Firefox 19+ */
:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #bebebe;
}
/* Firefox 18- */
:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  color: #bebebe;
}
input[type=text],
input[type=password],
select,
textarea {
  background: white;
  border: 1px solid #455a64;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  height: 30px;
  padding: 0 8px;
  color: #455a64;
  min-width: 160px;
}
.btn {
  display: inline-block;
  background: #26a69a;
  color: white;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  height: 30px;
  padding:7px 9px 9px 9px;
  border: none;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  color: white;
  text-decoration: none;
}
.btn.btn_big {
  height: 65px;
  font-size: 30px;
  min-width: 370px;
  padding:10px 15px 15px 15px;
}
.btn.btn_big.btn_right:after {
  border-width: 32.5px 0 32.5px 20px;
  right: -20px;
}
.btn.btn_big.f18 {
  padding: 21px 15px;
}
.btn.btn_medium {
  font-size: 18px;
  min-width: 200px;
  padding: 4px;
}
.btn.btn_medium.f12 {
  padding: 8px;
}
.btn.btn_medium1 {
  font-size: 24px;
  min-width: 260px;
  padding: 7px 14px 14px;
  height: 46px;
}
.btn.btn_medium1.btn_right:after {
  border-width: 23px 0 23px 15px;
  right: -15px;
}
.btn.btn_right:after {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-style: solid;
  position: absolute;
  top: 0;
  right: -10px;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #26a69a;
}
.btn.btn_left:before {
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-style: solid;
  position: absolute;
  top: 0;
  left: -10px;
  border-width: 15px 10px 15px 0;
  border-color: transparent #26a69a transparent transparent;
}
.btn.btn_margin {
  margin: 10px 0 15px 0;
}
.btn.btn_margin2 {
  margin: 25px 0 25px 0;
}
.btn.btn_red {
  background: #ba2825;
  /*new*/
}
.btn.btn_red.btn_right:after {
  border-color: transparent transparent transparent #ba2825;
  /*new*/
}
.btn.f18 {
  font-size: 18px;
}
.btn.f12 {
  font-size: 12px;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
.page {
  margin: 0 auto -180px auto;
  position: relative;
  padding: 0 0 180px 0;
  min-height: 100%;
  height: auto;
  z-index: 1;
}
.bad_browser {
  padding: 200px;
  text-align: center;
  display: none;
}
.middle {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.content {
  padding: 0 30px;
}
footer {
  height: 150px;
  background: #fafafa;
  padding: 25px 0;
  position: relative;
  z-index: 2;
  line-height: 17px;
  margin-top: 30px;
}
footer .content {
  display: table;
  height: 100%;
}
footer .col {
  width: 25%;
  border-right: 1px solid #cfd8dc;
  display: table-cell;
  padding: 0 19px 0 24px;
}
footer .col:last-child {
  border-right: 0;
  padding-right: 0;
  position: relative;
  /*new*/
}
footer .col:first-child {
  padding-left: 0;
}
footer .col > a:not(.map) {
  display: table;
  color: #455a64;
}
footer .col > a:not(.map):hover {
  color: #455a64;
}
footer input[type=text],
footer .btn {
  margin-top: 11px;
  font-size: 12px;
}
.f_title {
  color: #6d4c41;
  text-transform: uppercase;
  margin: -4px 0 4px;
  font-weight: bold;
}

.f_title_comp {
  margin-top: 5px;
}
.soobwa {
  display: inline-block;
  background: url(img/soobwa_logo.png) no-repeat left top;
  padding-left: 133px;
  font-size: 12px;
  font-family: raleway, sans-serif;
  line-height: normal;
  min-height: 33px;
  margin-top: 20px;
}
.soobwa a {
  color: #90a4ae!important;
}
.soobwa a:hover {
  color: #90a4ae!important;
}
.socials a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 1px;
  background: #f34947 no-repeat center;
}
.accept {
  background: white;
  border-radius: 5px;
  font-size: 11px;
  width: 100%;
  margin-top: 9px;
  padding-left: 7px;
  padding-bottom: 4px;
}
.accept img {
  vertical-align: middle;
  margin-right: 8px;
}
header {
  height: 170px;
  padding-top: 60px;
  font-family: 'Open Sans', sans-serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+42,b0bec5+92 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 42%, #d4dcdf 92%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #ffffff), color-stop(92%, #d4dcdf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 42%, #d4dcdf 92%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 42%, #d4dcdf 92%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 42%, #d4dcdf 92%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 42%, #d4dcdf 92%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b0bec5', GradientType=0);
  /* IE6-9 */
}
header > div > .col {
  width: 445px;
}
header > div > .col:nth-child(2) {
  width: 490px;
}
header > div > .col:last-child {
  width: auto;
}
header > div > .col:last-child a {
  font-size: 12px;
  display: inline-block;
  margin-top: 2px;
}
header .tbl > .col {
  border-right: 1px solid #cfd8dc;
  padding: 0 10px;
  text-align: center;
}
header .tbl > .col:last-child {
  border-right: none;
}
header .tbl > .col:first-child {
  text-align: right;
  font-size: 12px;
  padding-right: 20px;
}
header .tbl > .col:first-child .f24 {
  margin-top: -5px;
  margin-bottom: -3px;
}
.menu {
  background: #efebe9;
  border-bottom: 3px solid #466e7a;
}
.menu > div {
  display: table;
  height: 70px;
}
.menu a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  color: #6d4c41;
  text-transform: uppercase;
  font-size: 13px;
}
.menu a:hover,
.menu a.act {
  background: #e1dbd7;
  text-decoration: none;
}
.menu a:first-child {
  white-space: nowrap;
}
.logo {
  margin-top: 10px;
  display: inline-block;
}
.h_title {
  color: #dc2928;
}
.tbl {
  display: table;
}
.tbl > .col {
  display: table-cell;
}
.red {
  color: #dc2928;
}
.brown {
  color: #785a51;
}
.cyan {
  color: #26a69a;
}
.darkcyan {
  color: #466e7a;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
.link_lk,
.link_call {
  display: inline-block;
  padding-top: 40px;
  background: url(img/icon_call.png) no-repeat top center;
  font-size: 12px;
  min-width: 75px;
}
.link_lk {
  background-image: url(img/icon_lk.png);
}
.carousel {
  position: relative;
  margin-bottom: 20px;
}
.carousel__block > ul > li {
  position: relative;
}
.carousel__block > ul > li > div {
  display: inline-block;
  width: 520px;
  position: absolute;
  z-index: 10;
  padding: 20px;
  font-size: 30px;
  bottom: 30px;
  left: 30px;
  background: rgba(144, 164, 174, 0.7);
}
.carousel__block > ul > li > div.carousel_white_block {
  background: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  color: #dc2928;
}
.carousel__block > ul > li:before {
  display: none;
}
.carousel__block > ul > li ul {
  margin-bottom: 0;
}
.carousel__block > ul > li li:before {
  background: #dc2928;
}
.carousel__controls {
  font-size: 0;
  position: absolute;
  bottom: 20px;
  right: 70px;
  z-index: 10;
}
.carousel__controls span {
  line-height: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #466e7a;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}
.carousel__controls span.act {
  background: #dc2928;
}
.block1 {
  margin-left: -22px;
  margin-bottom: 30px;
}
.block1.block1_4elements {
  margin-left: -23px;
}
.block1.block1_4elements .item1 {
  width: 280px;
  margin-left: 23px;
}
.block1.block1_4elements .item1_img {
  width: 280px;
}
.item1 {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-left: 22px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.item1 a {
  display: block;
}
.item1 a:nth-child(2) {
  margin-bottom: 10px;
}
.item1_img {
  width: 220px;
  height: 160px;
  background: #eeeeee no-repeat center;
  margin-bottom: 17px;
}
.block_out {
  margin: 0 -30px 25px;
  padding: 20px 30px;
}
.block_out .calls_block {
  padding: 0;
}
.block_gray {
  background: #fafafa;
}
.fontRM {
  font-family: 'Open Sans', sans-serif;
}
b {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
ul {
  margin: 0 0 25px 15px;
  padding: 0 0 0 25px;
}
ul.ul_big_dots {
  padding-left: 5px;
}
ul.ul_big_dots li {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 6px;
}
ul.ul_big_dots li:before {
  width: 7px;
  height: 7px;
}
li {
  margin-bottom: 12px;
  list-style-type: none;
}
li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #26a69a;
  margin: 0 9px 0 -14px;
  vertical-align: middle;
}
.news {
  margin-left: -23px;
  margin-bottom: 20px;
}
.news_item {
  width: 280px;
  vertical-align: top;
  display: inline-block;
  margin-left: 23px;
  margin-bottom: 20px;
}
.news_item a {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 6px;
}
.ni_img {
  width: 280px;
  height: 160px;
  background: transparent no-repeat center;
  background-size: cover;
  margin-bottom: 15px;
}
.news_all {
  text-align: right;
}
.clients img {
  vertical-align: middle;
  margin: 0 15px;
}
.seo {
  color: #90a4ae;
}
.subscribe_block {
  padding: 20px 30px;
  background: #455a64;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 30px;
}
.subscribe_block input[type=text] {
  height: 40px;
  font-size: 16px;
  padding-right: 15px;
  padding-left: 15px;
  width: 930px;
  margin: 15px 0 20px;
  /*new*/
}
.subscribe_block .btn {
  height: 40px;
  font-size: 16px;
  float: right;
  margin: 20px 0;
  padding-right: 40px;
  padding-left: 40px;
}
.subscribe_title {
  font-size: 16px;
}
.breadcrumbs {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin: 20px 0;
  color: #556f7b;
}
.breadcrumbs a {
  color: #785a51;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #785a51;
  text-decoration: none;
}
.breadcrumbs:empty {
  height: 5px;
}
.tabs_menu {
  margin: 0 -30px 15px;
  border-bottom: 2px solid #556f7b;
  padding: 0 30px 0 5px;
}
.tabs_menu > div {
  display: table;
  width: 100%;
}
.tabs_simple {
  padding-left: 30px;
  margin-bottom: 35px;
}
.tabs_simple > div {
  display: block;
}
.tabs_simple .tab {
  display: inline-block;
  height: 38px;
  padding:8px 17px;
  font-size: 16px;
}
.tabs_simple .tab:before {
  display: none;
}
.tabs_simple + h1,
.tabs_simple + .h1 {
  margin-top: -5px;
}
.tab {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #6d4c41;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background: #efebe9;
  height: 70px;
  position: relative;
  padding-left: 25px;
}
.tab.act {
  color: white;
  text-decoration: none;
  background: #556f7b;
}
.tab:hover {
  background: #e1dbd7;
  color: #6d4c41;
  text-decoration: none;
}
.tab span {
  font-size: 16px;
  display: block;
}
.tab:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 70px;
  display: inline-block;
  background: white;
}
.block2 {
  line-height: 24px;
  margin-top: 5px;
}
.block2 .col {
  padding-right: 80px;
}
.block2 h4,
.block2 .h4 {
  margin-bottom: 5px;
}
.item3 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  padding: 0 0 0 300px;
  min-height: 160px;
}
.item3_img {
  display: inline-block;
  margin-left: -300px;
  width: 280px;
  height: 160px;
  background: no-repeat center;
  background-size: cover;
  float: left;
  margin-top: 3px;
}
.item3_title {
  color: #26a69a;
  margin-bottom: 10px;
  margin-top: -3px;
}
.item4 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  padding: 0 0 0 240px;
  min-height: 160px;
  line-height: 24px;
}
.item4_img {
  display: inline-block;
  margin-left: -240px;
  width: 220px;
  height: 160px;
  background: #eeeeee no-repeat center;
  float: left;
  margin-top: 5px;
}
.item4_title {
  color: #26a69a;
  margin-bottom: 5px;
  margin-top: -5px;
}
.item4_more {
  font-size: 12px;
  color: #76594f;
  text-decoration: underline;
}
.item4_more:hover {
  text-decoration: none;
  color: #76594f;
}
.pagination {
  border-top: 2px solid #556f7b;
  text-align: center;
  margin-top: 20px;
}
.pagination a {
  color: #556f7b;
  display: inline-block;
  height: 30px;
  padding: 5px 13px;
}
.pagination a:hover,
.pagination a.act {
  color: white;
  background: #556f7b;
  text-decoration: none;
}
.pagination.pagination_detail {
  text-align: left;
}
.pagination.pagination_detail a {
  background: #e1dbd7;
}
.pagination.pagination_detail a:hover {
  background: #556f7b;
}
.pagination.pagination_detail a:last-child {
  float: right;
}
.news_list {
  font-family: 'Open Sans', sans-serif;
}
.news_filter {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #6d4c41;
  text-align: right;
  margin: -50px 0 25px 0;
}
.news_filter label {
  font-size: 13px;
  text-transform: uppercase;
}
.news_filter select {
  margin-left: 20px;
}
.news_detail_img {
  width: 100%;
  height: 390px;
  background: no-repeat center;
  background-size: cover;
}
.block_red {
  background: #efebe9;
  font-family: 'Open Sans', sans-serif;
  color: #6d4c41;
  padding: 25px 30px;
  margin-bottom: 20px;
}
.block_with_img {
  padding: 0 0 0 300px;
  margin-bottom: 30px;
}
.preview_img {
  margin-left: -300px;
  width: 280px;
  height: 280px;
  display: inline-block;
  background: no-repeat center;
  background-size: cover;
  float: left;
}
ol {
  padding-top: 10px;
}
ol > li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  padding-left: 20px;
  padding-top: 10px;
}
ol > li:before {
  content: counter(list);
  background: #26a69a;
  position: absolute;
  width: auto;
  color: white;
  border-radius: 0;
  height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: -10px 0 0 -59px;
  padding: 10px 16px 0;
}
ol.ol_big {
  padding-top: 8px;
}
ol.ol_big > li {
  padding-bottom: 25px;
  margin-bottom: 30px;
}
ol.ol_big > li:before {
  margin-top: -8px;
}
ol.ol_big > li:after {
  content: "";
  display: block;
  width: 1190px;
  background: #d8d8d8;
  height: 1px;
  position: absolute;
  left: -40px;
  bottom: 0;
}
ol.ol_simple {
  padding: 0 0 8px 10px;
  margin: 0;
}
ol.ol_simple > li {
  margin-bottom: 7px;
}
ol.ol_simple > li:before {
  background: none;
  display: inline;
  position: static;
  font-size: 14px;
  vertical-align: top;
  color: #26a69a;
  content: counter(list) ".";
  margin: -10px 0 0 -35px;
  padding: 10px 5px 0;
}
.ol_title {
  font-size: 18px;
  margin-bottom: 10px;
}
.pics {
  margin-left: -23px;
}
.pics.pics_gray .pic_img {
  background-size: auto;
  width: 280px;
  height: 280px;
  margin: 0 0 10px;
  background-color: #eeeeee;
}
.pics.pics_gray .pic_img:hover {
  /*border: 2px solid #556f7b;*/
}
.pics.pics_gray .pic {
  margin-top: 0;
  font-size: 24px;
}
.pic {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 40px 23px;
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.pic_img {
  width: 220px;
  height: 240px;
  display: inline-block;
  background: no-repeat center;
  background-size: contain;
  margin: 0 30px 10px;
}
.lwi_item {
  padding: 0 0 25px 150px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.lwi_item h3 {
  margin-top: -3px;
}
.lwi_img {
  width: 120px;
  height: 120px;
  display: inline-block;
  float: left;
  margin-left: -150px;
  background: no-repeat center;
  background-size: cover;
}
.big_order_block {
  background: #efebe9 no-repeat left center;
  background-size: auto 100%;
  height: 435px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  position:relative;
}
.big_order_block img{
    position: absolute;
    left: 0;
    top: 0;
}
.big_order_block > div {
/*  display: table-cell;
  vertical-align: middle;
  padding: 0 100px 0 700px;
*/
	display: block;
	padding: 0px 100px 0 680px;
	vertical-align: middle;
}
.services {
  font-family: 'Open Sans', sans-serif;
}
.services.services_bottom .service:last-child {
  border-bottom-color: #466e7a;
}
.service {
  line-height: 24px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.service h3 {
  margin-top: 0;
  margin-bottom: 7px;
}
.service h3 .service_price {
  display: inline-block;
  margin-left: 15px;
}
.service.service_with_price {
  display: table;
  width: 100%;
}
.service.service_with_price > div {
  display: table-cell;
}
.service.service_with_price > div:last-child {
  vertical-align: middle;
  color: #26a69a;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  width: 250px;
  padding-left: 30px;
}
.service.service_with_price > div:last-child .btn {
  margin-top: 15px;
}
.service_price {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #6d4c41;
  margin-bottom: 5px;
}
.service_price a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 35px;
}
.service_price a:hover {
  text-decoration: none;
}
.relative {
  position: relative;
}
.form_line {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
  width: 800px;
}
.form_line sup {
  color: #dc2928;
}
.form_label {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  text-align: right;
  color: #26a69a;
  font-size: 15px;
  padding-top: 9px;
}
.form_elem {
  width: 580px;
  display: inline-block;
  vertical-align: top;
}
.form_elem input[type=text],
.form_elem textarea {
  width: 100%;
}
.form_elem input[type=text],
.form_elem select {
  height: 35px;
}
.form_elem.form_captcha {
  height: 35px;
}
.form_elem.form_captcha input[type=text] {
  width: 410px;
  float: right;
}
.form_elem .btn {
  margin-top: 10px;
}
.form_row .form_line {
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.form_row .form_line:last-child .form_elem {
  width: 250px;
}
.form_row .form_line:last-child .form_label {
  width: 120px;
  padding-left: 20px;
}
.form_row .form_elem {
  width: 180px;
}
textarea {
  height: 105px;
}
.calls_block {
  font-family: 'Open Sans', sans-serif;
  width: 360px;
  height: 185px;
  float: right;
  padding: 20px 25px;
  background: #fafafa;
  font-size: 12px;
}
.calls_block .h2 {
  margin: 0 0 25px;
  font-size: 21px;
}
.calls_block .col {
  text-align: center;
}
.calls_block .col:first-child {
  text-align: right;
  padding-right: 20px;
}
.calls_block.cols3 {
  width: 100%;
  float: none;
  height: auto;
}
.calls_block.cols3 .h2 {
  display: inline-block;
  vertical-align: top;
  width: 280px;
}
.calls_block.cols3 > div {
  display: inline-block;
  vertical-align: top;
}
.calls_block.cols3 .col {
  padding: 0 30px;
}
.table {
  margin: 25px 0;
  border-spacing: 0;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
}
.table th {
  background: #556f7b;
  color: white;
  font-weight: normal;
  padding: 6px 10px;
}
.table td {
  padding: 6px 10px;
}
.table tr {
  background: #efebe9;
}
.table tr:nth-child(2n) {
  background: #e1dbd7;
}
.td_center {
  text-align: center;
}
.td_left {
  text-align: left;
}
.block_inline {
  display: inline-block;
}
.img_right {
  margin: 0 30px 20px 0;
  float: left;
}
.lh24 {
  line-height: 24px;
}
.call_support {
  display: inline-block;
  padding: 10px 0 0 60px;
  background: url(img/icon_support.png) no-repeat left top;
  height: 37px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  vertical-align: middle;
}
.call_support.f18 {
  padding-top: 5px;
  font-size: 18px;
}
.call_support.call_support_square {
  padding: 40px 0 0 0;
  min-width: 75px;
  text-align: center;
  vertical-align: top;
  background-position: center top;
}
.li_item {
  line-height: 24px;
  margin-bottom: 15px;
  padding: 0 0 0 30px;
  background: no-repeat left 3px;
}
.li_item .h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.p {
  margin: 20px 0;
}
.dn {
  display: none;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.fancybox-skin {
  border-radius: 0;
  box-shadow: none;
}
.fancybox-skin h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.fancybox-close {
  top: 0;
  right: 0;
}
.form_popup {
  margin-top: 20px;
}
.form_popup_line {
  width: 300px;
  margin-bottom: 15px;
}
.form_popup_line:last-child {
  margin-bottom: 0;
}
.form_popup_label {
  display: inline-block;
  vertical-align: top;
  width: 85px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #26a69a;
  padding-top: 10px;
}
.form_popup_label sup {
  color: #dc2928;
}
.form_popup_elem {
  display: inline-block;
  vertical-align: top;
  width: 215px;
}
.form_popup_elem input[type=text],
.form_popup_elem input[type=password] {
  height: 35px;
  width: 100%;
}
/*new*/
.age_icon {
  float: right;
}
.carousel_images_block {
  position: relative;
  padding: 0 10px;
}
.carousel_images_left {
  color: #dc2928;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 55px;
  left: -10px;
}
.carousel_images_right {
  color: #dc2928;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 55px;
  right: -10px;
}

.partner_block .carousel_images_left{
    top: 17px;
}

.partner_block .carousel_images_right{
    top: 17px;
}

.partner_block .f_title{
    margin-bottom:20px;
}

.carousel_images li {
  width: 167px;
  height: 75px;
  text-align: center;
  list-style-type: none;
  display: table;
  margin-bottom: 0;
}
.carousel_images li:before {
  display: none;
}
.carousel_images li div {
  display: table-cell;
  vertical-align: middle;
}

.partner_images li {
  width: 233px;
  height: 56px;
  text-align: center;
  list-style-type: none;
  display:block;
  margin-bottom: 0;
}

.partner_images li div {
  display:block;
  /*vertical-align: middle;*/
}

.tab.tabs1 {
  display: inline-block !important;
  padding-left: 40px !important;
  padding-right: 20px !important;
  padding-top: 16px !important;
}

header > div > .col:nth-child(2) {
  width: 480px !important;
}

#link_call .errortext {
	font-size: 10px;
	color: red;
}

.fancybox-inner {
	overflow: hidden !important;
}

.f124 {
  font-size: 12px;
}

.ctnimg {

}

.ctnimg1 {
margin-left: 19px;
}

.ctnimg .item1_img {
	display:table-cell;
	vertical-align:middle;
	position: relative;
}

.ctnimg .item1_img img {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.ctnimg2 {
margin-left: 20px !important;
}
/* NEW FOOTER STYLES */
footer{
  padding-bottom: 15px;
  height: auto!important;
}
footer .content.middle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .col.partner_block{
  display: none;
}
.col--50p{
  width: 50%!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
}
.footer-col-img{
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  height: 100%;
}
.footer-col-title{
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  color: #6d4c41;
  text-transform: uppercase;
  text-align: center;
}
.footer-col-link{
  max-width: 170px;
  width: 100%;
  height: 45px;
  margin-top: 15px;
    margin-right: 20px;
  margin-top: 15px;
  display: block!important;
}
.footer-col-link:last-child{
  margin-right: 0;
}
