@font-face {
  font-family: "Proxima Nova Rg Regular";
  src: url("../fonts/Proxima Nova Rg Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Proxima Nova Rg Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Proxima Nova Rg Regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Proxima Nova Rg Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Proxima Nova Rg Regular.svg#svgFontName")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "Proxima Nova Rg Bold";
  src: url("../fonts/Proxima Nova Rg Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Proxima Nova Rg Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Proxima Nova Rg Bold.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Proxima Nova Rg Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Proxima Nova Rg Bold.svg#svgFontName")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "Proxima Nova Rg Semibold";
  src: url("../fonts/Proxima Nova Rg Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Proxima Nova Rg Semibold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Proxima Nova Rg Semibold.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Proxima Nova Rg Semibold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Proxima Nova Rg Semibold.svg#svgFontName")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "Proxima Nova Rg Extrabold";
  src: url("../fonts/Proxima Nova Rg Extrabold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Proxima Nova Rg Extrabold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Proxima Nova Rg Extrabold.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Proxima Nova Rg Extrabold.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Proxima Nova Rg Extrabold.svg#svgFontName")
      format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "Proxima Nova Rg Italic";
  src: url("../fonts/Proxima Nova Rg Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Proxima Nova Rg Italic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/Proxima Nova Rg Italic.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Proxima Nova Rg Italic.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Proxima Nova Rg Italic.svg#svgFontName")
      format("svg"); /* Legacy iOS */
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Proxima Nova Rg Regular";
  background-color: #fff;
}

img {
  display: block;
}
img.logo-image {
  width:300px;
}

.courent_language{
  display: none;
}

.language{
  display: flex;
  position: absolute;
  background-color: white;
}

.language-changer a{
  text-decoration: none;
  color:inherit;
}

.language_marginRight{
  margin-right: 10px;
}

.language-changer{
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-family: "Proxima Nova Rg Regular";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  transition: 0.3s;
  -moz-user-select: none;
  user-select: none;
}

input {
  font-family: "Proxima Nova Rg Regular";
}

.above-text,
.below-text {
  display: none !important;
}

.main-base-flex-width {
  width: 85%;
}

.header-container {
  background-color: #fff;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
 /*.header-container:after {	display: block;	background-color: rgba(21, 194, 243, 0.2);	width: 100%;	height: 1px;	position: absolute;	top: 134px;	left: 0;	content: '';}
*/
.header-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.header-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 133px;
}


.logo-text {
  padding-left: 20px;
}

.logo-icon-container,
.logo-text-container {
  cursor: pointer;
}

.menu-container {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  width: 100%;
  justify-content:flex-end;
  text-transform: uppercase;
}

.menu-container-mobile {
  display: none;
}

.menu-element {
  cursor: pointer;
  margin: auto 0px auto 30px;
  white-space: nowrap;
  position: relative;
  font-family: "Proxima Nova Rg Regular";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  transition: 0.3s;
  -moz-user-select: none;
  user-select: none;
}

 /*.menu-element.active{	color: #97e0ff;	transition: .3s;}
.menu-element:hover{	color: #97e0ff;	transition: .2s;	opacity: 0.8;}
*/
.menu-element.active::after {
  display: block;
  height: 5px;
  content: "";
  background: #242532;
  border-radius: 5px;
  position: absolute;
  bottom: -58px;
  z-index: 1;
  left: -5px;
  width: calc(100% + 10px);
  transition: 0.3s;
}

.main-wrapper {
  width: 100%;
}

.slogan-block {
  position: relative;
}

.main-image-container {
  box-sizing: border-box;
  position: relative;
  /*margin-top: 130px;*/
}

.main-image {
  width: 100%;
  height: 775px;
  overflow: hidden;
}

.main-image-photo{
  width: 1903px;
}

@media (min-width: 1921px){
  .main-image{
    height: 1050px;
  }

  .main-image-photo{
    width: 2560px;
  }
}

@media (min-width:2561px){
  .main-image{
    height: 1650px;
  }
  .main-image-photo{
    width: 3840px;
  }
}


.low-q {
  position: absolute;
  top: 0;
  left: 0;
}

.main-image-mobile-container {
  position: relative;
  display: none;
}

.to-google-suit-link-mobile{
  display:none;
}

.main-content-elements {
  position: absolute;
  top: 83px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.main-info-container {
}

.main-text-container {
  /*height: 315px;*/
  width: 660px;
  position: relative;
}

.main-text {
  font-size: 100px;
  line-height: 112%;
  letter-spacing: 0px;
  font-family: "Proxima Nova Rg Bold";
  color: #242532;
  background: url("delivery.png") center no-repeat;
  background-size: contain;
  width: 550px;
  height: 263px;
  margin-top:30px;
}

.main-text-blue {
  /*color: #10b2ef;*/
}


.main-google .main-google-item {
  display: inline-block;
  margin: 0 30px 0 0;
}




.scroll-down-button-container {
  margin-top: 30px;
}

.scroll-down-button-components {
  /*width: 410px;*/
  position: relative;
  display: flex;
}

.scroll-button-div{
  display: flex;
  justify-content: center;
}

.scroll-button-div:after {
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  content: "";
  background: url("../images/lil-arrow.png") center center no-repeat;
  bottom: -40px;
  transition: 0.1s;
}

.scroll-button-div:hover:after {
  opacity: 0.7;
  transition: 0.2s;
}

.scroll-button {
  font-family: "Proxima Nova Rg Regular";
  font-size: 20px;
  font-weight: bold;
  height: 90px;
  padding:0 100px 0 100px;
  border-radius: 45px;
  border: none;
  outline: none;
  background: #242532;/*linear-gradient(to right, #242532, #2b2c3d); /*color: #c9f1ff;*/
  color: #ffffff;
  box-shadow: 15px 15px 30px #46424a;
  position: relative;
  z-index: 1;
  transition: box-shadow 0.2s;
}

.scroll-button:hover {
  box-shadow: 0px 0px 0px #3b3048;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.95; /*	color: #242532;*/
}

.scroll-button:hover ~ .bigger-circle {
  transform: translate(-50%, -50%) scale(1.2);
  transition: 0.5s; /*background-color: #ecf3fa;*/
}

.scroll-button:hover ~ .smaller-circle {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.3s;
  background-color: #d4ecf9;
}

.circle-effect {
  position: absolute;
  left: 375px;
  top: calc(50% + 1px);
  transform: translate(-50%, -50%);
  border-radius: 70px;
  transition: 0.5s;
}

@-moz-document url-prefix() {
  .circle-effect {
    left: 376px;
    top: 50%;
  }

}

.bigger-circle {
  width: 144px;
  height: 144px;
  background-color: #eaf8ff;
  border: 1px solid rgba(219, 241, 252, 0.7);
  opacity: 0.6;
}

.smaller-circle {
  width: 110px;
  height: 110px;
  background-color: #def2fc;
  opacity: 0.7;
}
 /*==========================================================================*/ /*==========================================================================*/ /*==========================================================================*/ /*==========================================================================*/
.about-us-block {
  position: relative;
}

.about-us-image-container {
  box-sizing: border-box;
  position: relative;
}

.about-us-image {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  background-size: cover;
  background-position: 75% 0%;
  transition: background-image 0.1s;
}

.about-us-header-container-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
  height: 215px;
  position: absolute;
  top: 0;
  right: 0;
}

