.nopadding {
  padding: 0px;
}

.nomargin {
  margin: 0px;
}

.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .boxBtn a, .twoBoxesMainContainer .boxMainRow, .smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .imagePhoto, .smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer, .smartSectionMainContainer .smartSectionMainRow {
  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);
}
@font-face {
  font-family: promptB;
  src: url(../assets/fonts/Prompt-Bold.ttf);
}
@font-face {
  font-family: promptM;
  src: url(../assets/fonts/Prompt-Medium.ttf);
}
body {
  padding-top: 100px;
}

h3 {
  font-size: 50px;
  color: #2f4262;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  max-width: 450px;
  font-family: promptSB;
}

h4 {
  font-size: 27px;
  color: #2f4262;
  font-weight: 400;
  font-family: promptR;
}
@media only screen and (max-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-family: promptL;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 2;
}
p strong {
  font-family: promptSB;
  font-weight: 500;
}

.smartSectionMainContainer {
  width: 100%;
  height: auto;
  background: #fff;
}
.smartSectionMainContainer .smartSectionMainRow {
  width: 1300px;
  height: 270px;
  background: #bbc9cd;
}
@media only screen and (max-width: 1300px) {
  .smartSectionMainContainer .smartSectionMainRow {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .smartSectionMainContainer .smartSectionMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .smartSectionMainContainer .smartSectionMainRow {
    width: 768px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .smartSectionMainContainer .smartSectionMainRow {
    width: 90%;
    height: auto;
  }
}
.smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 70px;
}
@media only screen and (max-width: 992px) {
  .smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn {
    justify-content: center;
    padding-right: 0px;
  }
}
.smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn .descriptionLeftSideSmart {
  width: 240px;
  height: 170px;
}
.smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn .descriptionLeftSideSmart .commercialTitle {
  display: block;
  width: 220px;
  text-align: center;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: promptB;
  background: #2b405f;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}
.smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn .descriptionLeftSideSmart .descriptionCommercialHeader {
  display: block;
  width: 100%;
}
.smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn .descriptionLeftSideSmart .descriptionCommercialHeader h3 {
  font-size: 40px;
  color: #718388;
  text-align: right;
  line-height: 1.1;
  max-width: 500px;
}
.smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn .descriptionLeftSideSmart .descriptionCommercialHeader h4 {
  font-family: promptM;
  color: #718388;
  font-size: 19px;
  text-align: right;
  font-weight: 500;
}
.smartSectionMainContainer .smartSectionMainRow .leftSideSmartSectionColumn .descriptionLeftSideSmart .descriptionCommercialHeader p {
  font-family: promptL;
  font-size: 15px;
  font-weight: 300;
  color: #718388;
  text-align: right;
  margin-top: 53px;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn {
    justify-content: center;
    padding-top: 50px;
    flex-direction: column;
  }
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer {
  width: 350px;
  height: 300px;
  position: relative;
  top: -18px;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer {
  width: 300px;
  height: 110px;
  background: #c9d4d7;
  border-radius: 20px;
  position: relative;
  bottom: 5px;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .imagePhoto {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  top: -45px;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .imagePhoto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 30px;
  top: auto;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  padding-left: 2px;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a:hover .btnIcon .arrowBtn {
  left: 35px;
  transition: 0.4s;
}
@media only screen and (max-width: 576px) {
  .smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a:hover .btnIcon .arrowBtn {
    left: 43px;
  }
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a .btnTitle {
  font-family: monsterratB;
  font-size: 18px;
  color: #77888d;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 576px) {
  .smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a .btnTitle {
    font-size: 20px;
  }
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a .btnIcon {
  width: 70px;
  height: 40px;
  border-style: solid;
  border-color: #6f8085;
  border-width: 2px;
  background: #494a4a;
  display: flex;
  align-items: center;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  padding-right: 3px;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a .btnIcon .arrowBtn {
  width: 30px;
  height: 30px;
  background: #718388;
  -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;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a .btnIcon .arrowBtn svg {
  width: 20px;
}
@media only screen and (max-width: 576px) {
  .smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a .btnIcon .arrowBtn svg {
    width: 15px;
  }
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .infographicContainer .infoGraphicSmallContainer .createBtn a .btnIcon .arrowBtn svg path {
  fill: #494a4a;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .rightSideSmartSectionDescription {
  width: 235px;
  height: 90px;
  margin-left: 50px;
}
.smartSectionMainContainer .smartSectionMainRow .rightSideSmartSectionColumn .rightSideSmartSectionDescription h4 {
  font-family: promptM;
  color: #718388;
  font-size: 19px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 0px;
}

.twoBoxesMainContainer {
  width: 100%;
  height: auto;
  background: #fff;
}
.twoBoxesMainContainer .boxMainRow {
  width: 1300px;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1300px) {
  .twoBoxesMainContainer .boxMainRow {
    width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow {
    width: 992px;
  }
}
@media only screen and (max-width: 992px) {
  .twoBoxesMainContainer .boxMainRow {
    width: 768px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .twoBoxesMainContainer .boxMainRow {
    width: 90%;
    height: auto;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn {
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: flex-start;
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn:last-child {
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn:last-child {
    margin-top: 40px;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow {
  width: 635px;
  height: 330px;
  background: #bbc9cd;
}
@media only screen and (max-width: 1300px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow {
    width: 590px;
  }
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow {
    width: 480px;
  }
}
@media only screen and (max-width: 992px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow {
    width: 100%;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox {
  max-width: 310px;
  height: 100%;
}
@media only screen and (max-width: 576px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox .bookImage {
  width: 240px;
  height: 335px;
  position: relative;
  top: -25px;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox .bookImage {
    width: 220px;
    top: -25px;
  }
}
@media only screen and (max-width: 576px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox .bookImage {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox .bookImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox .leftImage {
  width: 100%;
  height: 100%;
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .imageBox .leftImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox {
  max-width: 330px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox {
    max-width: 100%;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description {
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 30px;
  padding-top: 40px;
}
@media only screen and (max-width: 1300px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description {
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description {
    padding-left: 10px;
    padding-right: 5px;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description h3 {
  font-size: 32px;
  color: #718388;
  text-align: left;
  line-height: 1.1;
  max-width: 500px;
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 576px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 450px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description h3 {
    font-size: 20px;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description h4 {
  font-family: promptM;
  color: #718388;
  font-size: 19px;
  text-align: left;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .description h4 {
    font-size: 18px;
  }
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .boxBtn {
  position: absolute;
  bottom: 30px;
}
.twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .boxBtn a {
  display: block;
  width: 220px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: promptB;
  background: #2b405f;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .twoBoxesMainContainer .boxMainRow .boxMainColumn .boxContainerRow .descriptionBox .boxBtn a {
    width: 180px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }
}

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