:root {
    --c-primary: #ff6440;
    --c-primary-light: rgba(255, 100, 64, 0.5);
    --c-text: #181C29;
    --c-text-light: #A2A2A2;
    --c-bg: #F5F5F5;
    --c-bg-secondary: #E5E5E5;
    --f-s-promo: 28px;
    --f-s-title: 32px;
    --f-s-h2: 24px;
    --f-s-h4: 18px;
    --f-s-body: 16px;
    --f-s-middle: 14px;
    --f-s-small: 12px;
    --lines: #E9E9E9;
    --topMenuHeight: 68px;
    --productImgSize: 200px;
    --border: 1px solid var(--lines);
    --border-radius: 12px;
    --border-radius-big: 20px;
    --border-radius-small: 4px;
    --border-radius-standart: 8px;
    --transition: all 0.4s ease;
}

iframe {
  max-width: 100%;
}

  @font-face {
	font-family: 'Montserrat';
	font-weight: 300;
	src: url('../fonts/Montserrat-Light.ttf');
  }
  @font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('../fonts/Montserrat-Regular.ttf');
  }
  @font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	src: url('../fonts/Montserrat-Medium.ttf');
  }
  @font-face {
	font-family: 'Montserrat';
	font-weight: 600;
	src: url('../fonts/Montserrat-SemiBold.ttf');
  }
  @font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src: url('../fonts/Montserrat-Bold.ttf');
  }
  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
  .body {
	min-height: 100%;
	min-width: 400px;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: normal;
	color: #464646;
	cursor: default;
  }
  
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
  
	input {outline:none;}
	body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd {
	  margin: 0;
	}
	a {	text-decoration: none;  color: #212121;	}
    a:hover { text-decoration: revert; color: #212121; }
	img {
	  max-width: 100%;
	  vertical-align: middle;
	  /*display: inline-block;*/
	}

  .font-style-h1 {
	  font-size: 48px;
	  line-height: 120%;
	  font-weight: 800;
	}
	.font-style-h2 {
	  font-size: 36px;
	  line-height: 120%;
	  font-weight: 700;
	}
	.font-style-h3 {
	  font-size: 24px;
	  line-height: 120%;
	  font-weight: 600;
	}
	.font-style-h4 {
	  font-size: 20px;
	  line-height: 110%;
	  font-weight: 500;
	}
	.font-style-pl {
	  font-size: 19px !important;
	}
	.font-style-pm {
	  font-size: 16px !important;
	}
	.font-style-ps {
	  font-size: 15px !important;
	}
	.font-style-black {
	  font-weight: 800;
	}
	.font-style-bold {
	  font-weight: 700 !important;
	}
	.font-style-medium {
	  font-weight: 500 !important;
	}
	.font-style-light {
	  font-weight: 300 !important;
	}
	.font-style-grey {
	  color: #F7F7F7 !important;
	}
	.font-style-focus {
	  color: #EB6141 !important;
	}
	.font-style-acent {
	  color: #FFFFFF !important;
	}
	.font-style-invalid {
	  color: #FA4116 !important;
	}
	  .margin_bottom_60 {
		margin-bottom: 60px !important;
	  }
	  .margin_bottom_40 {
		margin-bottom: 40px !important;
	  }
    .margin_bottom_20 {
      margin-bottom: 20px!important;
    }
	  .margin_top_60 {
		margin-top: 60px !important;
	  }
	  .margin_top_40 {
		margin-top: 40px !important;
	  }
    .margin_top_20 {
		margin-top: 20px!important;
	  }
  
    .container_head {
      max-width: 1800px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 50px;
      padding-left: 50px;
    }
    .container {
      max-width: 1440px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 50px;
      padding-left: 50px;
    }
    .container_min {
      max-width: 1140px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 50px;
      padding-left: 50px;
    }
    .container_bottom {
      max-width: 1440px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 50px;
      padding-left: 50px;
    }
    .section-top {
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: transparent;
      margin-bottom: -100px;
      z-index: 4;
    }
    .section_bottom {
      padding-top: 60px;
      padding-bottom: 60px;
      background-color: #F2F2F2;
    }
    .section-glav {
      overflow: hidden;
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .section-page {
      position: relative;
      padding-top: 90px;
      padding-bottom: 90px;
    }
    .section-breadcrumb {
      padding-top: 10px;
      padding-bottom: 20px;
    }
    .section00 {
      position: relative;
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: -80px;
    }
    .section01 {
      position: relative;
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .section02 {
      position: relative;
      padding-top: 80px;
      padding-bottom: 80px;
      background-color: #fff;
    }
    .section03 {
      position: relative;
      padding-top: 80px;
      padding-bottom: 80px;
      background-color: #F7F7F7;
    }
    .section04 {
      position: relative;
      padding-top: 0px;
      padding-bottom: 80px;
    }
    .section05 {
      position: relative;
      padding-top: 80px;
      padding-bottom: 0px;
    }
    .section032 {
      position: relative;
      padding-top: 280px;
      padding-bottom: 80px;
      background-color: #F7F7F7;
          margin-top: -280px;
    }
    .section033 {
      position: relative;
      padding-top: 0px;
      padding-bottom: 160px;
      background-color: #F7F7F7;
    }
    .section042 {
      position: relative;
      padding-top: 0px;
      padding-bottom: 80px;
      margin-top: -60px;
    }
    .section043 {
      position: relative;
      padding-top: 60px;
      padding-bottom: 80px;
    }
    .section052 {
      position: relative;
      padding-top: 100px;
      padding-bottom: 180px;
    }
    
    .sec_row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -30px;
    }
    .sec_row_center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: -30px;
    }
    .sec_row_center_too {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: -30px;
    }
    .sec_row_stretch {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-right: -30px;
    }
    .sec_row_slider {
        width: -webkit-fill-available;
        margin-right: -30px;
    }
    .sec_row_grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -30px;
        margin-bottom: -30px;
    }
    .sec_row_line {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0px;
    }
    .sec_row_grid .col01 {
      margin-bottom: 30px;
    }
    .sec_row_grid .col02 {
      margin-bottom: 30px;
    }
    .sec_row_grid .col03 {
      margin-bottom: 30px;
    }
    .sec_row_grid .col04 {
      margin-bottom: 30px;
    }

    .col01 {
      width: 100%;
      padding-right: 30px;
    }
    .col02 {
      width: 50%;
      padding-right: 30px;
    }
    .col03 {
      width: 33.33%;
      padding-right: 30px;
    }
    .col04 {
      width: 25%;
      padding-right: 30px;
    }
    .col05 {
      width: 20%;
      padding-right: 30px;
    }
    .col06 {
      width: 16.66%;
      padding-right: 30px;
    }
    .col040 {
      width: 40%;
      padding-right: 30px;
    }
    .col060 {
      width: 60%;
      padding-right: 30px;
    }
    .col033 {
      width: 33.33%;
      padding-right: 30px;
    }
    .col066 {
      width: 66.66%;
      padding-right: 30px;
    }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.top_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_pull_left {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top_pull_center {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top_pull_right {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__menu-button {
  display: none;
  border: none;
  background: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 20px;
}

.top__logo_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
}
.logo_img_block {
  max-height: 60px;
}

.menu-top_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link_top_menu {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 30px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.link_top_menu:hover {
    color: #EB6141;
}
.div_top01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.div_top02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.div_top03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.div_top04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    height: 50px;
    min-width: 220px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #EB6141;
    border: 1px solid #EB6141;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}
.button:hover {
  background-color: #ffffff;
  border: 1px solid #eb6141;
  color: #eb6141;
  text-decoration: none;
}
.button_top {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.link_tel_top {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 40px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.link_tel_top:hover {
    color: #EB6141;
}

.input_form {
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
    border: 1px solid #F2F2F2;
    background-color: #F2F2F2;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    border-radius: 10px;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.input_form:hover {
    border: 1px solid #494949;
    color: #212121;
}

.input_radio_check {
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #494949;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: inset 0 0 0px 0px #eb6141;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.input_radio_check label {
  cursor: pointer;
}
.input_radio_check:hover {
  border-color: #eb6141;
  background-color: #ffffff;
  box-shadow: inset 0 0 0px 0px #eb6141;
  
}
.input_radio_check:checked {
  border-width: 5px;
  border-color: #494949;
  background-color: #eb6141;
  box-shadow: inset 0 0 0px 0px #eb6141;
}
.radio_ok_text {
  cursor: pointer;
}

.back_top_fon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    margin: -10px;
    background-position: 50% 50%;
    background-size: cover;
}
.hover_fon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: #00000052;
}
.sec_main {
  min-height: 720px;
  max-height: 980px;
  height: 85vh;
  background-color: #00000052;
  position: relative;
  overflow: hidden;
}
.wrap_main {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.block_top {
    position: relative;
    max-width: 55%;
}
.heading-glav {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
}
.heading-min {
  color: #fff;
  font-weight: 400;
  font-size: 17px; 
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.link_message_top {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #EB6141;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: 10px;
}
.link_message_top:hover {
    background-color: #ffffff;
}
.link_message_top svg path {
    fill: #ffffff;
}
.link_message_top:hover svg path {
    fill: #EB6141;
}

.link_message_end {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #b2b2b2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: 10px;
    padding: 6px;
}
.link_message_end:hover {
    background-color: #ff6440;
}
.link_message_end svg path {
    fill: #ffffff;
}

.block_top_too {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.block_top_info {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.div_icon_block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon_block_img {
    margin-right: 10px;
}
.wrap_main_too {
    position: relative;
    background-color: #EB6141;
    border-radius: 10px;
    padding: 20px 30px;
    z-index: 2;
}
.div_arrow_go {
    position: relative;
    z-index: 1;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #EB6141;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
}
.div_arrow_go_icon {
    margin-bottom: 30px;
}
.heading-sec {
    color: #494949;
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 40px;
}
.block_card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.block_card_fon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    margin: -10px;
    background-position: 50% 50%;
    background-size: cover;
}
.block_card_back {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.0)), to(rgba(0, 0, 0, 0.75)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.75));
}
.block_card_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
    padding: 30px;
    min-height: 400px;
    max-height: 500px;
    height: 30vw;
}
.text-head {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    margin-bottom: 20px;
}
.block_card_img {
    position: absolute;
    z-index: 2;
    min-width: 80px;
    max-width: 120px;
    width: 7vw;
}

.block_sec_33 {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    align-items: center;
    margin-left: 80px;
}
.block_sec_33 .sec_row_center {
    align-items: center;
}
.sec_33_img {
    max-width: 35vw;
    position: absolute;
    margin-left: -160px;
    margin-top: -180px;
    margin-bottom: 0px;
}
.button_form {
    width: 100%;
}

.block_sec_42 {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    z-index: 2;
}
.block_sec_42 .sec_row_center {
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
}
.block_sec_42 .col04 {
    width: fit-content;
    
}
.block_sec_title {
    color: #EB6141;
    font-weight: 700;
    font-size: 76px;
    margin-right: 20px;
}
.block_sec_43 {
    position: relative;
    background: #eb6141;
    border-radius: 10px;
    padding: 50px 30px;
    align-items: center;
    display: flex;
    margin-right: 20%;
}
.s43_img {
    position: absolute;
    left: 0;
    height: 100%;
}
.sec_43_img {
    position: absolute;
    z-index: 2;
    right: -25%;
    max-width: 72%;
}
.block_sec_43_wrap {
    margin-left: 15%;
    max-width: 35%;
}
.button_info {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #494949;
}
.button_info:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.button_info_too {
    background-color: #ffffff;
    border: 1px solid #eb6141;
    color: #eb6141;
}
.button_info_too:hover {
    background-color: #eb6141;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.button_info_tele:hover {
    background-color: #eb6141;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.button_info_tele {
    background-color: #12bdde;
    border: 1px solid #12bdde;
    color: #ffffff;
}

.button_info_max:hover {
    background-color: #eb6141;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.button_info_max {
    background-color: #5a34ff;
    border: 1px solid #5a34ff;
    color: #ffffff;
}

.button_info_svg_too {
    display: inline-flex;
    justify-content: flex-start;
}
.button_info_svg svg path {
    fill: #111111 !important;
}
.button_info_svg_too svg path {
    fill: #fff !important;
}
.button_info_svg_too:hover svg path {
    fill: #fff !important;
}
.button_info_svg_too .next {
    width: 10px;
    color: #fff;
    height: 20px;
    font-size: 36px;
    line-height: 15px;
}

.block_sec_44 {
    margin-right: -12%;
}
.block_sec_44 .col05 {
    margin-bottom: 80px;
}
.div_icon_block_too {
    position: relative;
}
.sec_44_img1 {
    position: absolute;
    left: -110px;
    bottom: -60px;
}
.sec_44_img2 {
    position: absolute;
    left: -110px;
    top: -30px;
}
.col0505 {
    width: 11%;
}

.div_icon_block_more {
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 20px;
    min-height: 240px;
}

.block_sec_522 {
    position: relative;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 50px 30px;
    align-items: center;
    display: flex;
    margin-left: 0%;
}

.block_sec_525 {
    position: relative;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 50px 50px;
    align-items: center;
    display: flex;
    margin-left: 0%;
    justify-content: space-around;
    gap: 30px;
}

.block_sec_52 {
    position: relative;
    background: #eb6141;
    border-radius: 10px;
    padding: 50px 30px;
    align-items: center;
    display: flex;
    margin-left: 0%;
}
.s522_img {
    position: absolute;
    right: 0;
    height: 100%;
    transform: rotateZ(0deg);
}
.s52_img {
    position: absolute;
    right: 0;
    height: 100%;
    transform: rotateZ(180deg);
}
.sec_52_img {
    position: relative;
    z-index: 2;
    left: 0%;
    margin: -20px -40px -20px -30px;
}
.block_sec_52_wrap {
    margin-left: 15%;
    max-width: 50%;
}

.sec_525_img {
    position: relative;
    z-index: 2;
    left: 0%;
    margin: -20px 0px -20px -50px;
}
.sec_5252_img {
    position: relative;
    z-index: 2;
    left: 0%;
    margin: -20px 0px -20px -30px;
}

.block_sec_520_wrap {
    position: relative;
    z-index: 4;
    margin-left: 6%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.block_sec_525_wrap {
    margin-left: 0%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.end_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.end_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.end_pull_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.end_pull_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.end_pull_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-shrink: 0;
}
.end_text_link {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #494949;
}
.end_text_link:hover {
  color: #EB6141;
}
.end_text {
  text-align: right;
}

.slider_block_wrap .col066 {
    padding-right: 0px;
    margin-right: -10px;
}
.slider_left {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    padding-top: 0px;
    height: calc(100% - 30px);
    margin-top: 15px;
    margin-right: -35px;
}
.slider_card_fon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    margin: -10px;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slider_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    background-color: #EB6141;
    padding: 30px;
    margin-right: -10px;
}
.slider_line {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ffffff80;
}
.slider_card_plus {
    display: none;
    opacity: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff80;
    padding: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.slider_card_fon:hover .slider_card_plus {
    display: block;
    opacity: 1;
}

.owl-theme-one .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    margin-left: -15px;
}
.owl-theme-one .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    margin-right: -15px;
}
.owl-theme-one .owl-dots {
    display: none;
}
.owl-theme-too .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    margin-left: -15px;
}
.owl-theme-too .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
    margin-right: -15px;
}

