@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,500;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.btn1, .mainmenu a, h4, h3, h2, h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
}

form .row input, form .row textarea, table, a, p, ul {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: relative;
  float: none;
  color: #000;
}

h1 {
  font-size: 48px;
  margin-bottom: 30px;
}

h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.acent{color:  #cb0202; font-size: 36px;}

h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

h4 {
  font-size: 15px;
}

p {
  font-size: 15px;
}
p.comment {
  font-size: 11px;
  color: #4d4d4d;
}

a {
  font-style: italic;
  font-size: 15px;
  color: #ff0024;
}
a:hover {
  color: #cc001d;
}

img.wdth50
{
    width: 75%;
    display: block;
    float: right;
}

.intext
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.intext li {margin-bottom: 10px;}
.intext li:before {content:"+"; margin-right: 5px;}
.overspace {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.overspace.frst {
  padding-bottom: 140px;
  min-height: 100%;
}
.overspace.scnd {
  height: 110px;
  background: #324650;
  margin-top: -110px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5) inset;
}

.wrapper {
  width: 100%;
}

.content {
  max-width: 1140px;
  display: block;
  overflow: hidden;
  float: none;
  margin: 0 auto;
  padding: 30px;
}

.container {
  margin: 30px 0;
}
.container h5 {
  margin-top: 10px;
}

table {
  width: 100%;
  font-size: 15px;
  margin: 0;
  border-collapse: collapse;
  box-sizing: border-box;
}
table tr:first-child {
  font-size: 13px;
  font-style: italic;
  color: #666666;
}
table tr:nth-child(even) {
  background: rgba(50, 70, 80, 0.1);
}
table tr td {
  padding: 5px;
}

.price_print td:not(:first-child) {
  width: 15%;
  text-align: center;
}

.price_dop td:not(:first-child) {
  width: 25%;
  text-align: center;
}

.plate_napolnitel {
  background: #aaa;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.flex_wrap {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex_wrap .item {
  margin-bottom: 30px;
}
.flex_wrap .item._2w {
  width: 49%;
  margin-right: 1%;
}
.flex_wrap .item._2w:nth-child(even) {
  margin-right: 0;
}
.flex_wrap .item._2w_narr {
  width: 45%;
  margin-right: 10%;
}
.flex_wrap .item._2w_narr:nth-child(even) {
  margin-right: 0;
}
.flex_wrap .item._3w {
  width: 32%;
  margin-right: 2%;
}
.flex_wrap .item._3w:nth-child(3n) {
  margin-right: 0;
}
.flex_wrap .item._4w {
  width: 24%;
  margin-right: 1.3333333333%;
}
.flex_wrap .item._4w:nth-child(4n) {
  margin-right: 0;
}
.flex_wrap .item._5w {
  width: 19%;
  margin-right: 1.25%;
}
.flex_wrap .item._5w:nth-child(5n) {
  margin-right: 0;
}

.flex_row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.flex_row .item_2w {
  width: 49%;
}
.flex_row .item_23w {
  width: 66%;
}
.flex_row .item_3w {
  width: 32%;
}
.flex_row .item_34w {
  width: 75%;
}
.flex_row .item_4w {
  width: 24%;
}
.flex_row .item_5w {
  width: 19%;
}
.flex_row .item_6w {
  width: 15%;
}
.flex_row .item_2w_narr {
  width: 45%;
}
.flex_row .item_34w_narr {
  width: 75%;
}
.flex_row .item_4w_narr {
  width: 20%;
}
.flex_row .item_23w_narr {
  width: 60%;
}
.flex_row .item_3w_narr {
  width: 30%;
}
.flex_row .item_5w_narr {
  width: 14%;
}
.flex_row .item_6w_narr {
  width: 10%;
}

.flex_col_btw {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.flex_col_cntr {
  display: flex;
  
  flex-direction: column;
  justify-content: center;
}

.mainmenu {
  background: #cb0202;
  position: fixed;
  z-index: 900;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
.mainmenu .content {
  padding: 0 30px;
}
.mainmenu ul {
  display: block;
  margin: 0 0 0 -20px;
  position: relative;
  padding-left: 0;
}
.mainmenu li {
  display: block;
  float: left;
  padding: 20px;
}
.mainmenu li:hover {
  background: #980202;
}
.mainmenu a {
  color: #fff;
  font-weight: 600;
  font-style: normal;
}

.front_header {
  background: url("/assets/img/header_bg_main12.jpg") center bottom no-repeat;
}

.adress_header {
  background: url("/assets/img/header_bg_adress.jpg") center bottom no-repeat;
}

.contact_header {
  background: url("/assets/img/header_bg_contact.jpg") center bottom no-repeat;
}

.how_header {
  background: url("/assets/img/header_bg_work.jpg") center bottom no-repeat;
}

.price_header {
  background: url("/assets/img/header_bg_price.jpg") center bottom no-repeat;
}

.pr_header {
  background: url("/assets/img/header_bg_pr.jpg") center bottom no-repeat;
}

.header {
  height: 250px;
  margin-top: 58px;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.2) inset;
}
.header.fp {
  height: 100vh;
  max-height: 700px;
}
.header.fp h1 {
  color: #fff;
  font-size: 57.6px;
  line-height: 57.6px;
  text-shadow: 0px 0px 12px #ff0024;
  padding: 15px 30px;
  background: rgba(255, 0, 36, 0.5);
}
.header .main_logo {
  display: block;
}
.header .main_logo img {
  height: 40px;
}
.header .header_contactes p {
  color: #fff;
  margin: 0 0 7px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header .header_contactes p img {
  margin-right: 20px;
  height: 16px;
}

.footer {
  padding-top: 15px;
}
.footer p {
  color: #fff;
  margin: 0 0 7px;
  font-size: 11px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer p img {
  margin-right: 20px;
  height: 16px;
}
.footer .col {
  width: 25%;
  float: left;
  margin-right: 30px;
}
.footer .col:last-child {
  float: right;
  margin-right: 0;
  text-align: right;
}
.footer .footer_logo img {
  height: 20px;
}
.footer .rb_logo {
  color: #fff;
  font-size: 11px;
}
.footer .rb_logo img {
  float: right;
  display: block;
  margin-left: 30px;
}
.footer .rb_logo:hover {
  text-decoration: none;
  color: #fff;
}

.plater {
  text-align: center;
}
.plater img {
  width: 60%;
  display: block;
  margin: 10px auto;
}
.plater h4 {
  text-align: center;
  color: #cb0202;
}

.banner {
  width: 100%;
}

svg.celler {
  width: 100%;
  height: auto;
}

.download {
  color: #324650;
}
.download p {
  margin: 0;
}
.download .small_ico {
  float: left;
  margin-right: 15px;
}
.download .small_ico .mainfill {
  fill: #324650;
}
.download:hover {
  color: #cb0202;
}
.download:hover .mainfill {
  fill: #cb0202;
}

.schem span {
  color: #cb0202;
  text-decoration: line-through;
  font-size: 13px;
}
.schem tr:not(:first-child):hover {
  background: #fe9b9b;
  cursor: pointer;
}
.schem .actv {
  background: #fe9b9b;
}
.schem .actv td {
  color: #fff;
}
.schem .actv span {
  color: #fff;
}

.razm_tab tr, .razm_tab tr:first-child, .razm_tab tr:nth-child(2n) {
  background: none;
  font-size: 15px;
  color: #000;
  font-style: normal;
  line-height: 16.5px;
}
.razm_tab td:nth-child(1) {
  text-align: right;
  padding-right: 15px;
  font-style: italic;
}
.razm_tab td:nth-child(2) {
  font-weight: 600;
  color: #cb0202;
  font-size: 20px;
  width: 60%;
}

.btn1 {
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 17px;
  width: 100%;
  padding: 15px 45px;
  background: #ff0024;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.btn1:hover {
  color: #fff;
  background: #cc001d;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 6px #ff0024;
}

form {
  float: none;
  width: 100%;
}
form .row {
  float: none;
  width: 100%;
  overflow: hidden;
  position: relative;
}
form .row p {
  width: 20%;
  float: left;
  display: block;
}
form .row p.dsklmr {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
form .row input, form .row textarea {
  float: right;
  width: 75%;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 15px;
}
form .row input[type=submit] {
  border: 0;
  cursor: pointer;
}

.usl h3 {
  color: #cb0202;
  float: left;
  margin-right: 15px;
}
.usl h4 {
  display: block;
  overflow: hidden;
}

.partners img {
  width: 100%;
}

.contactes_informer img {
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.contactes_informer p {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
}

.shem_proezd {
  display: block;
  position: relative;
}

.scrolldown {
  position: relative;
  float: none;
}
.scrolldown svg {
  height: 67px;
  width: 43px;
  float: left;
  margin-right: 15px;
  z-index: 1;
}
.scrolldown p {
  color: white;
}

.fwidth {
  width: 100%;
  height: 100%;
}

.line {
  width: 100%;
  height: 1px;
  display: block;
  overflow: hidden;
  float: none;
  background: #000;
  margin-bottom: 45px;
  margin-top: 15px;
}

.gall img {
  width: 100%;
}

.mt_0 {
  margin-bottom: 0;
}

.mt_05 {
  margin-top: 15px;
}

.mt_1 {
  margin-top: 30px;
}

.mt_15 {
  margin-top: 45px;
}

.mt_2 {
  margin-top: 60px;
}

.mt_3 {
  margin-top: 90px;
}

.mt_5 {
  margin-top: 150px;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_05 {
  margin-bottom: 15px;
}

.mb_1 {
  margin-bottom: 30px;
}

.mb_15 {
  margin-bottom: 45px;
}

.mb_2 {
  margin-bottom: 60px;
}

.mb_3 {
  margin-bottom: 90px;
}

.pt_0 {
  margin-bottom: 0;
}

.pt_05 {
  margin-top: 15px;
}

.pt_1 {
  margin-top: 30px;
}

.pt_15 {
  margin-top: 45px;
}

.pt_2 {
  margin-top: 60px;
}

.pt_3 {
  margin-top: 90px;
}

.pt_5 {
  margin-top: 150px;
}

.pb_0 {
  margin-bottom: 0;
}

.pb_05 {
  margin-bottom: 15px;
}

.pb_1 {
  margin-bottom: 30px;
}

.pb_15 {
  margin-bottom: 45px;
}

.pb_2 {
  margin-bottom: 60px;
}

.pb_3 {
  margin-bottom: 90px;
}

.rght {
  text-align: right;
}

.cntr {
  text-align: center;
}

.shup {
  background: #e2e2e2;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.5);
}