@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Russo+One&subset=cyrillic');

html {
 overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  /*background-color: #E5E5E5;*/
  background-color: #fff;
  overflow-x: hidden;
  color: #1A1D23;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
section {
  margin-bottom: 90px;
}

*.flex {
  display: flex;
}
ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #fff;
  text-decoration: underline;
  transition: color .3s;
}
a:hover {
  color: #fff;
}
a.no_underline,
a.no_underline:hover {
 text-decoration: none;
}
.btn {
  padding: 6.5px 30px;
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #21212B;
  font-family: 'Russo One';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s;
}
.btn:hover {
  background: linear-gradient(180deg, #FDBA2E 0%, #FFD100 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.btn:focus {
  outline: none;
}
.hide_btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.hide_btn:focus {
  outline: none;
}
.yellow {
 color: #FDBA2E;
}
.yellow_link {
  color: #FDBA2E;
}
.yellow_link:hover {
  color: #FDBA2E;
}
.title {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 28px;
  color: #1A1D23;
  margin-bottom: 40px;
}
.title_lg {
  font-size: 36px;
  text-transform: uppercase;
}
.title_sm {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.text {
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 15px;
  color: #1A1D23;
}
.text p {
  margin-bottom: 15px;
}

header {
 padding-top: 15px;
 padding-bottom: 15px;
 background-color: #1A1D23;
}
.header_left {
 display: flex;
 justify-content: space-between;
}
.logo {

}
.header_left_text > p:first-child {
  margin-bottom: 17px;
}
.header_text {
 max-width: 250px;
 margin-bottom: 0;
 font-family: 'Russo One';
 font-style: normal;
 font-weight: normal;
 line-height: 17px;
 font-size: 15px;
 color: #fff;
}

.header_right {
 display: flex;
}
.header_contact {
 padding: 10px 20px;
 background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%);
 border-radius: 3px;
}
.header_contact p,
.header_contact p a {
 margin-bottom: 0;
 font-family: 'Russo One';
 font-weight: normal;
 font-size: 22px;
 text-transform: uppercase;
 color: #1A1D23;
 text-decoration: none;
}
.header_contact p:first-child {
  margin-bottom: 5px;
}
.header_item_box {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  color: #fff;
}
.header_item_box .col_icon_box {
  margin-left: 20px;
}
.header_item_box p {
  color: #fff;
}

.lines {
  width: 100%;
  height: 7px;
  position: absolute;
  background-image: url('/img/line.png');
  left: 0;
}
.lines.top {
  top: 0;
  background-position: left;
  background-position-x: -15px;
}
.lines.bottom {
  bottom: 0;
  background-position: left;
  background-position-x: -38px;
}
.nav_bar_mobile {
  display: none;
}
.nav_bar {
 width: 100%;
 background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%);
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
 position: relative;
}
.menu_list {
 width: 100%;
 display: flex;
 justify-content: space-between;
}
.menu_list .menu_item {
  margin-left: 5px;
  margin-right: 5px;
}
.menu_list .menu_item a {
  display: block;
  padding: 14px 5px;
 font-family: 'Russo One';
 font-style: normal;
 font-weight: normal;
 line-height: normal;
 font-size: 19px;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 color: #21212B;
 transition: color .3s;
}
.menu_list .menu_item a:hover,
.menu_list .menu_item.active a  {
  color: #fff;
}
.menu_btn {
  padding: 12px 30px;
  width: 100%;
  font-family: 'Russo One';
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #21212B;
}
.menu_btn .icon {
  margin-right: 5px;
}
.menu_btn .icon_hide {
  display: none;
}
.menu_btn.active .icon_hide {
  display: inline-block;
}
.menu_btn.active .icon_show {
  display: none;
}

