html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }


@font-face {
    font-family: 'Averta';
    src: url('../fonts/AvertaDemoPECuttedDemo-Regular.woff2') format('woff2'),
        url('../fonts/AvertaDemoPECuttedDemo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvertaLight';
    src: url('../fonts/Averta-Light.woff2') format('woff2'),
        url('../fonts/Averta-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
  font-family: "Averta", Arial, sans-serif;
}


.button_hover {
  position: relative;
  overflow: hidden;
}
.button_hover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: rgb(231, 0, 0);
  content: "";
  z-index: -1;
  transition: all 0.2s;
} 
.button_hover:hover:before {
  right: 0;
}

.container {
  width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.title {
  font-size: 42px;
  line-height: 1.31;
  color: #000;
}
.title_center {
  text-align: center;
}
.title_small {
  font-size: 36px;
  line-height: 1.19;
}
.title_white {
  color: white;
}

.text {
  font-size: 18px;
  line-height: 1.33;
  color: #000;
}
.text_center {
  text-align: center;
}
.text_big {
  font-family: "AvertaLight", Arial, sans-serif;
  font-size: 22px;
}
.text_small {
  font-size: 16px;
  line-height: 1.38;
  color: #8e929b;
}

.list {
  display: flex;
  align-items: flex-start;
}

/* burger-menu */
.burger-menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 35px;
  height: 16px;
  cursor: pointer;
  z-index: 101;
}
.burger-menu__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
}
.burger-menu:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 2px;
  background-color: #000;
  content: "";
  transition: all 0.3s;
}
.burger-menu:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 35px;
  height: 2px;
  background-color: #000;
  content: "";
  transition: all 0.3s;
}
.burger-menu_close .burger-menu__inner {
  opacity: 0;
}
.burger-menu_close:before {
  transform: rotate(45deg); 
  top: 14px;
  background-color: #2b2e34;
} 
.burger-menu_close:after {
  transform: rotate(-45deg); 
  background-color: #2b2e34;
} 

.burger-menu_scroll:before, 
.burger-menu_scroll:after, 
.burger-menu_scroll .burger-menu__inner {background-color: #2b2e34;}
/* end__burger-menu */

/* head */
.head {
  border-top: 1px solid #fff;
  position: relative;
}

.header {
  position: fixed;
  width: 100%;
  padding: 0 192px 0 110px;
  height: 96px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.1s;
  z-index: 100;
}

.header_scroll {
  top: 0;
  left: 0;
  right: 0;  
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}


.nav {
  z-index: 100;
}
.nav-list {
  display: flex;
  align-items: center;
}

.nav-list__item {
  margin-right: 30px;
}
.nav-list__item:last-child {
  margin-right: 0;
}
.nav-list__item_mobile {
  display: none;
}

.nav-list__link {
  position: relative;
  font-size: 18px;
  line-height: 1.33;
  color: #2b2e34;
}
.nav-list__link_hover {
  cursor: pointer;
}
.nav-list__link_hover:before {
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 0;
  background-color: #e33b2e;
  content: " ";
  transition: all 0.2s;
}
.nav-list__link:hover:before {
  width: 100%;
}

.logo {
  width: 107px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  fill: #003399;
}

.header__button {
  padding: 7px 19px 8px 19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.56px;
  text-align: center;
  border: 1px solid #e33b2e;  
  color: #e33b2e;
  text-transform: uppercase;
  transition: all 0.3s;
}
.header__button:hover {
  color: #fff;
  background-color: #e33b2e;
}


.head__content {
  position: relative;
  height: 619px;
  background-size: cover;
  text-align: center;
}
.head__content:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 420px;
  background-color: #FF6C6F;
  content: "";
  z-index: -1;
}
.head__container {
  height: 100%;
  margin: 96px auto 0 auto;
  max-width: 1480px;
  background: url("../img/head-bg.jpg") center center no-repeat;
  z-index: 1;
}

.head__wrapper {
  padding-top: 85px;
  display: flex;
  justify-content: center;
  align-items: center
}

