:root {
  --grey: #55565F;
  --main: #F36C21;
  --slave: #E75E23;
  --black: #0D0E13;
  --white: #fff;
  --light: #F4F4FB;

  --transition: all .3s ease-in-out;
}

::-webkit-scrollbar { width: 4px; height: 4px; background-color: var(--white); } 
::-webkit-scrollbar-thumb { background-color: var(--main); border-radius: 4px; }


@font-face {
  font-family: "Play";
  src: url("/fonts/play/Play-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Play";
  src: url("/fonts/play/Play-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html { margin:0; padding:0; -webkit-font-smoothing: initial;}
body {
  -webkit-text-size-adjust: 100%;
  font-size: 18px;  
  line-height: 1.36;
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  color: var(--grey);
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: subpixel-antialiased;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 1390px;
  box-sizing: border-box;
}
.wrapper.wide { max-width: 1710px; }
.clear:before, .clear:after {  content: " ";  display: table;}
.clear:after { clear: both; }

.row:before, .row:after {  content: " ";  display: table;}
.row:after { clear: both;}
.row { margin-left: -1em;  margin-right: -1em; }

[class*='col-'] {  
    float: left;  
    padding: 0 1em;
    box-sizing: border-box;
}

:focus { outline: none !important; }
a { color: var(--main); transition: color .2s ease;}
a:hover { color:  var(--main); }
a, button { cursor: pointer; text-decoration: none;}
.img_wrap { position: relative; }
.img_wrap img  { position: absolute; z-index: 2; max-width: 100%; max-height: 100%; margin: auto; top: 0;  bottom: 0; left: 0;}
p {margin-bottom: 15px;}
img { max-width: 100%; max-height: 100%;}

h1, .h1 { font-size: 75px; line-height: 82.5px; font-weight: 400; margin-bottom: 45px; color: var(--black); font-family: "Play", sans-serif; }
h2, .h2 { font-size: 45px; line-height: 49.5px; font-weight: 400; margin-bottom: 30px; color: var(--black); font-family: "Play", sans-serif; }

h1 span, .h1 span,
h2 span, .h2 span { color: var(--main); }

.txt { font-size: 18px; line-height: 22.5px; }
.txt:last-child { margin-bottom: 0; }
.txt *:first-child { margin-top: 0; }
.txt h1 { font-size: 30px; font-weight: 500; margin-bottom: 20px; }
.txt h2, .txt h3, .txt h4 { line-height: 1.3;}
.txt p { margin-bottom: 14px; }
.txt ul  { margin-bottom: 1.4em; padding-left: 0; }
.txt ul > li { position: relative; margin-top: .5em; overflow: hidden; padding-left: 0; }
.txt ul > li:before { background: rgb(55,158,42); background-color: #c2d317; border-radius: 50%; content: ''; height: .3em; width: .3em; z-index: 1; display: inline-block; margin-right: .5em; top: -.2em; position: relative; }
.txt ol { counter-reset: counter 0;  margin-bottom: 1.4em; list-style: none outside; }
.txt ol > li { position: relative; margin-bottom: 0.4em; overflow: hidden; }
.txt ol > li:before { content: counter(counter)'.'; counter-increment: counter 1; display: inline-block; width: 1.3em; }
.txt blockquote { background-color: #f3f3f3; margin-bottom: 1.4em; padding: 25px 25px 25px 90px; position: relative; color: #333; font-size: 14px; font-style: italic;}
.txt blockquote:before { position: absolute; content: url(../img/blockquote.png); top: 50%; left: 1em; transform: translateY(-50%); }
.txt table { margin-bottom: 1.4em; border: 1px solid #29B6F6 !important; background-color: #fff; min-width: 70%;}
.txt table td { text-align: center; border: 1px solid #e5e7ea; padding: 10px 25px;}
.txt table tr:nth-child(odd) td { background-color: #f9fafc; }
.txt table tr:first-child td { text-transform: uppercase; background-color: #29B6F6; color: #fff; border: 1px solid #29B6F6; font-weight: 600;}
.txt *:last-child { margin-bottom: 0;}

.btn {
  height: 60px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 270px;
  text-align: center;
  color: #fff;
  border: 0 none;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.2;
  background-color: var(--main);
  transition: var(--transition);
}
.btn span { transition: var(--transition); display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; }
.btn svg { width: 13px; height: 13px; opacity: 0; transition: var(--transition); margin-right: -13px; }

.btn:hover { background-color: var(--slave); color: #fff; }
.btn:hover svg { opacity: 1; transform: translateX(10px); }
.btn:hover span { padding-right: 10px; }
.btn:active { background-color: var(--main); color: #fff; transform: translateY(2px);  }

/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------*/
.section_txt p:last-child { margin-bottom: 0; }

.header { padding: 53px 0 83px; background-color: #fff; position: relative; }
.header .wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; gap: 1em; -ms-flex-pack: justify; justify-content: space-between; }
.header_logo { display: block; line-height: 1; width: 193px; height: 46px; }
.header_logo svg { height: 100%; width: 100%; }
.header_menu__open { border: 0 none; padding: 0; width: 40px; height: 30px; }
.header_menu__close { border: 0 none; padding: 0; width: 22px; height: 22px; }
.header_menu__open svg { display: block; line-height: 1; width: 100%; height: 100%; }
.header_menu__close svg { display: block; line-height: 1; width: 100%; height: 100%; }


.footer { padding: 68px 0 57px; }
.footer .wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; gap: 2em; -ms-flex-pack: justify; justify-content: space-between; }
.footer_logo { display: block; line-height: 1; width: 193px; height: 46px; }
.footer_logo svg { height: 100%; width: 100%; }
.footer_copy { color: #9799A7; font-size: 12px; line-height: 15.6px; max-width: 555px; }
.footer_author { text-align: right; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; gap: 18px; font-size: 16px; line-height: 20.8px; }


.section_1 { margin-bottom: 250px; scroll-margin: 2em; }
.section_1 h1 { text-transform: uppercase; }
.section_1 .wrap { border-radius: 50px; z-index: 2; position: relative; box-sizing: border-box;  }
.section_1 .wrap + .wrap { z-index: 1; position: absolute; margin: auto; top: 0; left: 15px; right: 15px; bottom: 0; overflow: hidden; }
.section_1 .wrap + .wrap:before { content: ''; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255,255,255,.45); z-index: 1; }
.section_1 .wrapper .wrapper { display: flex; align-items: stretch; }


.section_1 .section_txt { max-width: 260px; margin-bottom: 50px; }
.section_1 .section_img_1 { position: absolute; z-index: 0; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: all .6s ease-in-out; display: block; line-height: 1; }
.section_1 .section_img_2 { top: -80px; right: -80px; left: 0; bottom: -50px; position: absolute; margin: auto; width: calc(100% + 80px); height: calc(100% + 130px); object-fit: contain; }
.section_1 .section_info { flex: 0 0 40%; padding-top: 25px; padding-bottom: 25px; box-sizing: border-box; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; height: calc(100vh - 270px); }
.section_1 .section_img_wrap { flex: 0 0 60%; position: relative; }


@media (max-width: 1600px) {
  .section_1 .section_img_2 { right: -30px; }
}


@media (min-width: 1600px) {
  .section_1 .section_img_2 {
      top: 0px;
      right: -80px;
      left: 0;
      bottom: -50px;
      position: absolute;
      margin: auto;
      width: calc(100% + 180px);
      height: calc(100% + 144px);
      object-fit: contain;
      max-width: 200%;
      max-height: 200%;
  }
}



.section_2 { margin-bottom: 250px; scroll-margin: 2em; }
.section_2 .section_txt { max-width: 700px; margin-bottom: 55px; }
.section_2 .section_list { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; gap: 20px; }
.section_2 .section_list__item { border-radius: 30px; background-color: var(--light); box-sizing: border-box; padding: 55px; height: 520px; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex: 1 1 30%; flex: 1 1 30%; position: relative; overflow: hidden; }
.section_2 .section_list__item:nth-child(2) { -ms-flex-pack: end; justify-content: flex-end;}
.section_2 .section_list__item:nth-child(odd) .section_img { bottom: -270px; will-change: bottom; }
.section_2 .section_list__item:nth-child(even) .section_img { top: -290px; transform-origin: 0 100%; transform: rotateZ(-9deg); will-change: top; }
.section_2 .section_list__item:nth-child(odd):hover .section_img { bottom: -250px; }
.section_2 .section_list__item:nth-child(even):hover .section_img { top: -270px; }
.section_2 .section_list__title { font-size: 20px; line-height: 25px; font-weight: 500; color: var(--black); margin-bottom: 30px; }
.section_2 .section_list__desc { font-size: 16px; line-height: 20px; font-weight: 400; color: var(--grey); }
.section_2 .section_img { position: absolute; border: 15px solid #35363d; border-radius: 30px; box-shadow: 1em 1em 2em rgba(0,0,0,0.2); margin: auto; left: 0; right: 0; transition: var(--transition); max-width: 80%; }


.section_3 { margin-bottom: 250px; scroll-margin: 2em; }
.section_3 .wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; gap: 2em; }
.section_3 .section_img_wrap { border-radius: 30px; position: relative; overflow: hidden; -ms-flex: 0 0 40%; flex: 0 0 40%; }
.section_3 .section_img { transition: all .6s ease-in-out; display: block; line-height: 1; }
.section_3 .section_img_wrap:hover .section_img { transform: scale(1.1); }
.section_3 .section_info { -ms-flex: 0 0 40%; flex: 0 0 40%; margin-left: auto; margin-right: auto; }
.section_3 .section_txt { margin-bottom: 50px; max-width: 400px; }
.section_3 .section_list { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; gap: 20px; }
.section_3 .section_list__item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; gap: 25px; color: var(--black); font-size: 18px; font-weight: 500; line-height: 22.5px; }
.section_3 .section_list__item_i { -ms-flex: 0 0 65px; flex: 0 0 65px; width: 65px; height: 65px; position: relative; }
.section_3 .section_list__item_i:before { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; background-color: var(--main); content: ''; transition: var(--transition); }
.section_3 .section_list__item svg { width: 65px; height: 65px; border-radius: 65px; color: var(--main); transition: var(--transition); position: relative; z-index: 1; }
.section_3 .section_list__item_i:hover:before { transform: scale(1.15); background-color: var(--slave); }
.section_3 .section_list__item:hover svg { color: var(--slave); }


.section_4 { margin-bottom: 250px; scroll-margin: 2em; }
.section_4 h2 { font-size: 45px; line-height: 49.5px; margin-bottom: 32px; }
.section_4 .section_txt { font-size: 18px; line-height: 22.5px; }
.section_4 .wrap { background-color: var(--light); border-radius: 50px; }
.section_4 .wrapper.wide { max-width: 1570px; }
.section_4 .wrapper .wrapper { display: -ms-flexbox; display: flex; gap: 2em; -ms-flex-align: stretch; align-items: stretch; -ms-flex-pack: justify; justify-content: space-between; padding-left: 90px; }
.section_4 .section_info { max-width: 40%; margin-top: 110px; margin-bottom: 83px; }
.section_4 .section_figure { -ms-flex: 1 1 auto; flex: 1 1 auto; margin-top: -60px; position: relative; }
.section_4 .section_figure svg { display: block; line-height: 1; max-width: 100%; max-height: 100%; position: absolute; margin: auto; bottom: 0; left: 0; right: 0; }
.section_4 .section_figure svg .phone { transition: var(--transition); }
.section_4 .section_figure svg .shield { transition: var(--transition); transform-origin: 87% 80%; position: relative; }
.section_4 .section_figure svg:hover .phone { transform: translateY(-20px); }
.section_4 .section_figure svg:hover .shield { transform: scale(1.1); }
.section_4 .line_desktop { display: block; }
.section_4 .line_tablet { display: none; }
.section_4 .line_mobile { display: none; }


.section_5 { margin-bottom: 250px; scroll-margin: 2em; }
.section_5 .wrapper { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; gap: 2em; }
.section_5 .section_info { flex: 1 1 50%; }
.section_5 .section_img_wrap { border-radius: 30px; position: relative; overflow: hidden; -ms-flex: 0 0 43%; flex: 0 0 40%; }
.section_5 .section_img { transition: all .6s ease-in-out; display: block; line-height: 1; }
.section_5 .section_img_wrap:hover .section_img { transform: scale(1.1); }
.section_5 .section_txt { margin-bottom: 34px; }
.section_5 .section_txt:last-child { margin-bottom: 0; max-width: 700px; }
.section_5 .section_list { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; gap: 20px; margin-bottom: 75px; max-width: 650px; }
.section_5 .section_list__item { box-sizing: border-box; padding: 40px 40px 35px; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; position: relative; -ms-flex: 1 1 40%; flex: 1 1 40%; }
.section_5 .section_list__item:before { content: ''; border: 1px solid #EAEAF1; position: absolute; margin: auto; border-radius: 30px; top: 0; left: 0; right: 0; bottom: 0; transition: var(--transition); }
.section_5 .section_list__item:hover:before { transform: scale(1.03); border-color: var(--main); }
.section_5 .section_list__item_i { -ms-flex: 0 0 65px; flex: 0 0 65px; width: 65px; height: 65px; position: relative; }
.section_5 .section_list__item_i:before { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; background-color: var(--main); content: ''; transition: var(--transition); }
.section_5 .section_list__item svg { width: 65px; height: 65px; border-radius: 65px; color: var(--main); transition: var(--transition); position: relative; z-index: 1; }
.section_5 .section_list__item:hover .section_list__item_i:before { transform: scale(1.15); background-color: var(--slave); }
.section_5 .section_list__title { font-size: 20px; line-height: 25px; font-weight: 500; color: var(--black); margin-top: 55px }


.section_6 { margin-bottom: 250px; scroll-margin: 2em; }
.section_6 .section_list { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify; justify-content: space-between; gap: 20px; }
.section_6 .section_list__item { box-sizing: border-box;  padding: 40px; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; height: 190px; -ms-flex: 1 1 22%; flex: 1 1 22%; -ms-flex-pack: justify; justify-content: space-between; position: relative; }
.section_6 .section_list__item:before { content: ''; border: 1px solid #EAEAF1; position: absolute; margin: auto; border-radius: 30px; top: 0; left: 0; right: 0; bottom: 0; transition: var(--transition); }
.section_6 .section_list__item:hover:before { transform: scale(1.05); border-color: var(--main); }
.section_6 .section_list__item svg { width: 40px; height: 40px; -ms-flex: 0 0 40px; flex: 0 0 40px; color: var(--main); transition: var(--transition); }
.section_6 .section_list__title { font-size: 18px; line-height: 22.5px; font-weight: 500; color: var(--black); }


.section_7 { margin-bottom: 250px; scroll-margin: 2em; }
.section_7 h2 { max-width: 900px; }
.section_7 .section_txt { margin-bottom: 55px; }
.section_7 .section_table { max-height: 610px; overflow-y: auto; overflow-x: auto; }
.section_7 .section_table table { max-width: 100%; margin-right: 26px; }
.section_7 .section_table table svg { max-width: 16px; max-height: 11px; color: var(--main); transition: var(--transition); }
.section_7 .section_table table thead td { font-size: 15px; line-height: 18.75px; text-transform: uppercase; background-color: var(--light); padding: 20px 25px; color: var(--black); font-weight: 500; white-space: nowrap; }
.section_7 .section_table table thead td:first-child { color: #55565F; font-weight: 400; text-align: left; }
.section_7 .section_table table tbody td { padding: 17px 25px; font-size: 15px; line-height: 18.75px; color: #55565F; text-align: center; }
.section_7 .section_table table tbody td:first-child { text-align: left; }
.section_7 .section_table table tbody td.wide { font-weight: 500; color: var(--black); }
.section_7 .section_table table { border-collapse: separate; border-spacing: 0; }
.section_7 .section_table td { border: solid 1px #EAEAF1; border-style: none solid solid none; padding: 10px; }
.section_7 .section_table thead tr:first-child td:first-child { border-top-left-radius: 30px; }
.section_7 .section_table thead tr:first-child td:last-child { border-top-right-radius: 30px; }
.section_7 .section_table tbody tr:last-child td:first-child { border-bottom-left-radius: 30px; }
.section_7 .section_table tbody tr:last-child td:last-child { border-bottom-right-radius: 30px; }
.section_7 .section_table tr:first-child td { border-top-style: solid; }
.section_7 .section_table tr td:first-child { border-left-style: solid; }



.section_8 .wrapper { position: relative; }
.section_8 .wrap { border-radius: 50px; position: relative; overflow: hidden; height: 760px; }
.section_8 .section_info { padding: 70px; border-radius: 30px; background-color: rgba(255,255,255,.85); box-sizing: border-box; max-width: 625px; position: relative; z-index: 2; position: absolute; top: 100px; left: 160px; z-index: 2; }
.section_8 h2 { font-size: 35px; line-height: 38.5px; font-weight: 400; margin-bottom: 40px; color: var(--black); }
.section_8 .section_txt { font-size: 18px; line-height: 22.5px; }
.section_8 .section_img { position: absolute; z-index: 0; margin: auto; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transition: all .6s ease-in-out; display: block; line-height: 1; z-index: 1; display: none; }
.section_8 .section_img + .section_img { display: block; }
.section_8:hover .section_img { transform: scale(1.05); }