.about-us-header-container {
  position: relative;
  text-align: right;
}

.about-us-header-text {
  letter-spacing: 10px;
  font-size: 40px;
  margin-top: 30px;
  padding-top: 90px;
  padding-right: 5px;
  color: #242532;
}

.about-us-header-text::after {
  display: block;
  height: 5px;
  width: 85px;
  content: "";
  background: white;
  border-radius: 5px;
  margin-top: 16px;
  margin-left: 2px;
  right: 13px;
  position: absolute;
}

.about-us-content-elements {
  position: absolute;
  top: 270px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  right: 0;
}

.about-us-info-container {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.about-us-text-container {
  width: 780px;
  position: relative;
}

.about-us-text {
  text-transform: uppercase;
  font-size: 43px;
  line-height: 130%;
  letter-spacing: 3px;
  font-family: "Proxima Nova Rg Extrabold";
  color: #fff;
}

.about-us-text span {
  background-color: #242532;
  padding: 0 4px 0 8px;
}

.about-us-details {
  text-transform:none;
  text-align: left;
  margin-top: 30px;
  font-size: 24px;
  line-height: 112%;
  letter-spacing: 0px;
  font-family: "Proxima Nova Rg Regular";
  color: #ffffff;
  line-height: 130%;
}

.scroll-about-us-button-container {
  margin-top: 90px;
}

.scroll-about-us-button-components {
  display: flex;
}

.scroll-about-us-button-div {
  position: relative;
  display: flex;
  justify-content: center;
}

.scroll-about-us-button-div:after {
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  content: "";
  background: url("../images/lil-arrow.png") center center no-repeat;
  bottom: -40px;
  transition: 0.1s;
}

.scroll-about-us-button-div:hover:after {
  opacity: 0.7;
  transition: 0.2s;
}

.scroll-about-us-button {
  font-family: "Proxima Nova Rg Regular";
  font-size: 20px;
  font-weight: bold;
  height: 90px;
  padding:0 100px 0 100px;
  border-radius: 45px;
  border: none;
  outline: none;
  background: #242532;/*linear-gradient(to right, #242532, #2b2c3d); /*color: #c9f1ff;*/
  color: #ffffff;
  box-shadow: 15px 15px 30px #46424a;
  position: relative;
  z-index: 1;
  transition: box-shadow 0.2s;
}

.scroll-about-us-button:hover {
  box-shadow: 0px 0px 0px #3b3048;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.95; /*	color: #242532;*/
}

.scroll-about-us-button:after {
  opacity: 0.8;
}

@media (max-width: 1440px){
  .about-us-text{
    font-size: 27px;
  }
  .about-us-details{
    font-size: 26px;
  }
}

/*==============================G Suite Block-1================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/

.google-suite-background{
  background: linear-gradient(#fafafc 0%, #F5F6F9 40%,#EFF0F3 100%);
  margin-top: 130px;
}

.google-suite-block-container{
  display:flex;
  width:85%;
  justify-content: center;
}

.google-suite-container{
  display: grid;
  grid-template-columns: 50% 50%;
}

.google-suite-block-1{
  grid-row: 1;
  grid-column: 1;
}

.google-suite-block-3{
  grid-row: 1 / span 3;
  grid-column: 2 ;
}

.google-suite-block-2{
  grid-row:2;
  grid-column: 1;
  margin-top: 50px;
}

.google-suite-block{
    padding-top: 100px;
    width:100%;
}

.google-suite-block-container{
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 85%;
    overflow: hidden;
    margin: auto;
}

.google-apps-logos{
    width: 100%;
}

.google-apps-logos-container{
    width: 85%;
}

.google-apps-logos img{
    display: inline;
    width: 50px;
    margin-right: 1%;
}

.make-with-google-title{
    font-family: "Proxima Nova Rg Extrabold";
    font-size: 75px;
    color:#2a2b3c;
    line-height: 100%;
}
.make-with-google-text-block{
    font-size: 24px;
    color:#2a2b3c;
}
.make-with-google-text-block-header{
    letter-spacing: 4px;
    padding-top: 20px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.make-with-google-text-block-footer{
  padding-top:20px;
}
.make-with-google-text-block-footer-cost{
    font-family: "Proxima Nova Rg Extrabold";
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 25px;
}

.get-started-button-div{
  padding: 20px 0px 70px 0px;
	width: 100%;
	height: 90px;
}

.get-started-button{
	width: 344px;
	border-radius: 45px;
	height: 90px;
}

.get-started-buttont:after {
	opacity: 0.7;
	transition: .2s;
}

.get-started-button {
	font-family: 'Proxima Nova Rg Regular';
	font-size: 20px;
  font-weight: bold;
	border: none; 
	outline: none;	
	background: #242532;
	color: #ffffff;
	box-shadow: 15px 15px 30px #46424a;
	z-index: 1;
	transition: box-shadow .2s;
}
.get-started-button:hover {
	box-shadow: 0px 0px 0px #46424a;
	transition: .2s;
	cursor: pointer;
	opacity: 0.95;
/*	color: #242532;*/
}
#line1::after, #line2::after, #line3::after{
    content: '\a';
    white-space: pre;
}

