@import url('../css/reset.css');

@import url('../css/jquery.fancybox.min.css');

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/prev.png') no-repeat;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/next.png') no-repeat;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
}

.wrapper {
  width: 100%;
  max-width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
}

.button {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  background: #002BC4;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  min-height: 60px;
  padding: 12px 35px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.button:hover {
  background: #2b5aff;
}

h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 59px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}

.topLineSection {
  background: #F4F4F4;
  padding-top: 13px;
  padding-bottom: 11px;
}

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

.topLineAddress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
}

.topLineAddress .icon {
  margin-right: 9px;
}

.topLineItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topLineItem .icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}

.topLineItem .icon img {
  max-width: 100%;
}

.topLineItem .text span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}

.topLineItem .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.topLineItem .text p a {
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.topLineItem .text p a:hover {
  color: #002BC4;
}

.topMenuSection {
  padding: 30px 0;
}

.topMenuWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logoBlock {
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logoBlock img {
  width: 90px;
}

.logoBlockText {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  padding-left: 24px;
}

.logoBlockText .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 8px;
}

.logoBlockText .name strong {
  display: block;
  font-size: 28px;
  line-height: 33px;
}

.logoBlockText p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

ul.topMenu {
  width: -webkit-calc(100% - 500px);
  width: calc(100% - 500px);
  padding-left: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.topMenu li {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

ul.topMenu li a {
  color: #000;
  display: block;
  padding: 15px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

ul.topMenu li a:hover {
  background: #002BC4;
  color: #fff;
}

.burger {
  display: none;
}

header {
  background: url('../img/header-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

header .wrapper {
  position: relative;
  z-index: 2;
}

.headerImg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(660px, 0);
  -ms-transform: translate(660px, 0);
  transform: translate(660px, 0);
}

.headerText {
  min-height: 600px;
  max-width: 840px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
}

.headerText h1 {
  margin-bottom: 41px;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #002BC4;
}

.headerText h1 strong {
  display: block;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
}

.headerText p {
  margin-bottom: 41px;
  font-size: 30px;
  line-height: 1.37;
}

.aboutSection {
  padding-top: 53px;
  padding-bottom: 79px;
}

.aboutSection h2 {
  margin-bottom: 48px;
}

.aboutSection .slick-dots {
  bottom: -95px;
}

.aboutSection .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 15px;
  background: #AFA09F;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.aboutSection .slick-dots li.slick-active {
  background: #002BC4;
}

.aboutWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 112px;
  padding-right: 53px;
}

.aboutLeft {
  width: -webkit-calc(100% - 565px);
  width: calc(100% - 565px);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 5px solid #002BC4;
  padding: 100px 35px 90px 60px;
  padding-top: 100px;
  font-size: 28px;
  line-height: 1.37;
  position: relative;
}

.aboutLeft::before {
  content: '“';
  position: absolute;
  top: -30px;
  left: 25px;
  font-family: 'Oswald', sans-serif;
  color: #002BC4;
  font-size: 150px;
  line-height: 120px;
  background: #fff;
  padding: 0 25px;
  z-index: 1;
}

.aboutLeft::after {
  content: '“';
  position: absolute;
  bottom: -90px;
  right: 25px;
  font-family: 'Oswald', sans-serif;
  color: #002BC4;
  font-size: 150px;
  line-height: 120px;
  background: #fff;
  padding: 0 25px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  z-index: 1;
}

.aboutLeft p {
  position: relative;
  z-index: 2;
}

ul.aboutRight {
  width: 565px;
  padding-left: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.aboutRight li {
  width: -webkit-calc(50% - 6px);
  width: calc(50% - 6px);
  min-height: 200px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #002BC4;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 12px;
  padding: 10px;
}

ul.aboutRight li .digit {
  font-weight: 900;
  font-size: 90px;
  line-height: 105px;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

ul.aboutRight li p {
  margin-top: -5px;
  font-size: 20px;
  line-height: 23px;
  padding: 0 10px;
}

.aboutSection .slick-list, .aboutSection .slick-track {
	display: flex;
	align-items: center;
}

.sertArrows {
  display: none;
  margin-top: 25px;
}

.casesMobArrows {
  display: none;
  margin-top: 25px;
}

.arrow {
  margin: 0 15px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #002BC4;
  border-radius: 50%;
}

.arrow img {
  width: 25px;
}

.arrow.prev img {
  transform: translate(-2px, 0);
}

.arrow.next img {
  transform: translate(2px, 0);
}

.sertWrap {
  margin: 0 -15px;
}

.sertItem {
  margin: 0 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}

.sertItem img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sertItem:hover .sertItemOverlay {
  opacity: 1;
}

.sertItemOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 43, 195, 0.6);
  z-index: 3;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.sertItemOverlay img {
  width: auto;
  height: auto;
}

.advanSection {
  padding-top: 79px;
  overflow: hidden;
}

.advanSection h2 {
  margin-bottom: 45px;
  color: #002BC4;
}

.advanBlock {
  background: url('../img/advan-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 58px;
  padding-bottom: 59px;
}

.advanText {
  margin-bottom: 47px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #3F4045;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.advanBottom {
  margin-top: 23px;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #3F4045;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.advanWrap {
  margin: 0 -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advanItem {
  width: -webkit-calc(33.33% - 56px);
  width: calc(33.33% - 56px);
  margin: 0 28px;
  margin-bottom: 43px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 18px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}

.advanItem:hover {
  background: #CFDAFF;
}

.advanItem .icon {
  width: 186px;
  height: 186px;
  margin: 0 auto;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advanItem .icon img {
  max-width: 100%;
  max-height: 100%;
}

.advanItem p {
  font-size: 18px;
  line-height: 21px;
}

.resultSection {
  padding-top: 72px;
  padding-bottom: 62px;
}

.resultSection h2 {
  margin-bottom: 38px;
}

.resultSection p.sub {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #3F4045;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.resultWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resultBlock {
  width: -webkit-calc(50% - 54px);
  width: calc(50% - 54px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.resultBlock h3 {
  width: 100%;
  margin-bottom: 91px;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

.resultButton {
  width: 100%;
  margin: auto;
  margin-bottom: 0;
  padding-top: 15px;
}

.resultButton .button {
  width: 100%;
}

.resultItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.resultItem .icon {
  width: 66px;
  height: 66px;
}

.resultItem .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.resultItem .text {
  width: -webkit-calc(100% - 66px);
  width: calc(100% - 66px);
  padding-left: 24px;
  font-size: 20px;
  line-height: 23px;
}

.resultItem .text h4 {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}

.resultItem .text p {
  margin-bottom: 20px;
}

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

.casesSection {
  padding-top: 51px;
  position: relative;
}

.casesSection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FAFAFA;
  border-bottom: 1px solid rgba(242, 232, 223, 0.68);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.casesSection h2 {
  margin-bottom: 10px;
}

.casesSection p.sub {
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 35px;
}

.casesSection p.sub strong {
  font-weight: 900;
}

.casesBlock {
  padding-top: 51px;
  padding-bottom: 127px;
  background: url('../img/cases-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.casesBlock .slick-dots {
  bottom: -63px;
}

.casesBlock .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0 15px;
  background: #9A9BA2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.casesBlock .slick-dots li.slick-active {
  background: #F2E8DF;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.casesBlock .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.casesMobSlider {
  display: none;
}

.casesSliderItem {
  margin: 0 -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.casesItem {
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  margin: 0 30px;
  margin-bottom: 36px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 47px 43px 39px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.casesItemButton {
  width: 100%;
  margin: auto;
  margin-bottom: 0;
}

.casesItemButton .button {
  width: 100%;
}

.casesItemTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.casesItemTop .date {
  color: #002BC4;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}

.casesItemTop .case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 10px;
}

.casesItemTop .case img {
  margin-right: 20px;
}

.casesItemElem {
  margin-bottom: 23px;
  font-size: 30px;
  line-height: 35px;
  color: #002BC4;
}

.casesItemElem strong {
  font-weight: 700;
  display: block;
  margin-top: 23px;
  color: #000;
  font-size: 40px;
  line-height: 47px;
}

footer {
  padding-top: 66px;
  padding-bottom: 52px;
}

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

.footerCenter,
.footerRight {
  width: 275px;
}

.footerAddress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}

.footerAddress .icon {
  margin-right: 9px;
}

.footerItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footerItem .icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}

.footerItem .icon img {
  max-width: 100%;
}

.footerItem .text span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}

.footerItem .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.footerItem .text p a {
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.footerItem .text p a:hover {
  color: #002BC4;
}

.footerButton {
  margin-top: 18px;
}

.footerButton .button {
  min-height: 40px;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
}

.overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 52px 59px;
  padding-bottom: 62px;
  width: 795px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  scrollbar-width: none;
  display: none;
}

.modal::-webkit-scrollbar {
  width: 0;
}

.modal .close {
  position: absolute;
  top: 21px;
  right: 23px;
  width: 39px;
  height: 39px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #002BC4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.modal .close:hover {
  background: #2b5aff;
}

.modal h3 {
  text-align: center;
  margin-bottom: 49px;
  color: #002BC4;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

.modal button {
  text-transform: uppercase;
}

.input {
  margin-bottom: 30px;
}

.input p {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
}

.input textarea {
  width: 100%;
  height: 158px;
  resize: none;
  border: none;
  padding: 18px 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.input textarea::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #666;
}

.input textarea::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #666;
}

.input textarea:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #666;
}

.input textarea::placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #666;
}

.inputBlock {
  height: 60px;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.inputBlock input {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 100%;
  border: none;
  padding: 0 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000;
}

.inputBlock input::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #666;
}

.inputBlock input::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #666;
}

.inputBlock input:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #666;
}

.inputBlock input::placeholder {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #666;
}

.inputBlock input[type="number"]::-webkit-outer-spin-button,
.inputBlock input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputBlock input[type="number"] {
  -moz-appearance: textfield;
}

.inputBlock .select {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: 100%;
  position: relative;
}

.inputBlock .select::after {
  content: url('../img/select-arrow.svg');
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 24px;
  height: 24px;
}

.inputBlock .select select {
  width: 100%;
  height: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  background: transparent;
  position: relative;
  z-index: 3;
}

.inputIcon {
  width: 60px;
  height: 100%;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inputIcon img {
  max-width: 100%;
}

.thanksOverlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.thanksModal {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 55px 15px;
  width: 795px;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  max-height: -webkit-calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  scrollbar-width: none;
  display: none;
}

.thanksModal::-webkit-scrollbar {
  width: 0;
}

.thanksModal .close {
  position: absolute;
  top: 21px;
  right: 23px;
  width: 39px;
  height: 39px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #002BC4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.thanksModal .close:hover {
  background: #2b5aff;
}

.thanksModal h3 {
  text-align: center;
  margin-bottom: 25px;
  color: #002BC4;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}

.thanksModal p {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.mobMenuSection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 98;
  background: #fff;
  padding: 20px 15px;
  display: none;
}

.mobMenuSection .close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
}

.mobMenuSection .close .line {
  width: 30px;
  height: 2px;
  background: #000;
}

.mobMenuSection .close .line:first-child {
  -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  -ms-transform: rotate(-45deg) translate(-10px, 10px);
  transform: rotate(-45deg) translate(-10px, 10px);
}

.mobMenuSection .close .line:last-child {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
  -ms-transform: rotate(45deg) translate(9px, 9px);
  transform: rotate(45deg) translate(9px, 9px);
}

ul.mobMenu {
  margin-bottom: 30px;
}

ul.mobMenu li {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

ul.mobMenu li a {
  color: #000;
  display: block;
  padding: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

ul.mobMenu li a:hover {
  background: #002BC4;
  color: #fff;
}

.mobMenuAddress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

.mobMenuAddress .icon {
  margin-right: 9px;
}

.mobMenuItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.mobMenuItem .icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 10px;
}

.mobMenuItem .icon img {
  max-width: 100%;
}

.mobMenuItem .text span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 2px;
}

.mobMenuItem .text p {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.mobMenuItem .text p a {
  color: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mobMenuItem .text p a:hover {
  color: #002BC4;
}

@media screen and (max-width: 1250px) {
  ul.topMenu li {
    font-size: 15px;
    line-height: 18px;
  }

  ul.topMenu li a {
    padding: 10px 15px;
  }

  .logoBlock {
    width: 390px;
  }

  .logoBlock img {
    width: 65px;
  }

  .logoBlockText {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    padding-left: 15px;
  }

  .logoBlockText .name {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
  }

  .logoBlockText .name strong {
    font-size: 22px;
    line-height: 27px;
  }

  .logoBlockText p {
    font-size: 14px;
    line-height: 17px;
  }

  ul.topMenu {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    padding-left: 15px;
  }

  .topLineAddress {
    max-width: 370px;
  }

  .aboutWrap {
    padding-right: 0;
  }

  ul.aboutRight {
    width: 450px;
    padding-left: 30px;
  }

  ul.aboutRight li .digit {
    font-size: 65px;
    line-height: 80px;
  }

  ul.aboutRight li p {
    font-size: 17px;
    line-height: 20px;
    margin-top: 0;
  }

  .aboutLeft {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    font-size: 20px;
    padding: 70px 40px;
  }

  .advanWrap {
    margin: 0 -15px;
  }

  .advanItem {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
  }

  .footerCenter,
  .footerRight {
    width: 255px;
  }
}

@media screen and (max-width: 960px) {
  .button {
    min-height: 40px;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 30px;
  }

  .topLineSection,
  ul.topMenu {
    display: none;
  }

  .topMenuSection {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .topMenuWrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger {
    display: block;
    width: 28px;
  }

  .burger .line {
    width: 28px;
    height: 2px;
    background: #000;
    margin-bottom: 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .burger .line:last-child {
    margin-bottom: 0;
  }

  .logoBlock {
    width: -webkit-calc(100% - 28px);
    width: calc(100% - 28px);
    padding-right: 30px;
  }

  .logoBlock img {
    width: 40px;
  }

  .logoBlockText {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 10px;
  }

  .logoBlockText .name {
    display: none;
  }

  .logoBlockText p {
    font-size: 13px;
    line-height: 16px;
  }

  .headerImg {
    right: -35px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: 400px;
    width: auto;
  }

  .headerText {
    max-width: 600px;
    min-height: 400px;
  }

  .headerText h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .headerText h1 strong {
    font-size: 36px;
    line-height: 46px;
  }

  .headerText p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .aboutSection {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .aboutSection .slick-dots {
    bottom: -60px;
  }

  .aboutSection .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }

  .aboutWrap {
    display: block;
    margin-bottom: 25px;
  }

  .aboutLeft {
    width: 100%;
    font-size: 18px;
    border-width: 3px;
    margin-bottom: 40px;
    padding: 25px 15px;
  }

  .aboutLeft::before {
    font-size: 100px;
    line-height: 50px;
    padding: 0 15px;
    top: -5px;
  }

  .aboutLeft::after {
    font-size: 100px;
    line-height: 50px;
    padding: 0 15px;
    bottom: -40px;
  }

  ul.aboutRight {
    width: 100%;
    padding: 0;
  }

  .advanSection {
    padding-top: 60px;
  }

  .advanSection h2 {
    margin-bottom: 25px;
  }

  .advanSection .slick-list,
  .advanSection .slick-track,
  .advanSection .slick-initialized .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .advanSection .slick-dots {
    bottom: -45px;
  }

  .advanSection .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
    background: #AFA09F;
  }

  .advanSection .slick-dots li.slick-active {
    background: #002BC4;
  }

  .advanBlock {
    padding: 25px 0;
  }

  .advanText {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 25px;
    text-shadow: none;
  }

  .advanBottom {
    font-size: 19px;
    line-height: 26px;
    margin-top: 70px;
  }

  .advanItem {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advanItem br {
    display: none;
  }

  .advanItem .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .advanItem p {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }

  .resultSection {
    padding: 40px 0;
  }

  .resultSection h2 {
    margin-bottom: 10px;
  }

  .resultSection p.sub {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  .resultWrap {
    display: block;
  }

  .resultBlock {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

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

  .resultBlock h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .resultItem {
    margin-bottom: 20px;
  }

  .resultItem .icon {
    width: 40px;
    height: 40px;
  }

  .resultItem .text {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 12px;
    font-size: 17px;
    line-height: 22px;
  }

  .resultItem .text h4 {
    font-size: 21px;
    line-height: 28px;
  }

  .resultItem .text p {
    margin-bottom: 10px;
  }

  .resultButton {
    padding: 0;
  }

  .casesSection {
    padding-top: 40px;
  }

  .casesSection p.sub {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  .casesBlock {
    padding-top: 25px;
    padding-bottom: 70px;
  }

  .casesBlock .slick-initialized .slick-slide {
    display: block;
  }

  .casesBlock .slick-dots {
    bottom: -35px;
  }

  .casesBlock .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 8px;
  }

  .casesSlider {
    display: none;
  }

  .casesMobSlider {
    display: block;
  }

  .casesSliderItem {
    display: block;
    margin: 0;
  }

  .casesItem {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 15px;
  }

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

  .casesItemTop .case {
    font-size: 18px;
    line-height: 24px;
  }

  .casesItemTop .case img {
    width: 30px;
    margin-right: 8px;
  }

  .casesItemTop .date {
    font-size: 18px;
    line-height: 24px;
  }

  .casesItemElem {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .casesItemElem strong {
    font-size: 24px;
    line-height: 32px;
    margin-top: 5px;
  }

  footer {
    padding: 30px 0;
  }

  .footerWrap {
    display: block;
  }

  .footerCenter,
  .footerRight {
    width: 100%;
  }

  .footerCenter,
  .footerAddress {
    margin-bottom: 15px;
  }

  footer .logoBlock {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  footer .logoBlockText .name {
    display: block;
  }

  .modal {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    padding: 30px 15px;
    padding-top: 40px;
  }

  .modal .close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .modal h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .input {
    margin-bottom: 20px;
  }

  .input p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 7px;
  }

  .input textarea {
    padding: 10px 15px;
    font-size: 17px;
  }

  .input textarea::-webkit-input-placeholder {
    font-size: 17px;
  }

  .input textarea::-moz-placeholder {
    font-size: 17px;
  }

  .input textarea:-ms-input-placeholder {
    font-size: 17px;
  }

  .input textarea::placeholder {
    font-size: 17px;
  }

  .inputBlock {
    height: 45px;
  }

  .inputBlock input {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    padding: 0 15px;
    font-size: 17px;
  }

  .inputBlock input::-webkit-input-placeholder {
    font-size: 17px;
  }

  .inputBlock input::-moz-placeholder {
    font-size: 17px;
  }

  .inputBlock input:-ms-input-placeholder {
    font-size: 17px;
  }

  .inputBlock input::placeholder {
    font-size: 17px;
  }

  .inputBlock .select {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
  }

  .inputBlock .select::after {
    right: 10px;
  }

  .inputBlock .select select {
    padding: 0 15px;
    font-size: 17px;
  }

  .inputIcon {
    width: 45px;
  }

  .inputIcon img {
    max-width: 26px;
  }

  .thanksModal {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    padding: 30px 15px;
    padding-top: 40px;
  }

  .thanksModal .close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }

  .thanksModal h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .thanksModal p {
    font-size: 18px;
  }

  .casesMobArrows {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  header {
    padding-bottom: 400px;
  }

  .headerImg {
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 320px;
    max-width: 100%;
    height: auto;
  }

  .headerText {
    min-height: auto;
    max-width: 100%;
    padding-bottom: 0;
  }

  .headerText h1 {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .headerText h1 strong {
    font-size: 30px;
    line-height: 40px;
  }

  .headerText p {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .advanWrap {
    margin: 0;
    display: block;
  }

  .advanItem {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 560px) {
  .sertArrows {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 440px) {
  .headerButton .button {
    width: 100%;
  }

  ul.aboutRight li {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 10px;
    min-height: 160px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  ul.aboutRight li br {
    display: none;
  }

  ul.aboutRight li .digit {
    font-size: 52px;
    line-height: 66px;
  }

  ul.aboutRight li p {
    font-size: 16px;
    line-height: 19px;
  }
}