.head__heading {
  margin-right: 233px;
  margin-bottom: 30px;
  max-width: 358px;
  letter-spacing: 0;
  display: inline-block;
  text-align: left;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  font-family: "AvertaLight", Arial, sans-serif;
}
.head__heading_bold {
  font-weight: 600;
}
.head__heading_border {
  position: relative;
}
.head__heading_border:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #e33b2e;
  content: "";
}

.head__subheding {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.head__subheding_bold {
  font-weight: 600;
}

.head__text {
  margin-bottom: 45px;
}

.head__button {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 242px;
  font-size: 14px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
}
.head__button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 50px;
  background-color: #e33b2e;
  z-index: -1;
  content: "";
  transition: all 0.3s;
}
.head__button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 51, 153, 0.5);
  content: "";
  z-index: -2;
}
.head__button:hover:before {
  width: 100%;
  height: 100%;
}

.head__bottom-image {
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  width: 100%;
  height: 76px;
  background: url("../img/Stripes.png") center center no-repeat;
  background-size: cover;
}
/* end__HEAD */


/* benefits */
.benefits {
  padding-top: 13px;
  padding-bottom: 75px;
}

.benefits__title {
  margin-bottom: 35px;
}

.benefits-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.benefits-list__item {
  width: 120px;
  text-align: center;
  margin-right: 40px;
}
.benefits-list__item:last-child {
  margin-right: 0;
}

.benefits-list__image {
  width: 86px;
  height: 86px;
  margin-bottom: 25px;
}

.benefits-list__text {
  font-family: "AvertaLight", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #0033cc;
}

/* end__benefits */

/* formats */
.formats {
  position: relative;
  padding: 46px 0 229px 0;
  z-index: 1;
}
.formats:before, .formats:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
}
.formats:before {
  top: 0;
  height: calc((360/1030)*100%);
  background-color:  #0f77ff;
}
.formats:after {
  bottom: 0;
  height: calc((670/1030)*100%);
  background-color:  #e7eef0;
}

.formats__title {
  margin-bottom: 15px;
}

.formats__text {
  font-family: "AvertaLight", Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}

.formars__image {
  width: 100%;
}
/* end__formats */