@media (max-width:1440px){
  .make-with-google-text-block{
    font-size:24px;
  }
}

@media (max-width: 850px) and (orientation: portrait), (max-width: 638px) {
    .make-with-google-text-block-text{
        font-size: 3.9vw;
    }
}

@media (max-width: 850px) {
    .google-suite-block{
        padding-top: 0px;
    }
    .make-with-google-text-block{
        width: 100%;
    }
    .make-with-google-text-block-footer-cost{
        margin-top: 3%;
    }
    .get-started-button-container{
        display: flex;
        justify-content: center;
    }
    .get-started-button-div{
        margin-left: 0;
    }
    .make-with-google-title{
        font-size: 9vw;
        width: 100%;
        margin-left: 0;
    }
    .make-with-google-text-block-text{
    }
    #line1::after, #line2::after, #line3::after{
        content: '';
    }
    .google-suite-block-container{
        flex-wrap: wrap;
    }
}

@media (min-width: 851px) and (max-width: 1050px){
    #line1::after, #line2::after, #line3::after{
        content: '';
    }
    .google-suite-block-container{
        flex-wrap: wrap;
    }
    .make-with-google-title{
        margin: auto;
        width: 100%;
    }
    .make-with-google-text-block{
        margin: auto;
        width: 100%;
    }
}

@media (min-width: 1051px) and (max-width: 1300px){
    #line1::after, #line2::after, #line3::after{
        content: '';
    }
}

/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/

.payment{
    margin-top: 40px;
}

.payment-title{
	text-align: center;
	color: rgb(42, 43, 60);
  font-size: 24px;
  letter-spacing: 2px;
  max-width: 80%;
  text-transform: uppercase;
}

.payment-title-container{
  display:flex;
  justify-content: center;
  width: 100%;
}

.payments-plans-container{
  display:flex;
  justify-content:center;
}

.payments-plans{
  display: flex;
  width: 88%;
	vertical-align: top;
	flex-wrap:wrap;
  justify-content: space-around;
}

.plans {
  width:18%;
  max-width: 300px;
  min-width: 240px;
	background-color: rgb(255, 255, 255);
	margin: 30px 5px 0px 5px;
	border-radius: 20px;
	height: fit-content;
}

.plans-buttons{
	background-color: #1ac573;
}

.button-get{
	text-align: center;
}

.button-get button{
	height: 66px;
	width: 78%;
	border-radius: 33px;
	color:white;
	border: none; 
	outline: none;	
	font-family: 'Proxima Nova Rg Regular';
	font-size: 20px;
  font-weight: bold;
}

.button-get :hover{
	background-color: white;
	color: rgb(42, 43, 60);
	border:rgb(42, 43, 60);
	border-style:solid;
	transition: .2s;
	cursor: pointer;
	opacity: 0.95;
}

.plan-title{
  font-family: "Proxima Nova Rg Extrabold";
	text-align: center;
  font-size: 24px;
	margin: 34px 15px 0px;
  color: rgb(42, 43, 60);
}

.cost{
  height: 90px; 
  justify-content: center;
  display: flex;
  align-items: center;
}

.cost-text{    
  font-family: "Proxima Nova Rg Extrabold";
	font-size: 30px;
	text-align: center;
  color: rgb(42, 43, 60);
  line-height: 100%;
}

.conditions {
	text-align: center;
	margin: 0px 10px 15px 10px;
  font-family: "Proxima Nova Rg Regular";
  max-width: 90vw;
  font-size: 20px;
  color: rgb(42, 43, 60);
}


.what-you-get{
	margin-right:10%;
	padding-bottom: 20px;
  padding-left: 18%;
  padding-right: 6%;
  font-size: 20px;
  color: rgb(42, 43, 60);
}

.contact-button{
	padding: 60px 0px 100px 0px;
	width: 100%;
	border-radius: 25px;
	height: 90px;
	text-align: center;
}


.contact:after {
	opacity: 0.7;
	transition: .2s;
}

.contact {
	font-family: 'Proxima Nova Rg Regular';
	font-size: 20px;
  font-weight: bold;
	border: none; 
	outline: none;
  padding: 0 100px 0 100px;	
  height: 90px;
	background: #242532;/*linear-gradient(to right, #242532, #2b2c3d );*/
	color: #ffffff;
  box-shadow: 15px 15px 30px #46424a;
	z-index: 1;
	transition: box-shadow .2s;
  border-radius: 45px;
}
.contact:hover {
	box-shadow: 0px 0px 0px #3b3048;
	transition: .2s;
	cursor: pointer;
	opacity: 0.95;
}

/*=================================================*/

@media (max-width: 850px) and (orientation: portrait), (max-width: 638px) {
    .payment{
        margin-top: 0px;
    }
    .plans{
        max-width: 100%;
        width: 80vw;
        font-size: 3.5vw;
    }
}

/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
.what-we-do-block {
  position: relative;
  background-color: white;
}

.what-we-do-header-container-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
  height: 215px;
  top: 0;
  right: 0;
}

.what-we-do-header-container {
  position: relative;
  text-align: left;
}

.what-we-do-header-text {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 40px;
  padding-top: 145px;
  padding-right: 5px;
  color: #242532;
}

.what-we-do-header-text::after {
  display: block;
  height: 5px;
  width: 85px;
  content: "";
  background: #aeeaff;
  border-radius: 5px;
  margin-top: 16px;
  margin-left: 2px;
  position: absolute;
}

.what-we-do-elements {
  margin-top: 150px;
  padding-bottom: 80px;
}

.what-we-do-element-block {
  display: flex;
  justify-content: center; /*height: 520px;	*/
}

.inline-passage {
  margin: 0 70px 0 70px;
}

.what-we-do-element-image {
  width: 605px;
  height: 520px;
  line-height: 520px;
}

.what-we-do-element-image img {
  display: inline;
  vertical-align: middle;
}

.wwd-1 {
  position: relative;
  bottom: 70px;
}

.what-we-do-element-text {
  width: 605px;
  margin-top: auto;
  margin-bottom: auto;
}

.what-we-do-element-text-header {
  font-family: "Proxima Nova Rg Extrabold";
  font-size: 25px;
  margin-bottom: 35px;
}

.what-we-do-element-text-content {
  font-size: 24px;
}

