body {
  overflow-x: hidden;
}

.mt20 {
  margin-top: 20px;
}

.globalWrapper {
  width: 100vw;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.globalPadding {
  padding: 0 80px;
}

.commonWrapper {
  width: 100vw;
  max-width: 100%;
}

.commonMargin {
  width: 1400px;
  max-width: 100vw;
  margin: 0 auto;
}

.headerWrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.headerContainer {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url("../img/header_main_background2.jpg");
  overflow: hidden;
}

.canvasContainer {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.3;
}

.headerPadding {
  min-height: 90px;
}

.headerNavBar {
  position: fixed;
  width: 100%;
  min-height: 90px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 11;
  transition: background-color 300ms ease-in-out;
}

.commonNavBar {
  display: flex;
  align-items: center;
}

.commonNavBar li {
  font-weight: 300;
  cursor: pointer;
  margin: 0 10px;
  opacity: 0.5;
  transition: 300ms opacity ease-in-out;
}

.commonNavBar li:hover {
  opacity: 1;
}

.headerNavBarLeft {
  display: flex;
}

.headerNavBarButton {
  height: 40px;
  padding: 0 20px;
  background: linear-gradient(-163deg, #0fb7d8 14%, #4473dd 100%);
  border-radius: 20px;
  border: 0;
  outline: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-left: 5px;
  cursor: pointer;
}

.headerNavBarButton:hover {
  background: linear-gradient(-100deg, #0fb7d8 14%, #4473dd 100%);
}

.headerNavBarLogo {
  height: 60px;
  min-width: 300px;
  background: url("../img/logos/logo_white.png") center center no-repeat;
  background-size: contain;
}

.headerAboutWrapper {
  padding-top: 80px;
  padding-bottom: 50px;
  background: url("../img/header_about_background.svg") top center no-repeat;
  background-position: top center !important;
  color: #fff;
  z-index: 3;
}

.headerAboutTitle {
  font-size: 30px;
  margin-bottom: 50px;
}

.headerAboutParagraph {
  max-width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

.headerContent {
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 3;
}

.headerContentTitleBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headerContentTitleBlock h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.headerContentTitleBlock button {
  margin-top: 30px;
  height: 50px;
  width: 300px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  outline: none;
  transition: 300ms background ease-in-out;
  cursor: pointer;
}

.headerContentTitleBlock button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.headerContentLogo {
  width: 300px;
  height: 25vh;
  /*background: url("../img/logo.webp") center center no-repeat;*/
  background: url("../img/logos/logo.png") center center no-repeat;
  background-size: contain;
}


/* SERVICES */

.servicesWrapper {
  background: #f9f9fb;
  z-index: 3;
}

.servicesContainer {
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
}

.servicesTitle {
  font-size: 40px;
  text-align: center;
}

.servicesCommon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.servicesItemBlock {
  width: 49%;
  background-color: transparent;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 0 0 #000;
  transition: 300ms background-color ease-in-out, 1s transform ease-in-out;
  display: flex;
  cursor: default;
}

.servicesItemBlock:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.servicesItemBlockLeft {
  transform: translateX(-50vw);
}

.servicesItemBlockRight {
  transform: translateX(50vw);
}

.servicesItemBlockIcon {
  min-width: 70px;
  min-height: 70px;
  margin-right: 30px;
}

.sibi1 {
  background: url("../img/icons/1.png") center top no-repeat;
  background-size: 50px;
}

.sibi2 {
  background: url("../img/icons/2.png") center top no-repeat;
  background-size: 54px;
}

.sibi3 {
  background: url("../img/icons/3.png") center top no-repeat;
  background-size: 56px;
}

.sibi4 {
  background: url("../img/icons/4.png") center top no-repeat;
  background-size: contain;
}

.sibi5 {
  background: url("../img/icons/5.png") center top no-repeat;
  background-size: 60px;
}

.sibi6 {
  background: url("../img/icons/6.png") center top no-repeat;
  background-size: 50px;
}

.servicesItemContent {
  display: flex;
  flex-direction: column;
}

.servicesItemBlockTitle {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

/*.servicesItemBlockTitle:hover {*/
/*  color: #444;*/
/*}*/

.servicesItemBlockParagraph {
  margin: 5px 0;
  font-weight: 300;
  font-size: 18px;
  /*color: #008cd6;*/
}

/*.servicesItemBlockParagraph:hover {*/
/*  color: #000;*/
/*}*/

/* INFO BLOCK */

.infoWrapper {
  background: #2d91da;
  min-height: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.infoContent {
  display: flex;
  flex-direction: column;
}

.infoContentContainer {
  display: flex;
}

.infoContentTitle {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
}

.infoContentBlock {
  width: 50%;
  padding: 0 10px;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  text-align: justify;
  user-select: none;
}

/* CALC */

.calcWrapper {
  background: #f1f1f1;
  padding: 60px 0 0;
}

.calcContainer {
  display: flex;
  justify-content: center;
}

.calcBlock {
  width: 50%;
  padding-bottom: 20px;
  padding-right: 40px;
  user-select: none;
}

.calcTitle {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.inputContainer {
  padding-top: 10px;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  align-items: center;
}

.inputTitle {
  width: 100%;
  position: absolute;
  top: 0;
}

.inputBlock {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 60px;
  justify-content: flex-end;
}

.countBlock {
  cursor: default;
  width: 40px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  font-weight: 200;
}

.numberContainer {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  padding-right: 2px;
  height: 20px;
  font-weight: 200;
}

.calcInput {
  width: 100%;
}

.checkboxContainer {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.iptCheckbox {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.resultsBlock {
  width: 30%;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultsLogo {
  margin-left: 20px;
  height: 60px;
  width: 100%;
  background: url("../img/logos/logo1.png") center center no-repeat;
  background-size: contain;
}

.resultsTitle {
  margin: 20px 0;
  font-size: 24px;
  color: #008cd6;
  text-align: center;
  font-weight: 400;
}

.resultsSpan {
  margin: 10px 0;
  font-size: 19px;
}

.resultsItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 200;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}

.resultsItem p:last-child {
  color: #008cd6;
}

.resultsResult {
  color: #008cd6;
  font-size: 30px;
}

/* INPUT RANGE */

.inputBlock input[type=range] {
  -webkit-appearance: none;
}

.inputBlock input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.inputBlock input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #666;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2d91da;
  cursor: pointer;
}

.inputBlock input[type=range]::-moz-range-thumb {
  border: 1px solid #666;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2d91da;
  cursor: pointer;
}

.inputBlock input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 18px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.inputBlock input[type=range]::-moz-range-track {
  width: 100%;
  height: 18px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.inputBlock input[type=range]::-ms-track {
  width: 99%;
  height: 18px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.inputBlock input[type=range]::-ms-thumb {
  border: 1px solid #666;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #2d91da;
  cursor: pointer;
}

.inputBlock input[type=range]::-ms-fill-lower {
  background: #fff;
}

.inputBlock input[type=range]::-ms-fill-upper {
  background: #fff;
}

.inputBlock input[type=range]::-ms-tooltip {
  display: none;
}

/* PARTNERS */

.partnersWrapper {
  background: #fff;
  padding: 40px 0;
}

.partnersTitle {
  font-size: 30px;
  margin-bottom: 30px;
  max-width: min-content;
  white-space: nowrap;
}

.partnersTitle:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #2d91da;
}

.partnersContainer {

}

.partnersBlock {
  position: relative;
  width: fit-content;
  padding: 10px 60px;
  border: 1px solid #CCC;
  border-radius: 15px;
  user-select: none;
}

.partnersItem {
  width: 280px;
  display: flex;
  justify-content: center;
}

.partnersBlock img {
  width: 200px;
  height: 170px;
  display: block;
}

.partnersArrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  outline: none;
  opacity: 0.4;
  transition: 300ms opacity ease-in-out;
  cursor: pointer;
}

.partnersArrow:hover {
  opacity: 0.7;
}

.partnersPrev {
  left: 15px;
  background: url("../img/partners/curve-arrow-pointing-left.png") no-repeat;
}

.partnersNext {
  right: 15px;
  background: url("../img/partners/curve-arrow-pointing-right.png") no-repeat;
}

.partnersGallery {
  width: 1120px;
  overflow: hidden;
}

.partnersGallery ul {
  height: 170px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  font-size: 0;
}

.partnersGallery li {
  display: inline-block;
}

/* FOOTER */

.footerWrapper {
  background: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footerRequestBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  background: #1d1a3d;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
}

.footerRequestBlockText {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.footerContacts {
  display: flex;
  justify-content: space-between;
}

.footerContactsBlock {
  width: 22%;
}

.footerContactsBlockTitle {
  font-size: 20px;
  display: flex;
}

.fcLogo {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background: url("../img/logos/logo.png") left center no-repeat;
  -ms-interpolation-mode: bicubic;
  background-size: contain;
}

.footerContactsBlockText {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin: 20px 0;
}

.footerRequestBlockButton {
  height: 60px;
  width: 300px;
  font-size: 18px;
}

.footerContactsBlockSocials {
  margin-top: 30px;
  display: flex;
}

.footerSocialsImg {
  width: 35px;
  height: 35px;
  margin-right: 30px;
}

.footerCopyright {
  font-weight: 200;
  margin-top: 40px;
  text-align: center;
}

/* CONTACTS GLOBAL BUTTON */

.globalContactsContainer {
  position: fixed;
  bottom: 60px;
  left: 60px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.1);
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.globalContactsBlock {
  position: relative;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: #0075a6;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 300ms ease-in-out, height 300ms ease-in-out, background 300ms ease-in-out;
}

.globalContactsImage {
  width: 25px;
  height: 25px;
  filter: invert(1);
}

.globalContactsPulse {
  height: 56px;
  width: 56px;
  border: 1px solid #0075a6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    height: 56px;
    width: 56px;
    border: 1px solid #0075a6;
  }
  40% {
    height: 120px;
    width: 120px;
    border: 1px solid transparent;
  }
  100% {
    border: 1px solid transparent;
  }
}

.globalContactsDialog {
  position: fixed;
  left: 140px;
  bottom: 60px;
  height: 80px;
  width: 300px;
  background: #fff;
  border: 2px solid #0075a6;
  border-radius: 15px;
  display: flex;
  opacity: 0;
  padding: 15px;
  transition: opacity 500ms ease-in-out;
}

.globalContactsArrow {
  position: absolute;
  width: 8px;
  height: 8px;
  left: -6px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #0075a6;
  border-top: 2px solid #0075a6;
  background: #fff;
}

.globalContactsPhoto {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 5px;
  background: url("../img/goose.png") center center no-repeat;
  background-size: contain;
}

.globalContactsMessage {
  font-weight: 300;
}

.globalContactsCross {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* GLOBAL CONTACTS BLOCK */

.globalContactsWrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.3);
  z-index: 14;
  padding-left: 60px;
  padding-bottom: 130px;
  justify-content: flex-start;
  align-items: flex-end;
}

.globalContactsItems {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.globalContactsItem {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.globalContactsItem:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.gci1 {
  background: #fff url("../img/socials_color/089-telegram.png") 3px center no-repeat;
  background-size: 35px;
}

.gci2 {
  background: #fff url("../img/socials_color/101-viber.png") 5px center no-repeat;
  background-size: 35px;
}

.gci3 {
  background: #fff url("../img/socials_color/044-instagram.png") 7px center no-repeat;
  background-size: 32px;
}

.gci4 {
  background: #fff url("../img/socials_color/023-facebook.png") 5px center no-repeat;
  background-size: 35px;
}

.gci5 {
  background: #fff url("../img/icons/phone-contact.png") 5px center no-repeat;
  background-size: 35px;
}

/* CLOSE BUTTON */

.closeButton {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff url("../img/icons/close.png") center center no-repeat;
  background-size: 30px;
  cursor: pointer;
}

/* MODAL FORM */

.modalFormWrapper {
  position: fixed;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  z-index: 17;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.modalFormContainer {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modalInputTitle {
  width: calc(100% - 50px);
  font-weight: 200;
  font-size: 14px;
}

.modalFormInput {
  width: calc(100% - 50px);
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px;
  margin-bottom: 15px;
  padding: 0 10px;
}

.modalFormTitle {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}

.modalFormText {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 18px;
}

/* PHONE SELECT */

.inputSelectContainer {
  display: flex;
  height: 40px;
  position: relative;
  border: 1px solid #ccc;
}
.pseudoSelect {
  height: 100%;
  line-height: 40px;
  padding: 0 25px;
  position: relative;
  border-right: 0;
}
.pseudoSelectInput {
  padding: 0 5px;
  height: calc(100% - 1px);
  outline: none;
  border: 0;
  font-size: 20px;
}
.pseudoSelectInput::placeholder {
  color: #757575;
}
.pseudoSelectArrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #666;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
.pseudoSelectOptions {
  position: absolute;
  left: -1px;
  top: 38px;
  height: 150px;
  width: 500px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  background-color: #fff;
  display: none;
  flex-direction: column;
}
.pseudoSelectOption {
  padding-left: 35px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #555;
  font-size: 18px;
}
.pseudoSelectOption:hover {
  background-color: #eee;
}
.pseudoSelectUA {
  background: url("../img/flags/ukraine.png") 5px center no-repeat;
  background-size: 20px;
}
.pseudoSelectRU {
  background: url("../img/flags/russia.png") 5px center no-repeat;
  background-size: 20px;
}
.pseudoSelectBL {
  background: url("../img/flags/belarus.png") 5px center no-repeat;
  background-size: 20px;
}
.pseudoSelectKZ {
  background: url("../img/flags/kazakhstan.png") 5px center no-repeat;
  background-size: 20px;
}
.pseudoSelectBG {
  background: url("../img/flags/bulgaria.png") 5px center no-repeat;
  background-size: 20px;
}
.pseudoSelectMD {
  background: url("../img/flags/moldova.png") 5px center no-repeat;
  background-size: 20px;
}
.pseudoSelectRO {
  background: url("../img/flags/romania.png") 5px center no-repeat;
  background-size: 20px;
}