/* Home */
.section_1 {
  padding-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.col_icon_box {
  text-align: center;
}
.col_icon_title {
  display: inline-block;
  font-family: 'Russo One';
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 15px;
  text-align: center;
  color: #1A1D23;
  padding-bottom: 1px;
  border-bottom: 2px solid #FFB800;
  margin-bottom: 0;
  margin-top: 2px;
}
.col_img img {
  width: 100%;
}

.section_2 {
  position: relative;
}
.call_btn_box {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
.call_btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%), #C4C4C4;
  box-shadow: 0px 0px 10px #FEBE27;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}
.call_btn:hover {
  background: linear-gradient(180deg, #FDBA2E 0%, #FFD100 100%), #C4C4C4;
  box-shadow: 0px 0px 20px #FEBE27;
}

.home_icon_box {
  width: 100%;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  padding: 30px 10px 40px 10px;
}
.home_icon {
  min-height: 105px;
}
.home_icon_box .col_icon_title {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 20px;
}
.home_icon_box .text {
  min-height: 72px;
  line-height: 24px;
  margin-bottom: 3px;
}

.advantage_box {
  display: flex;
  margin-bottom: 30px;
}
.advantage_icon {
  width: 50px;
  min-width: 50px;
  margin-right: 20px;
}
.advantage_body {
  flex-grow: 1;
}
.advantage_title {
  display: inline-block;
  font-family: 'Russo One';
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  color: #1A1D23;
  padding-bottom: 1px;
  border-bottom: 2px solid #FFB800;
  margin-bottom: 10px;
}
.advantage_text {
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 16px;
  color: #1A1D23;
  margin-bottom: 0;
}
/* Home End */

/* Services */
.service_section {
  position: relative;
  margin-bottom: 50px;
  padding-top: 40px;
}
.text_icon_box {
  display: flex;
}
.text_icon_box .text_icon {
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
}
.text_icon_box .text {
  flex-grow: 1;
}
.service_list {

}
ul.service_list_2 {
  margin-top: 82px;
}
.service_list .service_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.service_list_icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%), #C4C4C4;
  box-shadow: 0px 0px 10px rgba(255, 184, 0, 0.75);
  margin-bottom: 0;
  margin-right: 30px;
  font-family: 'Russo One';
  font-size: 14px;
  color: #1A1D23;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_list_text {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  color: #1A1D23;
  margin-bottom: 0;
}
.service_list_min li {
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  color: #1A1D23;
  margin-bottom: 10px;
  display: flex;
}
.service_list_min li .icon {
  margin-right: 12px;
  line-height: 22px;
  font-size: 16px;
  color: #FFB800;
}
.service_list_min li span {

} 
.service_line_box {
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 7px;
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%);
}
.line_opacity {
  width: 305px;
  height: 7px;
  position: absolute;
  top: 0;
  z-index: 10;
}
.line_opacity.left {
  left: 0;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.line_opacity.right {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
/* Services End */

/* Prive */
.price_table {
  width: 100%;
}
.price_table tr {
  display: flex;
  align-items: center;
}
.price_table tr:nth-child(even) {
    background-color: #F4F4F4;
}
.price_table tr td {
  padding: 20px 30px 18px 30px;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  color: #1A1D23;
}
.price_table tr td.price_title {
  width: 75%;
}
.price_table tr td.price_sum {
  width: 25%;
  font-weight: bold;
}
.price_img {
  margin-top: 70px;
}
.price_list .service_list_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}
.price_list .service_list_icon .icon {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.partners_col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners_col img {
  max-width: 100%;
}
/* Prive End */

/* Contact */
.contact_flex_item.phone .service_list_item:nth-child(2) .service_list_icon,
.contact_flex_item.phone .service_list_item:nth-child(3) .service_list_icon {
  visibility: hidden;
}
ul.social_list {
  display: flex;
  margin-bottom: 30px;
}
.social_list .social_list_item {
  margin-right: 20px;
}
.social_list .social_list_item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%), #C4C4C4;
  box-shadow: 0px 0px 10px rgba(255, 184, 0, 0.75);
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  color: #1A1D23;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text a {
  color: #F59500;
  font-weight: 700;
}
.map {
  height: 422px;
  border: 1px solid #CFCFCF;
  margin-bottom: 40px;
}
/* Contact End */

/* Blog */
.blog_box {
  margin-bottom: 80px;
}
.blog_box .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog_box .text {
  min-height: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  overflow: hidden;
  transition: height .5s;
}
.blog_box .text p {
  margin-bottom: 0;
}
.blog_box.image {
  text-align: center;
  margin-bottom: 15px;
}
.blog_box img {
  max-width: 100%;
}

.page_list {
  display: flex;
}
.page_list .page_item {
  background: #FFFFFF;
  margin-right: 10px;
  border-radius: 3px;
  transition: all .3s;
}
.page_list .page_item:hover,
.page_list .page_item.active {
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%), #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.page_list .page_item.dots:hover {
   background: #FFFFFF;
   box-shadow: none;
   cursor: default;
}
.page_list .page_item.page_prev {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.page_list .page_item.page_prev:hover {
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%), #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.page_list .page_item.page_prev .icon {
  margin-right: 5px;
}
.page_list .page_item.page_next {
  margin-right: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.page_list .page_item.page_next:hover {
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%), #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.page_list .page_item.page_next .icon {
  margin-left: 5px;
}
.page_list .page_item > a {
  width: 40px;
  height: 40px;
  display: block;
  padding: 8px;
  font-family: 'Russo One';
  font-size: 18px;
  text-align: center;
  color: #21212B;
  text-decoration: none;
}
.page_list .page_item.page_prev > a {
  width: auto;
}
.page_list .page_item.page_next > a {
  width: auto;
}
/* Blog End */

footer {
  background: #1A1D23;
  color: #FFFFFF;
  position: relative;
}
.footer_line {
  position: absolute;
  width: 100%;
  height: 7px;
  position: absolute;
  background: linear-gradient(180deg, #FFD100 0%, #FDBA2E 100%);
  left: 0;
}
.footer_row {
  padding-top: 22px;
  padding-bottom: 22px;
}
.footer_text {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 0;
}
.footer_menu_list {
  display: flex;
  justify-content: flex-end;
}
.footer_menu_list .menu_item {
  margin-left: 31px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
}