.what-we-do-element-block:nth-child(2n) {
  flex-flow: row-reverse;
  background-color: #fafafa;
}

.what-we-do-element-block:nth-child(2n + 1) {
}

.what-we-do-element-block:nth-child(2n) .what-we-do-element-image {
  text-align: left;
}

.what-we-do-element-block:nth-child(2n + 1) .what-we-do-element-image {
  text-align: right;
}

.what-we-do-element-block:nth-child(2n) .what-we-do-element-text-header,
.what-we-do-element-block:nth-child(2n) .what-we-do-element-text-content {
  text-align: right;
  padding-left: 100px;
}

.what-we-do-element-block:nth-child(2n + 1) .what-we-do-element-text-header,
.what-we-do-element-block:nth-child(2n + 1) .what-we-do-element-text-content {
  text-align: left;
  padding-right: 100px;
}

.scroll-wwd-button-container {
  width: 100%;
  position: absolute;
  bottom: -33px;
}

.scroll-wwd-button-div{
  display:flex;
  justify-content: center;
}

.scroll-wwd-button-components {
  width: 410px;
  position: relative;
  margin: auto;
}

.scroll-wwd-button-div:after {
  position: absolute;
  display: block;
  height: 17px;
  width: 17px;
  content: "";
  background: url("../images/lil-arrow.png") center center no-repeat;
  bottom: -40px;
  transition: 0.1s;
}

.scroll-wwd-button-div:hover:after {
  opacity: 0.7;
  transition: 0.2s;
}

.scroll-wwd-button {
  font-family: 'Proxima Nova Rg Regular';
	font-size: 20px;
  font-weight: bold;
	border: none; 
	outline: none;
  padding: 0 100px 0 100px;	
  height: 90px;
	background: #242532;/*linear-gradient(to right, #242532, #2b2c3d );*/
	color: #ffffff;
  box-shadow: 15px 15px 30px #46424a;
	z-index: 1;
	transition: box-shadow .2s;
  border-radius: 45px;
}

.scroll-wwd-button:hover {
  box-shadow: 0px 0px 0px #3b3048;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.95; /*	color: #242532;*/
}
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
.our-clients-block {
  padding: 165px 0;
  background-color: #f2f2f2;
}

.our-clients-header {
  text-transform: uppercase;
  text-align: center;
  color: #0f2449;
  font-size: 18px;
  font-family: "Proxima Nova Rg Regular";
  letter-spacing: 1px;
  font-weight: bold;
}

.our-clients-center{
  display:flex;
  justify-content: center;
}

.our-clients-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 85%;
}


.our-clients-element {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 250px;
  margin: 10px 0px;
  transition: 0.3s;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(36, 37, 50, 0.6)) grayscale(100%);
}

.our-clients-element img{
  max-width: 75%;
  /*margin: 10px 0px;
  max-height: ;
  transition: 0.3s; */
}

.our-clients-element:hover {
  -webkit-filter: drop-shadow(0px 0px 0.9vw rgba(36, 37, 50, 0.6)) grayscale(0);
  transition: 0.3s;
}

@-moz-document url-prefix() {
  @media (pointer: none), (pointer: coarse) {
    .our-clients-element {
      -webkit-filter: none;
    }

    .our-clients-element:hover {
      -webkit-filter: none;
    }

  }

}

/* .cli-1 {
  background: url("../images/clients-logo/2560px-Puig_logo.svg.png") no-repeat center;
}

.cli-2 {
  background: url("../images/clients-logo/groupe-logo.png") no-repeat center;
}

.cli-3 {
  background: url("../images/clients-logo/Sisley_Paris_logo.svg.png") no-repeat center;
}

.cli-4 {
  background: url("../images/clients-logo/euroitalia.svg") no-repeat center;
}

.cli-5 {
  background: url("../images/clients-logo/bilicenii vechi.png") no-repeat center;
}

.cli-6 {
  background: url("../images/clients-logo/călărași.png") no-repeat center;
}

.cli-7 {
  background: url("../images/clients-logo/cărpineni.png") no-repeat center;
}

.cli-8 {
  background: url("../images/clients-logo/ceadîr-lunga.png") no-repeat center;
}

.cli-9 {
  background: url("../images/clients-logo/cimișlia.png") no-repeat center;
}

.cli-10 {
  background: url("../images/clients-logo/comrat.png") no-repeat center;
}

.cli-11 {
  background: url("../images/clients-logo/copceac.png") no-repeat center;
}

.cli-12 {
  background: url("../images/clients-logo/costești.png") no-repeat center;
}

.cli-13 {
  background: url("../images/clients-logo/dondușeni.png") no-repeat center;
}

.cli-14 {
  background: url("../images/clients-logo/drochia.png") no-repeat center;
}

.cli-15 {
  background: url("../images/clients-logo/ialoveni.png") no-repeat center;
}

.cli-16 {
  background: url("../images/clients-logo/lozova.png") no-repeat center;
}

.cli-17 {
  background: url("../images/clients-logo/pănășești.png") no-repeat center;
}

.cli-18 {
  background: url("../images/clients-logo/pelinia.png") no-repeat center;
}

.cli-19 {
  background: url("../images/clients-logo/peresecina.png") no-repeat center;
}

.cli-20 {
  background: url("../images/clients-logo/sculeni.png") no-repeat center;
}

.cli-21 {
  background: url("../images/clients-logo/singera.png") no-repeat center;
}

.cli-22 {
  background: url("../images/clients-logo/singerei.png") no-repeat center;
}

.cli-23 {
  background: url("../images/clients-logo/singereii noi.png") no-repeat center;
}

.cli-24 {
  background: url("../images/clients-logo/sireți.png") no-repeat center;
}

.cli-25 {
  background: url("../images/clients-logo/soroca.png") no-repeat center;
}

.cli-26 {
  background: url("../images/clients-logo/strășeni.png") no-repeat center;
}

.cli-27 {
  background: url("../images/clients-logo/verejeni.png") no-repeat center;
}

.cli-28 {
  background: url("../images/clients-logo/vulcănești.png") no-repeat center;
}

.cli-29 {
  background: url("../images/clients-logo/zubrești.png") no-repeat center;
}

.cli-30 {
  background: url("../images/clients-logo/UPSIC.png") no-repeat center;
}

.cli-31 {
  background: url("../images/clients-logo/Chisinau-Airport-avia-invest.png") no-repeat center;
}

.cli-32 {
  background: url("../images/clients-logo/DFM.png") no-repeat center;
}

.cli-33 {
  background: url("../images/clients-logo/Merisor.png") no-repeat center;
}

.cli-34 {
  background: url("../images/clients-logo/Aero-food.png") no-repeat center;
}

.cli-35 {
  background: url("../images/clients-logo/Game-Factory.png") no-repeat center;
}

.cli-36 {
  background: url("../images/clients-logo/aeroport-handling.png") no-repeat center;
}

.cli-37 {
  background: url("../images/clients-logo/Air-Moldova.png") no-repeat center;
}

.cli-38 {
  background: url("../images/clients-logo/Primaria-orasului-orhei.png") no-repeat center;
}

.cli-39 {
  background: url("../images/clients-logo/Clasa-Viitorului.png") no-repeat center;
}

.cli-40 {
  background: url("../images/clients-logo/ltmovila.md.png") no-repeat center;
}

.cli-41 {
  background: url("../images/clients-logo/UST.png") no-repeat center;
}

.cli-42 {
  background: url("../images/clients-logo/Mirax.md.png") no-repeat center;
}

.cli-43 {
  background: url("../images/clients-logo/UNDP.png") no-repeat center;
}

.cli-44 {
  background: url("../images/clients-logo/Aquatrade_logo.png") no-repeat center;
}

.cli-45 {
  background: url("../images/clients-logo/Liceul-Davinci.png") no-repeat center;
}

.cli-46 {
  background: url("../images/clients-logo/usarb.md-copy.png") no-repeat center;
}

.cli-47 {
  background: url("../images/clients-logo/USM.png") no-repeat center;
}

.cli-48 {
  background: url("../images/clients-logo/amtap.mdpng.png") no-repeat center;
}

.cli-49 {
  background: url("../images/clients-logo/Liceul-Teoretic-Mihail-Sadoveanu,-Călăraşi.png") no-repeat center;
}

.cli-50 {
  background: url("../images/clients-logo/Liceul-teoretic-Mircea-Eliade.png") no-repeat center;
}

.cli-51 {
  background: url("../images/clients-logo/ceiti.md.png") no-repeat center;
}

.cli-52 {
  background: url("../images/clients-logo/Liceul-Teoretic-Razeni.png") no-repeat center;
}

.cli-53 {
  background: url("../images/clients-logo/USMF.png") no-repeat center;
}

.cli-54 {
  background: url("../images/clients-logo/Liceul-Teoretic-Dante-Alighieri.png") no-repeat center;
} */



