@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Mulish:wght@600;700;800;900&display=swap");
article, aside, audio, canvas, command, datalist, details, embed,
figcaption, figure, footer, header, hgroup, keygen,
meter, nav, output, progress, section, source, video, ruby, .butt a {
  display: block;
}

.dispn {
  display: none;
}

.curpo {
  cursor: pointer;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3, nav a.active {
  z-index: 3;
}

.td_u {
  text-decoration: underline;
}

.td_n, header .block__menu .client__link, header .block__menu .client__link__close, a:hover {
  text-decoration: none;
}

.disp_bl, header .block__menu nav li:hover ul, header .block__menu nav li:hover ul li, header .block__menu .client__link small {
  display: block;
}

img, .brd0 {
  border: none;
}

.clear, header .block__menu {
  clear: both;
}

.w100 {
  width: 100%;
}

.site_width, header .container, header .block__menu {
  width: 1180px;
  margin: auto;
}

.clrf, header .block__menu .client__link, section.why__block {
  color: #fff;
}

.fl_l, section.text__index ul li, .left {
  float: left;
}

.fl_r, header .block__menu .client__link, header .block__menu .block__search, .right {
  float: right;
}

.fl_n, header .block__menu nav li:hover ul li {
  float: none;
}

.ta_c, header .block__menu .client__link, header .block__menu .client__link__close, section.text__index ul li, section.why__block {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.bgf0, header .block__menu .block__search {
  background-color: #F0F6FA;
}

.bgf, header .block__menu nav li:hover ul {
  background-color: #FFF;
}

.posRel, header .block__menu {
  position: relative;
}

.posAbs, header .block__menu nav li:hover ul, header .block__menu .client__link__close {
  position: absolute;
}

.clearafter, section.why__block ul::after {
  content: ' ';
  display: block;
  clear: both;
}

a {
  color: #2D80AF;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  background: #f8f9fb;
}

body, input, textarea, select, label {
  font-family: Montserrat, Verdana;
}

header {
  font-weight: 500;
  color: #565E66;
  height: 820px;
  background: url(../images/header.jpg) no-repeat top;
}

header .up {
  position: fixed;
  bottom: -5%;
}

header .breadcrumbs {
  padding: 10px 50px 35px;
  margin: 25px auto 0;
}

header .breadcrumbs.container {
  width: 1080px;
}

header .breadcrumbs img {
  margin: -2px 10px;
}

header .container {
  font-size: 13px;
  position: relative;
  height: 100%;
}

header .container .block__logo {
  padding: 40px 15px 15px;
  text-align: center;
}

header .container .block__phone {
  margin-top: 35px;
  padding-top: 5px;
  padding-left: 42px;
  background: url(../icons/ico_phone.svg) no-repeat left top;
  width: 170px;
  float: right;
}

header .container .block__phone small {
  font-size: 11px;
}

header .container .block__phone a {
  color: #2E363E;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 20px;
}

header .container nav {
  font-size: 31px;
  margin: 35px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  height: 95px;
  line-height: 95px;
  margin: 35px auto 15px;
  background: rgba(255, 255, 255, 0.47);
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 2px 2px rgba(130, 130, 130, 0.25);
          box-shadow: 0px 2px 2px rgba(130, 130, 130, 0.25);
  border-radius: 20px;
}

header .container nav a {
  margin: 0 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 27px 6px;
}

header .container nav a:hover {
  border-radius: 30px;
  color: #117e6f;
}

header .container .utp {
  clear: both;
  margin: 0 auto;
  padding-top: 20px;
  width: 800px;
  text-align: center;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
}

header .container .utp b {
  display: block;
  padding-bottom: 20px;
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

header .container .utp a.btn, header .container .utp button.btn{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-66.58%, #15FF8F), color-stop(143.75%, #1992BD));
  background: linear-gradient(180deg, #15FF8F -66.58%, #1992BD 143.75%);
  cursor:pointer;
  width: 260px;
      border: 0;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  font-size: 23px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-66.58%, #22DAA6), color-stop(143.75%, #015080));
  background: linear-gradient(180deg, #22DAA6 -66.58%, #015080 143.75%);
  border-radius: 43px;
  -webkit-transform: rotate(0.15deg);
          transform: rotate(0.15deg);
}

header .container .utp .btn:hover {
  background: #1992BD;
  -webkit-box-shadow: 0px 1px 46px rgba(120, 194, 255, 0.5);
          box-shadow: 0px 1px 46px rgba(120, 194, 255, 0.5);
}
p.green {
    background: #00ab64;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    padding: 10px;
}
p.red {
	color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    background: #f00;
    padding: 10px;
}
header .container .utp span+p {
    font-size: 30px;
    color: #fcff57;
    font-weight: 700;
}
header .container .utp small {
  font-weight: 300;
}

header .container .down {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 20px;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}

header ul {
  padding: 0;
  margin: 0;
}

header .block__menu {
  background-color: #269365;
  height: 64px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.24);
}

header .block__menu nav li {
  float: left;
  list-style-type: none;
}

header .block__menu nav li a {
  color: #fff;
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 14px;
  font-family: 'Roboto', Arial;
  text-decoration: none;
  font-weight: 400;
}

header .block__menu nav li a:hover, header .block__menu nav li a.home__link:hover {
  background-color: #29A671;
}

header .block__menu nav li a.home__link {
  width: 22px;
  background: url(../images/ico_home.svg) no-repeat center;
}

header .block__menu nav li a.active__link {
  background-color: #167E50;
  opacity: 0.6;
}

header .block__menu nav li ul {
  display: none;
}

header .block__menu nav li:hover ul {
  padding: 10px 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}

header .block__menu nav li:hover ul li a {
  color: #565E66;
  height: 45px;
  line-height: 45px;
  padding-right: 30px;
  padding-left: 20px;
}

header .block__menu nav li:hover ul li a:hover {
  background-color: #F0F4F9;
}

header .block__menu .client__link {
  font-size: 11px;
  cursor: pointer;
  padding: 14px 14px 0;
  height: 50px;
}

header .block__menu .client__link__close {
  color: #45FFC7;
  font-size: 11px;
  top: -49px;
  right: 17px;
}

header .block__menu .client__link:hover {
  background-color: #29A671;
}

header .block__menu .block__search {
  height: 40px;
  margin: 12px 12px 12px 0;
}

header .block__menu .block__search input.inpttext__search {
  background: none;
  border: none;
  outline: none;
  color: #565E66;
  font-size: 15px;
  font-family: 'Roboto', Arial;
  padding: 11px 0 11px 20px;
  float: left;
  width: 190px;
}

header .block__menu .block__search .btn__search {
  padding: 8px;
}

section {
  font-size: 18px;
  color: #586C80;
  padding: 30px 0;
  line-height: 28px;
}

section table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

section table td, section table th {
  border: 1px solid #ddd;
  padding: 5px 20px;
  font-size: 14px;
  width: 20%;
  line-height: 20px;
}

section table th {
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  background-color: #0d5c8a;
  border: 1px solid #3881ab;
}

section table td {
  border-right: 1px solid #a9c7da;
  color: #333;
}

section h1, section h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 140%;
}

section.text__index p {
  text-align: justify;
}

section.text__index ul li {
  font-size: 25px;
  width: 330px;
  line-height: 50px;
  list-style-type: none;
  padding-bottom: 50px;
  font-weight: 600;
  color: #9EAFBF;
}

section.text__index ul li b {
  font-size: 50px;
  display: block;
}

section.text__index ul li + li {
  margin-left: 90px;
}

section.why__block {
  margin: 50px 0;
  background: url(../images/bg_trigger.jpg) no-repeat center;
}

section.why__block .container {
  padding: 50px 0 70px;
}

section.why__block .container p {
  line-height: 27px;
  margin-top: 50px;
}

section.why__block .container h2 {
  color: #fff;
}

section.why__block .container h2 span {
  color: #47BEEB;
}

section.why__block ul li {
  font-size: 15px;
  float: left;
  width: 330px;
  margin-top: 50px;
}

section.why__block ul li + li {
  margin-left: 95px;
}

section.why__block ul li b {
  font-size: 21px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

section.why__block ul li span {
  display: block;
  margin: auto;
  text-align: center;
  width: 84px;
  height: 62px;
  padding-top: 22px;
  margin-bottom: 25px;
  border-radius: 84px;
  border: 3px solid #fff;
}

section.services .container {
  padding-bottom: 100px;
}

section.services .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.services .container li {
  width: 290px;
  height: 350px;
  padding: 20px 40px 0;
  margin: 35px 0 0 0;
  background: #FFFFFF;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
  -webkit-box-shadow: 3px 3px 7px -1px #efefef;
          box-shadow: 3px 3px 7px -1px #efefef;
}

section.our_clients {
  background: #F3F3F3;
  padding: 100px 0 150px;
  margin-bottom: 100px;
}

section.our_clients .container {
  width: 100%;
}

section.our_clients .slick-slide {
  margin-top: 30px;
  margin-bottom: 30px;
}

section.our_clients .slick-slide div {
  text-align: center;
  margin-left: -5px;
}

section.our_clients .slick-slide div div {
  padding: 25px 40px;
  height: 250px;
  width: 199px !important;
  margin: 10px auto;
  background-color: #fff;
  -webkit-box-shadow: 2px 6px 9px rgba(211, 211, 211, 0.5);
          box-shadow: 2px 6px 9px rgba(211, 211, 211, 0.5);
}

section.our_clients .slick-slide div div b {
  font-size: 18px;
  font-weight: 600;
}

section.our_clients .slick-slide div div p {
  margin: 10px 0;
}

section.orderform .container .form__block {
  padding: 50px;
  margin-bottom: 70px;
  border-radius: 50px;
  border: 10px solid #FBDD64;
}

section.orderform .container .form__block.send__order, section.orderform .container .form__block.send__quet {
  position: fixed;
  top: 100px;
  width: 910px;
  background: #ffffff;
  left: 50%;
  margin-left: -505px;
  z-index: 99;
  border: 0;
  -webkit-box-shadow: 0px 7px 18px #404f58;
          box-shadow: 0px 7px 18px #404f58;
}

section.orderform .container .form__block p {
  text-align: center;
  font-size: 18px;
  margin: 40px 0;
}

section.orderform .container .form__block form {
  width: 906px;
  margin: auto;
}

section.orderform .container .form__block form .afbf_item_pole {
  float: left;
}

section.orderform .container .form__block form .afbf_item_pole.chk {
  margin: 23px 0px 0 30px;
}

section.orderform .container .form__block form .afbf_item_pole.chk label span, section.orderform .container .form__block form .afbf_item_pole.chk label input {
  float: left;
  margin-top: 9px;
}

section.orderform .container .form__block form input, section.orderform .container .form__block form textarea {
  background-color: #fff;
  border: 1px solid #B8C5D2;
  height: 70px;
  margin: 10px;
  border-radius: 20px;
  padding-left: 30px;
  width: 248px;
  font-size: 18px;
  outline: none;
}

section.orderform .container .form__block form input[type="checkbox"], section.orderform .container .form__block form textarea[type="checkbox"] {
  width: 20px;
  height: 20px;
}

section.orderform .container .form__block form input.btn, section.orderform .container .form__block form textarea.btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-66.58%, #15FF8F), color-stop(143.75%, #1992BD));
  background: linear-gradient(180deg, #15FF8F -66.58%, #1992BD 143.75%);
  cursor: pointer;
  width: 282px;
  padding: 0;
  height: 74px;
  text-align: center;
  float: right;
  border: 0;
  color: #fff;
}

section.orderform .container .form__block form input.btn:hover, section.orderform .container .form__block form textarea.btn:hover {
  background: #00B099;
}

section.orderform .container .form__block form .textarea_pole {
  float: none;
  line-height: 0;
}

section.orderform .container .form__block form textarea {
  padding: 25px 30px;
  width: 824px;
}

section.orderform .container .form__block form .politics {
  float: left;
  width: 500px;
  line-height: 20px;
  text-align: left;
  margin: 25px 0 0 37px;
}

section .container {
  width: 1180px;
  margin: auto;
}

section .container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

section .container h1 {
  margin: 50px 40px 60px;
  text-align: center;
  font-size: 35px;
  line-height: 50px;
}

section .container h2 {
  font-size: 35px;
  line-height: 50px;
  margin: 0 0 15px;
  text-align: center;
}

section .container p {
  margin: 20px 0;
  clear: both;
}

section .container h1, section .container h2, section .container h3, section .container h4, section .container h5 {
  color: #586C80;
}

section .container h1 span, section .container h2 span, section .container h3 span, section .container h4 span, section .container h5 span {
  color: #B5293A;
}

section.contacts .container .left {
  border: 1px solid #D8D8D8;
  margin: 5%;
  float: left;
  width: 50%;
}

section.contacts .container .right {
  float: left;
  padding: 80px 0 50px 0;
  font-size: 21px;
}

section.contacts .container .right li {
  padding: 15px 0 40px 85px;
  line-height: 28px;
  font-weight: 500;
  background: url(../icons/contact_icon1.svg) no-repeat top left;
}

section.contacts .container .right li + li {
  background: url(../icons/contact_icon2.svg) no-repeat top left;
}

section.contacts .container .right li + li a {
  text-decoration: none;
  color: #355069;
}

section.contacts .container .right li + li + li {
  background: url(../icons/contact_icon3.svg) no-repeat top left;
}

section.contacts .container .right li + li + li + li {
  background: url(../icons/contact_icon4.svg) no-repeat top left;
}

footer {
  background: #015080;
  padding: 25px 0;
  font-size: 12px;
}

footer .container {
  width: 1180px;
  margin: auto;
  color: #fff;
  position: relative;
}

footer .container .center, footer .container .cop {
  float: left;
  margin: 10px 0 15px 212px;
}

footer .container .cop {
  letter-spacing: 0.2px;
}

footer .container nav {
  text-align: center;
  padding-top: 5px;
}

footer .container a {
  color: #fff;
}

footer .container .duns, footer .container .left {
  margin-top: 10px;
}

footer .container .right {
  float: right;
  padding-top: 10px;
}

@media (max-width: 980px) {
  header {
    font-weight: 500;
    color: #565E66;
    background: url(../images/header.jpg) no-repeat top;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 50px;
    height: initial;
  }
  header .container {
    width: initial;
  }
  header .container .down {
    display: none;
  }
  header .container .block__logo {
    margin: 20px 15px 15px;
    float: none;
  }
  header .container .block__phone {
    margin-top: 35px;
    padding-top: 7px;
    padding-left: 35px;
    background: url(../icons/ico_phone.svg) no-repeat left top;
    width: 162px;
    float: none;
    margin: 0 auto;
  }
  header .container nav {
    font-size: 16px;
    float: none;
    margin: 30px 2%;
    width: 96%;
    line-height: 56px;
    height: initial;
  }
  header .container nav a {
    margin: 0 8px;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 3px 6px;
  }
  header .container .utp {
    width: initial;
    padding-top: 25px;
  }
  header .container .utp span {
    display: block;
    padding: 0 20px;
    font-size: 13px;
  }
  header .container .utp span br {
    display: none;
  }
  header .container .utp b {
    display: block;
    padding-bottom: 20px;
    font-size: 28px;
    margin: 0 15px;
    line-height: 35px;
  }
  section .container {
    width: initial;
  }
  section .container h2 br {
    display: none;
  }
  section .container p {
    margin: 20px;
  }
  section .container h1 {
    margin: 20px 25px 35px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
  section .container h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 20px 15px;
    text-align: left;
  }
  section.text__index ul li {
    font-size: 25px;
    width: 330px;
    float: none;
    margin: 0 auto;
    line-height: 40px;
  }
  section.text__index ul li b {
    font-size: 42px;
  }
  section.text__index ul li + li {
    margin-left: auto;
  }
  section.why__block {
    margin: 20px 0;
    padding: 15px 0 35px;
    text-align: left;
    background: url(../images/bg_trigger.jpg) no-repeat bottom center #09625e;
  }
  section.why__block ul li {
    font-size: 14px;
    float: none;
    width: 330px;
    margin: 40px auto;
  }
  section.why__block ul li + li {
    margin-left: auto;
  }
  section.why__block .container {
    padding: 20px 0;
  }
  section.why__block p {
    line-height: 25px;
    margin-top: 20px;
  }
  section.services .container {
    padding-bottom: 10px;
  }
  section.services .container li {
    width: initial;
    height: 350px;
    padding: 20px 15px 0;
    margin: 20px 15px 0;
  }
  section {
    font-size: 14px;
    padding: 15px 0;
  }
  section.orderform .container .form__block {
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    border: 0;
  }
  section.orderform .container .form__block form {
    width: initial;
  }
  section.orderform .container .form__block form .afbf_item_pole {
    float: none;
    margin-bottom: 15px;
  }
  section.orderform .container .form__block form .afbf_item_pole.chk {
    margin: 0px 0px 20px 25px;
    height: 35px;
    font-size: 15px;
  }
  section.orderform .container .form__block form input, section.orderform .container .form__block form textarea {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    height: 48px;
    margin: 0;
    padding-left: 9%;
    width: 90%;
    padding-right: 0;
    font-size: 15px;
    outline: none;
  }
  section.orderform .container .form__block form input.btn {
    height: 52px;
    width: 100%;
    float: none;
  }
  section.orderform .container .form__block form input[type="checkbox"] {
    margin-right: 10px;
  }
  section.orderform .container .form__block form .politics {
    float: none;
    width: initial;
    line-height: 16px;
    text-align: left;
    margin: 15px 1px 15px 25px;
  }
  section.orderform .container .form__block p {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
  }
  section.orderform .container .form__block.send__order, section.orderform .container .form__block.send__quet {
    position: absolute;
    top: 120px;
    width: initial;
    background: #ffffff;
    left: 0;
    margin-left: 0;
    z-index: 99;
    border: 0;
    -webkit-box-shadow: 0px 7px 18px #404f58;
    box-shadow: 0px 7px 18px #404f58;
  }
  section.contacts .container .left {
    margin: 20px;
    width: initial;
    float: none;
    border: 1px solid #e5e5e5;
  }
  section.contacts .container .right {
    float: left;
    padding: 15px 0 50px 0;
    font-size: 17px;
  }
  section.contacts .container .right li {
    padding: 15px 0 25px 70px;
    line-height: 25px;
    font-weight: 500;
    margin: 0 15px;
  }
  footer {
    padding: 20px 0 10px;
  }
  footer .container {
    width: initial;
    text-align: center;
  }
  footer .container .center,
  footer .container .cop,
  footer .container .left,
  footer .container .right {
    float: none;
    margin: 10px;
  }
}
