@charset "UTF-8";
@font-face {
  font-family: 'Merriweather';
  src: local("☺"), url("../fonts/Merriweather/Merriweather-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: local("☺"), url("../fonts/Merriweather/Merriweather-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  src: local("☺"), url("../fonts/Merriweather/Merriweather-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

input, button, textarea, select {
  outline: none !important;
  border: none;
  background: none;
}

.btn-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 295px;
  height: 65px;
  background: -webkit-gradient(linear, left top, left bottom, from(#005F94), to(#55ABDB));
  background: linear-gradient(#005F94, #55ABDB);
  border-radius: 5px;
  font-family: 'Merriweather';
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3rem;
  letter-spacing: 0.05em;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 10px #4B89AB;
          box-shadow: 3px 3px 10px #4B89AB;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.btn-all::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 250px;
  background: #fff;
  left: -100px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-animation: btn-all-anim 3s linear infinite;
          animation: btn-all-anim 3s linear infinite;
}

.btn-all.btn-green {
  background: -webkit-gradient(linear, left top, left bottom, from(#06AB17), to(#18DA42));
  background: linear-gradient(#06AB17, #18DA42);
}

.btn-all:hover {
  color: #fff;
  -webkit-box-shadow: 6px 6px 10px #4B89AB;
          box-shadow: 6px 6px 10px #4B89AB;
}

@-webkit-keyframes btn-all-anim {
  0%, 60% {
    left: -100px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  100% {
    left: 400px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}

@keyframes btn-all-anim {
  0%, 60% {
    left: -100px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  100% {
    left: 400px;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}

.title .titleh2 h2 {
  font-family: 'Merriweather';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.3rem;
  color: #353535;
}

/*decore*/
.dec-l-c {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dec-r-t {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*decore*/
/*header*/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
}

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

.header .header_block .header_cnt .header_logo img {
  width: 100px;
}

.header .header_block .header_cnt .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_block .header_cnt .header_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  font-family: Merriweather;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  color: #353535;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header .header_block .header_cnt .header_menu ul li a:hover {
  color: #06AB17;
}

.header .header_block .header_cnt .header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .header_block .header_cnt .header_info .header_phone {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3rem;
  color: #353535;
  margin-bottom: 7px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header .header_block .header_cnt .header_info .header_phone:hover {
  color: #06AB17;
}

.header .header_block .header_cnt .header_info .header_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.header .header_block .header_cnt .header_info .header_links .header-link-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: #005F94;
  border-radius: 50%;
  margin-left: 5px;
}

.header .header_block .header_cnt .header_info .header_links .header-link-soc:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header .header_block .header_cnt .header_info .header_links .burger_btn {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 7px;
}

.header .header_block .header_cnt .header_info .header_links .burger_btn span, .header .header_block .header_cnt .header_info .header_links .burger_btn span::after, .header .header_block .header_cnt .header_info .header_links .burger_btn span::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #034061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.header .header_block .header_cnt .header_info .header_links .burger_btn span::after {
  content: '';
  top: -10px;
  -webkit-transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .header_block .header_cnt .header_info .header_links .burger_btn span::before {
  content: '';
  bottom: -10px;
  -webkit-transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .header_block .header_cnt .header_info .header_links .burger_btn span {
  top: 13px;
}

.header .header_block .header_cnt .header_info .header_links .burger_btn.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
  transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
}

.header .header_block .header_cnt .header_info .header_links .burger_btn.active span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
  transition: top 300ms, -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55), -webkit-transform 300ms 300ms cubic-bezier(0.68, -0.55, 0, 1.55);
}

.header .header_block .header_cnt .header_info .header_links .burger_btn.active span {
  background: rgba(255, 255, 255, 0);
}

.header.header_scroll {
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(#1b8dca));
  background: linear-gradient(90deg, #fff 40%, #1b8dca);
  padding: 5px 0;
}

.header.header_scroll .header_block .header_logo img {
  width: 40px !important;
}

.header.header_scroll .header_block .header_info .header_phone {
  display: none;
}

.header .header_menu-mob {
  position: absolute;
  top: 100%;
  right: 0;
  background: #005F94;
  padding: 25px;
  border-radius: 0 0 0 10px;
  display: none;
}

.header .header_menu-mob.active {
  display: block;
}

.header .header_menu-mob ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 1.2rem;
  border-bottom: 1px solid #ffffff88;
}

.header .header_menu-mob ul li a:hover {
  color: #06AB17;
}

.header .header_menu-mob ul li:last-child a {
  border-bottom: none;
}

/*header*/
.main {
  overflow: hidden;
}

/*hero*/
.hero .hero_block {
  padding-top: 150px;
}

.hero .hero_block .hero_cnt h1 {
  font-family: Merriweather;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #353535;
  margin-bottom: 20px;
}

.hero .hero_block .hero_cnt h1 span {
  color: #005F94;
}

.hero .hero_block .hero_cnt p {
  font-family: Merriweather;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-bottom: 20px;
  color: #6A6A6A;
}

.hero .hero_block .hero_cnt .hero_btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .hero_block .hero_cnt .hero_btn-group .btn-all {
  margin-right: 12px;
}

.hero .hero_block .hero_images {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.hero .hero_block .hero_images img {
  width: 100%;
}

/*hero*/
/*advantage*/
.advantage {
  position: relative;
}

.advantage .advantage_cnt {
  position: relative;
  top: -50px;
  width: 100%;
}

.advantage .advantage_cnt .advantage_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 32% 32%;
      grid-template-columns: 32% 32% 32%;
  width: 850px;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 7px;
  padding: 25px;
}

.advantage .advantage_cnt .advantage_list .advantage_itm .advantage_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  background: #005F94;
  border-radius: 5px;
  margin-bottom: 10px;
}

.advantage .advantage_cnt .advantage_list .advantage_itm p {
  font-family: 'Merriweather';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  max-width: 200px;
  margin-bottom: 0;
}

/*advantage*/
/*priveleges*/
.priveleges {
  position: relative;
  padding: 0 0 30px 0;
}

.priveleges .title {
  margin-bottom: 50px;
}

.priveleges .priveleges_cnt .priveleges_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 49%;
      grid-template-columns: 49% 49%;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 50px;
}

.priveleges .priveleges_cnt .priveleges_list .priveleges_itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.priveleges .priveleges_cnt .priveleges_list .priveleges_itm .priveleges_itm-img {
  width: 100px;
  margin-right: 10px;
}

.priveleges .priveleges_cnt .priveleges_list .priveleges_itm .priveleges_itm-img img {
  width: 100%;
}

.priveleges .priveleges_cnt .priveleges_list .priveleges_itm p {
  font-family: 'Merriweather';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  max-width: 400px;
  margin-bottom: 0;
  color: #000;
}

/*priveleges*/
/*service*/
.service {
  padding: 70px 0 20px 0;
}

.service .title {
  margin-bottom: 30px;
}

.service .getting {
  position: relative;
}

.service .getting .getting_title {
  margin-bottom: 30px;
}

.service .getting .getting_title h4 {
  font-family: 'Merriweather';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #353535;
}

.service .getting .getting_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 8px #00000049;
          box-shadow: 0 1px 8px #00000049;
  border-radius: 6px;
  padding: 15px;
}

.service .getting .getting_col .getting_col_img {
  width: 48%;
  margin-right: 4%;
}

.service .getting .getting_col .getting_col_img img {
  width: 100%;
}

.service .getting .getting_col .getting_col_cnt {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service .getting .getting_col .getting_col_cnt p {
  font-family: Merriweather;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  color: #353535;
}

.service .getting .getting_col .getting_col_cnt .btn-all {
  width: 100%;
}

.service .reglament {
  padding-top: 80px;
  margin-bottom: 30px;
}

.service .reglament .reglament_cnt {
  position: relative;
  background: #005F94;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 100px 15px 300px;
}

.service .reglament .reglament_cnt .reglament_img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service .reglament .reglament_cnt .reglament_img img {
  width: 250px;
}

.service .reglament .reglament_cnt .reglament_inf h5 {
  font-family: 'Merriweather';
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8rem;
  color: #fff;
  margin-bottom: 17px;
}

.service .reglament .reglament_cnt .reglament_inf .reglament_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.service .reglament .reglament_cnt .reglament_inf .reglament_link a {
  color: #fff;
  font-family: 'Merriweather';
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
  text-decoration: underline;
}

.service .service-special {
  position: relative;
  padding: 60px 0 0 0;
  margin-bottom: 60px;
}

.service .service-special .service-special_title {
  margin-bottom: 40px;
}

.service .service-special .service-special_title h4 {
  font-family: 'Merriweather';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8rem;
  color: #353535;
  max-width: 600px;
}

.service .service-special .service-special_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 32% 32%;
      grid-template-columns: 32% 32% 32%;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 18px;
}

.service .service-special .service-special_list .service-special_itm {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 10px;
}

.service .service-special .service-special_list .service-special_itm .service-special_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.service .service-special .service-special_list .service-special_itm .service-special_cnt .service-special_ico {
  width: 35px;
  height: 35px;
  background: #55ABDB;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service .service-special .service-special_list .service-special_itm .service-special_cnt .service-special_ico span {
  display: block;
  width: 20px;
  height: 20px;
  background: #005F94;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px #D9D9D9;
          box-shadow: 0 0 7px #D9D9D9;
}

.service .service-special .service-special_list .service-special_itm .service-special_cnt p {
  font-family: 'Merriweather';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  color: #000;
  max-width: 290px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 62px;
}

.service .service-special .service-special_list .service-special_itm .service-special_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.service .service-special .service-special_list .service-special_itm .service-special_link a {
  font-family: Merriweather;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  color: #005F94;
  text-decoration: underline;
}

.service .service_all {
  position: relative;
  margin-bottom: 40px;
}

.service .service_all h4 {
  font-family: 'Merriweather';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #005F94;
  max-width: 500px;
  margin-bottom: 30px;
}

.service .service_all .service_all_list .service_all_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.service .service_all .service_all_list .service_all_item .service_all_check {
  width: 40px;
  height: 40px;
  background: #005F94;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.service .service_all .service_all_list .service_all_item p {
  font-family: Merriweather;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #000;
  margin-bottom: 0;
  max-width: 470px;
}

.service .service_all .service_all_img {
  overflow: hidden;
  border-radius: 10px;
}

.service .service_all .service_all_img img {
  width: 100%;
}

.service .special-declaration {
  margin-bottom: 60px;
}

.service .special-declaration .special-declaration_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 35% 26%;
      grid-template-columns: 35% 35% 26%;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 18px;
}

.service .special-declaration .special-declaration_list .special-declaration_itm {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 20px 15px;
}

.service .special-declaration .special-declaration_list .special-declaration_itm .special-declaration_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.service .special-declaration .special-declaration_list .special-declaration_itm .special-declaration_cnt .special-declaration_ico {
  width: 35px;
  height: 35px;
  background: #55ABDB;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service .special-declaration .special-declaration_list .special-declaration_itm .special-declaration_cnt .special-declaration_ico span {
  display: block;
  width: 20px;
  height: 20px;
  background: #005F94;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px #D9D9D9;
          box-shadow: 0 0 7px #D9D9D9;
}

.service .special-declaration .special-declaration_list .special-declaration_itm .special-declaration_cnt p {
  font-family: 'Merriweather';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  color: #353535;
  max-width: 290px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  box-orient: vertical;
  min-height: 62px;
}

.service .special-declaration .special-declaration_list .special-declaration_itm .special-declaration_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.service .special-declaration .special-declaration_list .special-declaration_itm .special-declaration_link a {
  font-family: Merriweather;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  color: #005F94;
  text-decoration: underline;
}

.service .special-declaration .special-declaration_list .special-declaration_flag .special-declaration-img img {
  width: 100%;
}

.service .special-declaration .special-declaration_list .special-declaration_flag .btn-all {
  width: 100%;
}

.service .service-special-two {
  padding: 0;
}

/*service*/
/*answers*/
.answers {
  background: #F5F5F5;
}

.answers .answers_cnt {
  position: relative;
  padding: 25px 0 25px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.answers .answers_cnt img {
  position: absolute;
  top: -23px;
  left: 0;
}

.answers .answers_cnt h4 {
  font-family: 'Merriweather';
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #353535;
  max-width: 700px;
  margin-right: 15px;
}

/*answers*/
/*addition-service*/
.addition-service {
  position: relative;
  padding: 70px 0;
}

.addition-service .title {
  margin-bottom: 30px;
}

.addition-service .addition-service_cnt .addition-service_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 32% 32%;
      grid-template-columns: 32% 32% 32%;
  -webkit-column-gap: 2%;
          column-gap: 2%;
  row-gap: 15px;
}

.addition-service .addition-service_cnt .addition-service_list .addition-service_itm {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 15px;
}

.addition-service .addition-service_cnt .addition-service_list .addition-service_itm .addition-service_img {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}

.addition-service .addition-service_cnt .addition-service_list .addition-service_itm .addition-service_img img {
  width: 100%;
}

.addition-service .addition-service_cnt .addition-service_list .addition-service_itm .addition-service_txt p {
  font-family: 'Merriweather';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  color: #000;
  min-height: 104px;
}

.addition-service .addition-service_banner {
  position: relative;
  padding-top: 150px;
}

.addition-service .addition-service_banner .addition-service_banner_cnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(70deg, #CDEDFF 40%, #005F94);
  padding: 50px 50px 50px 100px;
  border-radius: 8px;
}

.addition-service .addition-service_banner .addition-service_banner_cnt .banner-decor {
  position: absolute;
  top: -23px;
  left: 10px;
}

.addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_inf {
  width: 60%;
}

.addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_inf p {
  font-family: 'Merriweather';
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #353535;
  margin-bottom: 30px;
}

.addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_inf p span {
  color: #005F94;
}

.addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_inf .addition-service_banner_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_img {
  position: relative;
  width: 40%;
}

.addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_img img {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

/*addition-service*/
/*partners*/
.partners .title {
  margin-bottom: 50px;
}

.partners .partners_cnt .partners_slider {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.partners .partners_cnt .partners_slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 45px;
  height: 45px;
  background: #005F94;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.partners .partners_cnt .partners_slider .slick-arrow:hover {
  -webkit-box-shadow: 0 0 7px #005F94;
          box-shadow: 0 0 7px #005F94;
}

.partners .partners_cnt .partners_slider .slick-arrow.slick-prev {
  left: -70px;
}

.partners .partners_cnt .partners_slider .slick-arrow.slick-prev::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icons/arrow-white-back.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.partners .partners_cnt .partners_slider .slick-arrow.slick-next {
  right: -70px;
}

.partners .partners_cnt .partners_slider .slick-arrow.slick-next::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icons/arrow-white-next.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.partners .partners_cnt .partners_slider .slick-list {
  overflow: hidden;
}

.partners .partners_cnt .partners_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partners .partners_cnt .partners_slider .slick-list .slick-track .slick-slide {
  margin: 3px 7px;
}

.partners .partners_cnt .partners_slider .slick-list .slick-track .slick-slide .partners_itm a img {
  width: 100%;
}

/*partners*/
/*maps*/
.maps {
  padding-top: 70px;
}

.maps .maps_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.maps .maps_cnt .map {
  width: 60%;
  height: 400px;
}

.maps .maps_cnt .map .leaflet-marker-icon {
  border: none;
  background: none;
}

.maps .maps_cnt .map .map-cnt .map-cnt-item {
  margin-bottom: 7px;
}

.maps .maps_cnt .map .myDivIcon {
  position: relative;
  width: 150px !important;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.maps .maps_cnt .map .myDivIcon .contdiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'BebasNeue';
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1rem;
}

.maps .maps_cnt .map .myDivIcon .pulsediv, .maps .maps_cnt .map .myDivIcon .contdiv {
  position: absolute;
  width: 150px;
  height: 40px;
  background: #005F94;
  border-radius: 70px;
}

.maps .maps_cnt .map .myDivIcon .pulsediv {
  opacity: 1;
  background: none;
  border: 3px solid #005F94;
  -webkit-animation: pulsedivanim 2s linear infinite;
          animation: pulsedivanim 2s linear infinite;
}

@-webkit-keyframes pulsedivanim {
  0%, 30% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1.3) scaleY(1.5);
            transform: scaleX(1.3) scaleY(1.5);
    opacity: 0;
  }
}

@keyframes pulsedivanim {
  0%, 30% {
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1.3) scaleY(1.5);
            transform: scaleX(1.3) scaleY(1.5);
    opacity: 0;
  }
}

.maps .maps_cnt .contact {
  width: 40%;
  padding: 30px 20px;
  background: #F5F5F5;
}

.maps .maps_cnt .contact .contact_list {
  background: #54addd59;
  border-radius: 5px;
  padding: 15px;
}

.maps .maps_cnt .contact .contact_list .contact-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
  padding: 10px 25px;
  background: #2a308173;
  border-radius: 5px;
}

.maps .maps_cnt .contact .contact_list .contact-itm .contact-itm_ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #005F94;
  margin-right: 7px;
}

.maps .maps_cnt .contact .contact_list .contact-itm a {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #fff;
  margin: 0;
}

.maps .maps_cnt .contact .contact_list .contact-itm a:hover {
  color: #04b329;
}

.maps .maps_cnt .contact .contact_list .contact-itm p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: #fff;
  max-width: 370px;
  margin: 0;
}

.maps .maps_cnt .contact .contact_btn-group {
  padding-top: 20px;
}

/*maps*/
/*footer*/
.footer .footer_cnt {
  background: #D9D9D9;
}

.footer .footer_cnt .footer_copy {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_cnt .footer_copy .footer_copy_col span {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.1rem;
  color: #000;
}

.footer .footer_cnt .footer_copy .footer_copy_col .telsertpro {
  margin-right: 20px;
}

.footer .footer_cnt .footer_copy a {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.1rem;
  color: #000;
}

.footer .footer_cnt .footer_copy a img {
  margin-left: 7px;
  width: 120px;
}

/*footer*/
/*to-top*/
.to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 7000;
}

.to-top .to-top_to-relative {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.to-top .to-top_to-relative .to-relative__pulse,
.to-top .to-top_to-relative .to-relative__cnt {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #005F94;
  border-radius: 50%;
}

.to-top .to-top_to-relative .to-relative__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.to-top .to-top_to-relative .to-relative__cnt img {
  pointer-events: none;
}

.to-top .to-top_to-relative .to-relative__pulse {
  -webkit-animation: to-top 2s ease-in-out infinite;
          animation: to-top 2s ease-in-out infinite;
}

.to-top .to-top_to-relative:hover .to-relative__cnt img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes to-top {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes to-top {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}

.to-top.to-top-active {
  display: block;
}

/*to-top*/
/*left-menu_link*/
.left-menu_links {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#005F94), to(#2887b9));
  background: linear-gradient(90deg, #005F94, #2887b9);
  padding: 10px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-menu_links .left-menu_cont {
  position: absolute;
  bottom: 100%;
  background: #005F94;
  display: none;
  padding: 15px;
}

.left-menu_links .left-menu_cont .left-menu_cont_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.left-menu_links .left-menu_cont .left-menu_cont_close .cl-menu-left {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.left-menu_links .left-menu_cont .left-menu_cont_close .cl-menu-left:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.left-menu_links .left-menu_cont span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  color: #fff;
}

.left-menu_links .left-menu_cont p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #fff;
}

.left-menu_links .left-menu_cont.active {
  display: block;
}

.left-menu_links .left-link-itm {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #034061;
  margin: 0 3px;
  border-radius: 5px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.left-menu_links .left-link-itm:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.left-menu_links .left-link-itm a, .left-menu_links .left-link-itm button {
  cursor: pointer;
}

.left-menu_links .left-link-itm a img, .left-menu_links .left-link-itm button img {
  width: 25px;
}

/*left-menu_link*/
/*manager-form*/
.manager-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #242527b9;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7000;
}

.manager-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manager-form .manager-form_cnt {
  width: 400px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
}

.manager-form .manager-form_cnt .manager_cl {
  width: 100%;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#9dcee9), color-stop(#005F94), to(#9dcee9));
  background: linear-gradient(90deg, #9dcee9, #005F94, #9dcee9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manager-form .manager-form_cnt .manager_cl span {
  font-size: 1.2rem;
  font-weight: 600;
}

.manager-form .manager-form_cnt .manager_cl .manager_close {
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.manager-form .manager-form_cnt .manager_cl .manager_close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.manager-form .manager-form_cnt .manager-form_group {
  padding: 10px 15px 25px 15px;
}

.manager-form .manager-form_cnt .manager-form_group h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #6b6b6b;
}

.manager-form .manager-form_cnt .manager-form_group form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.manager-form .manager-form_cnt .manager-form_group form input, .manager-form .manager-form_cnt .manager-form_group form textarea {
  border: 1px solid #51b2e6;
  border-radius: 5px;
  padding: 7px 15px;
  margin-bottom: 15px;
  resize: none;
}

/*manager-form*/
/*succes_manager*/
.succes_manager {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #242527b9;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 7000;
}

.succes_manager.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.succes_manager .succes_manager_cnt {
  width: 400px;
  height: 500px;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
}

.succes_manager .succes_manager_cnt .success_cl {
  width: 100%;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#9dcee9), color-stop(#005F94), to(#9dcee9));
  background: linear-gradient(90deg, #9dcee9, #005F94, #9dcee9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.succes_manager .succes_manager_cnt .success_cl span {
  font-size: 1.2rem;
  font-weight: 600;
}

.succes_manager .succes_manager_cnt .success_cl .success_close {
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.succes_manager .succes_manager_cnt .success_cl .success_close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.succes_manager .succes_manager_cnt .succes_manager_inf {
  text-align: center;
  padding: 10px 15px;
}

.succes_manager .succes_manager_cnt .succes_manager_inf h4 {
  font-weight: 700;
  color: #6b6b6b;
}

/*succes_manager*/
@media screen and (max-width: 1253px) {
  /*decore*/
  .dec-l-c {
    display: none;
  }
  .dec-r-t {
    display: none;
  }
  /*decore*/
}

@media screen and (max-width: 1200px) {
  .btn-all {
    font-size: 1rem;
  }
  .header .header_block .header_cnt .header_logo img {
    width: 80px;
  }
  .header .header_block .header_cnt .header_info .header_phone {
    display: none;
  }
  .hero .hero_block {
    padding-top: 100px;
  }
  .hero .hero_block .hero_cnt h1 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  .hero .hero_block .hero_cnt p {
    font-size: 1rem;
  }
  .hero .hero_block .hero_cnt .hero_btn-group {
    margin-bottom: 50px;
  }
  .advantage .advantage_cnt {
    top: -30px;
  }
  .priveleges .priveleges_cnt .priveleges_list .priveleges_itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 1px solid #2886b956;
    border-radius: 5px;
  }
  .priveleges .priveleges_cnt .priveleges_list .priveleges_itm p {
    min-height: 120px;
  }
  .service .service_all .service_all_list .service_all_item .service_all_check {
    width: 30px;
    height: 30px;
  }
  .service .service_all .service_all_list .service_all_item .service_all_check img {
    width: 20px;
  }
  .service .service_all .service_all_list .service_all_item p {
    max-width: 400px;
  }
  .service .service-special .service-special_list {
    -ms-grid-columns: 48% 48%;
        grid-template-columns: 48% 48%;
    -webkit-column-gap: 4%;
            column-gap: 4%;
  }
  .service .special-declaration .special-declaration_list {
    -ms-grid-columns: 48% 48%;
        grid-template-columns: 48% 48%;
    -webkit-column-gap: 4%;
            column-gap: 4%;
  }
  .service .special-declaration .special-declaration_list .special-declaration_flag {
    grid-column: 1 / -1;
  }
  .service .special-declaration .special-declaration_list .special-declaration_flag .special-declaration-img {
    width: 200px;
    margin: 0 auto;
  }
  .service .special-declaration .special-declaration_list .special-declaration_flag .btn-all {
    width: 290px;
    margin: 0 auto;
  }
  .answers .answers_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .answers .answers_cnt h4 {
    margin-bottom: 15px;
  }
  .maps .maps_cnt .contact .contact_list .contact-itm p {
    max-width: 300px;
  }
}

@media screen and (max-width: 1133px) {
  .hero {
    background-position: right 45% top 0% !important;
  }
}

@media screen and (max-width: 992px) {
  :root {
    font-size: 15px;
  }
  .header {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #fff), to(#1b8dca));
    background: linear-gradient(90deg, #fff 40%, #1b8dca);
    padding: 5px 0;
  }
  .header .header_block .header_cnt .header_logo img {
    width: 40px;
  }
  .header .header_block .header_cnt .header_menu {
    display: none;
  }
  .header .header_block .header_cnt .header_info .header_links .burger_btn {
    display: block;
  }
  .hero .hero_block .hero_images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .hero_block .hero_images img {
    width: 400px;
  }
  .advantage .advantage_cnt .advantage_list {
    width: 100%;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .advantage .advantage_cnt .advantage_list .advantage_itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .advantage .advantage_cnt .advantage_list .advantage_itm .advantage_ico {
    margin-right: 7px;
  }
  .advantage .advantage_cnt .advantage_list .advantage_itm p {
    max-width: 80%;
  }
  .priveleges .priveleges_cnt .priveleges_list .priveleges_itm {
    padding: 20px 15px;
  }
  .priveleges .priveleges_cnt .priveleges_list .priveleges_itm p {
    min-height: 140px;
  }
  .service .service_all .service_all_list .service_all_item p {
    max-width: 90%;
  }
  .service .service-special .service-special_list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .service .service-special .service-special_list .service-special_itm .service-special_cnt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service .service-special .service-special_list .service-special_itm .service-special_cnt p {
    max-width: 80%;
    min-height: auto;
  }
  .service .special-declaration .special-declaration_list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .partners .partners_cnt .partners_slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .partners .partners_cnt .partners_slider .slick-arrow.slick-prev::before {
    width: 17px;
    height: 17px;
  }
  .partners .partners_cnt .partners_slider .slick-arrow.slick-next::before {
    width: 17px;
    height: 17px;
  }
  .maps .maps_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .maps .maps_cnt .map {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .maps .maps_cnt .contact {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .maps .maps_cnt .contact .contact_list .contact-itm p {
    max-width: 80%;
  }
  .maps .maps_cnt .contact .contact_btn-group .btn-all {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
  .btn-all {
    font-size: 1rem;
    width: 230px;
    height: 55px;
  }
  .hero {
    background-position: right 35% top 0% !important;
  }
  .hero .hero_block .hero_cnt h1 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  .hero .hero_block .hero_cnt .hero_subtitle {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .addition-service .addition-service_cnt .addition-service_list {
    -ms-grid-columns: 49% 49%;
        grid-template-columns: 49% 49%;
    -webkit-column-gap: 2%;
            column-gap: 2%;
  }
  .addition-service .addition-service_banner .addition-service_banner_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_inf {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 2px solid #005F94;
    margin-bottom: 15px;
  }
  .addition-service .addition-service_banner .addition-service_banner_cnt .addition-service_banner_img img {
    position: relative;
    width: 250px;
    bottom: 0;
  }
  .service .reglament .reglament_cnt {
    width: 80%;
    margin: 0 auto;
    padding: 15px;
  }
  .service .reglament .reglament_cnt .reglament_img {
    right: -20px;
    left: auto;
    top: 0;
  }
  .service .reglament .reglament_cnt .reglament_img img {
    width: 100px;
  }
  .footer .footer_cnt .footer_copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_cnt .footer_copy .telsertpro {
    display: inline-block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 632px) {
  .hero {
    background-position: right 25% top 0% !important;
  }
  .hero .hero_block .hero_cnt h1 {
    font-size: 2rem;
    line-height: 2.3rem;
    max-width: 400px;
  }
  .hero .hero_block .hero_cnt .hero_subtitle {
    font-size: 1.2rem;
    line-height: 1.5rem;
    background: #ffffff86;
    padding: 15px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 576px) {
  .partners .partners_cnt .partners_slider .slick-arrow.slick-prev {
    left: -30px;
  }
  .partners .partners_cnt .partners_slider .slick-arrow.slick-next {
    right: -30px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: right 25% top 0% !important;
  }
  .hero .hero_block .hero_cnt h1 {
    font-size: 1.7rem;
    line-height: 2rem;
    max-width: 400px;
  }
  .hero .hero_block .hero_cnt .hero_subtitle {
    font-size: 1rem;
    line-height: 1.3rem;
    background: #ffffff86;
    padding: 15px;
    border-radius: 5px;
  }
  .addition-service .addition-service_cnt .addition-service_list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .priveleges .priveleges_cnt .priveleges_list {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}
/*# sourceMappingURL=style.css.map */

input[name=work-email] {
    padding: 0;
    margin: 0;
    border: none;
    max-width: 0;
    max-height: 0;
}