/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
/*=============================================================================*/
.contacts-block {
  background-color: #242532;
  color: white;
}

.contacts-header-container-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-around;
  height: 215px;
  top: 0;
  right: 0;
}

.contacts-header-container {
  position: relative;
}

.contacts-header-text {
  letter-spacing: 10px;
  font-size: 40px;
  margin-top: 65px;
  padding-top: 80px;
  padding-right: 5px;
  color: #fff;
}

.contacts-header-text::after {
  display: block;
  height: 5px;
  width: 85px;
  content: "";
  background: linear-gradient(to right, #10acee, #11bcf1);
  border-radius: 5px;
  margin-top: 16px;
  margin-left: 2px;
  position: absolute;
}

.contact-blocks-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 140px; /*justify-content: space-between;	*/
}

.contact-block-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  flex-direction: row;
  justify-content: space-around;
}

:root{
  --calc : calc(100%);
}

.g-recaptcha {
  transform:scale(1);/*calc(var(--calc)/(1/1.5))*/
  -webkit-transform:scale(1);
}
.send-message-button{
  margin-top: 35px;
}
.send-message-button-container{
  margin-top: 70px;
}

@media (max-width: 1440px){
  .g-recaptcha {
    transform:scale(1.8);/*calc(var(--calc)/(1/1.5))*/
    -webkit-transform:scale(1.8);
  }
  .send-message-button{
    margin-top: 70px;
  }
  .send-message-button-container{
    margin-top: 100px;
  }
  
}
@media (max-width: 1130px){
  .g-recaptcha {
    transform:scale(1.5);/*calc(var(--calc)/(1/1.5))*/
    -webkit-transform:scale(1.5);
  }
  .send-message-button{
    margin-top: 45px;
  }
}

@media (max-width: 840px){
  .g-recaptcha {
    transform:scale(1);/*calc(var(--calc)/(1/1.5))*/
    -webkit-transform:scale(1);
  }
  .send-message-button-container{
    margin-top: 40px;
  }
  .send-message-button{
    margin-top: 20px;
  }
}

@media (max-width: 640px){
  .g-recaptcha {
    transform:scale(0.75);/*calc(var(--calc)/(1/1.5))*/
    -webkit-transform:scale(0.75);
  }
  .send-message-button-container{
    margin-top: 20px;
  }
  .send-message-button{
    margin-top: 5px;
  }
}

@media (max-width: 450px){
  .g-recaptcha {
    transform:scale(0.55);/*calc(var(--calc)/(1/1.5))*/
    -webkit-transform:scale(0.55);
  }
  .send-message-button-container{
    margin-top: 5px;
  }
  .send-message-button{
    margin-top: 0px;
  }
}



.send-message-form {
  display: block;
  width: 600px;
  height: fit-content;
  background-color: #1c1c1c;
  border-radius: 35px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 80px; /*margin-left: 168px;*/
}

.send-message-form-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 33px 67px;
}

.send-message-form-container input,
.send-message-form-container textarea {
  background-color: #1c1c1c;
  overflow: auto;
  outline: none; /*color: #97e0ff;	*/
  color: #b5e9ff;
  font-size: 18px;
  font-family: "Proxima Nova Rg Italic";
  position: relative;
  left: -1px;
  opacity: 1;
}

.send-message-form-container input::placeholder,
.send-message-form-container textarea::placeholder {
  color: #b5e9ff;
  opacity: 0.85;
}

.your-name-container::after,
.your-email-container::after {
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  content: "";
  bottom: -32px;
  background-color: #2b2c3d;
  border-radius: 3px;
}