/* features */
.features {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.features__title {
  color: #0033cc;
  margin-bottom: 35px;
}

.features-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.features-list__item {
  width: 120px;
  text-align: center;
  margin-right: 35px;
}
.features-list__item:last-child {
  margin-right: 0;
}
.features-list__item_wide {
  width: 140px;
}

.features-list__image {
  width: 92px;
  margin-bottom: 18px;
}

.features-list__text {
  font-family: "AvertaLight", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  color: #0033cc;
}
/* end__features */


/* widget */
.widget {
  padding: 45px 0 90px 0;
  position: relative;
}
.widget:before {
  position: absolute;
  width: 1366px;
  height: 1px;
  background-color: #d1d1d3;
  bottom: calc((292/927)*100%);
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.widget__title {
  margin-bottom: 41px;
}
/* end__widget */

/* smart */
.smart {
  position: relative;
  max-width: 970px;
  margin-right: 26px;
}

.smart__title {
  position: absolute;
  top: 23px;
  left: 90px;
  color: #0f77ff;
}

.smart__text {
  position: absolute;
  top: calc((213/696)*100%);
  right: -20px;
  max-width: 260px;
}

.smart__list {
  position: absolute;
  bottom: 50px;
  right: -75px;
}
.smart__list li {
  max-width: 135px;
  margin-right: 25px;
}
.smart__list li:last-child {
  margin-right: 0;
}
/* end__smart */

/* under */
.under {
  background-color: #F3F6F7;
}
.under__content {
  padding: 45px 0;
  position: relative;
  max-width: 970px;
  margin-left: 26px;
}
.under__title {
  color: #00cc99;
  margin-bottom: 25px;
}
.under__text {
  max-width: 375px;
  margin-bottom: 25px;
}
.under__image {
  position: absolute;
  left: 245px;
  top: -8px;
}
.under__list li {
  max-width: 180px;
  margin-right: 28px;
}
.under__list li:last-child {
  margin-right: 0;
}
/* end__under */

/* in */
.in {
  position: relative;
  padding: 105px 10px 156px 10px;
  box-sizing: border-box;
}
.in__container {
  max-width: 1250px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.in__title {
  position: absolute;
  top: 130px;
  left: 788px;
  color: #e33b2e;
}
.in__text {
  position: absolute;
  top: 245px;
  left: 788px;
}
.in__list {
  position: absolute;
  bottom: 78px;
  left: 708px;
}
.in__list li {
  max-width: 110px;
  margin-right: 20px;
}
.in__list li:last-child {
  margin-right: 0;
}
.in__line {
  position: absolute;
  width: 100%;
  bottom: calc((357/842)*100%);
  left: 50%;
  transform: translateX(-50%);
}
/* end__in */

/* header-wid */
.header-wid {
  background-color: #F3F6F7;
  position: relative;
}
.header-wid:before {
  position: absolute;
  width: 1366px;
  height: 1px;
  background-color: #d1d1d3;
  bottom: calc((157/387)*100%);
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.header-wid__content {
  padding: 45px 0 100px 0;
  position: relative;
  max-width: 970px;
  margin-left: 26px;
  z-index: 1;
}
.header-wid__title {
  color: #e33b2e;
  margin-bottom: 25px;
}
.header-wid__text {
  max-width: 285px;
  margin-bottom: 51px;
}
.header-wid__image {
  position: absolute;
  left: 245px;
  top: -125px;
}
.header-wid__list li {
  max-width: 224px;
  margin-right: 16px;
}
.header-wid__list li:last-child {
  margin-right: 0;
}
/* end__header-wid */


/* sidebar */
.sidebar {
  padding-top: 83px;
  position: relative;
}
.sidebar:before {
  position: absolute;
  width: 1366px;
  height: 1px;
  background-color: #d1d1d3;
  bottom: calc((115/543)*100%);
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.sidebar__container {
  max-width: 1250px;
  height: 460px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sidebar__title {
  position: absolute;
  top: 68px;
  left: 769px;
  color: #0f77ff;
}
.sidebar-text {
  position: absolute;
  top: 183px;
  left: 769px;
}
.sidebar-text__text {
  margin-bottom: 10px;
}
.sidebar-text__text:last-child {
  margin-bottom: 0;
}
/* end__sidebar */

/* push */
.push {
  position: relative;
  padding-bottom: 115px;
  border-top: 1px solid transparent;
}
.push:before {
  position: absolute;
  background-color: #F3F6F7;
  height: calc((300/580)*100%);
  width: 100%;
  bottom: 0;
  content: "";
}
.push__content {
  padding-top: 36px;
  position: relative;
  max-width: 970px;
  margin-left: 26px;
  z-index: 1;
}
.push__image {
  position: absolute;
  top: 0;
  left: 245px;
}
.push__title {
  margin-bottom: 25px;
  color: #0f77ff;
}
.push__text {
  margin-bottom: 25px;
}
.push__text_small {
  max-width: 255px;
  margin-bottom: 10px;
}
.push__text_top {
  margin-bottom: 70px;
}
/* end__push */

/* slider */
.slider-box {
  padding: 75px 0;
}
.slider {
  max-width: 1188px;
  margin: 0 auto;
  position: relative;
}
.slider-box__title  {
  font-family: "AvertaLight", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.32;
  text-align: center;
  color: #2b2e34;
  margin-bottom: 44px;
}
.slider__list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;

}
.slider__image {
  display: block;
  margin: 0 auto;
}
.slider__prev, .slider__next {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  fill: #000;
  transition: all 0.3s;
  cursor: pointer;
}
.slider__prev:hover, .slider__next:hover {
  fill: #e33b2e;
}
.slider__prev {
  left: 0;
}
.slider__next {
  right: 0;
}
/* end__slider */

/* team */
.team {
  padding: 59px 0;
  background-color: #E7EEF0;
}

.team__title {
  max-width: 522px;
  font-family: "AvertaLight", Arial, sans-serif;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  color: #2B2E34;
  margin: 0 auto 50px auto;
}

.team__list {
  display: flex;
  flex-wrap: wrap;
  max-width: calc((216px*3) + (44px*2));
  margin: 0 auto;
}
.team__item {
  position: relative;
  width: 216px;
  margin-right: 44px;
  margin-bottom: 15px;
  text-align: center;
}
.team__item:nth-child(3n) {
  margin-right: 0;
}
.team__item:nth-child(4), 
.team__item:nth-child(5), 
.team__item:nth-child(6) {
  margin-bottom: 0;
}

.team__photo-wrap {
  position: relative;
  margin: 0 auto 5px auto;
  width: 175px;
  height: 175px;
}
.team__photo-wrap:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(227, 59, 46, 0.25);
  content: "";
  z-index: 0;
  transition: all 0.2s;
  opacity: 0;
}
.team__photo-wrap:after {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.2s;
  position: absolute;
  bottom: 0;
  right: 8px;
  background-color: #E33B2E;
  content: url("../img/calendar.svg");
  z-index: 2;
  transition: all 0.2s;
  opacity: 0;
}
.team__photo {
  position: relative;
  z-index: 2;
}

.team__name {
  font-size: 22px;
  line-height: 29px;
  color: #0F77FF;
  margin-bottom: 5px;
  transition: all 0.2s;
}

.team__position {
  font-size: 12px;
  line-height: 22px;
  color: #000000;
}

.team__item:hover .team__photo-wrap:before {
  opacity: 1;
}
.team__item:hover .team__photo-wrap:after {
  opacity: 1;
}
.team__item:hover .team__name {
  color: #E33B2E;
}
/* end__team */


/* start-section */
.start {
  padding: 75px 0 32px 0;
  background-color: #fff;
}

.start__title {
  font-weight: 600;
  margin-bottom: 44px;
  line-height: 47px;
  font-size: 36px;
}

.start__form {
  max-width: 536px;
  margin: 0 auto 158px auto;
}

/* ------------ nice-check ------------ */
.nice-check {
    vertical-align: top;
}
.nice-check input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    clip: rect(0, 0, 0, 0);
}
.nice-check__txt {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    line-height: 1;
    color: #2b2e34;
    font-size: 12px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nice-check__txt:before {
    content: '';
    position: absolute;
    left:0;
    top: -2px;
    background: #8e929b;
    width: 18px;
    height: 18px;
}
.nice-check__txt:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px;
    height: 10px;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.nice-check input:checked + .nice-check__txt:after {
    opacity: 1;
}
.nice-check__txt a {
    color: #202330;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.2s ease;
    transition: border-bottom 0.2s ease;
}
.nice-check__txt a:hover {
    border-bottom: 1px solid #202330;
}
.nice-check.site-form__error .nice-check__txt {
    color: #f97168;
}
.nice-check.site-form__error {
    border-bottom: none !important;
}
/* ------------ /nice-check ------------ */

/* ------------ site-form ------------ */
.site-form {
    display: block;
    width: 100%;
}
.site-form__field {
    margin-bottom: 10px;
    position: relative;
}
.site-form__field_double:after {
    content: '';
    clear: both;
    display: table;
}
.site-form__field_double > div {
    float: left;
    width: 47%;
    margin-bottom: 0;
}
.site-form__field_double > div + div {
    float: right;
    margin-bottom: 0;
}
.site-form__input {
    height: 36px !important;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2c3137;
    border: none !important;
    border-bottom: 1px solid #D1D1D3 !important;
    -webkit-transition: border 0.2s ease, color 0.2s ease;
    transition: border 0.2s ease, color 0.2s ease;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    resize: none;
}
.phone-help {
    display: none;
}
.site-form__input_txt {
    height: 60px !important;
    padding-top: 4px !important;
}
.site-form__input:focus {
    border-bottom-color: #0033cc !important;
}
.site-form__submit {
    text-align: center;
}
.site-form__field_check {
    display: table;
    width: 100%;
    margin-bottom: 56px;
}
.site-form__field-cell {
    display: table-cell;
    padding: 17px 10px 10px 0;
    vertical-align: top;
    margin-bottom: 24px;
}
.site-form__field-cell + .site-form__field-cell {
    padding: 15px 0 0 0;
    margin-bottom: 10px;
}
.site-form__required {
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #f97168;
}
.site-form__field_captcha {
    margin-bottom: 28px;
}
.site-form__error {
    color: #f97168;
    border-bottom: 1px solid #f97168 !important;
}
.site-form__error::-webkit-input-placeholder {
    color: #f97168;
}
.site-form__error:-moz-placeholder {
    color: #f97168;
}
.site-form__error.placeholder {
    color: #f97168;
}
.site-form__feedback span {
    display: block;
    color: #ff0000;
    line-height: 1.3;
    padding-bottom: 20px;
    word-wrap: break-word;
}
.site-form__footer{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-form__footer-part {
    text-align: center;
}
.site-form__footer-part_1 {
  width: 304px;
  margin: 0;
  text-align: left;
}
.site-form__footer-part_2 {
  width: 176px;
  text-align: right;
}
.site-form__button {
  display: block;
  width: 100%;
  line-height: 50px;
  letter-spacing: 0.7px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-color: #0F77FF;
  border: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.site-form__button:hover {
  background-color: #0033CC;
}
/* ------------ /site-form ------------ */

.start-logos {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.partners-list {
  display: flex;
  align-items: flex-end;
}
.partners-list__item {
  margin-right: 20px;  
}
.partners-list__item:last-child {
  margin-right: 0;
}

.winner {
  display: flex;
  align-items: center;
}
.winner__text {
  margin-right: 20px; 
  font-size: 14px;
  line-height: 1.36;
  color: #2c3137;
}
.winner__image_mb {
  margin-right: 20px;
}

.chat-icon {
  margin-left: 27px;
}
/* end__start-section */

/* footer */
.footer {
  padding: 31px 0;
  background-color: #E7EEF0;
}

.footer__container {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__text {
  font-size: 12px;
  color: #8e929b;
}

.footer-center {
  display: flex;
  align-items: flex-end;
}

.footer-center__item {
  position: relative;
  margin-right: 24px;
}
.footer-center__item:after {
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #8e929b;
  content: "";
}
.footer-center__item:last-child {
  margin-right: 0;
}
.footer-center__item:last-child:after {
  display: none;
}

.footer-center__item a:hover {
  text-decoration: underline;
}

.social {
  display: flex;
  align-items: flex-end;
}

.social__item {
  margin-right: 20px;
}

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

.social__icon {
  width: 20px;
  height: 20px;
  fill: #8E929B;
  transition: all 0.1s;
}

.social__icon:hover {
  fill: #E7EEF0;
}
/* end__footer */



@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .title {
    font-size: 30px;
  }
  .text {
    font-size: 16px;
  }

  /* head */
  .header {
    padding: 0 20px;
    min-height: 70px;
  }

  .nav-list__link {
    font-size: 15px;
  }

  .header__button {
    padding: 5px 15px;
  }

  .head__wrapper {
    padding-top: 20px;
  }

  .head__heading {
    margin-top: 130px;
    font-size: 35px;
  }

  .head__subheading {
    font-size: 25px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .logo {
    width: 80px;
  }
  /* end__head */
  .widget:before, .header-wid:before, .sidebar:before {
    width: 100%;
  }
}

@media screen and (max-width: 1125px) {

  section {
    overflow-x: hidden;
  }
  
  .widget:before, .header-wid:before, .sidebar:before {
    display: none;
  }

  .container {
    width: 100%;
  }

  .text_small {
    font-size: 14px;
  }

  /* head */
  .head {
    overflow: hidden;
  }
  .head__container {
    margin-top: 60px;
  }

  .nav {
    position: fixed;
    top: 0;
    left: -100%;
    padding: 100px 50px 50px 25px;
    background-color: #fff;
    box-shadow: 1px 2px 7px 7px rgba(0, 0, 0, 0.1); 
    transition: all 0.4s;
  }
  .nav_mob {
    left: 0;
  }
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-list__link {
    color: #2b2e34;
  }
  .nav-list__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .nav-list__item_mobile {
    display: block;
    margin-top: 15px;
    font-weight: 600;
    font-size: 15px;
  }
  .burger-menu {
    display: block;
  }
  .header__button-wrap {
    display: none;
  }

  .head__heading-wrap {
    margin-bottom: 30px;
  }
  .head__heading {
    margin-right: 20px;
  }

  .header {
    height: auto;
  }

  .widget:before, .header-wid:before, .sidebar:before {
    display: none;
  }

  .logo {right: 30px; transform: translate(0, -50%)};
  /* end__head */

  /* formats */
  .formars__image {
    width: 90%;
  }
  /* end__formats */

  /* smart */
  .smart__image {
    margin-top: 60px;
    width: 60%;
  }
  .smart__title br {
    content:' ';
  }
  .smart__text {
    top: 20px;
    left: 50%;
  }
  .smart__list {
    left: 50%;
    bottom: 30px;
  }
  .smart__list li {
    margin-right: 15px;
    max-width: 100px;
  }
  /* end__smart */

  /* under */
  .under__image {
    top: 40px;
    left: 45%;
    width: 60%;
  }
  /* end__under */

  /* in */
  .in {
    padding: 50px 0;
  }
  .in__image {
    width: 60%;
  }
  .in__title {
    left: 55%;
    top: 20px;
  }
  .in__text {
    top: 100px;
    left: 55%;
  }
  .in__list {
    left: 55%;
    bottom: 100px;
  }
  .in__line {
    display: none;
  }
  /* end__in */

  /* header-wid */
  .header-wid__content {
    padding-bottom: 70px;
  }
  .header-wid__image {
    width: 60%;
    left: 45%;
    top: 30px;
  }
  .header-wid__text {
    margin-bottom: 30px;
  }
  /* end__header-wid */

  /* sidebar */
  .sidebar {
    padding-top: 50px;
  }
  .sidebar__container {
    height: 270px;
  }
  .sidebar__image {
    width: 60%;
  }
  .sidebar__title {
    top: 0;
    left: 55%;
  }
  .sidebar-text {
    top: 90px;
    left: 55%;
  }
  /* end__sidebar */

  
  /* push */
  .push {
    padding-bottom: 60px;
  }
  .push__image {
    width: 65%;
    top: 30%;
  }
  /* end__push */

  /* slider */
  .slider-box {
    padding: 45px 0;
  }
  .slider__list {
    width: 90%;
  }
  /* end__slider */

   /* benefits */
  .benefits-list {
    max-width: 500px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .benefits-list__item {
    margin-right: 0;
    width: 30%;
    margin-bottom: 20px;
  }
  .benefits-list__item:nth-child(4),
  .benefits-list__item:nth-child(5),
  .benefits-list__item:nth-child(6) {
    margin-bottom: 0;
  }
  .benefits-list__image {
    margin-bottom: 10px;
  }
  /* end__benefits */
}

@media screen and (max-width: 800px) {

  .header-wid__content,
  .under__content,
  .push__content,
  .smart,
  .in__container {
    margin-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }

  .widget,
  .under__content,
  .in,
  .header-wid__content,
  .sidebar,
  .push,
  .slider-box,
  .team {
    padding: 40px 0 0 0;
  }

  .widget,
  .slider-box,
  .team {
    padding-bottom: 40px;
  }

  .title_small {
    position: static;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
  }
  .title_small br, .text_big br {
    content:' ';
  }

  .text_big, .sidebar-text {
    position: static;
    max-width: 500px;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .smart__image, 
  .under__image,
  .in__image,
  .sidebar__image,
  .header-wid__image,
  .push__image {
    position: static;
    display: block;
    width: 300px;
    margin: 15px auto 0 auto;
  }

  .list {
    position: static;
    max-width: 400px;
    margin: 0 auto;
    justify-content: center;
  }
  .list li {
    width: 30%;
    margin-right: 20px;
  }
  .list li:last-child {
    margin-right: 0;
  }

  /* head */
  .head {
    min-height: 480px;
    height: auto;
  }
  .header {
    min-height: 60px;
  }
  .head__heading {
    font-size: 27px;
    margin-right: 80px;
    margin-top: 30%;
  }
  
  .head__wrapper {
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .head__image {
    width: 200px;
  }
  /* end__head */

  /* formats */
  .formats {
    padding-bottom: 30px;
  }
  /* end__formats */

  /* widget */
  .widget__title {
    margin-bottom: 55px;
  }
  /* end__widget */

  /* features */
  .features {
    position: relative;
  }
  .features-list {
    max-width: 420px;
    margin: 0 auto; 
    flex-wrap: wrap;
  }
  .features-list__item {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .features-list__item:nth-child(3) {
    margin-right: 0;
  }
  /* end__features */

  /* sidebar */
  .sidebar__container {
    height: auto;
  }
  /* end__sidebar */

  /* push */
  .push {
    background-color: #F3F6F7;
  }
  .push:before {
    display: none;
  }
  .push__content {
    padding-top: 0;
  }
  .push__text {
    margin-top: 20px;
  }
  .push__text_small {
    max-width: 500px;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  /* end__push */

  /* slider */
  .slider__prev {
    left: 10px;
  }
  .slider__next {
    right: 10px;
  }
  /* end__slider */

  /* team */
  .team__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .team__list {
    max-width: 400px;
    justify-content: space-between;
  }
  .team__item {
    width: 47%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .team__item:nth-child(4) {
    margin-bottom: 10px;
  }
  .team__photo-wrap {
    width: 150px;
    height: 150px;
    margin-bottom: 0;
  }
  .team__name {
    font-size: 18px;
    line-height: 20px;
  }
  .team__position {
    line-height: 15px;
  }
  /* end__team */

  /* start */
  .start {
    padding-top: 40px;
  }
  .start-button-wrap {
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
  }
  .start-button:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .start-button__button {
    margin-bottom: 7px;
  }
  .start-logos {
    flex-direction: column;
    align-items: center;
  }
  .partners-list {
    margin-bottom: 20px;
  }
  /* end__start */

  /* footer */
  .footer__container {
    flex-direction: column;
  }
  .footer__text {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2;
  }
  .footer-center {
    margin-bottom: 30px;
  }
  /* end__footer */
}

@media screen and (max-width: 500px) {
  /* head */
  .head {
    min-height: 480px;
  }
  .head__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .head__heading-wrap {
    margin-bottom: 20px;
  }
  .head__heading {
    text-align: center;
    margin-top: 40px;
    max-width: 100%;
    margin-right: 0;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .head__subheding {
    text-align: center;
    font-size: 16px;
  }
  /* end__head */

  /* benefits */
  .benefits {
    padding: 30px 0;
  }
  /* end__benefits */

  /* formats */
  .formats {
    padding-bottom: 0;
  }
  .formats__text {
    margin-bottom: 30px;
  }
  .formars__image {
      margin-bottom: 50px;
  }
  /* end__formats */

  /* features */
  .features {
    position: relative;
  }
  .features-list {
    max-width: 300px;
  }
  .features-list__item {
    width: 49%;
    margin-right: 0;
  }
  .features-list__text {
    font-size: 16px;
  }
  /* end__features */
  
  /* start */
  .start__title {
    margin-bottom: 30px;
  }
  .winner__text {
    font-size: 15px;
  }
  .start__form {
    margin-bottom: 75px;
  }
  /* end__start */

  /* site-form */
  .site-form__field_double > div:first-child {
    margin-bottom: 10px;
  }
  .site-form__field_double > div {
    width: 100%;
  }
  .site-form__required {
    text-align: left;
  }
  .site-form__field_check {
    margin-bottom: 20px;
  }
  .site-form__field-cell {
    display: block;
    margin-bottom: 0;
  }
  .site-form__field-cell + .site-form__field-cell {
    padding-top: 0;
  }
  .site-form__footer {
    flex-direction: column;
    align-items: center;
  }
  .site-form__footer-part_1 {
    margin-bottom: 20px;
  }
  /* end__site-form */
}

  