.owl-theme-inner .owl-stage-outer {
    height: 100%;
}
.owl-theme-inner .owl-stage-outer .owl-stage   {
    height: 100%;
}
.owl-theme-inner .owl-stage-outer .owl-item  {
    height: 100%;
}

.owl-theme-inner .owl-dots {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    display: flex;
    justify-content: center;
}
.owl-theme-inner .owl-dot {
    width: 80px;
    height: 8px;
    background: #ffffff80 !important;
    border-radius: 8px;
    margin: 5px;
}
.owl-theme-inner .owl-dot.active {
    background: #ffffff !important;
}

  .arrow_back {
    display: flex;
    background-color: #ffffff;
    padding: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .arrow_back svg path {
    stroke: #EB6141;
  }
  .arrow_back:hover svg path {
    stroke: #ffffff;
  }
  .arrow_forward:hover svg path {
    stroke: #EB6141;
  }
  .arrow_forward {
    display: flex;
    background-color: #EB6141;
    padding: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .arrow_back:hover {
    background-color: #EB6141;
  }
  .arrow_forward:hover {
    background-color: #ffffff;
  }
  
.sec_row_slider .owl-stage-outer {
    overflow: inherit  !important;
}
.sec_row_slider .owl-item {
    opacity: 0.5;
}
.sec_row_slider .owl-item.active {
    opacity: 1;
}
.sec_row_slider .slider_left  .owl-item {
    opacity: 1;
}

.sec_52_img_melting {
    background: #2fa8d8;
    border-radius: 50%;
    position: absolute;
    width: 74px;
    height: 74px;
    bottom: 6.2%;
    left: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_52_img_melting:before,
.sec_52_img_melting:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    border: 10px solid;
    border-color: #29a5db;
    transform: scaleY(1);
    opacity: 0.5;
    animation: drip 3s infinite ease-in-out;
}

.sec_52_img_melting::after {
    filter: blur(10px);
    opacity: 0.3;
}
.sec_58_img_melting {
    background: #5a34ff;
    border-radius: 50%;
    position: absolute;
    width: 74px;
    height: 74px;
    bottom: 6.2%;
    left: 64%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_58_img_melting:before,
.sec_58_img_melting:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    border: 10px solid;
    border-color: #5a34ff;
    transform: scaleY(1);
    opacity: 0.5;
    animation: drip 3s infinite ease-in-out;
}

.sec_58_img_melting::after {
    filter: blur(10px);
    opacity: 0.3;
}
@keyframes drip {
    0%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: scale(0.98);
        opacity: 0.7;
    }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Сисиемные сообщения --------------- */
#jGrowl {
  font-size:18px;
  margin:5px !important; 
}
/*.jGrowl.top-right {
  top:40% !important;
  width:30% !important; 
  left:35% !important; 
}*/
#jGrowl .jGrowl-notification {
  position: relative;
  width: 300px;
  padding: 35px 10px 35px 10px;
  text-align:center;
  border-radius: 0px !important;
  background: none repeat 0 0 #fff !important;
  border: 0px solid rgba(255, 255, 255, 0.49) !important;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16) !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #121212 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
  color:#121212 !important;
}