.your-name-container {
  margin: 30px 0;
  position: relative;
}

.your-name-text {
  width: 100%;
  border: 0;
  top: -1px;
}

.your-email-container {
  margin: 30px 0;
  position: relative;
}

.your-email-text {
  width: 100%;
  border: 0;
  top: -2px;
}

.your-message-container {
  margin-top: 27px;
}

.your-message-text {
  width: 100%;
  border: 0;
  padding: 0;
  resize: none;
  top: 1px;
}

.send-message-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.send-message-button {
  font-family: "Proxima Nova Rg Regular";
  font-size: 20px;
  padding: 0 100px 0 100px;
  height: 90px;
  border-radius: 45px;
  border: none;
  outline: none;
  background: #10acee;/*linear-gradient(to right, #1ac573, #1ac573); /*color: #c9f1ff;*/
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.send-message-button:hover {
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.95;
}

.contacts-area-form {
  position: relative; /*margin-right: 168px;*/
}

.phone-image-container {
  position: relative;
  margin-top: -5px;
}

.phone-image-container::before {
  position: absolute;
  display: block;
  content: "";
  width: 98%;
  height: 100%;
  left: 1%;
  top: 0;
  box-shadow: 0px 0px 20px rgba(28, 28, 28, 0.8);
  border-radius: 89px 89px 0 0;
}
 /*.contacts-elements-gap {	width: 100px;	border: 1px solid;	flex: 0 0 100px;}
*/
.phone-text-conainer {
  position: absolute;
  top: 308px;
  left: 117px;
  font-family: "Proxima Nova Rg Regular";
  font-size: 20px;
  color: #fafafc;
}

.phone-text-lower {
  margin-top: 60px;
  line-height: 160%;
}

.phone-text-lower-header {
  margin-top: 39px;
  text-transform: uppercase;
}

.phone-text-email {
  margin-top: 35px;
  line-height: 135%;
  text-transform: none;
  background: url(../images/email-img.png) no-repeat 0 1px;
  background-size: 162px;
}

.loading-frame{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;/*calc(100% - 6vw - 16px);*/
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: rgb(70,66,74,0.6);
  z-index: 2;
  border-radius: 35px;
}

.loading img{
  opacity: 1;
  width: 5vw;
  height: 5vw;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*===========================================*/
/*===========================================*/
/*===========================================*/
@media (max-width: 1630px) {
  /*	.header-container:after {		display: block;		background-color: rgba(21, 194, 243, 0.2);		width: 100%;		height: 1px;		position: absolute;		top: 78px;		left: 0;		content: '';	}
*/

  img.logo-image{
    width: 10vw;  
  } 




  .google-suite-background{
    margin-top:128px;
  }

  .header-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 128px;
  }

  .logo-text-container img {
    width: 75%;
  }

  .logo-text-container img {
    padding-left: 0px;
    margin-left: -5px;
  }

  .menu-container{
    margin-top:30px;
    margin-bottom: 30px;
  }
  .language-changer{
    cursor: pointer;
    font-family: "Proxima Nova Rg Regular";
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.3s;
  }

  .menu-element {
    cursor: pointer;
    margin: auto 0px auto 1vw;
    white-space: nowrap;
    position: relative;
    font-family: "Proxima Nova Rg Regular";
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.3s;
  }

  .menu-element.active::after {
    display: block;
    height: 4px;
    content: "";
    background: #242532;
    border-radius: 5px;
    position: absolute;
    bottom: -59px;
    z-index: 1;
    left: -5px;
    width: calc(100% + 10px);
    transition: 0.3s;
  }
/*
  .main-image {
    height: 750px;
    background-position: 0% 60%;
  }
*/
  .main-image-container {
    /*margin-top: 128px;*/
  }

  .main-content-elements {
    top: 85px;
  }

  .main-text{
    width: 500px;
    height: 239px;
    margin-top: 40px;
    transition: 0.3s;
  }


  .main-google .main-google-item {
    display: inline-block;
    margin: 0 30px 0 0;
  }


  .scroll-down-button-container {
    margin-top: 40px;
  }

  .bigger-circle {
    opacity: 0.4;
  }

  .smaller-circle {
    opacity: 0.3;
  }

  .about-us-header-text {
    margin-top: 30px;
  }


  .about-us-content-elements {
    top: 286px;
  }

  .about-us-image {
    background-position: 85% 0%;
    height: 940px;
  }

  .about-us-text-container {
    width: 580px;
  }

  .about-us-text {
    font-size: 27px;
    letter-spacing: 3px;
  }

  .about-us-details {
    font-size: 20px;
  }

  .scroll-about-us-button-container {
    margin-top: 70px;
  }

  .inline-passage {
    margin: auto;
  }

  .what-we-do-element-block {
    display: flex;
    padding-bottom: 1.18vw;
  }

  .what-we-do-element-image img{
    width:35vw;
    max-height: 440px;
    max-width: 420px;
  }

  /*.what-we-do-element-block:nth-child(2n) .what-we-do-element-image {
    text-align: right;
  }

  .what-we-do-element-block:nth-child(2n + 1) .what-we-do-element-image {
    text-align: left;
  }*/

  .what-we-do-element-block:nth-child(2n) .what-we-do-element-text-header,
  .what-we-do-element-block:nth-child(2n) .what-we-do-element-text-content {
  }

  .what-we-do-element-text {
    margin-bottom: 40px;
    height: 362px;
  }

}


@media (max-width: 850px) and (orientation: portrait), (max-width: 1110px) {
  .menu-container {
    display: none;
  }
/*=================================================*/
/*=================================================*/
/*================MOBILE MENU======================*/
/*=================================================*/
/*=================================================*/

  .language{
    flex-direction: column;
    display: none;
  }
  .courent_language{
    display: block;
  }

  .google-suite-block-container{
    padding-top: 30px;
  }

  .language-changer{
    font-size: 17px;
  }

  .menu-container-mobile {
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    width: auto;
    justify-content: flex-end;
    z-index: 3;
    text-transform: uppercase;
  }

  .menu-mobile-elements-center{
    width:100%;
    height: 100%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-content: center;
    text-align: center;
  }

  .menu-mobile-elements {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #242532;
    width:100vw;
    height: 100vh;
  }

  .menu-container-mobile-parent {
    font-family: "Proxima Nova Rg Bold";
    font-size: 2vw;
    letter-spacing: 0.23vw;
    color: #242532;
    cursor: pointer;
  }

  .menu-mobile-close-button {
    position: absolute;
    font-family: "Proxima Nova Rg Bold";
    font-size: 3.2vw;
    letter-spacing: 0.23vw;
    color: #fff;
    width: 6vw;
    height: 6vw;
    background: url("../images/cross.svg") no-repeat center;
    background-size: 5vw;
    top: 1.85vw;
    right: 1.85vw;
    padding: 1.68vw;
    margin: 5.5vw;
    transition: 0.3s;
    cursor: pointer;
  }

  .menu-mobile-close-button:hover {
    transform: rotateZ(90deg);
    transition: 0.3s;
  }

  .menu-element-mobile {
    font-family: "Proxima Nova Rg Regular";
    font-size: 16px;
    line-height: 72px;
    letter-spacing: 0.23vw;
    color: #fff;
    margin: 1.18vw 0;
    padding: 1.18vw 0;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    left: 0px;
    transition: 0.2s;
  }

  .menu-element-mobile:hover {
    left: 1.18vw;
    transition: 0.2s;
  }
  
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
/*=================================================*/
  .logo-icon-container img,
  .logo-text-container img {
    width: initial;
  }

  .google-suite-container{
    display:block;
  }

  .google-apps-logos-container{
    width: 100%;
  }

  .google-apps-logos img{
    width: 11vw;
  }

  .logo-text-container img {
    padding-left: 8px;
    margin-left: 8px;
  }
 /*	.header-container:after {		top: 15.9vw;	}
*/
  .header-block {
    height: 11vh;
  }

  .logo-text-container img {
    padding-left: 0.94vw;
    margin-left: 0.94vw;
  }

  .logo-icon-container img.logo-image {
    width: 40vw;
  }

  .logo-text-container img.logo-text {
    width: 24vw;
  }

  .menu-container-mobile-parent {
    font-size: 2.6vw;
    letter-spacing: 0.23vw;
    transition: 0.2s;
    padding: 5.5vw;
    margin: -5.5vw;
  }

  .menu-container-mobile-parent:hover {
    /*color: #97e0ff;*/
    opacity: 0.8;
  }

  .main-base-flex-width {
    width: 80%;
  }

  .contact-block-flex-wrapper {
    width: 80%;
  }

  .main-image-mobile-container {
    display: block;
    height: 100vw;
  }

  .main-image-container {
    /*margin-top: 11vh;*/
    background-color: #fff;
  }

  .main-image-photo{
    width: auto;
    object-position: 34px;
  }

  .main-image-container .main-image {
    height: 69vw;
    display: flex;
    justify-content: center;
  }

  .main-image-container .low-q {
    display: none;
  }

  .main-image-mobile-container .main-image {
    height: 80vw;
    background-position: 100% 50%;
  }

  .to-google-suit-link-mobile{
    display:block;
    margin-top: 17vw;
  }

  .google-apps-logos{
    margin-top: 4vw;
  }

  .main-text {
    font-size: 11vw;
  }

  .main-text-container {
    width: initial;
  }

  .main-text {
    width: 100%;
    height: 51vw;
    margin:0
  }

  .main-content-elements {
    top: 8vw;
  }

  .main-google {
    display: flex;
    flex-direction: column;
  }

  .main-google .main-google-item {
    margin-bottom: 5vw;
  }

  .main-google-item img{
    width:24vw;
  }

  .scroll-down-button-container {
    display:none;
  }

  .scroll-down-button-components {
    width: 48.6vw;
    position: relative;
    margin: auto;
    bottom: 4vw;
  }

  .scroll-button-div:after {
    position: absolute;
    display: block;
    height: 1.3vw;
    width: 2.4vw;
    content: "";
    background: url("../images/lil-arrow.png") center center no-repeat;
    background-size: contain;
    bottom: -6vw;
    left: calc(24.3vw - 1.2vw);
    transition: 0.1s;
  }

  .scroll-button {
    font-size: 2.73vw;
    padding: 2.25vw 0;
    border-radius: 4.75vw;
    box-shadow: 0px 0.4vw 3vw #352844;
  }

  .scroll-button:hover {
    box-shadow: 0px 0px 3vw #352844;
  }

  .bigger-circle {
    width: 17vw;
    height: 17vw;
  }

  .smaller-circle {
    width: 13vw;
    height: 13vw;
  }

  .circle-effect {
    left: 44.6vw;
  }

/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
/*======================================================================*/
  .about-us-image {
    background-position: 72% 0%;
    height: 145vw;
  }

  .about-us-header-text {
    letter-spacing: 1.18vw;
    margin-top: 2vw;
    font-size: 4.5vw;
    padding-top: 10vw;
    padding-right: 0.5vw;
  }

  .about-us-header-text::after {
    width: 10vw;
    height: 0.59vw;
    right: 1.54vw;
    margin-top: 1.9vw;
    margin-left: 0.24vw;
  }


  .about-us-content-elements {
    top: 36vw;
  }

  .about-us-text-container {
    width: 100%;
  }

  .about-us-text {
    font-size: 4vw;
    letter-spacing: 1px;
  }

  .about-us-text span {
    font-family: "Proxima Nova Rg Bold";
  }

  .about-us-details {
    margin-top: 3vw;
    font-size: 4vw;
    font-family: "Proxima Nova Rg Regular";
  }

  .scroll-about-us-button-container {
    margin-top: 4vw;
  }

  .scroll-about-us-button-div {
    width: 100%;
    margin: auto;
  }

  .scroll-about-us-button {
    padding:0;
    width:100%;
    font-size:4.1vw;
    /*box-shadow: 0px 6px 2.5vw #352844;*/
  }

  .scroll-about-us-button-div::after {
    bottom: -6vw;
    background-size: contain;
    height: 1.3vw;
    width: 2.4vw;
  }

/*================================================================*/
/*================================================================*/
/*================================================================*/
  .google-suite-background{
    margin-top: 11vh;
  }

  .google-suite-block-container{
    width: 80%;
    overflow: inherit;
  }

  .get-started-button-components{
    width: 100%;
  }
  .make-with-google-text-block-footer-cost{
    letter-spacing: -1px;
  }

  .get-started-button{
    width: 100%;
    letter-spacing: -1px;
  }

  .payments-plans{
    width: 80%;
  }

  .plans{
    width: 100%;
  }

  .contact-button {
    display: flex;
    justify-content: center;
  }

  .contact{
    width: 80%;
    padding: 0;
  }

/*================================================================*/
/*================================================================*/
/*================================================================*/
  .what-we-do-element-block:nth-child(2n+1) 
  .what-we-do-element-image,
  .what-we-do-element-block:nth-child(2n) 
  .what-we-do-element-image{
    text-align: center;
  }

  .what-we-do-element-block:nth-child(2n+1) 
  .what-we-do-element-text-header, 
  .what-we-do-element-block:nth-child(2n+1) 
  .what-we-do-element-text-content,
  .what-we-do-element-block:nth-child(2n) 
  .what-we-do-element-text-header, 
  .what-we-do-element-block:nth-child(2n) 
  .what-we-do-element-text-content{
    text-align: center;
    padding: 0;
  }






  .what-we-do-header-container-wrapper {
    height: 22vw;
  }

  .what-we-do-header-text {
    letter-spacing: 1.18vw;
    margin-top: 3vw;
    font-size: 4.5vw;
    padding-top: 10vw;
  }

  .what-we-do-header-text::after {
    width: 10vw;
    height: 0.59vw;
    margin-top: 1.9vw;
    margin-left: 0.24vw;
  }

  .what-we-do-elements {
    margin-top: 0;
    padding-bottom: 9vw;
  }

  .wwd-1 {
    bottom: 0vw;
  }

  .what-we-do-element-image {
    width: 73.75vw;
    height: 63vw;
    line-height: 63vw;
  }

  .what-we-do-element-text {
    width: 80vw;
    margin-bottom: 5vw;
    display:flex;
    flex-direction: column;
    height:fit-content;
    padding-bottom: 30px;
  }

  .what-we-do-element-image img {
    width: 55vw;
  }

  .what-we-do-element-text-header {
    margin-bottom: 4.15vw;
    font-size: 3.9vw;
  }

  .what-we-do-element-text-content {
    font-size: 3.4vw;
  }

  .what-we-do-element-block {
    display: block;
  }

  .scroll-wwd-button-container {
    bottom: -45px;
    display: flex;
    justify-content: center;
  }

  .scroll-wwd-button-components {
    width:80%;
  }

  .scroll-wwd-button {
    padding: 2.25vw 0;
    border-radius: 45px;
    font-size: 20px;
    /*box-shadow: 0px 6px 24px #352844;*/
    width:100%;
  }

  .scroll-wwd-button:hover {
    box-shadow: 0px 0px 0px #352844;
  }

  .scroll-wwd-button-div::after {
    bottom: -6vw;
    background-size: contain;
    height: 1.3vw;
    width: 2.4vw;
  }

  .our-clients-header {
    font-size: 2.5vw;
  }

  .our-clients-container {
    margin-top: 2.5vw;
    width: 80%;
  }

  .our-clients-block {
    padding-top: 19.5vw;
    padding-bottom: 10vw;
  }

  .our-clients-element {
    background-size: contain;
    width: 35%;
    height: 37vw;
  }
/*========================================================*/
/*========================================================*/
/*========================================================*/
/*========================================================*/
  .contacts-header-container-wrapper {
    height: 25.5vw;
  }

  .loading-frame{
    border-radius: 4.15vw;
  }

  .loading img {
    width: 10vw;
    height: 10vw;
  }

  .contacts-header-text {
    margin-top: 3vw;
    font-size: 4.5vw;
    padding-top: 10vw;
    letter-spacing: 1.18vw;
  }

  .contacts-header-text::after {
    width: 10vw;
    height: 0.59vw;
    margin-top: 1.9vw;
    margin-left: 0.24vw;
  }

  .contact-blocks-container {
    margin-top: 16.6vw;
  }

  .send-message-form-container {
    padding: 3.9vw 7.95vw;
  }

  .send-message-form-container input,
  .send-message-form-container textarea {
    font-size: 3.4vw;
  }

  .send-message-form {
    width: 71.17vw;
    height: fit-content;
    margin-bottom: 9.5vw;
    border-radius: 4.15vw;
    bottom: 3.79vw;
  }

  .your-name-container,
  .your-email-container {
    margin: 3.55vw 0;
  }

  .your-message-container {
    margin-top: 3.4vw;
  }

  .your-name-container::after,
  .your-email-container::after {
    height: 0.59vw;
    bottom: -3.8vw;
  }

  .send-message-button-container {
    bottom: 7.11vw;
  }

  .send-message-button {
    font-size: 4.1vw;
    width: 80%;
    padding: 0;
    border-radius: 7vw;
    height: 14vw;
  }


  .phone-image-container img {
    width: 75.2vw;
  }

  .phone-image-container::before {
    box-shadow: 0px 0px 2.37vw rgba(28, 28, 28, 0.8);
    border-radius: 10.55vw 10.55vw 0 0;
  }

  .phone-text-conainer {
    top: 36.53vw;
    left: 13.88vw;
    font-size: 3.4vw;
  }

  .phone-text-lower {
    margin-top: 7.11vw;
  }

  .phone-text-email {
    margin-top: 4.15vw;
    background-size: 19.22vw;
  }

}

@media (max-width: 850px) {
  .menu-element {
    margin: 0;
    font-size: 12px;
  }

}

@media (max-width: 760px) and (min-width: 639px) and (orientation: landscape) {

  .main-text {
    font-size: 78px;
    width: 575px;
  }

  .main-text-container {
    width: 575px;
  }

  .about-us-image {
    background-position: 70% 0%;
  }

  .about-us-text-container {
    width: 500px;
  }

  .what-we-do-element-text {
    width: 500px;
    padding-bottom: 20px;
  }

  .what-we-do-element-text-content,
  .what-we-do-element-text-header {
    font-size: 20px;
  }

  .what-we-do-element-image {
    width: 500px;
    height: 350px;
    line-height: 330px;
  }

  .what-we-do-element-image img {
    width: 300px;
  }

  .phone-image-container img {
    width: 600px;
  }

}

