@import url('https://fonts.googleapis.com/css?family=Oranienbaum:200,300,400,500,600,700,800,900&display=swap');

*,
*::before,
*::after
{
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;

  scroll-behavior: smooth;
}

a
{
  text-decoration: none;
  color: inherit;
}

ul,
ol,
li {list-style: none;}

h1,
h2,
h3,
h3,
h4,
h5,
h6
{
  font-weight: inherit;
  font-size: inherit;
}

html,
body
{
  height: 100%;
  font-size: 20px;
  color: #000;

  font-family: 'Arial';
  font-style: normal;
}

/* = header = */

.img_header
{
  padding-bottom: 50px;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;

  padding-top: 40px;
}


.head_wrap
{
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;

  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
}

span
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
/* = MENU_LOGO = */

.logo_name
{
  width: 440px;
  height: 71px;

  background-color: #fff;
  border-radius: 10px;

  display: flex;

  justify-content: center;
  align-items: center;
}

.logo_name h1
{
  font-family: 'Oranienbaum';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 35px;
}

.logo_time
{
  width: 210px;
  height: 71px;

  background-color: #fff;
  border-radius: 10px;

  display: flex;

  align-items: center;
  text-align: center;
  justify-content: center;

  font-family: 'Oranienbaum';
  font-size: 20px;
}

.logo_call
{
  width: 210px;
  height: 71px;

  background-color: #fff;
  border-radius: 10px;

  display: flex;

  align-items: center;
  text-align: center;
  justify-content: center;

  font-family: 'Oranienbaum';
  font-size: 20px;
}

.logo_call a {
  transition: .5s;
}

.logo_call a:hover
{
  color: #34675C;
}

/* = MENU_FLEX_LOGO = */

.section_menu_wrap
{
  display: flex;
  justify-content: space-between;
  width:100%;

  flex-wrap: wrap;
}

.head_menu_wrap
{
  width:100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;

  padding-top: 56px;
}

.box
{
  display: flex;
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 12px;
}

.box_text
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #000;

  margin: 18px 18px 18px 18px;
}

.box_text a {
  transition: .5s;
}

.box_text a:hover
{
  color: #34675C;
}

.box_text h1
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 17px;
}

.box_text h2
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
}

.box_text h3
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;

}
/* WARNING:  */

.main_body
{
  max-width: 900px;
  width:100%;
  margin-right: auto;
  margin-left: auto;

  padding-top: 29px;
}

/* = NAVIGATION = */

.navigation_body
{
  height: 23px;
  max-width: 900px;
  width: 100%;

  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
}

.navigation_box
{
  display: flex;

  width: 210px;
  height: auto;

  align-items: center;
  text-align: center;
  justify-content: center;

  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;

  border-radius: 10px;
}

.ready
{
  color: #fff;
  background-color: #34675C;
  border-radius: 10px;

  transition: .5s;
}

.navigation_body a
{

  display: flex;
  font-style: inherit;
  color: inherit;

  transition: .2s;

  align-items: center;
  text-align: center;
  justify-content: center;
}

.navigation_body a:hover
{
  color: #fff;
  background-color: #34675C;
  border-radius: 10px;
}

/* MENU END - START ATTENTION BOX */

.attention_box
{
  width: 100%;
  height: 100%;

  background-color: #34675C;
  border-radius: 12px;

  display: flex;
  align-items: center;
  text-align: center;

  margin-top: 30px;
}

.attention_text
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;

  margin: 15px 15px 15px 15px;
}

/* END ATTENTION BOX - START ABOUT US */

.about_box
{
  border: 10px solid #34675C;
  border-radius: 12px;

  display: flex;
}

.about_box .about_box_text
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;

  color: #000000;

  margin: 20px 20px 20px 20px;
}


/* END ABOUT US - START PRODUCT BOX*/

.product_box
{
  border: 10px solid #DFDFDF;
  border-radius: 12px;
  overflow: hidden;

  display: flex;
}

.table {
	width: 100%;
	margin-bottom: 20px;
	border: 5px solid #fff;
	border-top: 5px solid #fff;
	border-bottom: 3px solid #fff;
	border-collapse: collapse;

	font-size: 15px;
	background: #fff!important;

  font-family: 'Arial';
}
.table th {
	font-weight: bold;
	padding: 7px;
	background: #DFDFDF;
	border: none;
	text-align: left;
	font-size: 15px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #DFDFDF;
}
.table td {
	padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
}
.table tbody tr:nth-child(even){
	background: #f8f8f8!important;
}

.price_cell {
  color: #34675C;
  font-weight: 700;
  font-size: 13px;
}

/* PRICE INFO BOX */

.price_info_box
{
  background-color: #34675C;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: center;
  color: #fff;
}

.price_info_title
{
  font-family: 'Arial';
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 12px;
}

.price_info_text
{
  font-family: 'Arial';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.88;
  margin-bottom: 22px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.price_info_contacts
{
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.price_info_btn
{
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 10px;
  padding: 11px 26px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  transition: background .3s, border-color .3s;
  cursor: pointer;
}

.price_info_btn:hover
{
  background: rgba(255,255,255,0.28);
  border-color: rgba(255,255,255,0.6);
}

.price_info_btn_vk
{
  background: #597da3;
  border-color: #597da3;
}

.price_info_btn_vk:hover
{
  background: #4a6d93;
  border-color: #4a6d93;
}

/* PRICE START */

.price_box
{
  border: 10px solid #34675C;
  border-radius: 12px;

  display: flex;
}

.price_box .price_box_text
{
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;

  width: 100%;

  color: #000000;
  display: flex;

  margin: 20px 20px 20px 20px;
}

/* BUTTONS */

.button_vk
{
  color: white;
    border: 2px solid #597da3;
    border-radius: 10px;
    padding: 18px 36px;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    background-color: #597da3;

    max-width: 500px;
    width: 100%;
}

.button_vk:hover
{
  color: #27282D;
}

.slide_right_vk:hover {
  box-shadow: inset 500px 0 0 0 #fff;
}

.button_call
{
  color: #27282D;
    border: 2px solid #34675C;
    border-radius: 10px;
    padding: 18px 36px;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;

    max-width: 500px;
    width: 100%;
}

.button_call:hover
{
  color: #fff;
}

.slide_right_call:hover {
  box-shadow: inset 500px 0 0 0 #34675C;
}

.button_map
{
  color: #fff;
    border: 2px solid #CD5C5C;
    border-radius: 10px;
    padding: 18px 36px;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    background-color: #CD5C5C;

    max-width: 500px;
    width: 100%;
}

.button_map:hover
{
  color: #000;
}

.slide_right_map:hover {
  box-shadow: inset 500px 0 0 0 #fff;
}

/* FOOTER */

.footer
{
  width: 100%;
  margin-top: 100px;

  background-color: #34675C;
  color: #fff;
  font-size: 13px;
}

.footer_inner
{
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.footer_site
{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer_copy
{
  font-size: 13px;
  opacity: 0.85;
}

.footer_address
{
  font-size: 12px;
  opacity: 0.7;
}

.footer_email a
{
  font-size: 13px;
  color: #fff;
  opacity: 0.85;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .3s;
}

.footer_email a:hover
{
  opacity: 1;
}