/* цвета svg ----------------- */

svg path {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.button svg path {
  fill: #ffffff;
}
.button:hover svg path {
  fill: #212121;
}

.menu-close {
	background: url(../../image/close.png) 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	background: #3a3a3a;
    display: none;
    position: fixed;
    right: -110%;
    top: 0;
    width: 300px;
    height: 100vh;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 20px;
    color: #eb6141;
	line-height: 1.4;	
	text-decoration: none;
}

.close-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 25%);
    z-index: 999;
}
.modal-wrap {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 600px;
    overflow-y: auto;
    position: fixed;
    margin: 0 auto;
    left: 0;
    height: auto;
    z-index: 999;
    padding: 0 10px;
    max-width: 480px;
}
.modal-close {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 3rem;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #464646;
    z-index: 99;
}
.modal {
    background-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    height: inherit;
    overflow: hidden;
    border-radius: 5px;
}
.mod-top {
    width: 100%;
    padding: 30px;
    background-color: #F7F7F7;
}
.modal-header {
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
}
.modal-title {
    font-size: 24px;
    font-weight: 600;
}
.form-modal {
    padding: 30px;
}
.modal-body {
    padding: 30px;
}
.link-ok {
    color: #EB6141;
}

.block_tele_wrap {
    display: none;
    position: fixed;
    left: 15px;
    top: 90%;
    transform: translateY(-90%);
    z-index: 99;
    max-width: 240px;
}
.block_tele_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: #2196F3;
    border-radius: 10px;
    padding: 40px 10px 10px 10px;
    z-index: 1;
    text-align: center;
}
.block_tele_go {
    position: relative;
    z-index: 2;
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
}
.button_tele {
    height: 42px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #2196F3;
}
.button_tele:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.tele_close {
    position: absolute;
    top: 30px;
    right: 5px;
    font-size: 2rem;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #ffffff;
    z-index: 9;
}

