@font-face {
  font-family: "Gilroy Black";
  src: url("../font/Gilroy-Black.woff2") format("woff2"),
    url("../font/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy ExtraBold";
  src: url("../font/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../font/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy Bold";
  src: local("Gilroy-Bold"), url("../font/Gilroy-Bold.woff2") format("woff2"),
    url("../font/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy Light";
  src: url("../font/Gilroy-Light.woff2") format("woff2"),
    url("../font/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy SemiBold";
  src: url("../font/Gilroy-SemiBold.woff2") format("woff2"),
    url("../font/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy Heavy";
  src: url("../font/Gilroy-Heavy.woff2") format("woff2"),
    url("../font/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            styles
====================================*/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Gilroy Light";
  font-size: 17px;
  color: #101416;
  line-height: 1.3;
  background-image: url(../img/img-bg-body-top2.png);
  background-repeat: no-repeat;
  background-position: 150% -9%;
  background-color: #fff;
}

@media only screen and (max-width: 1169px) {
  body {
    background-image: url(../img/img-bg-body-top-768.jpg);
  }
}

@media only screen and (max-width: 767px) {
  body {
    background-image: url(../img/img-bg-body-top-320.jpg);
  }
}

.body {
  background-repeat: no-repeat;
  background-position: center top;
}

.body_card {
  background-image: url(../img/img-bg-header-card.png);
}

@media only screen and (max-width: 1169px) {
  .body_card {
    background-image: url(../img/img-bg-header-card-768.png);
  }
}

@media only screen and (max-width: 767px) {
  .body_card {
    background-image: url(../img/img-bg-header-card-320.png);
  }
}

.body_home {
  background-image: url(../img/img-bg-body-home.jpg);
}

@media only screen and (max-width: 1169px) {
  .body_home {
    background-image: url(../img/img-bg-body-home-768.jpg);
  }
}

@media only screen and (max-width: 767px) {
  .body_home {
    background-image: url(../img/img-bg-body-home-320.jpg);
  }
}

.container {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1169px) {
  .container {
    width: 100%;
    padding: 0 39px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 18px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

a {
  transition: all 0.3s ease-out;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.align-center {
  text-align: center;
}

/*====================================
              section
====================================*/
.section,
section {
  min-width: 1110px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1169px) {
  .section,
  section {
    min-width: 100%;
  }
}

::-webkit-input-placeholder {
  color: #060a0d;
  font-size: 17px;
}

:-moz-placeholder {
  color: #060a0d;
  font-size: 17px;
}

::-moz-placeholder {
  color: #060a0d;
  font-size: 17px;
}

:-ms-input-placeholder {
  color: #060a0d;
  font-size: 17px;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.icon {
  position: relative;
}

.icon:before {
  content: "";
  display: block;
  background: url(../img/sprite.png) no-repeat;
  position: absolute;
}

.icon_support-phone:before {
  background-position: -290px -84px;
  width: 39px;
  height: 65px;
}

.icon_support-chat:before {
  background-position: -74px -255px;
  width: 63px;
  height: 63px;
}

.icon_support-email:before {
  background-position: 0px -255px;
  width: 64px;
  height: 64px;
}

.icon_servises-search:before {
  left: 0;
  top: 35px;
  background-position: -97px -109px;
  width: 77px;
  height: 57px;
}

.icon_servises-testing:before {
  right: 40px;
  top: 35px;
  background-position: 0px -109px;
  width: 87px;
  height: 60px;
}

.icon_servises-audit:before {
  left: 0;
  top: 35px;
  background-image: url(../img/img-services-audit.png);
  background-position: 0 0;
  width: 70px;
  height: 70px;
}

.icon_servises-penetration:before {
  right: 40px;
  top: 35px;
  background-image: url(../img/img-services-penetration.png);
  background-position: 0 0;
  width: 63px;
  height: 63px;
}

.icon_servises-survey:before {
  left: 0;
  top: 35px;
  background-image: url(../img/img-services-survey.png);
  background-position: 0 0;
  width: 72px;
  height: 72px;
}

.icon_servises-protect:before {
  right: 40px;
  top: 35px;
  background-image: url(../img/img-services-protect.png);
  background-position: 0 0;
  width: 71px;
  height: 70px;
}

.icon_servises-dev:before {
  left: 0;
  top: 35px;
  background-image: url(../img/img-services-dev.png);
  background-position: 0 0;
  width: 54px;
  height: 76px;
}

.icon_servises-develop-po:before {
  right: 40px;
  top: 35px;
  background-position: -76px -179px;
  width: 68px;
  height: 64px;
}

/* .icon_servises-protect:before {
  left: 0;
  top: 35px;
  background-position: 0px 0px;
  width: 114px;
  height: 99px;
} */

.icon_servises-analys:before {
  right: 40px;
  top: 35px;
  background-position: -154px -179px;
  width: 78px;
  height: 54px;
}

.icon_servises-develop-site:before {
  left: 0;
  top: 35px;
  background-position: -124px 0px;
  width: 78px;
  height: 78px;
}

.icon_number-servises-time:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: -212px -78px;
  width: 68px;
  height: 68px;
}

.icon_number-servises-effect:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: -212px 0px;
  width: 68px;
  height: 68px;
}

.icon_number-servises-all:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: 0px -179px;
  width: 66px;
  height: 66px;
}

.icon_ambulance:before {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-position: -290px -206px;
  width: 42px;
  height: 33px;
}

.icon_we-can-testing:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 87px;
  height: 60px;
  background-position: 0px -328px;
}

.icon_we-can-analize:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 54px;
  background-position: -96px -328px;
}

.icon_we-can-audit:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 74px;
  background-position: -181px -328px;
}

.icon_we-can-search:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 77px;
  height: 57px;
  background-position: -256px -328px;
}

.icon_we-can-developer:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 78px;
  background-position: 0 -409px;
}

.icon_we-can-protection:before {
  left: 15px;
  top: 61%;
  transform: translateY(-50%);
  width: 82px;
  height: 82px;
  background-position: -87px -409px;
}

.icon_we-can-developer-po:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 70px;
  background-position: -178px -409px;
}

.icon_steps-1:before {
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
  width: 63px;
  height: 63px;
  background-position: 0 -496px;
}

.icon_steps-2:before {
  left: -117px;
  top: 41%;
  transform: translateY(-50%);
  width: 85px;
  height: 66px;
  background-position: -69px -496px;
}

.icon_steps-3:before {
  right: -102px;
  top: 55%;
  transform: translateY(-50%);
  width: 69px;
  height: 52px;
  background-position: -159px -496px;
}

.icon_steps-4:before {
  left: -83px;
  width: 52px;
  height: 65px;
  top: 46%;
  transform: translateY(-50%);
  background-position: -230px -496px;
}

.icon_steps-5:before {
  right: -104px;
  top: 40%;
  transform: translateY(-50%);
  width: 74px;
  height: 66px;
  background-position: -266px -409px;
}

@media only screen and (max-width: 1169px) {
  .icon_number-servises-effect:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .icon_number-servises-all:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .icon_number-servises-time:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .icon_we-can-testing:before {
    left: 14px;
  }

  .icon_we-can-protection:before {
    top: 45%;
  }

  .icon_we-can-search:before {
    top: 64%;
  }

  .icon_we-can-developer:before {
    left: 15px;
  }

  .icon_we-can-developer-po:before {
    top: 41%;
  }

  .icon_steps-1:before {
    top: 40px;
  }

  .icon_steps-2:before {
    top: 34px;
  }

  .icon_steps-3:before {
    top: 40px;
  }

  .icon_steps-4:before {
    top: 35px;
  }

  .icon_steps-5:before {
    top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .icon_servises-testing:before {
    right: 0;
  }

  .icon_servises-develop-po:before {
    right: 0;
  }

  .icon_servises-analys:before {
    right: 0;
  }

  .icon_servises-protect:before {
    /*left: -13px;*/
    top: 30px;
  }

  .icon_we-can-audit:before {
    left: 0;
    top: 5px;
    transform: none;
    background-position: 0 -569px;
  }

  .icon_we-can-testing:before {
    left: auto;
    right: 0;
    top: 6px;
    transform: none;
    width: 65px;
    height: 60px;
    background-position: -64px -569px;
  }

  .icon_we-can-analize:before {
    left: 0;
    top: 5px;
    transform: none;
    width: 64px;
    height: 44px;
    background-position: -136px -569px;
  }

  .icon_we-can-search:before {
    left: 0;
    top: 10px;
    transform: none;
    width: 70px;
    height: 57px;
    background-position: -278px -568px;
  }

  .icon_we-can-developer:before {
    left: auto;
    right: 0;
    top: 10px;
    transform: none;
    width: 64px;
    height: 59px;
    background-position: 0 -648px;
  }

  .icon_we-can-protection:before {
    left: auto;
    top: 6px;
    right: -2px;
    transform: none;
    width: 69px;
    height: 66px;
    background-position: -206px -568px;
  }

  .icon_we-can-developer-po:before {
    left: 0;
    top: 5px;
    transform: none;
    width: 66px;
    height: 61px;
    background-position: -72px -648px;
  }

  .icon_ambulance:before {
    left: 29px;
  }

  .icon_steps-1:before {
    right: auto;
    top: 34px;
    left: 145px;
  }

  .icon_steps-2:before {
    top: 32px;
    left: 143px;
  }

  .icon_steps-3:before {
    right: auto;
    top: 36px;
    left: 143px;
  }

  .icon_steps-4:before {
    right: auto;
    top: 32px;
    left: 143px;
  }

  .icon_steps-5:before {
    right: auto;
    top: 33px;
    left: 143px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            common
====================================*/
.link-button {
  display: inline-block;
  padding: 11px 13px;
  border-radius: 30px;
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #fff;
  background-color: #25ae94;
  text-transform: uppercase;
  text-decoration: none;
}

.link-button:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

.name-page {
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
}

.name-page span:after {
  content: "/";
  margin: 0 12px;
}

@media only screen and (max-width: 767px) {
  .name-page {
    font-size: 30px;
    letter-spacing: 0;
  }
}

.section-header {
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  color: #060a0d;
  text-transform: uppercase;
}

.section-header_center {
  text-align: center;
}

.section-header__inner {
  font-family: "Gilroy Black";
  color: #25ae94;
}

@media only screen and (max-width: 767px) {
  .section-header {
    font-size: 22px;
    line-height: 1.3636363636363635;
  }
}

.link-readmore {
  display: inline-block;
  padding: 20px 28px;
  border-radius: 35px;
  background-color: #25ae94;
  font-family: "Gilroy Heavy";
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.link-readmore:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

address {
  font-style: normal;
}

.body-fixed {
  overflow: hidden;
}

.body-fixed .header__inner {
  background-color: #fff;
}

.page-error {
  margin-top: 30px;
}

.page-error__header {
  font-size: 22px;
}

.page-error__text {
  margin-top: 5px;
}

.page-error__link {
  color: #25ae94;
}

.page-error__link:hover {
  text-decoration: none;
}

/*====================================
            .block-modal
====================================*/
.modal {
  display: none;
  text-align: center;
  width: 550px;
  padding: 57px 2.2% 38px;
  border: 4px solid #24afc5;
  border-radius: 10px;
  background-color: #fff;
  background-image: url(../img/img-bg-modal.png);
  background-repeat: no-repeat;
  background-position: 98% 113%;
}

.modal__header {
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  color: #060a0d;
  text-transform: uppercase;
}

.modal__header-inner {
  font-family: "Gilroy Black";
  color: #25ae94;
}

@media only screen and (max-width: 1169px) {
  .modal {
    padding: 57px 5.7% 38px;
  }
}

@media only screen and (max-width: 539px) {
  .modal {
    padding: 28px 6.7% 30px;
    max-width: 285px;
  }

  .modal__header {
    font-size: 31px;
    text-align: left;
    line-height: 0.9;
    letter-spacing: -0.6px;
  }
}

/*====================================
            fancy
====================================*/
.modal .fancybox-close-small {
  right: 28px;
  top: 19px;
  width: 27px;
  height: 28px;
  background-image: url(../img/sprite.png);
  background-position: -290px -157px;
  background-repeat: no-repeat;
}

.modal .fancybox-close-small svg {
  display: none;
}

@media only screen and (max-width: 539px) {
  .modal .fancybox-close-small {
    right: 15px;
    top: 30px;
    width: 16px;
    height: 18px;
    background-position: -290px -185px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.nav_footer {
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-start;
}

.nav_footer .nav__item {
  margin: 0 0 12px;
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

.nav_footer .nav__item:last-of-type {
  margin: 0;
}

.nav_footer .nav__item:hover {
  color: #25ae94;
}

.nav__li {
  margin: 0 25px;
}

.nav__item {
  color: #131313;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.nav__item:hover,
.nav__item_active {
  color: #25ae94;
}

@media only screen and (max-width: 1169px) {
  .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav__li {
    margin: 0;
  }

  .nav__item {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding: 34px 0; */
    padding: 0;
    font-size: 15px;
    color: #000;
  }

  .nav__li {
    width: 100%;
  }

  .nav > .nav__li > .nav__item {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #ebebeb;
  }

  .nav__item {
    display: flex;
    padding: 12px 0;
    color: #000;
  }

  .nav > .nav__li > .dropdown-menu {
    background: #f0f0f0;
    /* padding-top: 22px;
    padding-bottom: 22px; */
  }

  .nav
    > .nav__li
    > .dropdown-menu
    > .dropdown-menu__inner
    > .dropdown-menu__list
    > li
    > .nav__item {
    padding-left: 50px;
    padding-right: 10px;
    position: relative;
  }

  .nav
    > .nav__li
    > .dropdown-menu
    > .dropdown-menu__inner
    > .dropdown-menu__list
    > li
    > .nav__item:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #25ae94;
    border-radius: 50%;
    position: absolute;
    top: 19px;
    left: 30px;
  }

  .nav > .nav__li > .dropdown-menu .dropdown-menu {
    background: #e8e8e8;
    padding-left: 50px;
    padding-right: 10px;
    /* padding-top: 22px;
    padding-bottom: 22px; */
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.header-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-link__callback {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .header-link {
    align-items: flex-start;
    padding: 20px 0 20px 20px;
    background-color: #cbcbcb;
  }
}

.phone {
  font-family: "Gilroy SemiBold";
  font-size: 23px;
  color: #131313;
  text-decoration: none;
}

.phone_footer {
  color: #fff;
}

.phone_footer b {
  color: #25ae94;
}

.phone b {
  font-family: "Gilroy Black";
}

.phone:hover {
  opacity: 0.8;
}

.callback {
  display: inline-block;
  padding: 11px 13px;
  border-radius: 20px;
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #fff;
  background-color: #25ae94;
  text-transform: uppercase;
  text-decoration: none;
}

.callback:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.mobile-nav {
  display: none;
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #f3f3f3;
}

.mobile-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 18px;
  width: 20px;
  background: linear-gradient(
    to bottom,
    #25ae94,
    #25ae94 20%,
    transparent 20%,
    transparent 40%,
    #25ae94 40%,
    #25ae94 60%,
    transparent 60%,
    transparent 80%,
    #25ae94 80%,
    #25ae94 100%
  );
}

@media only screen and (max-width: 767px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: calc(100% - 83px);
  top: 83px;
  left: -100%;
  transition: all 0.3s ease-out;
  z-index: 11;
}

.mobile-menu_active {
  left: 0;
}

.mobile-menu__inner {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #f3f3f3;
  overflow-y: auto;
}

.mobile-callback {
  display: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-image: url(../img/phone-mobile.png);
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .mobile-callback {
    display: block;
  }
}

.header {
  height: 128px;
}

.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
}

.header__inner {
  height: 128px;
  line-height: 128px;
}

.header__container {
  padding: 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1.3;
}

.header__logo {
  margin-top: 9px;
}

.header__nav {
  margin-top: 11px;
}

.header__nav > li > .dropdown-menu {
  display: none;
  transition: 0.9s;
}

.header__nav > li:hover > .dropdown-menu {
  display: block;
  position: fixed;
  z-index: 1;
  width: 100%;
  left: 0;
  background: none;
  padding-top: 52px;
  /*border-bottom: 20px solid transparent;
    border-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0866597) 26.04%, rgba(0, 0, 0, 0.0453125) 55.73%, rgba(0, 0, 0, 0.0186216) 78.12%, rgba(0, 0, 0, 0) 100%);*/
}

.header__nav > li:hover > .dropdown-menu:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.0866597) 26.04%, rgba(0, 0, 0, 0.0453125) 55.73%, rgba(0, 0, 0, 0.0186216) 78.12%, rgba(0, 0, 0, 0) 100%);
}

.header__nav > li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml; base64, PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0iIzlBOUE5QSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  margin-left: 5px;
  display: inline-block;
  transition: 0.9s;
}

.header__nav > li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  transition: 0.9s;
}

.header__nav > li:hover > .dropdown-menu > .dropdown-menu__inner {
  margin: 0;
  padding: 46px 0;
  background: #f1f1f1;
}

.header__nav > li > .dropdown-menu > .dropdown-menu__inner > .dropdown-menu__list {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  column-gap: 40px;
}

.header__nav > li > .dropdown-menu > .dropdown-menu__inner > .dropdown-menu__list li {
  margin: 0;
}

.header__nav > li > .nav__item,
.header__nav
  > li
  > .dropdown-menu
  > .dropdown-menu__inner
  > .dropdown-menu__list
  > li
  > .nav__item {
  font-family: "Gilroy Bold";
  font-weight: 700;
  color: #000;
}

.header__nav > li > .nav__item:hover,
.header__nav
  > li
  > .dropdown-menu
  > .dropdown-menu__inner
  > .dropdown-menu__list
  > li
  > .nav__item:hover {
  color: #25ae94;
}

.header__nav
  > li
  > .dropdown-menu
  > .dropdown-menu__inner
  > .dropdown-menu__list
  > li
  > .dropdown-menu {
  margin-top: 20px;
}

.header__nav
  > li
  > .dropdown-menu
  > .dropdown-menu__inner
  > .dropdown-menu__list
  > li
  .dropdown-menu__list
  li {
  margin-top: 18px;
}

.header__nav > li > .nav__item {
  font-size: 16px;
}

.header__nav > li > .dropdown-menu .nav__item {
  font-size: 15px;
}

@media only screen and (max-width: 1169px) {
  .header__container {
    padding: 5px 39px 13px;
  }

  .header__logo {
    order: 0;
  }

  .header__nav {
    margin-top: 10px;
    order: 2;
    width: 100%;
  }

  .header__header-link {
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 83px;
  }

  .header__inner {
    height: 83px;
  }

  .header__container {
    padding: 10px 18px 10px;
  }

  .header__logo {
    margin-top: 0;
  }

  .header__header-link {
    width: 100%;
    align-items: center;
    margin-top: 42px;
    display: none;
  }

  .header__mobile-callback {
    margin: 0 5px 0 auto;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.maps {
  min-height: 804px;
  border-bottom: 4px solid #25ae94;
  position: relative;
  cursor: help;
  overflow: hidden;
  border-image: initial;
}

.maps iframe {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .maps {
    min-height: auto;
    height: 499px;
  }
}

.mapTitle {
  position: absolute;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
  display: none;
  padding: 5px 20px;
  border-radius: 5px;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.contact__column {
  width: 48.7%;
}

@media only screen and (max-width: 1169px) {
  .contact {
    background-position: 224px 9px;
  }

  .contact__column {
    width: 100%;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.contact-info {
  padding-top: 133px;
}

.contact-info__inner {
  margin-top: 37px;
}

.contact-info__item {
  margin-bottom: 32px;
  color: #060a0d;
}

.contact-info__item:last-child {
  margin-bottom: 0;
}

.contact-info__item-name {
  font-family: "Gilroy Black";
  font-size: 15px;
  text-transform: uppercase;
}

.contact-info__data {
  margin-top: 2px;
  font-size: 20px;
}

.contact-info__data a {
  color: #060a0d;
  text-decoration: none;
}

.contact-info__data a:hover {
  text-decoration: underline;
}

.contact-info__callback {
  margin-top: 12px;
}

@media only screen and (max-width: 1169px) {
  .contact-info {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info__item {
    margin-bottom: 33px;
  }

  .contact-info__inner {
    margin-top: 39px;
  }

  .contact-info__data {
    margin-top: 6px;
    font-size: 16px;
  }

  .contact-info__callback {
    margin-top: 15px;
  }
}

.wrapper-contact {
  padding: 20px 0 152px;
  background-image: url(../img/img-bg-block-contact.png);
  background-position: 59.5% 42px;
}

.wrapper-contact__contact {
  padding: 129px 0 0;
}

@media only screen and (max-width: 1169px) {
  .wrapper-contact {
    padding: 20px 0 102px;
    background-position: 260px 28px;
  }

  .wrapper-contact__contact {
    padding: 121px 0 0;
  }
}

@media only screen and (max-width: 539px) {
  .wrapper-contact {
    background-position: 180px 28px;
  }
}

@media only screen and (max-width: 425px) {
  .wrapper-contact {
    padding: 20px 0 60px;
    background-image: url(../img/img-bg-wrapper-contact-320.jpg);
    background-position: right 76px;
  }

  .wrapper-contact__contact {
    padding: 76px 0 0;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.form_modal {
  margin-top: 29px;
}

.form_modal .form__message {
  margin-bottom: 20px;
}

.form__item {
  margin-bottom: 31px;
  position: relative;
}

.form__error {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -15px;
  left: 0;
  padding: 0 10px;
  border-radius: 20px;
  background-color: #25ae94;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-out;
}

.form__error_active {
  height: auto;
  padding: 5px 10px;
  overflow: visible;
}

.form__input {
  width: 100%;
  height: 53px;
  padding: 0 10px 0 19px;
  border-radius: 25px;
  border: none;
  outline: none;
  background-color: #f5f5f5;
  font-size: 17px;
  color: #060a0d;
}

.form__input_sm {
  width: 160px;
  margin-bottom: 0;
}

.form__message {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
  padding: 17px 10px 5px 19px;
  border-radius: 25px;
  background-color: #f5f5f5;
  font-size: 17px;
  color: #060a0d;
  border: none;
  outline: none;
  resize: none;
}

.form__info_line {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form__info_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form__row-subscrip {
  position: relative;
  width: 58%;
  height: 63px;
  margin: 0 0 37px;
}

.form__row-subscrip .form__input {
  width: 100%;
  height: 100%;
  padding: 3px 10px 0 28px;
}

.form__checkbox {
  display: none;
}

.form__checkbox:checked + .form__label:before {
  background: radial-gradient(
    ellipse at center,
    #25ae94 0%,
    #25ae94 40%,
    #f1f1f1 40%,
    #f1f1f1 100%
  );
  transition: all 0.3s ease-out;
}

.form__label {
  display: block;
  position: relative;
  padding-left: 47px;
  cursor: pointer;
  color: #060a0d;
  line-height: 1.2;
  text-align: left;
}

.form__label:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f1f1f1;
  transition: all 0.3s ease-out;
}

.form__label a {
  color: #25ae94;
}

.form__label a:hover {
  text-decoration: none;
}

.form__submit {
  margin-top: 26px;
  padding: 20px 28px;
  border-radius: 35px;
  background-color: #25ae94;
  font-family: "Gilroy Heavy";
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.form__submit_sm {
  margin: 0;
  padding: 16px 26px;
}

.form__submit_subscript {
  margin: 0 0 37px;
  padding: 20px 0;
  width: 37%;
}

.form__submit:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

.form__submit:disabled {
  cursor: default;
  opacity: 0.7;
}

.form__submit:disabled:hover {
  box-shadow: none;
}

.form__captcha {
  width: 105px;
}

@media only screen and (max-width: 1169px) {
  .form__message {
    margin-bottom: 38px;
  }

  .form__label:before {
    top: 20px;
    transform: translateY(-50%);
  }

  .form_suscribe .form__label:before {
    top: -6px;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .form__message {
    margin-bottom: 20px;
  }

  .form__label {
    letter-spacing: -0.6px;
  }
}

@media only screen and (max-width: 539px) {
  .form_modal .form__message {
    margin-bottom: 11px;
  }

  .form_modal .form__label {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.1px;
  }

  .form__captcha {
    width: 75px;
    margin-right: 4%;
  }

  .form__input_sm {
    width: 150px;
  }

  .form__input_subscript {
    width: 100%;
  }

  .form__row-subscrip {
    width: 100%;
  }

  .form__info_line {
    justify-content: center;
  }

  .form__submit_sm {
    margin: 29px 0 0;
    padding: 16px 20px;
  }

  .form__submit_subscript {
    width: 100%;
  }

  .form_suscribe .form__row {
    flex-direction: column;
  }
}

.contact-form {
  padding: 42px 3.8% 40px;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(2, 3, 5, 0.1);
  border-radius: 10px;
}

@media only screen and (max-width: 1169px) {
  .contact-form {
    margin-top: 92px;
    padding: 41px 5.8% 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 41px 0 40px;
    background-color: transparent;
    box-shadow: none;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.support {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.support__item {
  margin-right: 15%;
}

.support__item:last-child {
  margin-right: 0;
}

.support__link {
  display: block;
  position: relative;
  text-decoration: none;
}

.support__link_phone {
  width: 39px;
  height: 65px;
}

.support__link_chat {
  width: 63px;
  height: 63px;
}

.support__link_email {
  width: 64px;
  height: 64px;
}

.support__link-name {
  position: absolute;
  top: -10px;
  right: -84px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 20px;
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background-color: #25ae94;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}

.support__link:hover .support__link-name {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

@media only screen and (max-width: 1169px) {
  .support__item {
    margin-right: 24.6%;
  }
}

@media only screen and (max-width: 767px) {
  .support {
    flex-direction: column;
  }

  .support__item {
    margin-right: 0;
  }

  .support__item:nth-child(2) {
    margin: 47px 0 0 10%;
  }

  .support__item:nth-child(3) {
    margin: 29px 0 0 44%;
  }
}

.support-time {
  font-family: "Gilroy Black";
  font-size: 42px;
  color: #060a0d;
  line-height: 1.1;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 767px) {
  .support-time {
    margin-top: 4px;
  }
}

.wrapper-support {
  background-color: #f1f1f1;
}

.wrapper-support__container {
  padding: 48px 0 54px;
  background-image: url(../img/img-bg-support-container.png);
  background-position: 103.4% -2px;
  background-repeat: no-repeat;
}

.wrapper-support__support {
  margin-top: 81px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-support__container {
    padding: 48px 39px 54px;
    background-position: 282px -37px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-support__container {
    padding: 41px 18px 54px;
    background-size: 130%;
    background-position: 12px 126px;
  }

  .wrapper-support__support {
    margin-top: 68px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.wrapper-subscription {
  padding: 64px 0 70px;
  border-top: 6px solid #25ae94;
  border-bottom: 6px solid #25ae94;
  background-image: url(../img/img-bg-subscription.jpg);
  background-position: left bottom;
}

.wrapper-subscription__subscription {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 54%;
}

@media only screen and (max-width: 1169px) {
  .wrapper-subscription__subscription {
    width: 87%;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-subscription__subscription {
    width: 100%;
  }
}

@media only screen and (max-width: 539px) {
  .wrapper-subscription {
    padding: 43px 0 70px;
  }

  .wrapper-subscription .section-header {
    text-align: left;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.list-news__item {
  width: 31.6%;
  margin: 0 2.6% 2.6% 0;
  background-color: #fff;
}

.list-news__item:nth-child(3n) {
  margin-right: 0;
}

.list-news__link {
  display: block;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 0 40px rgba(191, 191, 191, 0.3);
}

.list-news__link:hover {
  transform: scale(1.005) translateZ(0);
  box-shadow: 0 0 20px rgba(191, 191, 191, 0.7);
}

.list-news__link:hover .list-news__text {
  text-decoration: underline;
}

.list-news__img {
  display: block;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.list-news__content {
  display: block;
  padding: 29px 9.1% 30px 9.1%;
}

.list-news__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #cbcbcb;
}

.list-news__category {
  margin-right: 4px;
  position: relative;
}

.list-news__category:after {
  content: "|";
  margin-left: 5px;
}

.list-news__name {
  display: block;
  margin-top: 13px;
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #060a0d;
  text-transform: uppercase;
}

.list-news__text {
  display: block;
  margin-top: 9px;
  color: #060a0d;
  line-height: 1.2;
}

@media only screen and (max-width: 1169px) {
  .list-news__item {
    width: 47.8%;
    margin: 0 4.4% 4.5% 0;
  }

  .list-news__item:nth-child(3n) {
    margin-right: 4.4%;
  }

  .list-news__item:nth-child(2n) {
    margin-right: 0;
  }

  .list-news__img {
    height: 183px;
  }

  .list-news__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .list-news__content {
    padding: 27px 10.2% 30px 10.2%;
  }
}

@media only screen and (max-width: 539px) {
  .list-news__item {
    width: 100%;
    margin: 0 0 30px;
  }

  .list-news__item:nth-child(3n) {
    margin-right: 0;
  }

  .list-news__content {
    padding: 25px 6.2% 27px 6.2%;
  }

  .list-news__name {
    margin-top: 3px;
  }

  .list-news__text {
    letter-spacing: -0.5px;
  }
}

.wrapper-news {
  padding: 49px 0 197px;
  background: url(../img/img-bg-wrapper-news.png) -27px 189px no-repeat,
    url(../img/img-bg-wrapper-news-list.jpg) center 920px no-repeat;
}

.wrapper-news__description {
  width: 350px;
  margin: 110px 0 0 47.3%;
  padding: 29px 1% 23px 3.2%;
  font-family: "Gilroy Black";
  font-size: 42px;
  text-transform: uppercase;
  background-color: #fff;
  color: #25ae94;
  box-shadow: 0 10px 40px rgba(2, 3, 5, 0.2);
  border-radius: 7px;
}

.wrapper-news__list-news {
  margin-top: 502px;
}

.wrapper-news__align-center {
  margin-top: 2px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-news {
    padding: 23px 0 146px;
    background: url(../img/img-bg-wrapper-news.png) -368px 163px no-repeat;
  }

  .wrapper-news__description {
    margin: 80px 0 0 49.3%;
    padding: 29px 1% 23px 5.1%;
  }

  .wrapper-news__list-news {
    margin-top: 490px;
  }

  .wrapper-news__align-center {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-news {
    background: url(../img/img-bg-wrapper-news.png) -425px 100px no-repeat;
  }

  .wrapper-news__description {
    margin: 500px 0 0;
  }

  .wrapper-news__list-news {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 539px) {
  .wrapper-news {
    padding: 54px 0 99px;
    background: url(../img/img-bg-wrapper-news-320.png) center 126px no-repeat;
  }

  .wrapper-news__description {
    width: 100%;
    margin: 278px 0 0;
    padding: 25px 1% 20px 10.1%;
    font-size: 30px;
    line-height: 1.2;
  }

  .wrapper-news__align-center {
    margin-top: -4px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.main {
  padding: 48px 0 100px;
  background-image: url(../img/img-bg-main-content.png);
  background-position: center 400px;
}

.main__date {
  margin-top: 8px;
  font-size: 16px;
  color: #000;
}

.main h1 {
  margin: 24px 0;
  font-family: "Gilroy Black";
  font-size: 42px;
  color: #25ae94;
  text-transform: uppercase;
}

.main h2 {
  margin: 18px 0;
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  text-transform: uppercase;
}

.main h3 {
  margin: 29px 0;
  font-family: "Gilroy Black";
  font-size: 22px;
  text-transform: uppercase;
}

.main h4 {
  margin: 17px 0;
  font-family: "Gilroy Black";
  font-size: 15px;
  text-transform: uppercase;
}

.main p {
  margin: 30px 0;
  line-height: 1.1;
}

.main table {
  margin-top: 46px;
  width: 100%;
  border-collapse: collapse;
}

.main table thead {
  background-color: #fff;
  box-shadow: 0 0 70px rgba(193, 193, 193, 0.4);
}

.main table thead tr {
  height: 90px;
}

.main table thead td {
  font-family: "Gilroy Black";
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 0 6% 0 2.5%;
}

.main table tbody td {
  height: 90px;
  border: 1px solid #ededed;
  vertical-align: middle;
  font-size: 15px;
  padding: 0 1% 0 2.5%;
}

.main table tbody td:nth-child(1) {
  width: 23.6%;
}

.main table tbody td:nth-child(2) {
  width: 23.7%;
}

.main table tbody td:nth-child(3) {
  width: 32.6%;
}

.main table tbody td:nth-child(4) {
  width: 20.2%;
}

@media only screen and (max-width: 1169px) {
  .main {
    padding: 22px 0 100px;
  }

  .main p {
    margin: 28px 0;
    line-height: 1.15;
  }

  .main table tbody td {
    word-break: break-all;
  }
}

@media only screen and (max-width: 767px) {
  .main h1 {
    font-size: 40px;
    word-break: break-word;
  }

  .main h2 {
    font-size: 30px;
    word-break: break-word;
  }

  .main h3 {
    font-size: 22px;
    word-break: break-word;
  }

  .main h4 {
    font-size: 15px;
    word-break: break-word;
  }

  .main p {
    font-size: 16px;
  }

  .main table thead {
    display: none;
  }

  .main table tr {
    display: block;
  }

  .main table tbody td {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 50%;
  }

  .main table tbody td:before {
    content: attr(aria-label);
    width: 45%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Gilroy Black";
    font-size: 15px;
    text-transform: uppercase;
  }

  .main table tbody td:nth-child(1) {
    width: 100%;
  }

  .main table tbody td:nth-child(2) {
    width: 100%;
  }

  .main table tbody td:nth-child(3) {
    width: 100%;
  }

  .main table tbody td:nth-child(4) {
    width: 100%;
  }
}

.content-img-text {
  margin-top: 90px;
  margin-bottom: 89px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.content-img-text__img {
  margin-top: 5px;
  width: 31.6%;
}

.content-img-text__text {
  width: 66%;
  font-size: 20px;
  line-height: 1.25;
}

@media only screen and (max-width: 1169px) {
  .content-img-text__img {
    width: 48%;
  }

  .content-img-text__text {
    width: 52%;
    padding: 11px 0 0 4%;
    font-size: 18px;
    line-height: 1.15;
  }
}

@media only screen and (max-width: 767px) {
  .content-img-text {
    margin: 40px 0;
  }

  .content-img-text__img {
    width: 100%;
  }

  .content-img-text__text {
    width: 100%;
    padding: 15px 0 0;
  }
}

.content-img-list {
  margin-top: 96px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.content-img-list__img {
  margin-top: 5px;
  width: 31.6%;
}

.content-img-list__list {
  width: 31.6%;
}

.content-img-list ul {
  list-style: none;
}

.content-img-list ul li {
  margin-bottom: 23px;
  position: relative;
  padding-left: 20px;
}

.content-img-list ul li:last-child {
  margin-bottom: 0;
}

.content-img-list ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #25ae94;
}

.content-img-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: counterOl;
}

.content-img-list ol li {
  margin-bottom: 15px;
}

.content-img-list ol li:last-child {
  margin-bottom: 0;
}

.content-img-list ol li:before {
  counter-increment: counterOl;
  content: counter(counterOl) ".";
  margin-right: 3px;
  font-family: "Gilroy Black";
  color: #25ae94;
}

@media only screen and (max-width: 1169px) {
  .content-img-list__img {
    width: 48%;
  }

  .content-img-list__list {
    width: 47.6%;
  }
}

@media only screen and (max-width: 767px) {
  .content-img-list {
    margin-top: 40px;
  }

  .content-img-list__img {
    width: 100%;
  }

  .content-img-list__list {
    width: 100%;
  }

  .content-img-list ul {
    margin: 30px 0;
  }

  .content-img-list ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .content-img-list ol li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.quote {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.quote__img {
  width: 277px;
  margin-top: -10px;
}

.quote__text {
  margin: -20px 0 0;
  width: calc(100% - 277px);
  font-size: 20px;
  color: #060a0d;
}

@media only screen and (max-width: 1169px) {
  .quote__img {
    width: 35%;
  }

  .quote__text {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .quote {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote__img {
    margin-top: 0;
    width: 40%;
  }

  .quote__text {
    width: 100%;
    font-size: 14px;
  }
}

.wrapper-quote {
  height: 256px;
  background-color: #f1f1f1;
}

@media only screen and (max-width: 1169px) {
  .wrapper-quote {
    height: auto;
    padding: 0 0 30px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-servises {
  display: flex;
  flex-direction: column;
}

.list-servises__item {
  width: 75%;
  margin-bottom: 15px;
  padding: 36px 1% 40px 95px;
  align-self: flex-start;
}

.list-servises__item_decor {
  padding: 36px 144px 40px 1%;
  align-self: flex-end;
  background-color: #fff;
  text-align: right;
  box-shadow: 0 10px 40px rgba(175, 175, 175, 0.4);
}

.list-servises__item:last-child {
  margin-bottom: 0;
}

.list-servises__name {
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #060a0d;
  text-transform: uppercase;
}

.list-servises__content {
  margin-top: 9px;
  line-height: 1.2;
}

.list-servises__link,
.button-primary {
  display: inline-block;
  margin-top: 16px;
  text-align: center;
  border-radius: 99px;
  font-family: "Gilroy Black";
  color: #fff;
  background-color: #25ae94;
  text-decoration: none;
  text-transform: uppercase;
}

.list-servises__link {
  padding: 10px 19px;
  font-size: 15px;
}

.button-primary {
  padding: 22px 20px;
  min-width: 302px;
  font-size: 20px;
}

.list-servises__link:hover,
.button-primary:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

@media only screen and (max-width: 1169px) {
  .list-servises__item {
    width: 100%;
    margin-bottom: 16.6px;
  }
}

@media only screen and (max-width: 767px) {
  .list-servises__item_decor {
    background-color: transparent;
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .list-servises__item {
    margin-bottom: 9px;
    padding: 109px 0 10px 0;
  }

  .list-servises__item_decor {
    padding: 109px 0 10px 0;
  }

  .list-servises__item:nth-child(3) {
    padding-top: 125px;
    margin-bottom: 7px;
  }

  .list-servises__item:nth-child(4) {
    padding-top: 114px;
  }

  .list-servises__item:nth-child(5) {
    padding-top: 121px;
  }

  .list-servises__item:nth-child(6) {
    padding-top: 101px;
  }

  .list-servises__item:nth-child(7) {
    padding-top: 126px;
  }
}

.wrapper-servises {
  padding: 49px 0 80px;
  background: url(../img/img-bg-wrapper-servises.png) -28px 48px no-repeat,
    url(../img/img-bg-wrapper-servises-list.jpg) center 1360px no-repeat;
}

.wrapper-servises_mainpage {
  background: none;
  padding-bottom: 0;
}

.wrapper-servises_audit {
  background: url(../img/img-bg-wrapper-servises_audit.png) -28px 48px no-repeat,
    url(../img/img-bg-wrapper-servises-list.jpg) center 1360px no-repeat;
}

.wrapper-servises_penetration {
  background: url(../img/img-bg-wrapper-servises_penetration.png) -28px 48px no-repeat,
    url(../img/img-bg-wrapper-servises-list.jpg) center 1360px no-repeat;
}

.wrapper-servises_survey {
  background: url(../img/img-bg-wrapper-servises_survey.png) -28px 48px no-repeat,
    url(../img/img-bg-wrapper-servises-list.jpg) center 1360px no-repeat;
}

.wrapper-servises_dev {
  background: url(../img/img-bg-wrapper-servises_dev.png) -28px 48px no-repeat,
    url(../img/img-bg-wrapper-servises-list.jpg) center 1360px no-repeat;
}

.wrapper-servises_protect {
  background: url(../img/img-bg-wrapper-servises_protect.png) -28px 48px no-repeat,
    url(../img/img-bg-wrapper-servises-list.jpg) center 1360px no-repeat;
}

.wrapper-servises__header {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .wrapper-servises__header {
    min-height: 690px;
  }
}

.wrapper-servises__description {
  width: 580px;
  margin: 90px 0 0 42.8%;
  padding: 29px 3% 28px 3.2%;
  background-color: #fff;
  color: #000;
  box-shadow: 0 10px 40px rgba(2, 3, 5, 0.2);
  border-radius: 7px;
  font-size: 17px;
}

.wrapper-servises__description-inner {
  display: block;
  font-family: "Gilroy Black";
  color: #25ae94;
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  text-transform: uppercase;
}

.wrapper-servises__description-main {
  color: #000;
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  text-transform: uppercase;
}

.wrapper-servises_dev .wrapper-servises__description {
  width: 640px;
}

.wrapper-servises_dev .wrapper-servises__description-inner {
  font-size: 24px;
}

.wrapper-servises__description-buttons {
  text-align: right;
}

@media (max-width: 767px) {
  .wrapper-servises__description-buttons {
    text-align: center;
  }

  .wrapper-servises__description-buttons .button-primary {
    display: block;
    font-size: 16px;
    min-width: auto;
  }
}

.wrapper-servises__list-servises {
  margin-top: 424px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-servises {
    padding: 23px 0 60px;
    background: url(../img/img-bg-wrapper-servises-768.png) -3px 23px no-repeat;
  }

  .wrapper-servises_audit {
    background: url(../img/img-bg-wrapper-servises_audit-768.png) -3px 23px no-repeat;
  }

  .wrapper-servises_penetration {
    background: url(../img/img-bg-wrapper-servises_penetration-768.png) -3px 23px no-repeat;
  }

  .wrapper-servises_survey {
    background: url(../img/img-bg-wrapper-servises_survey-768.png) -3px 23px no-repeat;
  }

  .wrapper-servises_dev {
    background: url(../img/img-bg-wrapper-servises_dev-768.png) -3px 23px no-repeat;
  }

  .wrapper-servises_protect {
    background: url(../img/img-bg-wrapper-servises_protect-768.png) -3px 23px no-repeat;
  }

  .wrapper-servises__description {
    margin: 413px 0 0px;
    padding: 29px 3% 28px 5.2%;
  }

  .wrapper-servises__list-servises {
    margin-top: 111px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-servises {
    padding: 51px 0 91px;
    /* background: url(../img/img-bg-wrapper-servises-320.png) 0 -8px no-repeat; */
    background: none;
  }

  .wrapper-servises__description {
    width: 100%;
    margin: 40px 0 80px;
    padding: 26px 24px 38px;
    font-size: 14px;
    line-height: 1.25;
  }

  .wrapper-servises__description-inner {
    font-size: 22px;
  }

  .wrapper-servises__list-servises {
    margin-top: 66px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-advantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.list-advantages__item {
  width: 16%;
}

.list-advantages__item:nth-child(2) {
  margin: 0 7% 0 3%;
}

.list-advantages__item:nth-child(3) {
  margin-right: 6%;
}

.list-advantages__description {
  margin-top: 13px;
  color: #060a0d;
}

@media only screen and (max-width: 1169px) {
  .list-advantages {
    padding-left: 8.5%;
    padding-right: 11%;
  }

  .list-advantages__item {
    width: 35%;
  }

  .list-advantages__item:nth-child(1) {
    margin-bottom: 92px;
  }

  .list-advantages__item:nth-child(2) {
    margin: 0;
    padding-top: 20px;
  }

  .list-advantages__item:nth-child(3) {
    margin-right: 0;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .list-advantages {
    padding: 0;
    flex-direction: column;
  }

  .list-advantages__item {
    margin-bottom: 70px;
    width: 70%;
  }

  .list-advantages__item:nth-child(1) {
    margin-bottom: 70px;
  }

  .list-advantages__item:nth-child(2) {
    margin-bottom: 70px;
  }

  .list-advantages__item:last-child {
    margin-bottom: 0;
  }
}

.wrapper-advantages {
  padding: 100px 0 93px;
  border-top: 5px solid #25ae94;
}

@media only screen and (max-width: 1169px) {
  .wrapper-advantages {
    padding: 49px 0 45px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.wrapper-interactive {
  height: 175px;
  padding-top: 59px;
  border-top: 5px solid #25ae94;
  border-bottom: 5px solid #25ae94;
  background-image: url(../img/img-bg-protection.jpg);
}

.wrapper-interactive__text {
  text-align: center;
}

.wrapper-interactive__text a {
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.wrapper-interactive__text a:hover {
  color: #ededed;
}

@media only screen and (max-width: 1169px) {
  .wrapper-interactive {
    height: 174px;
    background-image: url(../img/img-bg-protection-768.jpg);
    background-size: cover;
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-interactive {
    padding-top: 51px;
    background-image: url(../img/img-bg-protection-320.jpg);
    line-height: 1;
  }

  .wrapper-interactive__text a {
    font-size: 30px;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.typed-cursor {
  position: relative;
  top: -3px;
  opacity: 1;
  animation: blink 0.7s infinite;
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  color: #fff;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.wrapper-security-check {
  padding: 117px 0 97px;
  background-image: url(../img/img-bg-security-check.jpg);
  background-position: center bottom;
  text-align: center;
}

.wrapper-security-check__name {
  font-family: "Gilroy SemiBold";
  font-size: 35px;
  color: #060a0d;
  text-transform: uppercase;
}

.wrapper-security-check__link {
  margin-top: 17px;
  display: inline-block;
  padding: 19px 42px;
  border-radius: 35px;
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #fff;
  background-color: #25ae94;
  text-transform: uppercase;
  text-decoration: none;
}

.wrapper-security-check__link:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

@media only screen and (max-width: 1169px) {
  .wrapper-security-check {
    padding: 140px 0 102px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-security-check {
    padding: 44px 0 52px;
    background-size: 115%;
  }

  .wrapper-security-check__name {
    font-size: 28px;
  }

  .wrapper-security-check__link {
    margin-top: 11px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.wrapper-about {
  padding: 49px 0 220px;
  background-image: url(../img/img-bg-wrapper-about-decor.png);
  background-position: center 176px;
}

.wrapper-about__container {
  background-image: url(../img/img-bg-wrapper-about.jpg);
  background-repeat: no-repeat;
  background-position: left 76px;
  padding-bottom: 44px;
}

.wrapper-about__description {
  width: 460px;
  margin: 90px 0 0 43%;
  padding: 31px 3% 30px 3.2%;
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  box-shadow: 0 10px 40px rgba(2, 3, 5, 0.2);
  border-radius: 7px;
  line-height: 1.1;
}

.wrapper-about__description-inner {
  display: block;
  margin-bottom: 9px;
  font-family: "Gilroy Black";
  color: #25ae94;
}

.wrapper-about__content {
  width: 590px;
  margin: 30px 0 0 42.8%;
  font-size: 20px;
  color: #131313;
  line-height: 1.25;
}

@media only screen and (max-width: 1169px) {
  .wrapper-about {
    padding: 23px 0 125px;
    background-image: none;
  }

  .wrapper-about__container {
    background-position: 40px 76px;
    background-size: 69.4%;
  }

  .wrapper-about__container:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
  }

  .wrapper-about__description {
    float: right;
    width: 376px;
    margin: 70px 0 0 0;
    padding: 22px 3% 20px 3.8%;
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: 0.6px;
  }

  .wrapper-about__description-inner {
    margin-bottom: 3px;
  }

  .wrapper-about__content {
    float: right;
    clear: both;
    width: 484px;
    margin: 91px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-about {
    padding: 51px 0 88px;
  }

  .wrapper-about__container {
    background-position: 19px 65px;
    background-size: 89%;
  }

  .wrapper-about__description {
    float: none;
    width: 88%;
    margin: 205px 0 0;
    padding: 15px 1% 16px 6.3%;
    font-size: 23px;
    line-height: 1.15;
  }

  .wrapper-about__content {
    float: none;
    width: 100%;
    margin: 34px 0 0;
    font-size: 16px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-achievements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(../img/img-bg-list-achievements.png);
  background-repeat: no-repeat;
  background-position: -83px 0;
}

.list-achievements__item {
  width: 31.3%;
  margin-bottom: 92px;
}

.list-achievements__item:nth-child(4),
.list-achievements__item:nth-child(5),
.list-achievements__item:nth-child(6) {
  margin-bottom: 0;
}

.list-achievements__word {
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #25ae94;
  text-transform: uppercase;
}

.list-achievements__value-img {
  height: 96px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: start;
}

.list-achievements__description {
  margin-top: 5px;
  width: 58%;
  color: #060a0d;
  line-height: 1.2;
}

.list-achievements__description_big {
  margin-top: 33px;
}

@media only screen and (max-width: 1169px) {
  .list-achievements__item {
    width: 27%;
  }

  .list-achievements__description {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .list-achievements {
    flex-direction: column;
  }

  .list-achievements__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 57px;
  }

  .list-achievements__item:nth-child(3) {
    margin-bottom: 39px;
  }

  .list-achievements__item:nth-child(4) {
    margin-bottom: 43px;
  }

  .list-achievements__item:nth-child(5) {
    margin-bottom: 36px;
  }

  .list-achievements__item:nth-child(4) .list-achievements__value-img {
    width: 140px;
  }

  .list-achievements__item:nth-child(4) .list-achievements__description {
    margin-bottom: 0;
  }

  .list-achievements__item:nth-child(6) .list-achievements__value-img {
    width: 121px;
  }

  .list-achievements__item:nth-child(6) .list-achievements__description {
    margin-bottom: 0;
  }

  .list-achievements__value-img {
    height: auto;
  }

  .list-achievements__description {
    flex: 1;
    margin: 0;
    padding-left: 31px;
    margin-bottom: 20px;
    line-height: 1.1;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.about-number-servises {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 62px 3% 63px 4.9%;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(2, 3, 5, 0.2);
  border-radius: 7px;
}

.about-number-servises__item {
  width: 30.2%;
  padding-left: 85px;
  font-size: 16px;
}

@media only screen and (max-width: 1169px) {
  .about-number-servises {
    padding: 22px 3.7% 26px 3.7%;
  }

  .about-number-servises__item {
    width: 32%;
    padding: 90px 0 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .about-number-servises {
    flex-direction: column;
    padding: 31px 3% 25px;
  }

  .about-number-servises__item {
    width: 80%;
    margin-bottom: 72px;
    padding: 82px 0 0;
  }
}

.wrapper-about-number {
  margin-top: -36px;
  padding-bottom: 190px;
}

.wrapper-about-number .section-description {
  font-size: 20px;
  width: 74%;
  line-height: 1.2;
}

.wrapper-about-number__list-achievements {
  margin-top: 62px;
  padding-top: 30px;
}

.wrapper-about-number__text {
  margin-top: 87px;
  font-size: 20px;
}

.wrapper-about-number__about-number-servises {
  margin-top: 94px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-about-number {
    padding-bottom: 99px;
  }

  .wrapper-about-number .section-description {
    width: 100%;
    letter-spacing: -0.2px;
  }

  .wrapper-about-number__text {
    margin-top: -8px;
    line-height: 1.25;
  }

  .wrapper-about-number__list-achievements {
    padding-bottom: 75px;
  }

  .wrapper-about-number__about-number-servises {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-about-number .section-description {
    width: 90%;
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.25;
  }

  .wrapper-about-number__list-achievements {
    margin-top: 14px;
  }

  .wrapper-about-number__text {
    margin-top: 13px;
    font-size: 16px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.wrapper-admonition {
  background-color: #f1f1f1;
  overflow: hidden;
}

.wrapper-admonition__container {
  position: relative;
  padding: 74px 0 85px;
}

.wrapper-admonition__container:before {
  content: "";
  display: block;
  position: absolute;
  left: -240px;
  top: -14px;
  width: 717px;
  height: 414px;
  background-image: url(../img/img-wrapper-admonition.png);
}

@media only screen and (max-width: 1169px) {
  .wrapper-admonition__container {
    padding: 123px 39px 95px;
  }

  .wrapper-admonition__container:before {
    left: -205px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-admonition__container {
    padding: 219px 18px 44px;
  }

  .wrapper-admonition__container:before {
    left: -40px;
    top: -8px;
    width: 531px;
    height: 242px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.admonition-text {
  padding-left: 34.2%;
  position: relative;
}

.admonition-text p {
  margin-bottom: 24px;
  line-height: 1.5;
}

.admonition-text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1169px) {
  .admonition-text {
    padding-left: 36.2%;
  }
}

@media only screen and (max-width: 767px) {
  .admonition-text {
    padding: 0;
    font-size: 16px;
  }

  .admonition-text p {
    line-height: 1.35;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.principles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.principles__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 235px;
  position: relative;
}

.principles__item:nth-child(1) {
  width: 53%;
  background-image: url(../img/img-bg-principles-1.png);
  background-repeat: no-repeat;
  background-position: right 10px;
}

.principles__item:nth-child(1) .principles__img {
  right: 14%;
  top: 57%;
}

.principles__item:nth-child(2) {
  width: 32%;
  background-image: url(../img/img-bg-principles-2.png);
  background-repeat: no-repeat;
  background-position: 36px -10px;
}

.principles__item:nth-child(2) .principles__img {
  right: 24%;
}

.principles__name {
  font-family: "Gilroy Black";
  font-size: 22px;
  text-transform: uppercase;
  color: #060a0d;
}

.principles__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1169px) {
  .principles__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .principles__item:nth-child(1) {
    padding-top: 168px;
    background-image: url(../img/img-bg-principles-1-768.png);
    background-position: -39px -1px;
  }

  .principles__item:nth-child(1) .principles__img {
    left: -75px;
    top: -26px;
  }

  .principles__item:nth-child(2) {
    align-items: center;
    width: 47%;
    padding-top: 191px;
    background-image: url(../img/img-bg-principles-2-768.png);
    background-position: 0 -21px;
  }

  .principles__item:nth-child(2) .principles__img {
    width: 95px;
    top: 29px;
  }

  .principles__img {
    transform: none;
    right: auto !important;
    order: 0;
  }

  .principles__name {
    order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .principles {
    flex-direction: column;
    align-items: flex-start;
  }

  .principles__item:nth-child(1) {
    width: 100%;
  }

  .principles__item:nth-child(2) {
    width: 100%;
    align-items: flex-start;
    margin-top: 18px;
  }

  .principles__name {
    line-height: 1.1;
  }
}

.wrapper-principles {
  padding: 89px 0 52px;
  border-top: 4px solid #25ae94;
  border-bottom: 4px solid #25ae94;
}

.wrapper-principles .section-description {
  margin-top: 8px;
  font-size: 20px;
}

.wrapper-principles__principles {
  margin-top: 43px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-principles {
    padding: 89px 0 80px;
  }

  .wrapper-principles .section-description {
    line-height: 1.25;
  }

  .wrapper-principles__principles {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-principles {
    padding: 93px 0 75px;
  }

  .wrapper-principles .section-description {
    margin-top: 35px;
    font-size: 18px;
    line-height: 1.15;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.test-application {
  padding: 109px 0 121px;
  background-image: url(../img/img-bg-test-application.png);
  text-align: center;
}

.test-application__header {
  font-family: "Gilroy SemiBold";
  font-size: 35px;
  color: #060a0d;
  text-transform: uppercase;
}

.test-application__link {
  margin-top: 18px;
  display: inline-block;
  padding: 19px 35px;
  border-radius: 35px;
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #fff;
  background-color: #25ae94;
  text-transform: uppercase;
  text-decoration: none;
}

.test-application__link:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

@media only screen and (max-width: 1169px) {
  .test-application {
    padding: 109px 0 81px;
  }

  .test-application__header {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .test-application {
    padding: 46px 0 51px;
  }

  .test-application__header {
    font-size: 30px;
    line-height: 1.15;
  }

  .test-application__link {
    margin-top: 25px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.consequence {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.consequence__column_data {
  width: 55%;
  padding-top: 20px;
}

.consequence__column_choise {
  width: 42%;
}

.consequence__bottom {
  margin-top: 22px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.consequence__text {
  width: 60%;
  padding-right: 12%;
  line-height: 1.2;
}

.consequence__link {
  display: inline-block;
  padding: 19px 30px;
  border-radius: 35px;
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #fff;
  background-color: #25ae94;
  text-transform: uppercase;
  text-decoration: none;
}

.consequence__link:hover {
  box-shadow: 0 3px 6px rgba(37, 174, 148, 0.7);
}

@media only screen and (max-width: 1169px) {
  .consequence {
    flex-direction: column;
  }

  .consequence__column_data {
    width: 53%;
    margin-left: auto;
    margin-right: auto;
  }

  .consequence__column_choise {
    margin-top: 40px;
    width: 100%;
  }

  .consequence__bottom {
    margin-top: 29px;
    justify-content: space-between;
    align-items: center;
  }

  .consequence__text {
    width: 59%;
    padding-right: 1%;
  }
}

@media only screen and (max-width: 767px) {
  .consequence__column_data {
    width: 100%;
  }

  .consequence__column_choise {
    margin-top: 37px;
  }

  .consequence__bottom {
    flex-direction: column;
    margin-top: 13px;
  }

  .consequence__text {
    width: 100%;
    padding: 0;
    margin-bottom: 34px;
  }
}

.consequence-info__img-item {
  display: none;
}

.consequence-info__img-item_active {
  display: block;
}

.consequence-nav__item {
  color: #060a0d;
  margin-bottom: 2px;
}

.consequence-nav__item_active .consequence-nav__label {
  border: 4px solid #22b5bc;
}

.consequence-nav__item_active .consequence-nav__label:before {
  background-color: #22b5bc;
}

.consequence-nav__radio {
  display: none;
}

.consequence-nav__label {
  position: relative;
  display: block;
  padding: 16px 1% 13px 55px;
  border: 4px solid transparent;
  border-radius: 10px;
  cursor: pointer;
}

.consequence-nav__label:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #25ae94;
}

.consequence-nav__name {
  display: block;
  font-family: "Gilroy Black";
  font-size: 15px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1169px) {
  .consequence-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .consequence-nav__item {
    width: 44%;
    margin-bottom: 2px;
  }

  .consequence-nav__item:nth-child(2n) {
    width: 48%;
  }

  .consequence-nav__label {
    padding: 16px 2% 13px 57px;
  }
}

@media only screen and (max-width: 767px) {
  .consequence-nav {
    flex-direction: column;
  }

  .consequence-nav__item {
    width: 100%;
    margin-bottom: 11px;
  }

  .consequence-nav__item:nth-child(2n) {
    width: 100%;
  }

  .consequence-nav__label {
    padding: 10px 2% 13px 33px;
  }

  .consequence-nav__label:before {
    left: 14px;
    top: 25%;
    width: 10px;
    height: 10px;
  }

  .consequence-nav__description {
    display: block;
    margin-top: 2px;
    line-height: 1.1;
    letter-spacing: -0.6px;
  }
}

.wrapper-consequence {
  padding: 187px 0 181px;
  background-image: url(../img/img-bg-wrapper-consequence-decor.jpg);
  background-position: center 107px;
}

.wrapper-consequence__consequence {
  margin-top: 62px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-consequence {
    padding: 140px 0 147px;
    background-image: none;
  }

  .wrapper-consequence .section-header {
    width: 85%;
    line-height: 1.1;
  }

  .wrapper-consequence__consequence {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-consequence {
    padding: 94px 0 102px;
  }

  .wrapper-consequence__consequence {
    margin-top: -8px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.ambulance__text {
  font-size: 20px;
}

.ambulance__link {
  margin-top: 42px;
  padding: 19px 24px 19px 75px;
}

@media only screen and (max-width: 767px) {
  .ambulance__text {
    width: 81%;
    font-size: 16px;
  }

  .ambulance__link {
    margin-top: 45px;
    padding: 19px 24px 19px 87px;
    width: 100%;
  }
}

.wrapper-ambulance {
  min-height: 350px;
  padding: 48px 0 0;
  background-image: url(../img/img-bg-wrapper-ambulance.jpg);
}

.wrapper-ambulance__ambulance {
  width: 42%;
  margin-top: 28px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-ambulance {
    background-image: url(../img/img-bg-wrapper-ambulance-768.jpg);
    background-size: cover;
  }

  .wrapper-ambulance__ambulance {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-ambulance {
    min-height: 344px;
    padding: 43px 0 0;
    background-image: url(../img/img-bg-wrapper-ambulance-320.jpg);
  }

  .wrapper-ambulance__ambulance {
    width: 100%;
    margin-top: 35px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.hacking-order {
  padding: 47px 0 60px;
  background-image: url(../img/img-bg-hacking-order.jpg);
}

.hacking-order__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}

.hacking-order__text {
  margin-top: 16px;
  font-size: 20px;
}

.hacking-order__link {
  margin-top: 33px;
  padding: 19px 49px;
}

@media only screen and (max-width: 1169px) {
  .hacking-order {
    background-image: url(../img/img-bg-hacking-order-768.jpg);
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .hacking-order {
    padding: 44px 0 50px;
    background-image: url(../img/img-bg-hacking-order-320.jpg);
  }

  .hacking-order__text {
    margin-top: 35px;
    width: 56%;
    text-align: right;
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .hacking-order__link {
    margin-top: 45px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.wrapper-warranty {
  padding-bottom: 156px;
  background-image: url(../img/img-bg-wrapper-warranty.jpg);
}

.wrapper-warranty .section-header {
  position: absolute;
  top: 90px;
  text-align: left;
  letter-spacing: -1.8px;
  line-height: 1.15;
}

.wrapper-warranty .section-header__inner {
  letter-spacing: 0;
}

.wrapper-warranty__warranty {
  margin-top: 100px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-warranty {
    padding-bottom: 147px;
  }

  .wrapper-warranty .section-header {
    top: 0;
  }

  .wrapper-warranty__warranty {
    margin-top: 138px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-warranty {
    padding-bottom: 98px;
  }

  .wrapper-warranty__warranty {
    margin-top: 94px;
  }

  .wrapper-warranty .section-header {
    letter-spacing: -0.2px;
  }

  .wrapper-warranty .section-header__inner {
    display: block;
    margin-top: 2px;
    letter-spacing: -1.5px;
  }
}

.warranty {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.warranty__item {
  position: absolute;
  background-color: #fff;
  border: 4px solid #25aaca;
  border-radius: 7px;
  text-align: left;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.warranty__item:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.warranty__item:nth-of-type(1) {
  width: 444px;
  right: 64px;
  top: 46px;
  padding: 22px 5% 27px 2.5%;
}

.warranty__item:nth-of-type(1):before {
  left: -15px;
  bottom: -15px;
  background-color: #22b5bc;
}

.warranty__item:nth-of-type(2) {
  width: 440px;
  top: 342px;
  left: 64px;
  padding: 23px 2% 28px 2.7%;
}

.warranty__item:nth-of-type(2):before {
  right: -15px;
  top: -15px;
  background-color: #25aaca;
}

.warranty__img {
  margin-left: 1%;
}

@media only screen and (max-width: 1169px) {
  .warranty {
    padding-top: 165px;
  }

  .warranty__item:nth-of-type(1) {
    width: 360px;
    right: 0;
    top: 187px;
    padding: 22px 3% 28px 4.2%;
  }

  .warranty__item:nth-of-type(2) {
    top: auto;
    left: 0;
    bottom: 3px;
    width: 365px;
    padding: 23px 2% 28px 4%;
  }
}

@media only screen and (max-width: 767px) {
  .warranty {
    padding-top: 192px;
  }

  .warranty__item {
    position: relative;
  }

  .warranty__item:nth-of-type(1) {
    width: 100%;
    top: auto;
    padding: 22px 3% 26px 9.7%;
    line-height: 1.2;
  }

  .warranty__item:nth-of-type(2) {
    width: 100%;
    bottom: auto;
    padding: 25px 7% 28px 10%;
  }

  .warranty__img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 350px) {
  .warranty__img {
    object-fit: cover;
    width: 305px;
    height: 370px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .warranty__item:before {
    border-radius: 0;
  }

  .warranty__item:nth-of-type(1) {
    margin-bottom: -16px;
  }

  .warranty__item:nth-of-type(1):before {
    top: 100%;
    left: 37%;
    width: 85px;
    height: 137px;
    background-color: transparent;
    background-image: url(../img/warranty__item-line-top-320.png);
  }

  .warranty__item:nth-of-type(2) {
    margin-top: 16px;
  }

  .warranty__item:nth-of-type(2):before {
    right: auto;
    top: auto;
    bottom: 101%;
    left: 8%;
    width: 82px;
    height: 163px;
    background-color: transparent;
    background-image: url(../img/warranty__item-line-bottom-320.png);
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.result-work {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.result-work__item {
  width: 20%;
}

.result-work__item:nth-child(1) {
  width: 15%;
}

.result-work__item:nth-child(2) {
  margin-top: 30px;
}

.result-work__item:nth-child(2) .result-work__description {
  padding-left: 29px;
}

.result-work__item:nth-child(3) {
  width: 18%;
  margin-top: 21px;
}

.result-work__item:nth-child(4) {
  width: 9.5%;
}

.result-work__description {
  margin-top: 11px;
  line-height: 1.25;
}

@media only screen and (max-width: 1169px) {
  .result-work__item {
    width: 50%;
    padding-left: 7.7%;
  }

  .result-work__item:nth-child(1) {
    width: 50%;
  }

  .result-work__item:nth-child(2) {
    margin-top: 19px;
    padding-left: 11%;
  }

  .result-work__item:nth-child(2) .result-work__description {
    padding-left: 0;
  }

  .result-work__item:nth-child(3) {
    width: 50%;
    margin-top: 72px;
  }

  .result-work__item:nth-child(4) {
    width: 50%;
    margin-top: 72px;
    padding-left: 11%;
  }

  .result-work__description br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .result-work__item {
    width: 100%;
    padding-left: 0;
    margin-left: -5px;
  }

  .result-work__item:nth-child(1) {
    width: 100%;
  }

  .result-work__item:nth-child(2) {
    margin-top: 70px;
    padding-left: 0;
  }

  .result-work__item:nth-child(3) {
    margin-top: 70px;
    width: 100%;
  }

  .result-work__item:nth-child(4) {
    margin-top: 70px;
    padding-left: 0;
    width: 100%;
  }

  .result-work__description {
    width: 95%;
    margin-top: 13px;
    line-height: 1.2;
    letter-spacing: -0.7px;
  }
}

.wrapper-result-work {
  padding: 75px 0 71px;
  border-top: 5px solid #25ae94;
  border-bottom: 5px solid #25ae94;
}

@media only screen and (max-width: 1169px) {
  .wrapper-result-work {
    padding: 100px 0 94px;
    border: 5px solid #25ae94;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-result-work {
    padding: 48px 0 46px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.why-are-view {
  position: relative;
}

.why-are-view__info {
  position: absolute;
  top: 221px;
  left: 38px;
  width: 470px;
  padding: 18px 2.2% 15px;
  border: 4px solid #24afc5;
  border-radius: 7px;
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  z-index: 2;
}

.why-are-view__info:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #25aaca;
}

@media only screen and (max-width: 1169px) {
  .why-are-view__info {
    top: 0;
    left: auto;
    right: 0;
    width: 421px;
    padding: 18px 4% 17px;
  }

  .why-are-view__info:before {
    right: auto;
    top: auto;
    left: -12px;
    bottom: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .why-are-view__info {
    width: 100%;
    padding: 19px 5% 25px 8%;
    letter-spacing: 0.1px;
    font-size: 16px;
    line-height: 1.3;
  }

  .why-are-view__info:before {
    left: 50%;
    margin-left: -12px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-why-are__item {
  position: relative;
  margin-bottom: 92px;
  color: #060a0d;
}

.list-why-are__item:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
}

.list-why-are__item:nth-child(1):before {
  right: 102%;
  top: -30px;
  width: 309px;
  height: 199px;
  background-image: url(../img/img-list-why-are-1.png);
}

.list-why-are__item:nth-child(2) {
  margin-left: 95px;
}

.list-why-are__item:nth-child(2):before {
  top: -76px;
  right: 89%;
  width: 245px;
  height: 117px;
  background-image: url(../img/img-list-why-are-2.png);
}

.list-why-are__item:nth-child(3) {
  margin-bottom: 0;
}

.list-why-are__item:nth-child(3):before {
  top: -112px;
  right: 102%;
  width: 387px;
  height: 155px;
  background-image: url(../img/img-list-why-are-3.png);
}

.list-why-are__name {
  font-family: "Gilroy Black";
  font-size: 15px;
  text-transform: uppercase;
}

.list-why-are__description {
  margin-top: 10px;
  line-height: 1.2;
}

@media only screen and (max-width: 1169px) {
  .list-why-are {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .list-why-are__item {
    width: 50%;
    margin-bottom: 0;
  }

  .list-why-are__item:nth-child(1) {
    order: 1;
    width: 44%;
  }

  .list-why-are__item:nth-child(1):before {
    right: auto;
    top: auto;
    left: -34px;
    bottom: 83%;
    width: 461px;
    height: 220px;
    background-image: url(../img/img-list-why-are-2-768.png);
  }

  .list-why-are__item:nth-child(2) {
    order: 2;
    margin-left: 0;
    width: 41%;
  }

  .list-why-are__item:nth-child(2):before {
    right: auto;
    top: auto;
    left: -34px;
    bottom: 84%;
    width: 237px;
    height: 316px;
    background-image: url(../img/img-list-why-are-3-768.png);
  }

  .list-why-are__item:nth-child(3) {
    width: 100%;
    order: 0;
    margin-bottom: 93px;
    padding-right: 50%;
  }

  .list-why-are__item:nth-child(3):before {
    right: auto;
    top: auto;
    bottom: 80%;
    left: -39px;
    width: 296px;
    height: 207px;
    background-image: url(../img/img-list-why-are-1-768.png);
  }
}

@media only screen and (max-width: 767px) {
  .list-why-are__item {
    width: 100%;
  }

  .list-why-are__item:nth-child(1) {
    width: 100%;
    order: 2;
  }

  .list-why-are__item:nth-child(1):before {
    content: none;
  }

  .list-why-are__item:nth-child(2) {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }

  .list-why-are__item:nth-child(2):before {
    content: none;
  }

  .list-why-are__item:nth-child(3) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 42px;
  }

  .list-why-are__item:nth-child(3):before {
    content: none;
  }

  .list-why-are__description {
    margin-top: 11px;
    letter-spacing: -0.6px;
  }
}

@media only screen and (max-width: 350px) {
  .list-why-are__item {
    width: 100%;
  }

  .list-why-are__item:nth-child(1) {
    width: 100%;
    order: 2;
  }

  .list-why-are__item:nth-child(1):before {
    content: "";
    left: -47px;
    bottom: 84%;
    width: 160px;
    height: 511px;
    background-image: url(../img/img-list-why-are-3-320.png);
  }

  .list-why-are__item:nth-child(2) {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }

  .list-why-are__item:nth-child(2):before {
    content: "";
    width: 288px;
    height: 295px;
    background-image: url(../img/img-list-why-are-2-320.png);
  }

  .list-why-are__item:nth-child(3) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 42px;
  }

  .list-why-are__item:nth-child(3):before {
    content: "";
    bottom: 82%;
    left: -34px;
    width: 232px;
    height: 96px;
    background-image: url(../img/img-list-why-are-1-320.png);
  }
}

.why-are {
  padding: 194px 0 123px;
}

.why-are .section-header {
  line-height: 1.1;
  letter-spacing: -1.3px;
}

.why-are__inner {
  position: relative;
}

.why-are__why-are-view {
  margin: -4px 0 0 -38px;
}

.why-are__list-why-are {
  position: absolute;
  top: 80px;
  right: 0;
  width: 48.7%;
  padding-right: 7%;
}

@media only screen and (max-width: 1169px) {
  .why-are {
    padding: 141px 0 69px;
  }

  .why-are__inner {
    margin-top: 75px;
  }

  .why-are__why-are-view {
    margin: -4px 0 0 -5px;
    padding: 100px 18% 0 0;
  }

  .why-are__list-why-are {
    position: relative;
    top: auto;
    width: 100%;
    padding: 0 0 0 34px;
    margin-top: -44px;
  }
}

@media only screen and (max-width: 767px) {
  .why-are {
    padding: 95px 0 31px;
  }

  .why-are .container {
    overflow: hidden;
  }

  .why-are__inner {
    margin-top: 48px;
  }

  .why-are__why-are-view {
    margin: -4px 0 0;
    padding: 217px 0 0;
  }

  .why-are__list-why-are {
    margin-top: 41px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.additionally {
  padding: 40px 4.4% 46px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 20px 60px rgba(175, 175, 175, 0.7);
}

.additionally__header {
  font-family: "Gilroy Black";
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
}

.additionally__inner {
  margin-top: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.additionally__column {
  width: 48.6%;
}

.additionally__item {
  margin-bottom: 53px;
}

.additionally__item:last-child {
  margin-bottom: 0;
}

.additionally__item-name {
  width: 90%;
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #25ae94;
  text-transform: uppercase;
}

.additionally__item-desc {
  width: 98%;
  margin-top: 10px;
  color: #000;
  line-height: 1.2;
}

@media only screen and (max-width: 1169px) {
  .additionally {
    padding: 40px 2.6% 66px 7.2%;
  }

  .additionally__column {
    width: 100%;
  }

  .additionally__column:nth-of-type(2) {
    margin-top: 43px;
    padding-right: 2.1%;
  }

  .additionally__item {
    margin-bottom: 42px;
  }

  .additionally__item-name {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .additionally {
    padding: 45px 0 44px;
    box-shadow: none;
  }

  .additionally__header {
    font-size: 28px;
  }

  .additionally__inner {
    margin-top: 44px;
  }

  .additionally__column:nth-of-type(2) {
    margin-top: 41px;
    padding-right: 0;
  }

  .additionally__column:nth-of-type(2) .additionally__item-desc {
    width: 99%;
  }

  .additionally__item-name {
    letter-spacing: -0.1px;
  }

  .additionally__item-desc {
    margin-top: 12px;
    letter-spacing: -0.6px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.additionally-help {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.additionally-help__text {
  width: 57%;
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #25282a;
  text-transform: uppercase;
  line-height: 1.25;
}

.additionally-help__link {
  padding: 19px 22px;
}

@media only screen and (max-width: 1169px) {
  .additionally-help__text {
    width: 90%;
  }

  .additionally-help__link {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .additionally-help__text {
    font-size: 18px;
    line-height: 1.4;
  }

  .additionally-help__link {
    font-size: 17px;
    margin-top: 23px;
    padding: 20px 22px;
  }
}

.wrapper-additionally {
  padding: 17px 0 80px;
  background-image: url(../img/img-bg-wrapper-additionally.jpg);
  background-position: center 55px;
}

.wrapper-additionally__additionally-help {
  margin-top: 85px;
}

@media only screen and (max-width: 767px) {
  .wrapper-additionally {
    padding: 17px 0 70px;
  }

  .wrapper-additionally__additionally-help {
    margin-top: 47px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.wrapper-intro {
  padding: 26px 0 82px;
}

.wrapper-intro__container {
  width: 100%;
  max-width: 1700px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-intro {
    padding: 26px 0 178px;
  }

  .wrapper-intro__container {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-intro {
    padding: 26px 0 130px;
  }

  .wrapper-intro__container {
    padding: 0 18px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 350px) {
  .wrapper-intro {
    margin-top: -62px;
  }
}

.intro-slider__item {
  position: relative;
}

.intro-slider__text {
  position: absolute;
  left: 55%;
  top: 31.4%;
  transform: translate(-50%, -50%);
  width: 700px;
  padding: 38px 3% 35px 5.8%;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 40px rgba(2, 3, 5, 0.2);
  font-family: "Gilroy SemiBold";
  font-size: 42px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.1;
  letter-spacing: 0.2px;
}

.intro-slider__text_decor {
  display: block;
  font-family: "Gilroy Black";
  color: #25ae94;
}

.intro-slider__counter {
  position: absolute;
  right: 17.4%;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 65px;
  padding-bottom: 15px;
  border-radius: 50px;
  background: linear-gradient(to bottom, #2289c5 0%, #1e91c9 100%);
  font-family: "Gilroy Black";
  color: #005085;
  font-size: 20px;
}

.intro-slider__counter-current {
  font-size: 31px;
  line-height: 1.1;
}

.intro-slider .slick-arrow {
  position: absolute;
  width: 19px;
  height: 28px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  background-image: url(../img/sprite.png);
  z-index: 2;
  transition: all 0.3s ease-out;
}

.intro-slider .slick-arrow:hover {
  opacity: 0.8;
}

.intro-slider .slick-prev {
  right: 24%;
  bottom: 37px;
  background-position: -290px -247px;
}

@media only screen and (max-width: 1660px) {
  .intro-slider .slick-prev {
    right: 25%;
  }
}

@media only screen and (max-width: 1439px) {
  .intro-slider .slick-prev {
    right: 25.5%;
  }
}

@media only screen and (max-width: 1365px) {
  .intro-slider .slick-prev {
    right: 26.5%;
  }
}

.intro-slider .slick-next {
  right: 18.4%;
  bottom: 37px;
  background-position: -310px -247px;
}

@media only screen and (max-width: 1169px) {
  .intro-slider__text {
    width: 90%;
    top: 63%;
    padding: 32px 1% 31px 3.8%;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -0.4px;
  }

  .intro-slider__counter {
    bottom: -142px;
    right: 39px;
  }

  .intro-slider .slick-prev {
    bottom: -123px;
    right: 149px;
  }

  .intro-slider .slick-next {
    right: 57px;
    bottom: -123px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-slider__text {
    position: relative;
    margin-top: 65px;
    width: 100%;
    padding: 11px 1% 10px 6%;
    top: auto;
    left: auto;
    transform: none;
    font-size: 24px;
    line-height: 1.15;
  }

  .intro-slider__counter {
    bottom: -101px;
    right: 50%;
    transform: translateX(50%);
  }

  .intro-slider .slick-prev {
    bottom: -82px;
    right: auto;
    left: 42%;
  }

  .intro-slider .slick-next {
    right: 42%;
    bottom: -82px;
  }
}

@media only screen and (max-width: 700px) {
  .intro-slider .slick-prev {
    left: 40%;
  }

  .intro-slider .slick-next {
    right: 40%;
  }
}

@media only screen and (max-width: 539px) {
  .intro-slider .slick-prev {
    left: 38%;
  }

  .intro-slider .slick-next {
    right: 38%;
  }
}

@media only screen and (max-width: 500px) {
  .intro-slider .slick-prev {
    left: 34%;
  }

  .intro-slider .slick-next {
    right: 34%;
  }
}

@media only screen and (max-width: 425px) {
  .intro-slider .slick-prev {
    left: 32%;
  }

  .intro-slider .slick-next {
    right: 32%;
  }
}

@media only screen and (max-width: 350px) {
  .intro-slider .slick-prev {
    left: 29%;
  }

  .intro-slider .slick-next {
    right: 29%;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-skills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  background: url(../img/img-bg-we-can-decor-1.png) no-repeat 98.7% 51px,
    url(../img/img-bg-we-can-decor-2.png) no-repeat 89.6% 580px;
}

.list-skills__item {
  width: 30%;
  margin-bottom: 122px;
  padding-left: 98px;
}

.list-skills__item:nth-child(1) {
  margin-top: 202px;
}

.list-skills__item:nth-child(2) {
  margin-top: 200px;
}

.list-skills__item:nth-child(1),
.list-skills__item:nth-child(4) {
  width: 37%;
}

.list-skills__item:nth-child(3) {
  margin-left: auto;
  padding-left: 81px;
}

.list-skills__item:nth-child(6) {
  width: 33%;
  margin: -206px 0 0 auto;
  padding: 0 0 0 114px;
}

.list-skills__item:nth-child(7) {
  width: 38%;
}

.list-skills__name {
  font-family: "Gilroy Black";
  font-size: 21px;
  color: #060a0d;
  text-transform: uppercase;
  line-height: 1.35;
  letter-spacing: 0.5px;
}

.list-skills__description {
  margin-top: 6px;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

@media only screen and (max-width: 1169px) {
  .list-skills {
    padding-bottom: 237px;
    background: url(../img/img-bg-we-can-decor-2.png) no-repeat 89.6% 680px;
  }

  .list-skills__item {
    width: 50%;
    margin-bottom: 100px;
  }

  .list-skills__item:nth-child(1) {
    margin-top: 0;
    order: 1;
    width: 50%;
    padding-left: 112px;
  }

  .list-skills__item:nth-child(2) {
    margin-top: -4px;
    padding-left: 98px;
    order: 2;
  }

  .list-skills__item:nth-child(3) {
    order: 0;
    padding-left: 98px;
  }

  .list-skills__item:nth-child(4) {
    width: 50%;
    order: 4;
    padding: 4px 0 0 98px;
  }

  .list-skills__item:nth-child(5) {
    order: 5;
    padding: 4px 0 0 113px;
  }

  .list-skills__item:nth-child(6) {
    width: 50%;
    margin: -4px 0 0;
    order: 3;
  }

  .list-skills__item:nth-child(7) {
    width: 50%;
    order: 6;
    margin-top: -8px;
    padding-left: 97px;
  }

  .list-skills__item:nth-child(7) .list-skills__name {
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .list-skills {
    background: none;
    padding-bottom: 0;
  }

  .list-skills__item {
    width: 100%;
    margin-bottom: 93px;
  }

  .list-skills__item:nth-child(1) {
    width: 100%;
    padding: 0 72px 0 0;
    text-align: right;
  }

  .list-skills__item:nth-child(2) {
    padding-left: 74px;
  }

  .list-skills__item:nth-child(3) {
    padding-left: 74px;
  }

  .list-skills__item:nth-child(4) {
    width: 100%;
    margin-bottom: 87px;
    padding: 4px 0 0 75px;
  }

  .list-skills__item:nth-child(5) {
    padding: 4px 73px 0 0;
    text-align: right;
    margin-bottom: 97px;
  }

  .list-skills__item:nth-child(6) {
    width: 100%;
    margin: -4px 0 88px;
    padding: 0 76px 0 0;
    text-align: right;
  }

  .list-skills__item:nth-child(7) {
    width: 100%;
    padding-left: 75px;
    margin-bottom: 0;
  }

  .list-skills__item:nth-child(7) .list-skills__name {
    line-height: 1.3;
  }

  .list-skills__description {
    margin-top: 1px;
  }

  .list-skills__name {
    line-height: 1.3;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.we-provision {
  width: 315px;
  padding: 23px 2.5% 23px;
  border: 4px solid #24afc5;
  border-radius: 7px;
  background-image: url(../img/img-bg-we-provision.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align: center;
}

.we-provision_mainpage {
  width: 100%;
  margin: 100px 0 160px;
  min-width: auto;
  text-align: left;
  padding: 40px 60px;
}

.we-provision__name {
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #060a0d;
  text-transform: uppercase;
  text-align: left;
}

.we-provision__name_mainpage {
  font-size: 32px;
}

@media (max-width: 767px) {
  .we-provision__name_mainpage {
    font-size: 26px;
  }
}

.we-provision__text {
  margin-top: 20px;
  font-size: 16px;
  color: #060a0d;
  text-align: left;
  line-height: 1.15;
}

.we-provision__text_mainpage {
  font-size: 26px;
  max-width: 77%;
}

@media (max-width: 767px) {
  .we-provision__text_mainpage {
    font-size: 22px;
  }
}

.we-provision__link {
  margin-top: 75px;
  padding: 15px 25px;
  font-size: 15px;
}

.we-provision__link_mainpage {
  margin-top: 30px;
}

@media only screen and (max-width: 1169px) {
  .we-provision {
    padding: 23px 3.5% 23px;
  }
}

@media only screen and (max-width: 767px) {
  .we-provision {
    padding: 23px 9.5% 30px;
    background-size: 55%;
  }

  .we-provision__text {
    width: 90%;
    margin-top: 11px;
    line-height: 1.3;
  }

  .we-provision__link {
    margin-top: 27px;
  }
}

.wrapper-we-can {
  padding: 106px 0 65px;
  background-image: url(../img/img-bg-body-top-left.png);
  background-repeat: no-repeat;
  background-position: -17% 0;
}

.wrapper-we-can__container {
  position: relative;
}

.wrapper-we-can__list-skills {
  margin-top: 18px;
}

.wrapper-we-can__we-provision {
  position: absolute;
  right: 0;
  bottom: 128px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-we-can {
    padding: 106px 0 0;
  }

  .wrapper-we-can__list-skills {
    margin-top: 52px;
  }

  .wrapper-we-can__we-provision {
    bottom: 150px;
    right: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-we-can {
    padding: 71px 0 100px;
  }

  .wrapper-we-can__we-provision {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 94px;
  }

  .wrapper-we-can__list-skills {
    margin-top: 77px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.steps {
  margin-left: auto;
  margin-right: auto;
  width: 93%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-image: url(../img/img-steps-line.png);
  background-repeat: no-repeat;
  background-position: center 85px;
}

.steps_service {
  background-image: none;
}

.steps:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 55px;
  margin-left: -1px;
  width: 2px;
  background-color: #21b6bb;
}

.steps__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  color: #060a0d;
}

.steps__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #21b6bb;
}

.steps__item_1:after {
  top: 0;
  right: -8px;
}

.steps__item_2 {
  margin-top: 134px;
}

.steps__item_2:after {
  left: -10px;
  top: 28px;
}

.steps__item_3 {
  margin-top: 124px;
}

.steps__item_3:after {
  top: 42px;
  right: -8px;
}

.steps__item_3 .steps__item-column_content {
  padding-right: 4.9%;
}

.steps__item_4 {
  margin-top: 149px;
}

.steps__item_4:after {
  left: -10px;
  top: 28px;
}

.steps__item_4 .steps__item-column_content {
  padding: 0 0 0 5.9%;
}

.steps__item_5 {
  margin-top: 147px;
}

.steps__item_5:after {
  top: 0;
  right: -8px;
}

.steps__item_5 .steps__item-column_number {
  margin-top: 0;
}

.steps_service .icon_steps-1:before,
.steps_service .icon_steps-2:before,
.steps_service .icon_steps-3:before,
.steps_service .icon_steps-4:before,
.steps_service .icon_steps-5:before,
.steps_service .icon_steps-6:before {
  display: none;
}

.steps__item_correct {
  flex-direction: row-reverse;
  align-self: flex-end;
}

.steps__item_correct .steps__item-column {
  text-align: left;
}

.steps__item_correct .steps__item-column_content {
  padding: 0 0 0 4.9%;
}

.steps__item_correct .steps__item-column_number {
  margin-top: 0;
  text-align: left;
}

.steps__item-column_content {
  width: 80%;
  padding-right: 2%;
  text-align: right;
}

.steps__item-column_number {
  width: 20%;
  margin-top: 5px;
  text-align: right;
}

.steps__item-name {
  font-family: "Gilroy Black";
  font-size: 15px;
  text-transform: uppercase;
}

.steps__item-text {
  margin-top: 9px;
  line-height: 1.2;
}

@media only screen and (max-width: 1169px) {
  .steps {
    width: 100%;
    background-image: none;
  }

  .steps:before {
    bottom: 135px;
  }

  .steps__item_2 {
    margin-top: 34px;
  }

  .steps__item_3 {
    margin-top: 44px;
  }

  .steps__item_4 {
    margin-top: 73px;
  }

  .steps__item_5 {
    margin-top: 88px;
  }

  .steps__item_correct .steps__item-column_content {
    padding: 0;
  }

  .steps__item-column_content {
    width: 61%;
    padding-right: 0;
  }

  .steps__item-column_number {
    width: 39%;
  }
}

@media only screen and (max-width: 780px) {
  .steps {
    background-image: url(../img/img-steps-line.png);
  }
}

@media only screen and (max-width: 767px) {
  .steps {
    background-image: none;
  }

  .steps:before {
    left: 6px;
    top: 65px;
    bottom: 185px;
    margin-left: 0;
  }

  .steps__item {
    width: 100%;
    flex-direction: column;
  }

  .steps__item_correct {
    flex-direction: column;
    align-self: flex-start;
  }

  .steps__item_correct .steps__item-column_content {
    padding: 0 0 0 39px;
  }

  .steps__item_1:after {
    right: auto;
    top: 52px;
  }

  .steps__item_2 {
    margin-top: 46px;
  }

  .steps__item_2:after {
    left: 0;
    top: 25px;
  }

  .steps__item_3 {
    margin-top: 45px;
  }

  .steps__item_3:after {
    right: auto;
    top: 26px;
    left: 0;
  }

  .steps__item_4 {
    margin-top: 47px;
  }

  .steps__item_4:after {
    left: 0;
    top: 24px;
  }

  .steps__item_5 {
    margin-top: 47px;
  }

  .steps__item_5:after {
    right: auto;
    top: 23px;
    left: 0;
  }

  .steps__item-column_content {
    order: 1;
    width: 100%;
    margin-top: 22px;
    padding-left: 39px;
    text-align: left;
  }

  .steps__item-column_number {
    order: 0;
    margin: 0 0 0 5px;
    text-align: left;
  }

  .steps__item-text {
    margin-top: 11px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }
}

.wrapper-section {
  padding: 50px 0;
}

.wrapper-penetration {
  padding: 160px 0;
  background-image: url(../img/img-bg-wrapper-penetration.jpg);
  background-position: center bottom;
}

.wrapper-penetration .section-header {
  line-height: 1.1;
}

.wrapper-penetration .section-subheader {
  font-size: 20px;
  color: #060a0d;
}

.wrapper-penetration__description {
  width: 90%;
  margin-top: 75px;
  color: #060a0d;
  line-height: 1.5;
}

.wrapper-penetration__steps {
  margin-top: 72px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-penetration {
    padding: 142px 0 153px;
  }

  .wrapper-penetration__description {
    width: 100%;
    margin-top: 84px;
  }

  .wrapper-penetration__steps {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-penetration {
    padding: 95px 0 98px;
  }

  .wrapper-penetration .container {
    overflow: hidden;
  }

  .wrapper-penetration .section-subheader {
    margin-top: 5px;
  }

  .wrapper-penetration__description {
    margin-top: 37px;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .wrapper-penetration__steps {
    margin-top: 53px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.list-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-articles__item {
  width: 31.6%;
}

.list-articles__link {
  display: block;
  padding: 25px 8.6% 29px;
  border: 4px solid #24afc5;
  border-radius: 7px;
  text-decoration: none;
}

.list-articles__link:hover {
  box-shadow: 2px 4px 9px rgba(36, 175, 197, 0.5);
}

.list-articles__link:hover .list-articles__content {
  text-decoration: underline;
}

.list-articles__date {
  font-size: 14px;
  color: #b3c8d1;
}

.list-articles__name {
  margin-top: 12px;
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #060a0d;
  text-transform: uppercase;
}

.list-articles__content {
  margin-top: 9px;
  color: #060a0d;
  line-height: 1.2;
}

@media only screen and (max-width: 1169px) {
  .list-articles__item {
    width: 48%;
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 767px) {
  .list-articles__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .list-articles__link {
    padding: 14px 6.6% 15px;
  }

  .list-articles__name {
    margin-top: 4px;
  }

  .list-articles__content {
    letter-spacing: -0.6px;
  }
}

.wrapper-articles {
  padding: 105px 0 201px;
}

.wrapper-articles .section-header {
  line-height: 1.1;
}

.wrapper-articles__list-articles {
  margin-top: 30px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-articles {
    padding: 60px 0 119px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-articles {
    padding: 28px 0 81px;
  }

  .wrapper-articles__list-articles {
    margin-top: 16px;
  }
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.block-cookie {
  height: 0;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15% 0;
  background-color: #fff;
  z-index: 100;
  transform: translateZ(0);
  transition: all 0.3s ease-out;
}

.block-cookie_active {
  height: auto;
  padding: 30px 15% 10px;
  border-top: 3px solid #25ae94;
}

.block-cookie__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.block-cookie__button-hide {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.block-cookie__button-hide:hover {
  opacity: 0.8;
}

.block-cookie__name {
  width: 100%;
  font-family: "Gilroy Black";
  font-size: 20px;
  text-transform: uppercase;
}

.block-cookie__text {
  width: 70%;
  font-size: 20px;
}

.block-cookie__yes {
  padding: 10px 30px;
  font-size: 16px;
}

@media only screen and (max-width: 1169px) {
  .block-cookie {
    padding: 0 3% 0;
  }

  .block-cookie_active {
    padding: 30px 3% 10px;
  }
}

@media only screen and (max-width: 767px) {
  .block-cookie_active {
    padding: 10px 3% 5px;
  }

  .block-cookie__button-hide {
    top: 5px;
    right: 10px;
  }

  .block-cookie__name {
    font-size: 16px;
  }

  .block-cookie__inner {
    flex-direction: column;
  }

  .block-cookie__text {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .block-cookie__yes {
    font-size: 12px;
  }
}

.wrapper-we-can .box-can {
  position: relative;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background: url(../img/img-bg-we-can-decor-1.png) no-repeat 98.7% 51px,
    url(../img/img-bg-we-can-decor-2.png) no-repeat 89.6% 580px;
}

.wrapper-we-can .box-can .item-can {
  width: 33%;
  margin-bottom: 120px;
  padding-left: 87px;
}

.wrapper-we-can .box-can .item-can .name-can {
  font-family: "Gilroy Black";
  font-size: 21px;
  color: #060a0d;
  text-transform: uppercase;
  line-height: 1.35;
  letter-spacing: 0.5px;
}

.wrapper-we-can .box-can .item-can .description-can {
  margin-top: 6px;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-analize {
  padding-left: 95px;
  margin-bottom: 148px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-analize:before {
  top: 70%;
}

.wrapper-we-can .box-can .item-can.icon_we-can-time:before {
  left: 0;
  top: 70%;
  transform: translateY(-50%);
  width: 62px;
  height: 67px;
  background-position: -144px -643px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-search {
  padding-left: 98px;
  margin-bottom: 148px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-search:before {
  top: 62%;
}

.wrapper-we-can .box-can .item-can.icon_we-can-time {
  padding-left: 99px;
  margin-bottom: 148px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-time:before {
  top: 73%;
}

.wrapper-we-can .box-can .item-can.icon_we-can-fish {
  padding-left: 94px;
  margin-bottom: 144px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-fish:before {
  left: 0;
  top: 56%;
  transform: translateY(-50%);
  width: 76px;
  height: 82px;
  background-position: -215px -643px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-server {
  padding-left: 96px;
  margin-bottom: 144px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-server:before {
  left: 0;
  top: 94%;
  transform: translateY(-50%);
  width: 76px;
  height: 82px;
  background-position: 0 -718px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-developer-po {
  padding-left: 100px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-developer-po:before {
  top: 65%;
}

.wrapper-we-can .box-can .item-can.icon_we-can-monit {
  padding-left: 100px;
}

.wrapper-we-can .box-can .item-can.icon_we-can-monit:before {
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-position: -85px -718px;
}

.wrapper-we-can .box-can .we-provision {
  position: absolute;
  right: 0;
  bottom: 109px;
}

.wrapper-we-can .box-can .we-provision .name-can {
  font-family: "Gilroy Black";
  font-size: 20px;
  color: #060a0d;
  text-transform: uppercase;
  text-align: left;
}

.wrapper-we-can .box-can .we-provision .text-can {
  margin-top: 20px;
  font-size: 16px;
  color: #060a0d;
  text-align: left;
  line-height: 1.15;
}

.wrapper-we-can .box-can .we-provision .we-provision-link {
  margin-top: 75px;
  padding: 15px 25px;
  font-size: 15px;
}

@media only screen and (max-width: 1169px) {
  .wrapper-we-can .box-can {
    justify-content: space-between;
  }

  .wrapper-we-can .box-can .item-can:nth-child(1),
  .wrapper-we-can .box-can .item-can:nth-child(2),
  .wrapper-we-can .box-can .item-can:nth-last-child(2),
  .wrapper-we-can .box-can .item-can.icon_we-can-server + .item-can {
    display: none;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-audit,
  .wrapper-we-can .box-can .item-can.icon_we-can-analize,
  .wrapper-we-can .box-can .item-can.icon_we-can-search,
  .wrapper-we-can .box-can .item-can.icon_we-can-time,
  .wrapper-we-can .box-can .item-can.icon_we-can-fish,
  .wrapper-we-can .box-can .item-can.icon_we-can-server,
  .wrapper-we-can .box-can .item-can.icon_we-can-developer-po,
  .wrapper-we-can .box-can .item-can.icon_we-can-monit {
    width: 48%;
    padding-left: 95px;
    margin-bottom: 60px;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-fish .name-can br {
    display: none;
  }

  .wrapper-we-can .box-can .we-provision {
    position: initial;
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-we-can .box-can .item-can.icon_we-can-audit,
  .wrapper-we-can .box-can .item-can.icon_we-can-analize,
  .wrapper-we-can .box-can .item-can.icon_we-can-search,
  .wrapper-we-can .box-can .item-can.icon_we-can-time,
  .wrapper-we-can .box-can .item-can.icon_we-can-fish,
  .wrapper-we-can .box-can .item-can.icon_we-can-server,
  .wrapper-we-can .box-can .item-can.icon_we-can-developer-po,
  .wrapper-we-can .box-can .item-can.icon_we-can-monit {
    width: 100%;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-analize:before {
    top: 5px;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-search:before {
    top: 0;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-time:before {
    top: 20px;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-fish:before {
    top: 15px;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-server:before {
    top: 30px;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-developer-po:before {
    top: 3px;
  }

  .wrapper-we-can .box-can .item-can.icon_we-can-monit:before {
    top: 33px;
  }

  .wrapper-we-can .box-can .item-can .name-can {
    font-size: 16px;
  }
}

.icon_servises-incen:before {
  right: 40px;
  top: 35px;
  background-position: -174px -734px;
  width: 61px;
  height: 67px;
}

.icon_servises-fish:before {
  left: 0;
  top: 35px;
  background-position: -263px -726px;
  width: 76px;
  height: 82px;
}

.icon_servises-server:before {
  right: 40px;
  top: 35px;
  background-position: 0 -813px;
  width: 70px;
  height: 82px;
}

.icon_servises-develop-moni:before {
  left: 0;
  top: 35px;
  background-position: -76px -822px;
  width: 68px;
  height: 64px;
}

.icon_servises-servers:before {
  right: 40px;
  top: 35px;
  background-position: -155px -813px;
  width: 80px;
  height: 80px;
}

/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
/*====================================
            variables
====================================*/
/*====================================
            mixins
====================================*/
.license {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.license__name {
  font-family: "Gilroy Black";
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.license__info {
  margin-top: 5px;
}

.license__info-link {
  display: inline-block;
  position: relative;
}

.license__info-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(8, 14, 19, 0.6);
}

.license__info-link:hover {
  opacity: 0.8;
}

.footer {
  min-height: 314px;
  padding: 78px 0 0;
  /*background-image: url(../img/img-bg-footer.jpg);*/
  background: #090e17;
  position: relative;
  padding-bottom: 70px;
}

.footer a {
  text-decoration: none;
}

.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: center;*/
}

.footer__nav {
  margin-right: 3.4%;
}

.footer__nav .menu-item {
  margin: 0 25px;
}

.footer__phone {
  margin: 3px 1% 0;
  white-space: nowrap;
}

.footer__license {
  margin-top: -3px;
}

.footer__contacts {
}

.footer__contacts svg {
  fill: white;
}

.footer__contacts svg:hover {
  fill: #25ae94;
}

.footer__contacts span {
  display: block;
  color: #80888e;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer__copyright {
  border-top: 1px solid rgba(148, 156, 162, 0.2);
  color: #949ca2;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer__copyright .footer__container {
  height: 70px;
  align-items: center;
}

#copy_addr svg {
  fill: #949ca2;
}

#copy_addr svg:hover {
  /*fill: #25ae94;*/
  fill: white;
}

#footer__social {
  margin-top: 10px;
}

@media only screen and (max-width: 1169px) {
  .footer {
    min-height: 283px;
    padding: 56px 0 0;
  }

  .footer__nav {
    margin-right: 6%;
  }

  .footer__phone {
    margin: 9px 1% 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    min-height: auto;
    padding: 30px 0 25px;
  }

  .footer__logo {
    width: 130px;
  }

  .footer__container {
    flex-direction: column;
  }

  .footer__nav {
    display: none;
  }

  .footer__license {
    display: none;
  }

  .footer__phone {
    margin: 16px 0 0;
    font-size: 20px;
  }

  .footer__contacts span {
    display: none;
  }

  .footer__copyright {
    display: none;
  }
}

.section-how-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 60px;
}

.section-how-list__item {
  width: calc(100% / 3);
}

.section-how-list__image {
  min-height: 100px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.section-how-list__title {
  font-family: "Gilroy Bold";
  font-size: 20px;
  font-weight: 700;
  margin-top: 1.2em;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .section-how-list {
    flex-direction: column;
    font-size: 14px;
  }

  .section-how-list__item {
    width: 100%;
  }

  .section-how-list__image {
    min-height: 68px;
  }
}

.text-center {
  text-align: center;
}

.buttons-section {
  padding: 60px 0 0;
}

.section-body {
  padding-top: 30px;
}

.section-ollist {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 0;
  counter-reset: num;
  list-style-type: none;
  font-family: "Gilroy SemiBold";
}

.section-ollist > li {
  position: relative;
  padding-left: 40px;
}

.section-ollist > li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}

.section-ollist ul,
.ul-styled {
  font-size: 16px;
  padding-left: 0;
  font-family: "Gilroy Light";
  margin-top: 7px;
}

.ul-styled {
  padding-left: 2em;
}

.section-ollist ul li,
.ul-styled li {
  position: relative;
  padding-left: 16px;
}

.section-ollist ul li:after,
.ul-styled li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #25ae94;
  position: absolute;
  top: 9px;
  left: 0;
}

@media (max-width: 767px) {
  .section-ollist {
    font-size: 16px;
  }

  .section-ollist > li {
    padding-left: 30px;
    margin-bottom: 15px;
  }

  .section-ollist ul,
  .ul-styled {
    font-size: 14px;
    padding-left: 0;
  }
}

.partners-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  justify-content: space-between;
}

.partners-list__item {
  width: 100%;
}

.partners-list__image {
  min-height: 100px;
  display: flex;
  align-items: center;
  /* width: auto; */
  /* object-fit: contain; */
  /* object-position: center left; */
}

.partners-list__image img {
  max-width: 100%;
  height: auto;
}

.partners-list__title {
  color: #a3a3a3;
  font-size: 20px;
  margin-top: 16px;
}

.partners-list__link {
  display: block;
  text-decoration: none;
  color: #a3a3a3;
}

@media (min-width: 768px) {
  .partners-list__item {
    width: calc(100% / 2);
  }
}

@media (min-width: 992px) {
  .partners-list__item {
    width: calc(100% / 3);
  }
}
