.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.lastWhiteSectionMainContainer .lastWhiteSectioMainRow, .stepsMainContainer .stepsMainRow, .instructionMainContainer .instructionMainRow, .bannerMainContainer .bannerMainRow, .advantagesMainContainer .advantagesMainRow, .greySectionMainContainer .descriptionGreySectionMainRow, .greySectionMainContainer .titleSectionMainRow, .headerMainContainer .descriptionHeaderMainRow {
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: latoL;
  src: url(../assets/fonts/Lato-Light.ttf);
}
@font-face {
  font-family: latoB;
  src: url(../assets/fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: latoBlack;
  src: url(../assets/fonts/Lato-Black.ttf);
}
@font-face {
  font-family: monsterratB;
  src: url(../assets/fonts/Montserrat-Bold.ttf);
}
h2 {
  font-family: latoL;
  font-size: 58px;
  color: #494949;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1300px) {
  h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 576px) {
  h2 {
    font-size: 35px;
  }
}
h2 span {
  font-family: latoL;
  color: #494949;
  font-size: 35px;
  text-transform: none;
  line-height: 1.3;
}
@media only screen and (max-width: 1300px) {
  h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  h2 span {
    font-size: 26px;
  }
}

h3 {
  font-family: latoL;
  color: #494949;
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  h3 {
    font-size: 26px;
  }
}
h3 strong {
  font-family: latoB;
  font-weight: 800;
}

h4 {
  font-size: 32px;
  font-family: myriadR;
  color: #41d0ff;
}
@media only screen and (max-width: 1300px) {
  h4 {
    font-size: 28px;
  }
}

p {
  font-size: 24px;
  font-family: myriadR;
  color: #494949;
}
@media only screen and (max-width: 1300px) {
  p {
    font-size: 20px;
  }
}

span {
  font-size: 24px;
  font-family: myriadR;
  color: #494949;
}
@media only screen and (max-width: 1300px) {
  span {
    font-size: 20px;
  }
}

body {
  background: #eeeeee;
  padding-bottom: 100px;
}

.headerMainContainer {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  background: #41d0ff;
}
.headerMainContainer .logoMainRow {
  width: 100%;
  height: 125px;
  -webkit-box-shadow: 0px 7px 35px -16px #42445a;
  -moz-box-shadow: 0px 7px 35px -16px #42445a;
  box-shadow: 0px 7px 35px -16px #42445a;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .logoMainRow {
    height: 75px;
  }
}
.headerMainContainer .logoMainRow .logoMainContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerMainContainer .logoMainRow .logoMainContainer .logoContainer {
  width: 245px;
  height: 75px;
}
@media only screen and (max-width: 1300px) {
  .headerMainContainer .logoMainRow .logoMainContainer .logoContainer {
    width: 175px;
  }
}
.headerMainContainer .logoMainRow .logoMainContainer .logoContainer a {
  width: 100%;
  height: 100%;
}
.headerMainContainer .logoMainRow .logoMainContainer .logoContainer a svg {
  width: 100%;
  height: 100%;
}
.headerMainContainer .logoMainRow .logoMainContainer .logoContainer a svg #path12 {
  fill: #41d0ff;
}
.headerMainContainer .logoMainRow .logoMainContainer .logoContainer a svg #path14 {
  fill: #41d0ff;
}
.headerMainContainer .descriptionHeaderMainRow {
  width: 1200px;
  flex: 1;
}
@media only screen and (max-width: 1300px) {
  .headerMainContainer .descriptionHeaderMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .descriptionHeaderMainRow {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .headerMainContainer .descriptionHeaderMainRow {
    width: 100%;
  }
}
.headerMainContainer .descriptionHeaderMainRow .leftSideHeader {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .descriptionHeaderMainRow .leftSideHeader {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .leftSideHeader {
    padding-top: 50px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .leftSideHeader .descriptionLeftSideHeader {
  max-width: 430px;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  .headerMainContainer .descriptionHeaderMainRow .leftSideHeader .descriptionLeftSideHeader {
    padding-left: 10px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .leftSideHeader .descriptionLeftSideHeader .newsTitle {
  font-family: latoB;
  color: #41d0ff;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #494949;
  display: inline-block;
  margin-bottom: 35px;
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .leftSideHeader .descriptionLeftSideHeader .newsTitle {
    font-size: 24px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader {
  width: 100%;
  height: auto;
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 50px;
  padding-left: 20px;
}
@media only screen and (max-width: 1300px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide {
    padding-top: 95px;
  }
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvImageContainer {
  width: 590px;
  height: 300px;
}
@media only screen and (max-width: 1300px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvImageContainer {
    width: 510px;
  }
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvImageContainer {
    width: 85%;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvImageContainer img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer {
  width: 500px;
  height: 270px;
  background: #494949;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 60px;
  -webkit-box-shadow: 0px 0px 30px -2px #42445a;
  -moz-box-shadow: 0px 0px 30px -2px #42445a;
  box-shadow: 0px 0px 30px -2px #42445a;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer {
    width: 420px;
    height: 230px;
  }
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer {
    left: auto;
    bottom: -170px;
  }
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer {
    width: 75%;
    bottom: -130px;
  }
}
@media only screen and (max-width: 450px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer {
    width: 90%;
    bottom: -130px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .pictureCircle {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background: #8c8c8c;
  position: absolute;
  top: -75px;
  overflow: hidden;
  border-style: solid;
  border-color: #8c8c8c;
  border-width: 5px;
}
@media only screen and (max-width: 992px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .pictureCircle {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .pictureCircle {
    width: 100px;
    height: 100px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .pictureCircle img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn {
  width: 355px;
  height: 70px;
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn {
    width: 300px;
    height: 50px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-left: 2px;
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a:hover .btnIcon .arrowBtn {
  left: 57px;
  transition: 0.4s;
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a:hover .btnIcon .arrowBtn {
    left: 43px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnTitle {
  font-family: monsterratB;
  font-size: 26px;
  color: #41d0ff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnTitle {
    font-size: 20px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnIcon {
  width: 115px;
  height: 60px;
  border-style: solid;
  border-color: #41d0ff;
  border-width: 2px;
  background: #494949;
  display: flex;
  align-items: center;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  padding-right: 3px;
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnIcon {
    width: 90px;
    height: 45px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnIcon .arrowBtn {
  width: 50px;
  height: 50px;
  background: #41d0ff;
  -webkit-box-shadow: 10px 0px 30px -4px black;
  -moz-box-shadow: 10px 0px 30px -4px black;
  box-shadow: 10px 0px 30px -4px black;
  transition: 0.4s;
  position: relative;
  left: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnIcon .arrowBtn {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnIcon .arrowBtn svg {
    width: 25px;
  }
}
.headerMainContainer .descriptionHeaderMainRow .rightSideHeader .descriptionRightSide .cvActionContainer .createBtn a .btnIcon .arrowBtn svg path {
  fill: #494949;
}

.greySectionMainContainer {
  width: 100%;
  height: auto;
  background: #eeeeee;
}
.greySectionMainContainer .titleSectionMainRow {
  width: 1200px;
  height: 200px;
  padding-top: 140px;
}
@media only screen and (max-width: 1300px) {
  .greySectionMainContainer .titleSectionMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .greySectionMainContainer .titleSectionMainRow {
    width: 768px;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .greySectionMainContainer .titleSectionMainRow {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .greySectionMainContainer .titleSectionMainRow {
    padding-top: 150px;
  }
}
.greySectionMainContainer .titleSectionMainRow .titleSectionMainColumn {
  width: 100%;
  height: auto;
}
.greySectionMainContainer .descriptionGreySectionMainRow {
  width: 1200px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1300px) {
  .greySectionMainContainer .descriptionGreySectionMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .greySectionMainContainer .descriptionGreySectionMainRow {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .greySectionMainContainer .descriptionGreySectionMainRow {
    width: 100%;
  }
}
.greySectionMainContainer .descriptionGreySectionMainRow .leftSideGreySection {
  width: 100%;
  height: auto;
}
.greySectionMainContainer .descriptionGreySectionMainRow .leftSideGreySection .pictureContainer {
  width: 330px;
  height: 330px;
  margin-left: 30px;
}
@media only screen and (max-width: 1300px) {
  .greySectionMainContainer .descriptionGreySectionMainRow .leftSideGreySection .pictureContainer {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .greySectionMainContainer .descriptionGreySectionMainRow .leftSideGreySection .pictureContainer {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
  }
}
.greySectionMainContainer .descriptionGreySectionMainRow .leftSideGreySection .pictureContainer img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection {
  width: 100%;
  height: auto;
}
.greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection .rightSideDescription {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  .greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection .rightSideDescription {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection .rightSideDescription {
    padding-top: 50px;
  }
}
.greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection .rightSideDescription h4 {
  margin-bottom: 30px;
}
.greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection .rightSideDescription p {
  margin-bottom: 40px;
}
.greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection .rightSideDescription p:last-child {
  margin-bottom: 0px;
}
.greySectionMainContainer .descriptionGreySectionMainRow .rightSideGreySection .rightSideDescription p span {
  text-align: right;
  display: block;
}
.advantagesMainContainer {
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.advantagesMainContainer .advantagesMainRow {
  width: 1200px;
  height: auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .advantagesMainContainer .advantagesMainRow {
    width: 992px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .advantagesMainContainer .advantagesMainRow {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .advantagesMainContainer .advantagesMainRow {
    width: 100%;
  }
}
.advantagesMainContainer .advantagesMainRow .advantagesleftColumn {
  width: 100%;
  height: auto;
}
.advantagesMainContainer .advantagesMainRow .advantagesleftColumn .iconContainer {
  width: 100px;
  height: 100px;
  background: #41d0ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .advantagesMainContainer .advantagesMainRow .advantagesleftColumn .iconContainer {
    margin-left: auto;
  }
}
@media only screen and (max-width: 576px) {
  .advantagesMainContainer .advantagesMainRow .advantagesleftColumn .iconContainer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.advantagesMainContainer .advantagesMainRow .advantagesleftColumn .iconContainer svg path {
  fill: #fff;
}
.advantagesMainContainer .advantagesMainRow .advantagesRightColumn {
  width: 100%;
  height: auto;
  padding-left: 50px;
}
@media only screen and (max-width: 450px) {
  .advantagesMainContainer .advantagesMainRow .advantagesRightColumn {
    padding-left: 0px;
  }
}

.bannerMainContainer {
  width: 100%;
  height: 415px;
  background-image: url(../img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 992px) {
  .bannerMainContainer {
    background-position: right;
  }
}
@media only screen and (max-width: 576px) {
  .bannerMainContainer {
    height: auto;
    background-position: 75%;
  }
}
.bannerMainContainer .bannerMainRow {
  width: 1200px;
  height: 100%;
  padding-top: 100px;
  height: 100px;
}
@media only screen and (max-width: 1300px) {
  .bannerMainContainer .bannerMainRow {
    width: 992px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .bannerMainContainer .bannerMainRow {
    width: 768px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .bannerMainContainer .bannerMainRow {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .bannerMainContainer .bannerMainRow {
    height: auto;
  }
}
.bannerMainContainer .bannerMainRow .bannerMainColumn {
  width: 100%;
  height: auto;
}
.bannerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner {
  width: 100%;
  height: auto;
}
.bannerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner h4 {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .bannerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner h4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
.bannerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner ol li {
  font-size: 24px;
  font-family: myriadR;
  color: #fff;
  padding-left: 20px;
}
@media only screen and (max-width: 1300px) {
  .bannerMainContainer .bannerMainRow .bannerMainColumn .descriptionBanner ol li {
    font-size: 20px;
  }
}

.instructionMainContainer {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
.instructionMainContainer .instructionMainRow {
  width: 1200px;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  .instructionMainContainer .instructionMainRow {
    width: 992px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .instructionMainContainer .instructionMainRow {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .instructionMainContainer .instructionMainRow {
    width: 100%;
  }
}
.instructionMainContainer .instructionMainRow .instructionLeftSide {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .instructionMainContainer .instructionMainRow .instructionLeftSide {
    padding-bottom: 50px;
  }
}
.instructionMainContainer .instructionMainRow .instructionLeftSide .descriptionInstruction {
  width: 100%;
  height: auto;
  padding-right: 15px;
}
.instructionMainContainer .instructionMainRow .instructionRightSide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instructionMainContainer .instructionMainRow .instructionRightSide .instructionImageContainer {
  width: 390px;
  height: 280px;
  background: #494949;
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px -2px #42445a;
  -moz-box-shadow: 0px 0px 30px -2px #42445a;
  box-shadow: 0px 0px 30px -2px #42445a;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .instructionMainContainer .instructionMainRow .instructionRightSide .instructionImageContainer {
    width: 350px;
    height: 245px;
  }
}
@media only screen and (max-width: 450px) {
  .instructionMainContainer .instructionMainRow .instructionRightSide .instructionImageContainer {
    width: 280px;
    height: 210px;
  }
}
.instructionMainContainer .instructionMainRow .instructionRightSide .instructionImageContainer .imageContainer {
  width: 435px;
  height: 170px;
  position: absolute;
}
@media only screen and (max-width: 1300px) {
  .instructionMainContainer .instructionMainRow .instructionRightSide .instructionImageContainer .imageContainer {
    width: 395px;
    height: 170px;
  }
}
@media only screen and (max-width: 450px) {
  .instructionMainContainer .instructionMainRow .instructionRightSide .instructionImageContainer .imageContainer {
    width: 320px;
    height: 119px;
  }
}
.instructionMainContainer .instructionMainRow .instructionRightSide .instructionImageContainer .imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stepsMainContainer {
  width: 100%;
  height: auto;
  background: #eeeeee;
  padding-top: 100px;
  padding-bottom: 100px;
}
.stepsMainContainer .stepsMainRow {
  width: 1200px;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  .stepsMainContainer .stepsMainRow {
    width: 992px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .stepsMainContainer .stepsMainRow {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .stepsMainContainer .stepsMainRow {
    width: 100%;
  }
}
.stepsMainContainer .stepsMainRow .stepsMainColumn {
  width: 100%;
  height: auto;
}
.stepsMainContainer .stepsMainRow .stepsMainColumn ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 130px;
  padding-top: 60px;
}
@media only screen and (max-width: 576px) {
  .stepsMainContainer .stepsMainRow .stepsMainColumn ol {
    padding-left: 75px;
    padding-top: 15px;
  }
}
.stepsMainContainer .stepsMainRow .stepsMainColumn ol li {
  counter-increment: item;
  margin-bottom: 10px;
  text-indent: -130px;
  font-size: 24px;
  font-family: myriadR;
  color: #494949;
  margin-bottom: 15px;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .stepsMainContainer .stepsMainRow .stepsMainColumn ol li {
    font-size: 20px;
    text-indent: -110px;
  }
}
@media only screen and (max-width: 576px) {
  .stepsMainContainer .stepsMainRow .stepsMainColumn ol li {
    text-indent: -76px;
  }
}
.stepsMainContainer .stepsMainRow .stepsMainColumn ol li::before {
  content: counter(item);
  border-width: 2px;
  border-style: solid;
  border-color: #41d0ff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 60px;
  font-weight: normal;
  font-size: 40px;
  font-family: myriadR;
  color: #41d0ff;
  text-indent: 0px;
}
@media only screen and (max-width: 1300px) {
  .stepsMainContainer .stepsMainRow .stepsMainColumn ol li::before {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .stepsMainContainer .stepsMainRow .stepsMainColumn ol li::before {
    margin-right: 25px;
  }
}

.lastWhiteSectionMainContainer {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow {
  width: 1200px;
  height: auto;
}
@media only screen and (max-width: 1300px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow {
    width: 992px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow {
    width: 100%;
  }
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn {
  width: 100%;
  height: auto;
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection h4 {
  margin-top: 50px;
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection h4:first-child {
  margin-top: 0px;
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
}
@media only screen and (max-width: 450px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer {
    display: block;
  }
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer .smartBtn {
  margin-left: 10px;
}
@media only screen and (max-width: 450px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer .smartBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer .smartBtn:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 450px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer .smartBtn:first-child {
    margin-left: auto;
  }
}
.lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer .smartBtn a {
  font-family: latoB;
  color: #fff;
  text-transform: uppercase;
  font-size: 23px;
  padding: 20px;
  background: #41d0ff;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer .smartBtn a {
    padding: 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .lastWhiteSectionMainContainer .lastWhiteSectioMainRow .lastWhiteSectionMainColumn .descriptionLastSection .buttonsContainer .smartBtn a {
    display: block;
    text-align: center;
  }
}

/*# sourceMappingURL=mainStyle.css.map */