.socials__link {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ff6440;
    margin-right: 15px;
}
.socials__link svg {
    width: 20px;
    height: 20px;
}

.socials__link_tele {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 15px;
}
.socials__link_tele svg {
    width: 20px;
    height: 20px;
}

.socials__link_max {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 15px;
}
.socials__link_max svg {
    width: 20px;
    height: 20px;
}

.listul_orange {
    padding-left: 0px;
}
.listul_orange li {
    position: relative;
    margin: 8px 0px;
    padding-left: 20px;
    list-style: none;
    font-size: 18px;
}
.listul_orange li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: var(--c-primary);
    margin-left: -25px;
    top: 8px;
    position: absolute;
}

/*--------------------------------------------- */
/* Media
-------------------------------------------------------------------------------- */

@media screen and (max-width: 1600px) {
  .sec_main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*-------------------------------------------------------------------------------- */
@media screen and (max-width: 1340px) {
  .section01 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sec_44_img1 {
    position: absolute;
    left: -50px;
    bottom: -10px;
    width: 40px;
  }
  .sec_44_img2 {
    position: absolute;
    left: -60px;
    top: 30px;
    width: 40px;
  }
  .block_sec_44 .col05 {
    margin-bottom: 60px;
  }
}
/*-------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .container_head {
    padding-right: 30px;
		padding-left: 30px;
  }
  .container {
    padding-right: 30px;
		padding-left: 30px;
  }
  .container_min {
    padding-right: 30px;
		padding-left: 30px;
  }
  .container_bottom {
    padding-right: 30px;
		padding-left: 30px;
  }

  .block_sec_42 .div_icon_block {
    flex-direction: column;
  }
  .block_sec_42 .block_sec_title {
    margin-right: 0px;
  }
  .block_sec_42 .font-style-ps {
    text-align: center;
  }
  
  .block_sec_525 {
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .sec_525_img {
    margin: -20px 0px 0px 0px;
  }
  .sec_5252_img {
    margin: -20px 0px 0px 0px;
  }
}
/*-------------------------------------------------------------------------------- */
@media screen and (max-width: 1023px) {
	.margin_bottom_60 {
		margin-bottom: 40px !important;
	}
	.margin_bottom_40 {
		margin-bottom: 30px !important;
	}
	.margin_top_60 {
		margin-top: 40px !important;
	}
	.margin_top_40 {
		margin-top: 30px !important;
	}
  .section-bottom {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .section-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section03 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section04 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .section05 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .section032 {
    padding-bottom: 60px;
  }
  .section033 {
    padding-bottom: 120px;
  }
  .section042 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .section043 {
      position: relative;
      padding-top: 0px;
      padding-bottom: 60px;
   }
  .sec_row {
    margin-right: -20px;
  }
  .sec_row_center {
    margin-right: -20px;
  }
  .sec_row_center_too {
    margin-right: -20px;
  }
  .sec_row_stretch {
    margin-right: -20px;
  }
  .sec_row_slider {
    margin-right: -20px;
  }
  .sec_row_grid {
    margin-right: -20px;
  }
  .sec_row_line {
    margin-right: 0px;
  }
  .col01 {
    padding-right: 20px;
  }
  .col02 {
    padding-right: 20px;
  }
  .col03 {
    padding-right: 20px;
  }
  .col04 {
    width: 33.33%;
    padding-right: 20px;
  }
  .col05 {
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col06 {
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .col040 {
    padding-right: 20px;
  }
  .col060 {
    padding-right: 20px;
  }
  .col033 {
    width: 40%;
    padding-right: 20px;
  }
  .col066 {
    width: 60%;
    padding-right: 20px;
  }
  .top_pull_center {
    display: none;
  }
  .top__menu-button {
    display: block;
  }
  .heading-glav {
    font-size: 42px;
  }
  .section00 {
    margin-top: -200px;
  }
  .block_top {
    max-width: 100%;
    margin-bottom: 100px;
  }
  .block_sec_33 {
     margin-left: 0px;
  }
  .sec_33_img {
    max-width: none;
    position: relative;
    margin-left: 0px;
    margin-top: -160px;
  }
  .block_sec_33 .col03 {
    width: 80%;
   }
   .block_sec_33 .col04 {
    width: 80%;
   }
  .block_sec_33 .col040 {
    width: 80%;
   }
   .section033 {
      padding-top: 80px;
    }
    .col0505 {
        width: 0%;
    }
    .block_sec_44 {
        margin-right: 0%;
    }
    .sec_44_img1 {
        display: none;
    }
    .sec_44_img2 {
        display: none;
    }
    .block_sec_44 .col05 {
        margin-bottom: 40px;
    }
    .block_sec_52_wrap {
        margin-left: 10%;
    }
    .block_sec_520_wrap {
        margin-left: 5%;
        justify-content: flex-end;
        display: flex;
    }
    .end_info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
    .s522_img {
        display: none;
    }
}
/*-------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .body {
		font-size: 15px;
	}
	.container_head {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	.container {
	  padding-right: 15px;
	  padding-left: 15px;
	}
	.container_min {
	  padding-right: 15px;
	  padding-left: 15px;
	}	
  .container_bottom {
	  padding-right: 15px;
	  padding-left: 15px;
	}
  .sec_row {
    margin-bottom: -20px;
    margin-right: -15px;
  }
  .sec_row_center {
    margin-bottom: -20px;
    margin-right: -15px;
  }
  .sec_row_center_too {
    margin-bottom: -20px;
    margin-right: -15px;
  }
  .sec_row_stretch {
    margin-bottom: -20px;
    margin-right: -15px;
  }
  .sec_row_slider {
    margin-bottom: -20px;
    margin-right: -15px;
  }
  .sec_row_grid {
    margin-bottom: -20px;
    margin-right: -15px;
  }
  .sec_row_line {
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .col01 {
    padding-right: 15px;
  }
  .col02 {
    width: 100%;
    padding-right: 15px;
  }
  .col03 {
    width: 50%;
    padding-right: 15px;
  }
  .col04 {
    width: 50%;
    padding-right: 15px;
  }
  .col05 {
    width: 50%;
    padding-right: 15px;
  }
  .col06 {
    width: 33.33%;
    padding-right: 15px;
  }
  .col040 {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .col060 {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .col033 {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .col066 {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .div_top02 {
    display: none;
  }
  .div_top03 {
    display: none;
  }
  .heading-glav {
    font-size: 32px;
   }
  .heading-min {
    font-size: 15px;
  }
  .heading-sec {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .wrap_main_too {
    padding: 20px 20px;
  }
  .font-style-ps {
    font-size: 14px;
  }
  .sec_33_img {
    max-width: 100%;
    position: relative;
    margin-left: 0px;
  }
  .block_sec_33 .col03 {
    width: 100%;
   }
   .block_sec_33 .col04 {
    width: 100%;
   }
  .block_sec_33 .col040 {
    width: 100%;
   }
   .block_sec_33 {
      padding: 30px;
    }
    .section033 {
        padding-top: 120px;
    }
    .block_sec_42 .sec_row_center {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .block_sec_42 .col04 {
    width: 50%;
    }
    .block_sec_title {
        font-size: 56px;
        margin-right: 0px;
    }
    .block_sec_43_wrap {
        margin-left: 0%;
        max-width: 100%;
    }
    .block_sec_43 {
        margin-right: 0%;
        padding: 40px 30px 180px 30px;
    }
    .sec_43_img {
        right: -10%;
        bottom: -10%;
        max-width: 60%;
    }
    .section043 {
      overflow: hidden;
    }
    .block_sec_52_wrap {
        margin-left: 0%;
        max-width: 100%;
    }
    .block_sec_520_wrap {
        margin-left: 0%;
        max-width: 100%;
    }
    .block_sec_520_wrap a {
        width: 100%;
    }
    .block_sec_52 {
        margin-left: 0%;
    }
    .block_sec_522 {
        margin-left: 0%;
        padding: 30px 25px 30px 25px;
        flex-direction: column;
    }
    .sec_52_img {
        margin: -20px 0px 0px 0px;
    }
    .section052 {
      overflow: hidden;
    }
    .s43_img {
        height: 70%;
        bottom: 0;
    }
    .s52_img {
        right: auto;
        left: 0;
        height: 70%;
        bottom: 0;
        transform: rotateZ(0deg);
    }
    .section052 {
        padding-top: 0px;
        padding-bottom: 170px;
    }
    .section_bottom {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .slider_right {
        padding: 30px 60px;
    }
    .slider_left {
        padding-top: 100%;
        height: 100%;
        margin-top: 0px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: -25px;
        padding-top: 0%;
    }
    .owl-carousel.owl-theme-inner {
        width: auto;
    }
    .owl-theme-inner .owl-stage-outer .owl-item {
        padding-top: 420px;
    }
    .owl-theme-too .owl-prev {
        top: 75%;
    }
    .owl-theme-too .owl-next {
        top: 75%;
    }
    .block_tele_wrap {
        top: 95%;
        transform: translateY(-95%);
    }
    .block_tele_main p {
        display: none;
    }
    .slider_block_wrap .col066 {
        padding-right: 15px;
        margin-right: 0px;
    }
    .slider_right {
        margin-right: 0px;
    }
    
    .block_sec_525 {
        margin-left: 0%;
        padding: 50px 0px;
    }
    .div_prap {
        display: none;
    }
    .sec_525_img {
        width: 100%;
      }
}
/*-------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .end_info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .end_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }  
  .sec_43_img {
    position: absolute;
    z-index: 2;
    right: -30%;
    bottom: -10%;
    max-width: 75%;
  }
  .sec_52_img {
        width: 100%;
  }
  .block_sec_52 {
        flex-direction: column;
        min-height: 480px;
  }
  .end_text {
    text-align: center;
  }
  .block_sec_522 {
        padding: 20px 0px 30px 0px;
        flex-direction: column;
   }
   .block_sec_520_wrap {
        margin-left: 0%;
        max-width: 100%;
        padding: 0 25px;
    }
}
/*-------------------------------------------------------------------------------- */
@media screen and (max-width: 479px) {
	.margin_bottom_60 {
		margin-bottom: 30px!important;
	}
	.margin_bottom_40 {
		margin-bottom: 20px!important;
	}
	.margin_top_60 {
		margin-top: 30px!important;
	}
	.margin_top_40 {
		margin-top: 20px!important;
	}
  .section-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-page {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section03 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section04 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .section05 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .section032 {
    padding-bottom: 50px;
  }
  .section033 {
    padding-bottom: 60px;
  }
  .section042 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .section043 {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .sec_row_grid .col01 {
    margin-bottom: 20px;
  }
  .sec_row_grid .col02 {
    margin-bottom: 20px;
  }
  .sec_row_grid .col03 {
    margin-bottom: 20px;
  }
  .sec_row_grid .col04 {
    margin-bottom: 20px;
  }

  .col01 {
    margin-bottom: 20px;
  }
  .col02 {
    margin-bottom: 20px;
  }
  .col03 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col04 {
    margin-bottom: 20px;
  }
  .col05 {
    margin-bottom: 20px;
  }
  .col06 {
    width: 50%;
    margin-bottom: 20px;
  }
  .col040 {
    margin-bottom: 20px;
  }
  .col060 {
    margin-bottom: 20px;
  }
  .sec_43_img {
    position: absolute;
    z-index: 2;
    right: -40%;
    bottom: -10%;
    max-width: 100%;
  }
}
/*-------------------------------------------------------------------------------- */
/*end*/
