* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html * {
  max-height: 1000000px;
}
a {
  text-decoration: none;
  outline: none;
}
input {
  outline: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #424242;
}
img {
  max-width: 100%;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none;
}
.main_block {
  max-width: 1920px;
  margin: auto;
}
.menu_toggler {
  display: none;
}
.home .header {
  background-image: url(../img/main_top/bg.png);
}
.home .header .main_jumb {
  display: block;
}
.header {
  background-image: url(../img/main_top/bg_page.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-bottom: 13px;
}
.header .top_line {
  padding-bottom: 25px;
}
.header .top_line:before,
.header .top_line:after {
  content: " ";
  display: table;
}
.header .top_line:after {
  clear: both;
}
.header .top_line .left {
  padding-top: 15px;
  float: left;
  color: #fff;
}
.header .top_line .left .logo {
  display: inline-block;
  padding-left: 85px;
  background-image: url(../img/main_top/bath_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 40px;
  color: #fff;
  font-family: "journalism";
  letter-spacing: 1.6px;
  height: 42px;
  line-height: 50px;
}
.header .top_line .left .descriptor {
  font-size: 15px;
  margin-top: 12px;
}
.header .top_line .right {
  padding-top: 15px;
  float: right;
  text-align: right;
}
.header .top_line .right .phone {
  display: inline-block;
  color: #fff;
  padding-left: 50px;
  background-image: url(../img/main_top/phone_icon.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
}
.header .top_line .right .call_btn {
  display: inline-block;
  font-size: 16px;
  color: #494949;
  background-color: #e8e4d0;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0px 50px;
  margin-top: 5px;
}
.header .top_line .right .call_btn:hover {
  background-color: #5ebcb7;
  color: #fff;
}
.header .nav .menu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  list-style-type: none;
}
.header .nav .menu li {
  display: inline-block;
  padding: 20px 34px;
}
.header .nav .menu li a {
  color: #fff;
  text-transform: uppercase;
}
.header .nav .menu .home_page {
  padding-left: 50px;
  background-image: url(../img/main_top/home_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.header .main_services {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .main_services li {
  margin-top: 30px;
}
.header .main_services li a {
  display: block;
  color: #494949;
  width: 390px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 24px center;
  font-size: 18px;
}
.header .main_services li:nth-of-type(1) a {
  background-image: url(../img/main_top/main_service_1.png);
}
.header .main_services li:nth-of-type(2) a {
  background-image: url(../img/main_top/main_service_2_white.png);
  background-color: #5ebcb7 !important;
  color: #fff;
}
.header .main_services li:nth-of-type(3) a {
  background-image: url(../img/main_top/main_service_3.png);
  background-color: #e8e4d0;
}
.header .main_jumb {
  display: none;
  margin: auto;
  margin-top: 50px;
  width: 1088px;
  padding-bottom: 35px;
  position: relative;
}
.header .main_jumb .text-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.header .main_jumb .text {
  display: flex;
  justify-content: space-between;
  width: 740px;
  margin: auto;
  font-family: "journalism";
  color: #fff;
  font-size: 57px;
}
.header .main_jumb #beforeafter img {
  max-width: none;
}
.bottom_section {
  background-image: url(../img/bottom_section/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 70px;
}
.bottom_section .block {
  width: 827px;
  min-height: 190px;
  margin: auto;
  border: 2px solid #e8e4d0;
  border-top: none;
  text-align: center;
  color: #fff;
  position: relative;
}
.bottom_section .block:before {
  content: '';
  width: 165px;
  height: 2px;
  background-color: #e8e4d0;
  position: absolute;
  top: 0px;
  right: 0px;
}
.bottom_section .block:after {
  content: '';
  width: 165px;
  height: 2px;
  background-color: #e8e4d0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.bottom_section .block .title {
  font-size: 36px;
  text-transform: uppercase;
  position: relative;
  top: -15px;
}
.bottom_section .block .text {
  font-size: 20px;
  margin-top: 5px;
}
.bottom_section .block .button {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0px;
  text-align: center;
}
.bottom_section .block .button a {
  display: inline-block;
  font-size: 20px;
  color: #434241;
  background-color: #e8e4d0;
  border-radius: 4px;
  height: 70px;
  line-height: 70px;
  padding: 0px 112px;
  text-transform: uppercase;
}
.bottom_section .block .button a:hover {
  background-color: #5ebcb7;
  color: #fff;
}
.footer {
  background-color: #264442;
  padding-top: 60px;
  padding-bottom: 70px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .left {
  float: left;
}
.footer .left .logo {
  display: inline-block;
  padding-left: 85px;
  background-image: url(../img/main_top/bath_icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 40px;
  color: #fff;
  font-family: "journalism";
  letter-spacing: 1.6px;
  height: 42px;
  line-height: 50px;
}
.footer .left .descriptor {
  font-size: 15px;
  margin-top: 12px;
}
.footer .right {
  float: right;
  width: 620px;
}
.footer .right:before,
.footer .right:after {
  content: " ";
  display: table;
}
.footer .right:after {
  clear: both;
}
.footer .right .contacts {
  float: left;
  padding-right: 50px;
  border-right: 1px solid #687c7b;
}
.footer .right .contacts div {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .right .contacts .adres {
  background-image: url(../img/bottom_section/place_icon.png);
}
.footer .right .contacts .email {
  background-image: url(../img/bottom_section/email_icon.png);
}
.footer .right .phones {
  float: right;
}
.footer .right .phones .phone {
  display: inline-block;
  color: #fff;
  padding-left: 50px;
  background-image: url(../img/main_top/phone_icon.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 24px;
  line-height: 30px;
  height: 30px;
}
.footer .right .phones .call_btn {
  display: inline-block;
  font-size: 16px;
  color: #494949;
  background-color: #e8e4d0;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0px 50px;
  margin-top: 5px;
}
.home_page .first_block {
  padding-top: 70px;
  padding-bottom: 120px;
}
.home_page .first_block .left {
  float: left;
  width: 670px;
}
.home_page .first_block .right {
  float: right;
  width: 430px;
}
.home_page .first_block .title {
  color: #494949;
  font-size: 36px;
  font-family: "journalism";
}
.home_page .first_block .text {
  /*margin-top: 70px;*/
  font-size: 16px;
}

.home_page .first_block .text p {
  line-height: 22px;
  margin-bottom: 20px;
}
.container p {
	margin-bottom: 20px !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
h1, h2, h3 {
	padding-bottom: 20px;
	font-family: "journalism";
}
h1 {
	font-size: 40px !important;
}
h2 {
	font-size: 36px !important;
}
h3 {
	font-size: 32px !important;
}
ul, ol {
	padding-left: 20px;
    margin-bottom: 20px;
}
.home_page .first_block .text p a {
  color: #5ebcb7;
  font-weight: bold;
}
.home_page .first_block .title_block {
  background-color: #5ebcb7;
  height: 450px;
  position: relative;
}
.home_page .first_block .title_block img {
  position: absolute;
  top: -40px;
  left: 0px;
}
.home_page .first_block .title_block .project_title {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  right: 40px;
  top: 50px;
}
.home_page .works {
  background-color: #f3f1e9;
  padding-top: 45px;
  padding-bottom: 100px;
}
.home_page .works .text {
  text-align: center;
  padding-top: 35px;
}
.home_page .works .works_blocks {
  margin-top: 60px;
}
.home_page .works .works_blocks .block {
  position: relative;
  width: 50%;
  float: left;
}
.home_page .prices {
  background-color: #f3f1e9;
  padding-bottom: 80px;
}
.home_page .prices .text {
  text-align: center;
  margin-top: 30px;
}
.advantages_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantages_blocks .block {
  margin-top: 40px;
  text-align: center;
  padding-bottom: 20px;
}
.advantages_blocks .block_image {
  height: 105px;
}
.advantages_blocks .block_title {
  text-transform: uppercase;
  font-weight: 600;
  color: #5ebcb7;
  font-size: 16px;
}
.advantages_blocks .block_text {
  margin-top: 10px;
  color: #494949;
  line-height: 20px;
  font-size: 16px;
}
.regular_title {
  color: #424242;
  font-size: 36px;
  font-family: "journalism";
  text-align: center;
}
.w_before:before {
  content: 'До';
  position: absolute;
  left: 0px;
  top: -14px;
  color: #fff;
  background-color: #5ebcb7;
  width: 173px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.w_after:after {
  content: 'После';
  position: absolute;
  left: 0px;
  top: -14px;
  color: #fff;
  background-color: #5ebcb7;
  width: 173px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
.prices_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prices_blocks .block {
  width: 390px;
  max-width: 100%;
  margin-top: 40px;
}
.prices_blocks .block:nth-of-type(1) .block_title {
  background-image: url(../img/pricelist/price_icon_1.png);
}
.prices_blocks .block:nth-of-type(2) .block_title {
  background-image: url(../img/pricelist/price_icon_2.png);
  background-color: #5ebcb7;
  color: #fff;
}
.prices_blocks .block:nth-of-type(3) .block_title {
  background-image: url(../img/pricelist/price_icon_3.png);
  background-color: #e8e4d0;
  background-position: 20px center;
}
.prices_blocks .block_title {
  height: 82px;
  line-height: 82px;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 30px center;
}
.prices_blocks .block_pricelist {
  list-style-type: none;
  width: 315px;
  max-width: 95%;
  margin: auto;
  margin-top: 40px;
}
.prices_blocks .block_pricelist li {
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
  padding-right: 80px;
}
.prices_blocks .block_pricelist li .name {
  overflow: hidden;
  text-align: left;
  font-size: 18px;
}
.prices_blocks .block_pricelist li .name:before,
.prices_blocks .block_pricelist li .name:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #cfcdc7;
  position: relative;
}
.prices_blocks .block_pricelist li .name:before {
  margin-left: -100%;
  left: -14px;
}
.prices_blocks .block_pricelist li .name:after {
  margin-right: -100%;
  right: -14px;
}
.prices_blocks .block_pricelist li .price {
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 0px;
}
.portfolio_page {
  padding-top: 60px;
  padding-bottom: 170px;
}
.portfolio_page .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 50px 0px;
}
.portfolio_slider {
  width: 1140px;
  margin: auto;
  max-width: 100%;
}
.portfolio_slider .portfolio_slide:before,
.portfolio_slider .portfolio_slide:after {
  content: " ";
  display: table;
}
.portfolio_slider .portfolio_slide:after {
  clear: both;
}
.portfolio_slider .portfolio_slide .block {
  position: relative;
  width: 50%;
  float: left;
}
.portfolio_slider .slick-list {
  padding-top: 14px;
}
.portfolio_slider .slick-prev,
.portfolio_slider .slick-next {
  width: 21px;
  height: 39px;
}
.portfolio_slider .slick-prev:before,
.portfolio_slider .slick-next:before {
  content: '';
}
.portfolio_slider .slick-prev {
  background-image: url(../img/prev_arrow.png);
}
.portfolio_slider .slick-next {
  background-image: url(../img/next_arrow.png);
}
.about_page {
  padding-top: 60px;
}
.about_page .text {
  margin-top: 70px;
}
.about_page #beforeafter_about {
  margin: auto;
  margin-top: 40px;
}
.about_page #beforeafter_about img {
  max-width: none;
}
.about_page .advantages_blocks .block_image {
  float: left;
  width: 130px;
}
.about_page .advantages_blocks .block_title,
.about_page .advantages_blocks .block_text {
  padding-left: 130px;
  text-align: left;
}
.content p {
  line-height: 20px;
  padding-bottom: 20px;
}
.content p a {
  color: #5ebcb7;
  font-weight: bold;
}
.advantages_page .advantages_blocks .block_image {
  float: left;
  width: 130px;
}
.advantages_page .advantages_blocks .block_title,
.advantages_page .advantages_blocks .block_text {
  padding-left: 130px;
  text-align: left;
}
.advantages_page .top_block {
  padding-top: 60px;
  padding-bottom: 20px;
}
.advantages_page .middle_block {
  background-color: #f3f1e9;
  padding: 50px 0px;
}
.advantages_page .middle_block .title {
  font-size: 24px;
  font-weight: bold;
}
.advantages_page .middle_block .list {
  list-style-type: none;
}
.advantages_page .middle_block .list:before,
.advantages_page .middle_block .list:after {
  content: " ";
  display: table;
}
.advantages_page .middle_block .list:after {
  clear: both;
}
.advantages_page .middle_block .list li {
  padding-left: 65px;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-image: url(../img/adv_list_icon.png);
  min-height: 42px;
  line-height: 20px;
  width: 50%;
  margin-top: 25px;
  float: left;
}
.advantages_page .bottom_block {
  padding: 50px 0px;
}
.advantages_page .bottom_block .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.advantages_page .bottom_block .methods .block {
  margin-top: 45px;
  line-height: 24px;
}
.advantages_page .bottom_block .methods .block:before,
.advantages_page .bottom_block .methods .block:after {
  content: " ";
  display: table;
}
.advantages_page .bottom_block .methods .block:after {
  clear: both;
}
.advantages_page .bottom_block .methods .block .left {
  float: left;
  width: 350px;
}
.advantages_page .bottom_block .methods .block .right {
  float: left;
  width: 850px;
}
.advantages_page .bottom_block .methods .block .right .method_title {
  color: #5ebcb7;
  font-size: 20px;
  font-weight: bold;
}
.advantages_page .bottom_block .methods .block .right .method_text {
  margin-top: 30px;
}
.advantages_page .bottom_block .methods .block .right .method_text ul {
  margin-left: 20px;
}
.advantages_page .bottom_block .methods .block .right .method_text ul li {
  color: #5ebcb7;
}
.advantages_page .bottom_block .methods .block .right .method_text ul li span {
  color: #494949;
}
.advantages_page .bottom_block .methods .block .right .method_garanty {
  margin-top: 30px;
  font-weight: bold;
}
.prices_page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.prices_page .text {
  text-align: center;
  margin-top: 30px;
}
.prices_page .prices_blocks {
  justify-content: space-around;
}
.prices_page .prices_blocks .block {
  width: 580px;
}
.prices_page .prices_blocks .block_pricelist {
  width: 500px;
}
.prices_page .prices_blocks .block:nth-of-type(1) .block_title {
  background-color: #e8e4d0;
}
.prices_page .prices_blocks .block:nth-of-type(3) .block_title {
  background-color: #fff;
}
.articles_page {
  padding: 60px 0px;
}
.articles_page .articles_list {
  list-style-type: none;
  max-height: 870px;
  overflow-y: auto;
}
.articles_page .articles_list li {
  border: 1px solid #d0d0d0;
  padding: 40px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.articles_page .articles_list li:before,
.articles_page .articles_list li:after {
  content: " ";
  display: table;
}
.articles_page .articles_list li:after {
  clear: both;
}
.articles_page .articles_list li .left {
  float: left;
}
.articles_page .articles_list li .left .image {
  width: 220px;
  height: 140px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/articles/default.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.articles_page .articles_list li .left .image .dating {
  position: absolute;
  top: 0px;
  left: 18px;
  background-color: #5ebcb7;
  color: #fff;
  text-transform: uppercase;
  width: 42px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.articles_page .articles_list li .left .image .dating .day {
  font-size: 26px;
}
.articles_page .articles_list li .left .image .dating .month {
  font-size: 14px;
}
.articles_page .articles_list li .left .image .dating .year {
  font-size: 12px;
  padding-top: 5px;
}
.articles_page .articles_list li .right {
  float: left;
  margin-left: 40px;
  width: 858px;
}
.articles_page .articles_list li .right .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #313131;
}
.articles_page .articles_list li .right .announce {
  margin-top: 30px;
}
.articles_page .articles_list li .right .announce p {
  padding-bottom: 25px;
}
.articles_page .articles_list li .right .text {
  margin-top: 35px;
}
.articles_page .articles_list li .right .text p {
  padding-bottom: 20px;
}
.articles_page .articles_list li .right .link {
  text-align: right;
}
.articles_page .articles_list li .right .link a {
  display: inline-block;
  background-color: #e8e4d0;
  color: #313131;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  padding: 0px 40px;
}
.articles_page .articles_list li .right .link a:hover {
  background-color: #5ebcb7;
  color: #fff;
}
.call_btn:hover {
  background-color: #5ebcb7 !important;
  color: #fff !important;
}
.contacts_page {
  padding-top: 60px;
  padding-bottom: 100px;
}
.contacts_page .contacts_blocks:before,
.contacts_page .contacts_blocks:after {
  content: " ";
  display: table;
}
.contacts_page .contacts_blocks:after {
  clear: both;
}
.contacts_page .contacts_blocks .left {
  float: left;
  width: 810px;
}
.contacts_page .contacts_blocks .right {
  float: right;
  width: 345px;
}
.contacts_page .contacts_blocks .right .block {
  margin-top: 130px;
}
.contacts_page .contacts_blocks .right .block div {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left top;
  color: #463629;
}
.contacts_page .contacts_blocks .right .block a {
  color: #463629;
}
.contacts_page .contacts_blocks .right .block .adres {
  background-image: url(../img/place_icon.png);
}
.contacts_page .contacts_blocks .right .block .phone {
  background-image: url(../img/phone_icon.png);
  margin-top: 3px;
}
.contacts_page .contacts_blocks .right .block .email {
  background-image: url(../img/mail_icon.png);
  margin-top: 25px;
}
.contacts_page .contacts_blocks .right .block .work_time {
  background-image: url(../img/clock_icon.png);
  margin-top: 30px;
}
.contacts_page .contacts_blocks .block {
  margin-top: 50px;
}
.enamel_recovery_page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.enamel_recovery_page .top_block .image {
  position: relative;
  height: 255px;
  width: 100%;
  background: none;
  background-position: center center;
  display: table;
  text-align: center;
}
.enamel_recovery_page .top_block .image .titler {
  text-transform: uppercase;
  font-size: 48px;
  font-family: "journalism";
  color: #494949;
  display: table-cell;
  vertical-align: middle;
}
.enamel_recovery_page .top_block .text {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 830px;
  max-width: 100%;
  margin: auto;
  text-align: justify;
}
.enamel_recovery_page .steps {
  padding: 25px 0px;
  background-color: #f3f1e9;
}
.enamel_recovery_page .steps .title {
  font-size: 24px;
  font-weight: bold;
}
.enamel_recovery_page .steps .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enamel_recovery_page .steps .blocks .block {
  margin-top: 60px;
  margin-left: 40px;
  position: relative;
  width: 310px;
  z-index: 100;
}
.enamel_recovery_page .steps .blocks .block img {
  position: relative;
  z-index: 100;
}
.enamel_recovery_page .steps .blocks .block:before {
  content: '1';
  background-color: #5ebcb7;
  color: #fff;
  width: 105px;
  height: 105px;
  display: block;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 10;
  padding-top: 10px;
  padding-left: 10px;
}
.enamel_recovery_page .steps .blocks .block:nth-of-type(2):before {
  content: '2';
}
.enamel_recovery_page .steps .blocks .block:nth-of-type(3):before {
  content: '3';
}
.enamel_recovery_page .text_block {
  padding: 60px 0px;
}
.enamel_recovery_page .text_block .text {
  width: 830px;
  margin: auto;
}
.enamel_recovery_page .text_block p {
  padding-top: 30px;
  padding-bottom: 0px;
  text-align: justify;
}
.enamel_recovery_page .text_block b {
  padding-top: 20px;
  display: inline-block;
}
.enamel_recovery_page .prices_block .blocks {
  width: 830px;
  margin: auto;
}
.enamel_recovery_page .prices_block .blocks .top_line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.enamel_recovery_page .prices_block .blocks .top_line .block {
  width: 390px;
  max-width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #e8e4d0;
  padding-left: 130px;
  background-repeat: no-repeat;
  background-position: 35px center;
  position: relative;
}
.enamel_recovery_page .prices_block .blocks .top_line .block .name {
  text-transform: uppercase;
  font-size: 18px;
}
.enamel_recovery_page .prices_block .blocks .top_line .block .price {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 30px;
}
.enamel_recovery_page .prices_block .blocks .top_line .block:nth-of-type(1) {
  background-image: url(../img/pricelist/price_icon_1.png);
}
.enamel_recovery_page .prices_block .blocks .top_line .block:nth-of-type(2) {
  background-color: #5ebcb7;
  background-image: url(../img/pricelist/price_icon_2.png);
  color: #fff;
}
.enamel_recovery_page .prices_block .blocks .bottom_line {
  margin-top: 40px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block {
  border: 1px solid #d0d0d0;
  padding-bottom: 20px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .title span {
  display: inline-block;
  padding: 35px 0px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/pricelist/price_icon_3.png);
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist {
  list-style-type: none;
  width: 530px;
  max-width: 95%;
  margin: auto;
  margin-top: 40px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist li {
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
  padding-right: 80px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist li .name {
  overflow: hidden;
  text-align: left;
  font-size: 18px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist li .name:before,
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist li .name:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #cfcdc7;
  position: relative;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist li .name:before {
  margin-left: -100%;
  left: -14px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist li .name:after {
  margin-right: -100%;
  right: -14px;
}
.enamel_recovery_page .prices_block .blocks .bottom_line .block .block_pricelist li .price {
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 0px;
}
.twentytwenty-overlay:hover .twentytwenty-after-label,
.twentytwenty-overlay:hover .twentytwenty-before-label {
  display: none;
  opacity: 0;
}
.twentytwenty-overlay:hover {
  background-color: transparent;
}
.popup_window {
  margin: auto;
  width: 580px;
  max-width: 95%;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
}
.popup_window .top {
  padding-top: 1px;
  min-height: 215px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/form_bg.jpg);
  padding-bottom: 30px;
}
.popup_window .top .text {
  margin: auto;
  margin-top: 110px;
  background-color: rgba(35, 25, 16, 0.5);
  text-align: center;
  padding: 10px 10px;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
}
.popup_window .bottom {
  padding-top: 20px;
}
.popup_window .bottom form {
  width: 430px;
  max-width: 90%;
  margin: auto;
}
.popup_window .bottom form .input {
  margin-top: 5px;
}
.popup_window .bottom form .input input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid #b0b0b0;
  background-repeat: no-repeat;
  background-position: 25px center;
  padding-left: 80px;
  padding-right: 10px;
}
.popup_window .bottom form .input .name {
  background-image: url(../img/form_name.png);
}
.popup_window .bottom form .input .phone {
  background-image: url(../img/form_phone.png);
}
.popup_window .bottom form .input_submit {
  margin-top: 20px;
}
.popup_window .bottom form .input_submit input {
  width: 100%;
  background-color: #e8e4d0;
  border-radius: 4px;
  color: #2e2e2e;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  height: 66px;
  line-height: 66px;
  cursor: pointer;
}
.popup_window .mfp-close {
  color: transparent;
  background-image: url(../img/form_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 35px;
}
.popup_window .success {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 100px;
}

.numbers {
  background-color: #f3f1e9;
  padding: 70px 0px;
}
.numbers .blocks {

}
.numbers .blocks .left {
  float: left;
  width: 470px;
}
.numbers .blocks .left .title {
  font-size: 36px;
  color: #424242;
  font-family: "journalism";
}
.numbers .blocks .left .text {
  margin-top: 55px;
  font-size: 16px;
}
.numbers .blocks .right {
  float: right;
  width: 600px;
}
.numbers .blocks .right .item {
  margin-bottom: 10px;
}
.numbers .blocks .right .item .name {
  font-size: 16px;
  color: #424242;
  padding-bottom: 10px;
}
.numbers .blocks .right .item .line {
  background-color: #fff;
  position: relative;
  height: 25px;
  width: 100%;
  box-sizing: border-box;
}
.numbers .blocks .right .item .line:before {
  content:'1000+';
  background-color: #5ebcb7;
  height: 25px;
  line-height: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}
.numbers .blocks .right .item:nth-of-type(1) .line:before {
  
}
.numbers .blocks .right .item:nth-of-type(2) .line:before {
  content:'800+';
  width: 440px;
}
.numbers .blocks .right .item:nth-of-type(3) .line:before {
  content:'400+';
  width: 225px;
}

