:root {
  --content-width: 1650px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --offset: 32px;
  --mt: all .5s ease;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable value-keyword-case */
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/../fonts/ofont_ru_MyriadPro.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "MyriadProReg";
  src: url("../fonts/../fonts/MyriadProRegular.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.page {
  height: 100%;
  font-family: var(--font-family);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: var(--offset);
  -moz-column-gap: var(--offset);
  column-gap: var(--offset);
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}

.header {
  max-width: 1920px;
  max-height: 1080px;
  min-height: 955px;
  background-image: url("../img/herobg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contcontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
}

.containerhead {
  font-family: "MyriadProReg", sans-serif;
}

.line {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5%;
}

.line12 {
  padding-bottom: 4%;
  padding-top: 8%;
  width: 40%;
}

.logo {
  pointer-events: none;
  display: block;
}
.logo img {
  width: 80%;
}

.phone {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone .phone-wrap {
  color: #414e5b;
  font-family: "MyriadProReg", sans-serif;
  font-size: 30px;
  border-bottom: 1px dashed #bec7cf;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .phone .phone-wrap:hover {
    text-decoration: none;
    border-color: transparent;
  }
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post .post-wrap {
  color: #414e5b;
  font-family: "MyriadProReg", sans-serif;
  font-size: 30px;
}

.callback {
  text-align: center;
  color: #bec7cf;
  font-family: "MyriadPro", sans-serif;
  font-size: 18px;
}

.header-content {
  padding: 5% 0;
  color: #414e5b;
  font-family: "MyriadProReg", sans-serif;
  font-size: 40px;
}
.header-content .button {
  margin-top: 100px;
}

.nexttext {
  color: #414e5b;
  font-family: "MyriadProReg", sans-serif;
  font-size: 24px;
  font-weight: 1000;
}

.button {
  display: inline-block;
  border: none;
  background-color: #ecb124;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 18px 80px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 0 #d59d16;
  box-shadow: 0 5px 0 #d59d16;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (any-hover: hover) {
  .button:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
.button:active {
  background-color: #d59d16;
  border-color: transparent;
  color: #ebeae9;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.text1 {
  padding-left: 3px;
  font-size: 30px;
  color: #ecb124;
}

.text3 {
  font-size: 20px;
  color: #a8bccf;
  padding-left: 1%;
  font-family: "MyriadProReg", sans-serif;
}

.main {
  background-color: #fff;
}

html::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1830px) {
  .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 22px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .headermash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headermash1 {
    width: 1920px;
  }
  .containerhead {
    font-family: "MyriadProReg", sans-serif;
    padding-left: 8%;
    padding-right: 5%;
  }
  .mapcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 690px;
    background-color: #414e5b;
  }
  .container1 {
    padding-left: 70px;
    width: 100%;
    max-width: 1000px;
  }
  .content {
    font-family: "MyriadProReg", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #363d44;
    padding: 30px;
    border-radius: 10px;
  }
  .left-side {
    width: 200px;
    height: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .phone11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .left-side::before {
    content: "";
    position: absolute;
    height: 500px;
    width: 2px;
    background: #afafb6;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .right-side {
    width: 75%;
    margin-left: 75px;
  }
  .details {
    margin-bottom: 15px;
    text-align: center;
  }
  .details i {
    font-size: 25px;
    color: #fcc135;
    margin-bottom: 10px;
  }
  .topic {
    color: #f0f1f8;
    font-size: 18px;
    font-weight: 500;
  }
  .text-one,
  .text-two {
    font-size: 14px;
    color: #f0f1f8;
  }
  .topic-text {
    text-align: center;
    padding-bottom: 35px;
    font-size: 26px;
    font-weight: 600;
    color: #f0f1f8;
  }
  .right-side p {
    margin-bottom: 20px;
  }
  .input-box {
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
  }
  .input-box input,
  .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #f0f1f8;
    padding: 0 20px;
    margin-bottom: 2px;
  }
  .input-box label {
    font-size: 14px;
    color: #afafb6;
    padding-left: 5px;
  }
  .input-box textarea {
    resize: none;
    padding: 20px;
    font-family: "Roboto", sans-serif;
  }
  .message-box {
    min-height: 110px;
  }
  .buttond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttond input[type=submit] {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 18px 120px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .buttond input[type=submit]:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1830px) {
  .buttond input[type=submit]:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .controls {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -70px;
    left: -70px;
    bottom: 0;
  }
  .partners {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 650px;
    background-color: #363d44;
  }
  .item--desktop-in-3 {
    width: 33.3333333333%;
  }
  .mashlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
  }
  .partlogo {
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    border-style: solid;
    border-width: 5px;
    border-color: #969696;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .partlogo:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1830px) {
  .partlogo img {
    width: 130px;
    pointer-events: none;
  }
  .text111 {
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 24px;
    height: 60px;
  }
  .text122 {
    color: #ececec;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    height: 50px;
  }
  .button12 {
    font-family: "MyriadProReg", sans-serif;
    display: inline-block;
    border: none;
    background-color: #dba21c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 45px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #916a0f;
    box-shadow: 0 5px 0 #916a0f;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .button12:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1830px) {
  .button12:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .carousel {
    min-width: 900px;
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .contgram1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .contgram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .workd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100px;
    min-width: 1920px;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .workd .textworkd {
    color: #414e5b;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 36px;
  }
  .mash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
  .mashgram {
    text-align: center;
    width: 1920px;
    height: 800px;
    background-color: #fff;
  }
  .thx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thxd {
    width: 290px;
    height: 600px;
  }
  .thxd1 {
    width: 568px;
    height: 590px;
  }
  .imgtextd {
    text-align: center;
    width: 290px;
    height: 600px;
  }
  .thxtextmash1 {
    width: 568px;
  }
  .text1d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 28px;
    color: #414e5b;
  }
  .text2d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    width: 290px;
  }
  .text2d1 {
    padding-left: 80px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    width: 500px;
  }
  .imgmash {
    border-style: solid;
    border-width: 4px;
    width: 568px;
    height: 408px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .imgmash:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1830px) {
  .uline {
    color: #fcc135;
  }
  .imgmash1 {
    border-style: solid;
    border-width: 4px;
    width: 290px;
    height: 408px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .imgmash1:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1830px) {
  .pluses {
    background-image: url("../img/blockfon.jpg");
    max-width: 1920px;
    max-height: 1461px;
    font-family: "MyriadProReg", sans-serif;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pluses .uptext {
    color: #dddddd;
    padding-bottom: 5px;
    padding-top: 150px;
    padding-left: 1042px;
    font-size: 48px;
  }
  .pluses .allcont {
    padding-bottom: 15px;
    padding-left: 940px;
  }
  .pluses .allcont .krug {
    width: 11%;
    border-radius: 100px;
    border: 2px dashed #d59d16;
  }
  .pluses .allcont .imgblockd {
    padding-left: 3px;
    padding-top: 2px;
  }
  .pluses .allcont .textblockd {
    width: 1000px;
    height: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 32px;
    color: #d8d8d8;
    padding-left: 25px;
  }
  .upblockf {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .upblock {
    background-image: url("../img/upblock.jpg");
    width: 1920px;
    height: 699px;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .view {
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #b9b9b9;
    box-shadow: 1px 1px 2px #b9b9b9;
    cursor: default;
    height: 340px;
    width: 500px;
    border-style: solid;
    border-width: 8px;
    border-color: #ffffff;
  }
  .view .mask {
    height: 325px;
    width: 485px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .view p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 26px;
    position: relative;
    color: #fff;
  }
  .view h2 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 4px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 26px;
    width: 420px;
    height: 40px;
    position: absolute;
    pointer-events: none;
  }
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px;
    background-color: #707070;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 20px;
    -webkit-box-shadow: 0 0 3px #5a5a5a;
    box-shadow: 0 0 3px #5a5a5a;
    border-radius: 30px;
  }
  .mashpart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 500px;
    width: 350px;
  }
  .item1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 24px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .controls1 {
    padding-bottom: 150px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -70px;
    left: -70px;
    bottom: 0;
  }
  .header {
    max-width: 1920px;
    height: 100vh;
    background-image: url("../img/herobg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
  }
  .textcontainer {
    padding-top: 6%;
  }
  .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5%;
  }
  .line12 {
    width: 40%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 40px;
  }
  .logo {
    pointer-events: none;
    display: block;
  }
  .logo img {
    width: 80%;
  }
  .phone {
    width: 100pv;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone .phone-wrap {
    color: #414e5b;
    font-size: 30px;
    border-bottom: 1px dashed #bec7cf;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .phone .phone-wrap:hover {
    text-decoration: none;
    border-color: transparent;
  }
}
@media (min-width: 1830px) {
  .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post .post-wrap {
    color: #414e5b;
    font-size: 30px;
  }
  .callback {
    text-align: center;
    color: #bec7cf;
    font-family: "MyriadPro", sans-serif;
    font-size: 18px;
  }
  .nexttext {
    padding-bottom: 1.5%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 26px;
    font-weight: 1000;
  }
  .button {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 18px 80px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .button:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1830px) {
  .button:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .container123 {
    gap: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .full-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "MyriadPro", sans-serif;
    font-size: 26px;
    padding-bottom: 10px;
    min-height: 100px;
    min-width: 1600px;
    background-color: #363d44;
    color: #dde9f3;
  }
  .text1 {
    padding-left: 3px;
    font-size: 30px;
    color: #ecb124;
  }
  .text3 {
    font-size: 20px;
    color: #a8bccf;
    padding-left: 1%;
    font-family: "MyriadProReg", sans-serif;
  }
  .work {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 750px;
    min-width: 100pv;
    background-color: #fff;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .work .textwork {
    color: #414e5b;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 36px;
  }
  .rectangle {
    width: 370px;
    height: 500px;
    background: #f8f8f8;
    border-style: solid;
    border-width: 5px;
    border-color: #d0d0d0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .rectangle:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
  .rectangle:hover .uline {
    color: #ecb124;
  }
}
@media (min-width: 1830px) {
  .rectangle .uline {
    color: #ebeae9;
  }
  .rectangle .img1 {
    pointer-events: none;
    padding-top: 35px;
    width: 50%;
  }
  .rectangle .text11 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 20px;
    font-size: 28px;
    color: #414e5b;
  }
  .rectangle .text12 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    padding-bottom: 95px;
  }
  .rectangle .text13 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    padding-bottom: 115px;
  }
  .rectangle .blockimg {
    padding-left: 120px;
    width: 350px;
    height: 170px;
    text-align: center;
  }
  .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    gap: 150px;
  }
  .button1 {
    display: inline-block;
    border: none;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 15px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #949494;
    box-shadow: 0 5px 0 #949494;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1830px) and (any-hover: hover) {
  .button1:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1830px) {
  .button1:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .gall {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 500px;
    width: 100pv;
    background-color: #363d44;
  }
  .carousel1 {
    min-width: 900px;
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .head {
    height: 70px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 36px;
  }
  .map1 {
    display: none;
  }
  .fullcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 22px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .item1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 10px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .mapcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 690px;
    background-color: #414e5b;
  }
  .container1 {
    padding-left: 20px;
    width: 100%;
    max-width: 780px;
  }
  .content {
    font-family: "MyriadProReg", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #363d44;
    padding: 30px;
    border-radius: 10px;
  }
  .left-side {
    width: 200px;
    height: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .phone11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .left-side::before {
    content: "";
    position: absolute;
    height: 500px;
    width: 2px;
    background: #afafb6;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .right-side {
    width: 75%;
    margin-left: 75px;
  }
  .details {
    margin-bottom: 15px;
    text-align: center;
  }
  .details i {
    font-size: 25px;
    color: #fcc135;
    margin-bottom: 10px;
  }
  .topic {
    color: #f0f1f8;
    font-size: 18px;
    font-weight: 500;
  }
  .text-one,
  .text-two {
    font-size: 14px;
    color: #f0f1f8;
  }
  .topic-text {
    text-align: center;
    padding-bottom: 35px;
    font-size: 26px;
    font-weight: 600;
    color: #f0f1f8;
  }
  .right-side p {
    margin-bottom: 20px;
  }
  .input-box {
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
  }
  .input-box input,
  .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #f0f1f8;
    padding: 0 20px;
    margin-bottom: 2px;
  }
  .input-box label {
    font-size: 14px;
    color: #afafb6;
    padding-left: 5px;
  }
  .input-box textarea {
    resize: none;
    padding: 20px;
    font-family: "Roboto", sans-serif;
  }
  .message-box {
    min-height: 110px;
  }
  .buttond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttond input[type=submit] {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 18px 120px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .buttond input[type=submit]:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .buttond input[type=submit]:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .controls {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -70px;
    left: -70px;
    bottom: 0;
  }
  .partners {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 650px;
    background-color: #363d44;
  }
  .item--desktop-in-3 {
    width: 33.3333333333%;
  }
  .mashlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
  }
  .partlogo {
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    border-style: solid;
    border-width: 5px;
    border-color: #969696;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .partlogo:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .partlogo img {
    width: 130px;
    pointer-events: none;
  }
  .text111 {
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 24px;
    height: 60px;
  }
  .text122 {
    color: #ececec;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    height: 50px;
  }
  .button12 {
    font-family: "MyriadProReg", sans-serif;
    display: inline-block;
    border: none;
    background-color: #dba21c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 45px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #916a0f;
    box-shadow: 0 5px 0 #916a0f;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .button12:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .button12:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .control {
    display: none;
  }
  .track {
    overflow-x: auto;
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
  .carousel {
    min-width: 900px;
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .contgram1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .contgram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .workd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100px;
    min-width: 100pv;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .workd .textworkd {
    color: #414e5b;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 36px;
  }
  .mash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .mashgram {
    text-align: center;
    width: 100pv;
    height: 800px;
    background-color: #fff;
  }
  .thx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thxd {
    width: 263px;
    height: 372px;
  }
  .thxd1 {
    width: 519px;
    height: 372px;
  }
  .imgtextd {
    text-align: center;
    width: 263px;
    height: 372px;
  }
  .thxtextmash1 {
    width: 519px;
  }
  .text1d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 28px;
    color: #414e5b;
  }
  .text2d {
    padding-right: 100px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    width: 350px;
  }
  .text2d1 {
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    width: 500px;
  }
  .imgmash {
    border-style: solid;
    border-width: 4px;
    width: 519px;
    height: 372px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .imgmash:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .uline {
    color: #fcc135;
  }
  .imgmash1 {
    border-style: solid;
    border-width: 4px;
    width: 263px;
    height: 372px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .imgmash1:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .pluses {
    background-image: url("../img/blockfon.jpg");
    max-width: 100pv;
    min-height: 1461px;
    font-family: "MyriadProReg", sans-serif;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pluses .uptext {
    color: #dddddd;
    padding-bottom: 20px;
    padding-top: 175px;
    padding-left: 55%;
    font-size: 44px;
  }
  .pluses .allcont {
    padding-bottom: 25px;
    padding-left: 820px;
  }
  .pluses .allcont .krug {
    width: 11%;
    border-radius: 100px;
    border: 2px dashed #d59d16;
  }
  .pluses .allcont .imgblockd {
    padding-left: 3px;
    padding-top: 2px;
  }
  .pluses .allcont .textblockd {
    width: 900px;
    height: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 28px;
    color: #d8d8d8;
    padding-left: 25px;
  }
  .upblockf {
    background-image: url("../img/upblock.jpg");
    min-width: 100pv;
    min-height: 600px;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .carousel1 {
    min-width: 900px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .view {
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #b9b9b9;
    box-shadow: 1px 1px 2px #b9b9b9;
    cursor: default;
    height: 280px;
    width: 410px;
    border-style: solid;
    border-width: 8px;
    border-color: #ffffff;
  }
  .view .mask {
    height: 265px;
    width: 395px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .view p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    position: relative;
    color: #fff;
  }
  .view h2 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 4px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 25px;
    width: 395px;
    height: 40px;
    position: absolute;
    pointer-events: none;
  }
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px;
    background-color: #707070;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 20px;
    -webkit-box-shadow: 0 0 3px #5a5a5a;
    box-shadow: 0 0 3px #5a5a5a;
    border-radius: 30px;
  }
  .mashpart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 500px;
    width: 350px;
  }
  .controls1 {
    padding-bottom: 210px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -70px;
    left: -70px;
    bottom: 0;
  }
  .gall {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 450px;
    width: 100pv;
    background-color: #363d44;
  }
  .contcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
  }
  .textcontainer {
    padding-top: 6%;
  }
  .containerhead {
    font-family: "MyriadProReg", sans-serif;
    width: 100pv;
    padding-left: 8%;
    padding-right: 6%;
    height: 50vh;
  }
  .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5%;
  }
  .line12 {
    width: 40%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 40px;
  }
  .logo {
    pointer-events: none;
    display: block;
  }
  .logo img {
    width: 80%;
  }
  .phone {
    width: 100pv;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone .phone-wrap {
    color: #414e5b;
    font-size: 30px;
    border-bottom: 1px dashed #bec7cf;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .phone .phone-wrap:hover {
    text-decoration: none;
    border-color: transparent;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post .post-wrap {
    color: #414e5b;
    font-size: 30px;
  }
  .callback {
    text-align: center;
    color: #bec7cf;
    font-family: "MyriadPro", sans-serif;
    font-size: 18px;
  }
  .nexttext {
    padding-bottom: 1.5%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 26px;
    font-weight: 1000;
  }
  .button {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 18px 80px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .button:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .button:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .container123 {
    gap: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .full-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "MyriadPro", sans-serif;
    font-size: 26px;
    padding-bottom: 10px;
    min-height: 100px;
    min-width: 100pv;
    background-color: #363d44;
    color: #dde9f3;
  }
  .text1 {
    padding-left: 3px;
    font-size: 30px;
    color: #ecb124;
  }
  .text3 {
    font-size: 20px;
    color: #a8bccf;
    padding-left: 1%;
    font-family: "MyriadProReg", sans-serif;
  }
  .work {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 750px;
    min-width: 100pv;
    background-color: #fff;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .work .textwork {
    color: #414e5b;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 36px;
  }
  .rectangle {
    width: 370px;
    height: 500px;
    background: #f8f8f8;
    border-style: solid;
    border-width: 5px;
    border-color: #d0d0d0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .rectangle:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
  .rectangle:hover .uline {
    color: #ecb124;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .rectangle .uline {
    color: #ebeae9;
  }
  .rectangle .img1 {
    pointer-events: none;
    padding-top: 35px;
    width: 50%;
  }
  .rectangle .text11 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 20px;
    font-size: 28px;
    color: #414e5b;
  }
  .rectangle .text12 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    padding-bottom: 95px;
  }
  .rectangle .text13 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    padding-bottom: 115px;
  }
  .rectangle .blockimg {
    padding-left: 120px;
    width: 350px;
    height: 170px;
    text-align: center;
  }
  .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    gap: 7%;
  }
  .button1 {
    display: inline-block;
    border: none;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 15px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #949494;
    box-shadow: 0 5px 0 #949494;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) and (any-hover: hover) {
  .button1:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1600px) and (max-width: 1829px) {
  .button1:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .head {
    height: 70px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 36px;
  }
  .map1 {
    display: none;
  }
  .fullcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 8px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .item1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .mapcont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 950px;
    background-color: #414e5b;
  }
  .map1 {
    width: 100pv;
  }
  .map {
    display: none;
  }
  .container1 {
    padding-top: 40px;
    width: 100%;
    max-width: 100pv;
    padding-left: 40px;
    padding-right: 40px;
  }
  .content {
    font-family: "MyriadProReg", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #363d44;
    padding: 30px;
    border-radius: 10px;
  }
  .left-side {
    width: 400px;
    height: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .phone11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .left-side::before {
    content: "";
    position: absolute;
    height: 500px;
    width: 2px;
    background: #afafb6;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .right-side {
    width: 75%;
    margin-left: 75px;
  }
  .details {
    margin-bottom: 15px;
    text-align: center;
  }
  .details i {
    font-size: 25px;
    color: #fcc135;
    margin-bottom: 10px;
  }
  .topic {
    color: #f0f1f8;
    font-size: 22px;
    font-weight: 500;
  }
  .text-one,
  .text-two {
    font-size: 18px;
    color: #f0f1f8;
  }
  .topic-text {
    text-align: center;
    padding-bottom: 35px;
    font-size: 32px;
    font-weight: 600;
    color: #f0f1f8;
  }
  .right-side p {
    margin-bottom: 20px;
  }
  .input-box {
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
  }
  .input-box input,
  .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #f0f1f8;
    padding: 0 20px;
    margin-bottom: 2px;
  }
  .input-box label {
    font-size: 16px;
    color: #afafb6;
    padding-left: 5px;
  }
  .input-box textarea {
    resize: none;
    padding: 20px;
    font-family: "Roboto", sans-serif;
  }
  .message-box {
    min-height: 110px;
  }
  .buttond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttond input[type=submit] {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 18px 120px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .buttond input[type=submit]:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .buttond input[type=submit]:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .partners {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 650px;
    background-color: #363d44;
  }
  .mashlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
  }
  .partlogo {
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    border-style: solid;
    border-width: 5px;
    border-color: #969696;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .partlogo:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .partlogo img {
    width: 130px;
    pointer-events: none;
  }
  .text111 {
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 24px;
    height: 60px;
  }
  .text122 {
    color: #ececec;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    height: 50px;
  }
  .button12 {
    font-family: "MyriadProReg", sans-serif;
    display: inline-block;
    border: none;
    background-color: #dba21c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 45px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #916a0f;
    box-shadow: 0 5px 0 #916a0f;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .button12:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .button12:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .carousel {
    min-width: 900px;
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .item--desktop-in-3 {
    width: 33%;
  }
  .controls {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -2px;
    left: -2px;
    bottom: 0;
  }
  .control {
    display: none;
  }
  .track {
    overflow-x: auto;
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    height: 520px;
  }
  .demo-content {
    width: 100%;
  }
  .contgram1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .contgram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
  .workd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 80px;
    min-width: 100pv;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .workd .textworkd {
    color: #414e5b;
    padding-top: 10px;
    font-size: 32px;
  }
  .mash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
  }
  .mashgram {
    text-align: center;
    width: 100pv;
    height: 700px;
    background-color: #fff;
  }
  .thx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thxd {
    width: 200px;
    height: 302px;
  }
  .thxd1 {
    width: 420px;
    height: 302px;
  }
  .imgtextd {
    text-align: center;
    width: 200px;
    height: 302px;
  }
  .thxtextmash1 {
    width: 420px;
  }
  .text1d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 20px;
    color: #414e5b;
  }
  .text2d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #414e5b;
    height: 302px;
  }
  .text2d1 {
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    width: 420px;
  }
  .imgmash {
    border-style: solid;
    border-width: 4px;
    width: 420px;
    height: 302px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .imgmash:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .uline {
    color: #fcc135;
  }
  .imgmash1 {
    border-style: solid;
    border-width: 4px;
    width: 200px;
    height: 302px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .imgmash1:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .pluses {
    background-image: url("../img/blockfon1.jpg");
    min-width: 100%;
    min-height: 1250px;
    font-family: "MyriadProReg", sans-serif;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pluses .uptext {
    text-align: center;
    color: #dddddd;
    padding-bottom: 10px;
    padding-top: 30px;
    font-size: 44px;
  }
  .pluses .allcont {
    padding-left: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }
  .pluses .allcont .krug {
    width: 7%;
    border-radius: 60%;
    border: 2px dashed #d59d16;
  }
  .pluses .allcont .imgblockd {
    padding-left: 3px;
    padding-top: 2px;
  }
  .pluses .allcont .textblockd {
    width: 800px;
    height: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 28px;
    color: #d8d8d8;
    padding-left: 25px;
  }
  .upblockf {
    background-image: url("../img/upblock1.jpg");
    min-width: 100pv;
    min-height: 500px;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .carousel1 {
    min-width: 900px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .view {
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #b9b9b9;
    box-shadow: 1px 1px 2px #b9b9b9;
    cursor: default;
    height: 240px;
    width: 350px;
    border-style: solid;
    border-width: 8px;
    border-color: #ffffff;
  }
  .view .mask {
    height: 225px;
    width: 335px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .view p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 20px;
    position: relative;
    color: #fff;
  }
  .view h2 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 4px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    width: 340px;
    height: 35px;
    position: absolute;
    pointer-events: none;
  }
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px;
    background-color: #707070;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    -webkit-box-shadow: 0 0 3px #5a5a5a;
    box-shadow: 0 0 3px #5a5a5a;
    border-radius: 30px;
  }
  .mashpart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 240px;
    width: 350px;
  }
  .control1 {
    display: none;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 280px;
  }
  .gall {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 400px;
    width: 100pv;
    background-color: #363d44;
  }
  .header {
    min-height: 855px;
  }
  .contcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
  }
  .textcontainer {
    padding-top: 10%;
  }
  .containerhead {
    font-family: "MyriadProReg", sans-serif;
    width: 100pv;
    padding-left: 8%;
    padding-right: 6%;
    height: 50vh;
  }
  .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5%;
  }
  .line12 {
    width: 40%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 32px;
  }
  .logo {
    pointer-events: none;
    display: block;
  }
  .logo img {
    width: 70%;
  }
  .phone {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone .phone-wrap {
    color: #414e5b;
    font-size: 26px;
    border-bottom: 1px dashed #bec7cf;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .phone .phone-wrap:hover {
    text-decoration: none;
    border-color: transparent;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post .post-wrap {
    color: #414e5b;
    font-size: 26px;
  }
  .callback {
    text-align: center;
    color: #bec7cf;
    font-family: "MyriadPro", sans-serif;
    font-size: 16px;
  }
  .nexttext {
    padding-bottom: 1.5%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    font-weight: 1000;
  }
  .button {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 18px 80px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .button:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .button:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .container123 {
    gap: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .full-section {
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "MyriadPro", sans-serif;
    font-size: 26px;
    padding-bottom: 10px;
    min-height: 100px;
    min-width: 100pv;
    background-color: #363d44;
    color: #dde9f3;
  }
  .text1 {
    padding-left: 3px;
    font-size: 30px;
    color: #ecb124;
  }
  .text3 {
    font-size: 20px;
    color: #a8bccf;
    padding-left: 1%;
    font-family: "MyriadProReg", sans-serif;
  }
  .work {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 750px;
    min-width: 100pv;
    background-color: #fff;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .work .textwork {
    color: #414e5b;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 36px;
  }
  .rectangle {
    width: 370px;
    height: 500px;
    background: #f8f8f8;
    border-style: solid;
    border-width: 5px;
    border-color: #d0d0d0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .rectangle:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
  .rectangle:hover .uline {
    color: #ecb124;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .rectangle .uline {
    color: #ebeae9;
  }
  .rectangle .img1 {
    pointer-events: none;
    padding-top: 35px;
    width: 50%;
  }
  .rectangle .text11 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 20px;
    font-size: 28px;
    color: #414e5b;
  }
  .rectangle .text12 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    padding-bottom: 95px;
  }
  .rectangle .text13 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    padding-bottom: 115px;
  }
  .rectangle .blockimg {
    padding-left: 120px;
    width: 350px;
    height: 170px;
    text-align: center;
  }
  .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    gap: 4%;
  }
  .button1 {
    display: inline-block;
    border: none;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 15px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #949494;
    box-shadow: 0 5px 0 #949494;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) and (any-hover: hover) {
  .button1:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1249px) and (max-width: 1599px) {
  .button1:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .head {
    height: 70px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 32px;
  }
  .fullcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .item1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 8px;
    padding-right: 16px;
    vertical-align: top;
    white-space: normal;
  }
  .mapcont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 960px;
    background-color: #414e5b;
  }
  .map1 {
    width: 100pv;
  }
  .map {
    display: none;
  }
  .container1 {
    padding-top: 40px;
    width: 100%;
    max-width: 100pv;
    padding-left: 40px;
    padding-right: 40px;
  }
  .content {
    font-family: "MyriadProReg", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #363d44;
    padding: 30px;
    border-radius: 10px;
  }
  .left-side {
    width: 300px;
    height: 100%;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .phone11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .left-side::before {
    content: "";
    position: absolute;
    height: 500px;
    width: 2px;
    background: #afafb6;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .right-side {
    width: 75%;
    margin-left: 75px;
  }
  .details {
    margin-bottom: 15px;
    text-align: center;
  }
  .details i {
    font-size: 25px;
    color: #fcc135;
    margin-bottom: 10px;
  }
  .topic {
    color: #f0f1f8;
    font-size: 20px;
    font-weight: 500;
  }
  .text-one,
  .text-two {
    font-size: 14px;
    color: #f0f1f8;
  }
  .topic-text {
    text-align: center;
    padding-bottom: 35px;
    font-size: 28px;
    font-weight: 600;
    color: #f0f1f8;
  }
  .right-side p {
    margin-bottom: 20px;
  }
  .input-box {
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
  }
  .input-box input,
  .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #f0f1f8;
    padding: 0 20px;
    margin-bottom: 2px;
  }
  .input-box label {
    font-size: 14px;
    color: #afafb6;
    padding-left: 5px;
  }
  .input-box textarea {
    resize: none;
    padding: 20px;
    font-family: "Roboto", sans-serif;
  }
  .message-box {
    min-height: 110px;
  }
  .buttond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttond input[type=submit] {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 18px 120px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .buttond input[type=submit]:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .buttond input[type=submit]:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .partners {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 670px;
    background-color: #363d44;
  }
  .mashlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    padding-right: 45px;
  }
  .partlogo {
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    border-style: solid;
    border-width: 5px;
    border-color: #969696;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .partlogo:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .partlogo img {
    width: 130px;
    pointer-events: none;
  }
  .text111 {
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 24px;
    height: 60px;
  }
  .text122 {
    color: #ececec;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    height: 50px;
  }
  .button12 {
    font-family: "MyriadProReg", sans-serif;
    display: inline-block;
    border: none;
    background-color: #dba21c;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px 45px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #916a0f;
    box-shadow: 0 5px 0 #916a0f;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .button12:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .button12:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .carousel {
    min-width: 769px;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .item--desktop-in-3 {
    width: 33%;
  }
  .controls {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -2px;
    left: -2px;
    bottom: 0;
  }
  .control {
    display: none;
  }
  .track {
    overflow-x: auto;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .demo-content {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    height: 550px;
    width: 100%;
  }
  .contgram1 {
    padding-top: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .contgram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .workd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 80px;
    min-width: 100pv;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .workd .textworkd {
    color: #414e5b;
    padding-top: 10px;
    font-size: 28px;
  }
  .contgram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contgram1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
  }
  .mashgram {
    text-align: center;
    width: 100pv;
    height: 1300px;
    background-color: #fff;
  }
  .thx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thxd {
    width: 250px;
    height: 352px;
  }
  .thxd1 {
    width: 490px;
    height: 352px;
  }
  .imgtextd {
    text-align: center;
    width: 250px;
    height: 352px;
  }
  .thxtextmash1 {
    width: 490px;
  }
  .text1d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 20px;
    color: #414e5b;
  }
  .text2d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #414e5b;
    height: 352px;
  }
  .text2d1 {
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    width: 490px;
  }
  .imgmash {
    border-style: solid;
    border-width: 4px;
    width: 490px;
    height: 352px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .imgmash:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .uline {
    color: #fcc135;
  }
  .imgmash1 {
    border-style: solid;
    border-width: 4px;
    width: 250px;
    height: 352px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .imgmash1:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .pluses {
    background-color: #24292e;
    min-width: 100%;
    min-height: 1100px;
    font-family: "MyriadProReg", sans-serif;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pluses .uptext {
    text-align: center;
    color: #dddddd;
    padding-bottom: 20px;
    padding-top: 30px;
    font-size: 28px;
  }
  .pluses .allcont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }
  .pluses .allcont .krug {
    width: 9%;
    border-radius: 60%;
    border: 2px dashed #d59d16;
  }
  .pluses .allcont .imgblockd {
    padding-left: 3px;
    padding-top: 2px;
  }
  .pluses .allcont .textblockd {
    width: 650px;
    height: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    color: #d8d8d8;
    padding-left: 25px;
  }
  .upblockf {
    opacity: 1;
    background-image: url("../img/upblock1.jpg");
    min-width: 100pv;
    min-height: 375px;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .carousel1 {
    max-width: 900px;
    min-width: 769px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .view {
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #b9b9b9;
    box-shadow: 1px 1px 2px #b9b9b9;
    cursor: default;
    height: 205px;
    width: 300px;
    border-style: solid;
    border-width: 8px;
    border-color: #ffffff;
  }
  .view .mask {
    height: 190px;
    width: 285px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .view p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    position: relative;
    color: #fff;
  }
  .view h2 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 4px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    width: 290px;
    height: 30px;
    position: absolute;
    pointer-events: none;
  }
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #707070;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 0 0 3px #5a5a5a;
    box-shadow: 0 0 3px #5a5a5a;
    border-radius: 30px;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    height: 250px;
  }
  .demo-container1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mashpart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 205px;
    width: 300px;
  }
  .control1 {
    display: none;
  }
  .gall {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 370px;
    width: 100pv;
    background-color: #363d44;
  }
  .contcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
  }
  .textcontainer {
    padding-top: 10%;
  }
  .containerhead {
    font-family: "MyriadProReg", sans-serif;
    width: 100pv;
    padding-left: 6%;
    padding-right: 5%;
    height: 50vh;
  }
  .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5%;
  }
  .line12 {
    width: 40%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 26px;
  }
  .logo {
    pointer-events: none;
    display: block;
  }
  .logo img {
    width: 55%;
  }
  .phone {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone .phone-wrap {
    color: #414e5b;
    font-size: 20px;
    border-bottom: 1px dashed #bec7cf;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .phone .phone-wrap:hover {
    text-decoration: none;
    border-color: transparent;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post .post-wrap {
    color: #414e5b;
    font-size: 20px;
  }
  .callback {
    text-align: center;
    color: #bec7cf;
    font-family: "MyriadPro", sans-serif;
    font-size: 12px;
  }
  .nexttext {
    padding-bottom: 2%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    font-weight: 1000;
  }
  .button {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .button:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .button:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .container123 {
    gap: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .full-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "MyriadPro", sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    min-height: 100px;
    min-width: 769px;
    background-color: #363d44;
    color: #dde9f3;
  }
  .text1 {
    padding-left: 3px;
    font-size: 22px;
    color: #ecb124;
  }
  .text3 {
    font-size: 14px;
    color: #a8bccf;
    padding-left: 1%;
    font-family: "MyriadProReg", sans-serif;
  }
  .work {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 600px;
    min-width: 769px;
    background-color: #fff;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .work .textwork {
    color: #414e5b;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .rectangle {
    width: 100%;
    height: 400px;
    background: #f8f8f8;
    border-style: solid;
    border-width: 5px;
    border-color: #d0d0d0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .rectangle:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
  .rectangle:hover .uline {
    color: #ecb124;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .rectangle .uline {
    color: #ebeae9;
  }
  .rectangle .img1 {
    pointer-events: none;
    padding-top: 35px;
    width: 30%;
  }
  .rectangle .text11 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 2%;
    font-size: 22px;
    color: #414e5b;
    height: 10%;
  }
  .rectangle .text12 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 14px;
    color: #414e5b;
    padding-bottom: 95px;
    height: 45%;
  }
  .rectangle .text13 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 14px;
    color: #414e5b;
    padding-bottom: 115px;
    height: 45%;
  }
  .rectangle .blockimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    text-align: center;
  }
  .blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    gap: 6%;
  }
  .blockmash {
    width: 100%;
    height: 400px;
  }
  .button1 {
    display: inline-block;
    border: none;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 5% 6%;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #949494;
    box-shadow: 0 5px 0 #949494;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 769px) and (max-width: 1248px) and (any-hover: hover) {
  .button1:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 769px) and (max-width: 1248px) {
  .button1:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .head {
    height: 70px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 28px;
  }
  .fullcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .mapcont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 1000px;
    background-color: #414e5b;
  }
  .map {
    display: none;
  }
  .container1 {
    padding-top: 40px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .content {
    font-family: "MyriadProReg", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #363d44;
    padding: 30px;
    border-radius: 10px;
  }
  .left-side {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .right-side {
    width: 100%;
  }
  .details {
    margin-bottom: 15px;
    text-align: center;
  }
  .details i {
    font-size: 18px;
    color: #fcc135;
    margin-bottom: 10px;
  }
  .topic {
    color: #f0f1f8;
    font-size: 14px;
    font-weight: 500;
  }
  .text-one,
  .text-two {
    font-size: 12px;
    color: #f0f1f8;
  }
  .topic-text {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #f0f1f8;
  }
  .right-side p {
    margin-bottom: 20px;
  }
  .input-box {
    height: 40px;
    width: 100%;
    margin-bottom: 30px;
  }
  .input-box input,
  .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #f0f1f8;
    padding: 0 20px;
    margin-bottom: 2px;
  }
  .input-box label {
    font-size: 10px;
    color: #afafb6;
    padding-left: 5px;
  }
  .input-box textarea {
    resize: none;
    padding: 20px;
    font-family: "Roboto", sans-serif;
  }
  .message-box {
    min-height: 80px;
  }
  .buttond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttond input[type=submit] {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .buttond input[type=submit]:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .buttond input[type=submit]:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .partners {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 600px;
    background-color: #363d44;
  }
  .mashlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    padding-right: 45px;
  }
  .partlogo {
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    border-style: solid;
    border-width: 5px;
    border-color: #969696;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .partlogo:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .partlogo img {
    width: 90px;
    pointer-events: none;
  }
  .text111 {
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    height: 60px;
  }
  .text122 {
    color: #ececec;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    height: 50px;
  }
  .button12 {
    font-family: "MyriadProReg", sans-serif;
    display: inline-block;
    border: none;
    background-color: #dba21c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #916a0f;
    box-shadow: 0 5px 0 #916a0f;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .button12:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .button12:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .carousel {
    min-width: 541px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .controls {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -2px;
    left: -2px;
    bottom: 0;
  }
  .track {
    overflow-x: auto;
    width: auto;
  }
  .demo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    height: 430px;
    width: 100pv;
  }
  .contgram1 {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
  }
  .contgram {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 510px;
  }
  .workd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 80px;
    min-width: 100pv;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .workd .textworkd {
    color: #414e5b;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
  }
  .mash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mashgram {
    text-align: center;
    width: 100pv;
    height: 2400px;
    background-color: #fff;
  }
  .thx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thxd {
    display: inline-block;
    width: 250px;
    height: 352px;
  }
  .thxd1 {
    padding-top: 50px;
    width: 490px;
    height: 352px;
  }
  .imgtextd {
    text-align: center;
    width: 250px;
    height: 352px;
  }
  .thxtextmash1 {
    width: 490px;
  }
  .text1d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 20px;
    color: #414e5b;
  }
  .text2d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #414e5b;
  }
  .text2d1 {
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    width: 490px;
  }
  .imgmash {
    border-style: solid;
    border-width: 4px;
    width: 490px;
    height: 352px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .imgmash:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .uline {
    color: #fcc135;
  }
  .imgmash1 {
    border-style: solid;
    border-width: 4px;
    width: 250px;
    height: 354px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .imgmash1:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .pluses {
    background-color: #24292e;
    min-width: 100%;
    min-height: 850px;
    font-family: "MyriadProReg", sans-serif;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pluses .uptext {
    text-align: center;
    color: #dddddd;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 28px;
  }
  .pluses .allcont {
    padding-left: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }
  .pluses .allcont .krug {
    width: 10%;
    border-radius: 60%;
    border: 2px dashed #d59d16;
  }
  .pluses .allcont .imgblockd {
    padding-top: 2px;
  }
  .pluses .allcont .textblockd {
    width: 600px;
    height: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #d8d8d8;
    padding-left: 25px;
  }
  .upblockf {
    display: none;
  }
  .carousel1 {
    max-width: 768px;
    min-width: 541px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .screen1 {
    margin-left: 0;
    margin-right: 0;
  }
  .view {
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #b9b9b9;
    box-shadow: 1px 1px 2px #b9b9b9;
    cursor: default;
    height: 205px;
    width: 300px;
    border-style: solid;
    border-width: 8px;
    border-color: #ffffff;
  }
  .view .mask {
    height: 190px;
    width: 285px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .view p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    position: relative;
    color: #fff;
  }
  .view h2 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 4px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    width: 290px;
    height: 30px;
    position: absolute;
    pointer-events: none;
  }
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #707070;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 0 0 3px #5a5a5a;
    box-shadow: 0 0 3px #5a5a5a;
    border-radius: 30px;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 250px;
  }
  .demo-container1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mashpart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 205px;
    width: 300px;
  }
  .control1 {
    display: none;
  }
  .gall {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 350px;
    width: 100pv;
    background-color: #363d44;
  }
  .header {
    width: 100pv;
    background-image: url("../img/herobg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10%;
  }
  .textcontainer {
    padding-top: 25%;
  }
  .containerhead {
    font-family: "MyriadProReg", sans-serif;
    width: 100pv;
    padding-left: 7%;
    padding-right: 5%;
    height: 50vh;
  }
  .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5%;
  }
  .line12 {
    width: 50%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
  }
  .logo {
    pointer-events: none;
    display: block;
  }
  .logo img {
    width: 50%;
  }
  .phone {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone .phone-wrap {
    color: #414e5b;
    font-size: 18px;
    border-bottom: 1px dashed #bec7cf;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .phone .phone-wrap:hover {
    text-decoration: none;
    border-color: transparent;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post .post-wrap {
    color: #414e5b;
    font-size: 18px;
  }
  .callback {
    text-align: center;
    color: #bec7cf;
    font-family: "MyriadPro", sans-serif;
    font-size: 10px;
  }
  .nexttext {
    padding-bottom: 2%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 14px;
    font-weight: 1000;
  }
  .button {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .button:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .button:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .container123 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fullcont {
    display: block;
  }
  .full-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "MyriadPro", sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    width: 100pv;
    background-color: #363d44;
    color: #dde9f3;
  }
  .text1 {
    padding-left: 3px;
    font-size: 22px;
    color: #ecb124;
  }
  .text3 {
    font-size: 16px;
    color: #a8bccf;
    padding-left: 1%;
    font-family: "MyriadProReg", sans-serif;
  }
  .work {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 1700px;
    min-width: 541px;
    max-width: 768px;
    background-color: #fff;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .work .textwork {
    color: #414e5b;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
  }
  .rectangle {
    width: 300px;
    height: 400px;
    background: #f8f8f8;
    border-style: solid;
    border-width: 5px;
    border-color: #d0d0d0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .rectangle:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
  .rectangle:hover .uline {
    color: #ecb124;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .rectangle .uline {
    color: #ebeae9;
  }
  .rectangle .img1 {
    pointer-events: none;
    padding-top: 25px;
    width: 27%;
  }
  .rectangle .text11 {
    font-family: "MyriadProReg", sans-serif;
    font-size: 22px;
    color: #414e5b;
    height: 10%;
  }
  .rectangle .text12 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #414e5b;
    padding-bottom: 95px;
    height: 40%;
  }
  .rectangle .text13 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #414e5b;
    padding-bottom: 115px;
    height: 40%;
  }
  .rectangle .blockimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 130px;
    text-align: center;
  }
  .blockmash {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .blocks {
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
  }
  .button1 {
    display: inline-block;
    border: none;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 5% 6%;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #949494;
    box-shadow: 0 3px 0 #949494;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 541px) and (max-width: 768px) and (any-hover: hover) {
  .button1:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .button1:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .head {
    height: 60px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 26px;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .mapcont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 870px;
    background-color: #414e5b;
  }
  .map {
    display: none;
  }
  .container1 {
    padding-top: 20px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content {
    font-family: "MyriadProReg", sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #363d44;
    padding: 20px;
    border-radius: 10px;
  }
  .left-side {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .right-side {
    width: 100%;
  }
  .details {
    text-align: center;
  }
  .details i {
    font-size: 14px;
    color: #fcc135;
    margin-bottom: 10px;
  }
  .topic {
    color: #f0f1f8;
    font-size: 12px;
    font-weight: 500;
  }
  .text-one,
  .text-two {
    font-size: 8px;
    color: #f0f1f8;
  }
  .topic-text {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #f0f1f8;
  }
  .right-side p {
    margin-bottom: 20px;
  }
  .input-box {
    height: 40px;
    width: 100%;
    margin-bottom: 25px;
  }
  .input-box input,
  .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 5px;
    background: #f0f1f8;
    padding: 0 20px;
    margin-bottom: 2px;
  }
  .input-box label {
    font-size: 10px;
    color: #afafb6;
    padding-left: 5px;
  }
  .input-box textarea {
    resize: none;
    padding: 20px;
    font-family: "Roboto", sans-serif;
  }
  .message-box {
    min-height: 80px;
  }
  .buttond {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .buttond input[type=submit] {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .buttond input[type=submit]:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .buttond input[type=submit]:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .partners {
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100pv;
    height: 600px;
    background-color: #363d44;
  }
  .mashlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    padding-right: 45px;
  }
  .partlogo {
    overflow: hidden;
    padding-top: 15px;
    text-align: center;
    border-style: solid;
    border-width: 5px;
    border-color: #969696;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .partlogo:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .partlogo img {
    width: 90px;
    pointer-events: none;
  }
  .text111 {
    padding-top: 30px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    height: 60px;
  }
  .text122 {
    color: #ececec;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    height: 50px;
  }
  .button12 {
    font-family: "MyriadProReg", sans-serif;
    display: inline-block;
    border: none;
    background-color: #dba21c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 0 #916a0f;
    box-shadow: 0 5px 0 #916a0f;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .button12:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .button12:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .carousel {
    min-width: 321px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .controls {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -2px;
    left: -2px;
    bottom: 0;
  }
  .demo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
    height: 430px;
    width: 100pv;
  }
  .contgram1 {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
  }
  .contgram {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 510px;
  }
  .workd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 70px;
    min-width: 100pv;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .workd .textworkd {
    color: #414e5b;
    padding-top: 5px;
    font-size: 24px;
  }
  .mash {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mashgram {
    text-align: center;
    width: 100pv;
    height: 1900px;
    background-color: #fff;
  }
  .thx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thxd {
    display: inline-block;
    width: 163px;
    height: 231px;
  }
  .thxd1 {
    padding-top: 50px;
    width: 320px;
    height: 231px;
  }
  .imgtextd {
    text-align: center;
    width: 165px;
    height: 231px;
  }
  .thxtextmash1 {
    width: 320px;
  }
  .text1d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
  }
  .text2d {
    font-family: "MyriadProReg", sans-serif;
    font-size: 14px;
    color: #414e5b;
  }
  .text2d1 {
    font-family: "MyriadProReg", sans-serif;
    font-size: 14px;
    color: #414e5b;
    width: 320px;
  }
  .imgmash {
    border-style: solid;
    border-width: 4px;
    width: 320px;
    height: 231px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .imgmash:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .uline {
    color: #fcc135;
  }
  .imgmash1 {
    border-style: solid;
    border-width: 4px;
    width: 163px;
    height: 231px;
    border-color: #dde9f3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .imgmash1:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .pluses {
    background-color: #24292e;
    min-width: 100%;
    min-height: 650px;
    font-family: "MyriadProReg", sans-serif;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pluses .uptext {
    text-align: center;
    color: #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 24px;
  }
  .pluses .allcont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }
  .pluses .allcont .krug {
    width: 13%;
    border-radius: 60%;
    border: 2px dashed #d59d16;
  }
  .pluses .allcont .imgblockd {
    padding-left: 2px;
    padding-top: 2px;
    width: 95%;
  }
  .pluses .allcont .textblockd {
    width: 500px;
    height: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #d8d8d8;
    padding-left: 15px;
  }
  .upblockf {
    display: none;
  }
  .carousel1 {
    max-width: 541px;
    min-width: 321px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .screen1 {
    margin-left: 0;
    margin-right: 0;
  }
  .view {
    position: relative;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px #b9b9b9;
    box-shadow: 1px 1px 2px #b9b9b9;
    cursor: default;
    height: 205px;
    width: 300px;
    border-style: solid;
    border-width: 8px;
    border-color: #ffffff;
  }
  .view .mask {
    height: 190px;
    width: 285px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .view p {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    position: relative;
    color: #fff;
  }
  .view h2 {
    font-family: "MyriadProReg", sans-serif;
    padding-top: 4px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    width: 290px;
    height: 30px;
    position: absolute;
    pointer-events: none;
  }
  .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #707070;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 0 0 3px #5a5a5a;
    box-shadow: 0 0 3px #5a5a5a;
    border-radius: 30px;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 250px;
  }
  .demo-container1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mashpart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 205px;
    width: 300px;
  }
  .control1 {
    display: none;
  }
  .gall {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 330px;
    width: 100pv;
    background-color: #363d44;
  }
  .containerhead {
    padding-left: 5%;
  }
  .contcontainer {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 10%;
  }
  .line {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5%;
  }
  .line12 {
    width: 70%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
  }
  .logo {
    pointer-events: none;
    display: block;
  }
  .logo img {
    width: 40%;
  }
  .phone {
    padding-left: 5px;
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .phone .phone-wrap {
    color: #414e5b;
    font-size: 14px;
    border-bottom: 1px dashed #bec7cf;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .phone .phone-wrap:hover {
    text-decoration: none;
    border-color: transparent;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post .post-wrap {
    color: #414e5b;
    font-size: 14px;
  }
  .callback {
    text-align: center;
    color: #bec7cf;
    font-family: "MyriadPro", sans-serif;
    font-size: 8px;
  }
  .nexttext {
    padding-bottom: 2%;
    color: #414e5b;
    font-family: "MyriadProReg", sans-serif;
    font-size: 12px;
    font-weight: 1000;
  }
  .button {
    display: inline-block;
    border: none;
    background-color: #ecb124;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #d59d16;
    box-shadow: 0 3px 0 #d59d16;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .button:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .button:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .container123 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fullcont {
    padding-left: 10px;
    display: block;
  }
  .full-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "MyriadPro", sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    width: 100pv;
    background-color: #363d44;
    color: #dde9f3;
  }
  .text1 {
    padding-left: 3px;
    font-size: 18px;
    color: #ecb124;
  }
  .text3 {
    font-size: 14px;
    color: #a8bccf;
    font-family: "MyriadProReg", sans-serif;
  }
  .work {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 1400px;
    width: 100pv;
    background-color: #fff;
    color: #dde9f3;
    font-family: "MyriadProReg", sans-serif;
  }
  .work .textwork {
    color: #414e5b;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
  }
  .rectangle {
    width: 250px;
    height: 350px;
    background: #f8f8f8;
    border-style: solid;
    border-width: 5px;
    border-color: #d0d0d0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .rectangle:hover {
    text-decoration: none;
    border-color: #fcc135;
  }
  .rectangle:hover .uline {
    color: #ecb124;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .rectangle .uline {
    color: #ebeae9;
  }
  .rectangle .img1 {
    pointer-events: none;
    padding-top: 10px;
    width: 25%;
  }
  .rectangle .text11 {
    font-family: "MyriadProReg", sans-serif;
    font-size: 18px;
    color: #414e5b;
    height: 5%;
  }
  .rectangle .text12 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #414e5b;
    height: 47%;
  }
  .rectangle .text13 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 16px;
    color: #414e5b;
    height: 47%;
  }
  .rectangle .blockimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  .blockmash {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .blocks {
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top center;
    -ms-flex-align: top center;
    align-items: top center;
  }
  .button1 {
    display: inline-block;
    border: none;
    background-color: #c4c4c4;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5% 6%;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #949494;
    box-shadow: 0 3px 0 #949494;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
}
@media (min-width: 1px) and (max-width: 540px) and (any-hover: hover) {
  .button1:hover {
    text-decoration: none;
    border-color: transparent;
    background-color: #fcc135;
    -webkit-box-shadow: 0 5px 0 #d59d16;
    box-shadow: 0 5px 0 #d59d16;
  }
}
@media (min-width: 1px) and (max-width: 540px) {
  .button1:active {
    background-color: #d59d16;
    border-color: transparent;
    color: #ebeae9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  .head {
    height: 50px;
    text-align: center;
    padding-top: 23px;
    color: #fff;
    font-family: "MyriadProReg", sans-serif;
    font-size: 24px;
  }
}
.section1 {
  font-family: "MyriadProReg", sans-serif;
  min-height: 20px;
  min-width: 1920px;
  background-color: #363d44;
}
.section1 .textsection {
  text-align: center;
  padding-top: 30px;
  color: #f3f3f3;
  font-size: 36px;
}

.mashpluses {
  background-color: #363d44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callbackd {
  width: 1920px;
  height: 600px;
}

.mapcontmash1 {
  background-color: #414e5b;
  width: 100pv;
}

.contentmash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100pv;
}

.mapmash {
  width: 100pv;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(88, 88, 88, 0.8);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2 {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}

.activator {
  display: none;
}

.controls:first-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.controls:last-of-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.control {
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 40px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 48px;
  z-index: 1;
  text-align: center;
  line-height: 40px;
}

.control:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.activator:nth-of-type(1):checked ~ .controls:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activator:nth-of-type(1):checked ~ .screen .track {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.activator:nth-of-type(2):checked ~ .controls:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activator:nth-of-type(2):checked ~ .screen .track {
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}

.activator:nth-of-type(3):checked ~ .controls:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activator:nth-of-type(3):checked ~ .screen .track {
  -webkit-transform: translateX(-167.5%);
  -ms-transform: translateX(-167.5%);
  transform: translateX(-167.5%);
}

.screen {
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
}

.track {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.demo-container {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.activator1 {
  display: none;
}

.controls1:first-of-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.controls1:last-of-type {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.control1 {
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  box-shadow: 0 2px 10px 0 rgba(33, 34, 36, 0.3);
  font-size: 40px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  width: 48px;
  z-index: 1;
  text-align: center;
  line-height: 40px;
}

.control1:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.activator1:nth-of-type(1):checked ~ .controls1:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activator1:nth-of-type(1):checked ~ .screen1 .track1 {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.activator1:nth-of-type(2):checked ~ .controls1:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activator1:nth-of-type(2):checked ~ .screen1 .track1 {
  -webkit-transform: translateX(-100.5%);
  -ms-transform: translateX(-100.5%);
  transform: translateX(-100.5%);
}

.activator1:nth-of-type(3):checked ~ .controls1:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activator1:nth-of-type(3):checked ~ .screen1 .track1 {
  -webkit-transform: translateX(-201.3%);
  -ms-transform: translateX(-201.3%);
  transform: translateX(-201.3%);
}

.activator1:nth-of-type(4):checked ~ .controls1:nth-of-type(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activator1:nth-of-type(4):checked ~ .screen1 .track1 {
  -webkit-transform: translateX(-302%);
  -ms-transform: translateX(-302%);
  transform: translateX(-302%);
}

.screen1 {
  overflow: hidden;
  margin-left: -16px;
  margin-right: -16px;
}

.track1 {
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1248px) {
  .header {
    min-height: 580px;
    max-height: 680px;
  }
  .screen {
    margin-left: 0;
    margin-right: 0;
  }
  .activator:nth-of-type(n):checked ~ .controls:nth-of-type(n) {
    display: none;
  }
  .activator:nth-of-type(n):checked ~ .screen .track {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .textcontainer {
    padding-top: 5%;
  }
}
@media screen and (max-width: 900px) {
  .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 36px;
    vertical-align: top;
    white-space: normal;
  }
  .item1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 26px;
    padding-right: 10px;
    vertical-align: top;
    white-space: normal;
  }
  .textcontainer {
    padding-top: 10%;
  }
  .carousel1 {
    padding-right: 1px;
  }
  .activator1:nth-of-type(n):checked ~ .controls1:nth-of-type(n) {
    display: none;
  }
  .activator1:nth-of-type(n):checked ~ .screen1 .track1 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .screen1 {
    margin-left: 0;
    margin-right: 0;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    height: 250px;
  }
  .item--tablet-in-2 {
    width: 48%;
  }
}
@media screen and (max-width: 759px) {
  .item1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 32px;
    padding-right: 8px;
    vertical-align: top;
    white-space: normal;
  }
  .textcontainer {
    padding-top: 20%;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    height: 250px;
  }
}
@media screen and (max-width: 650px) {
  .header {
    background-image: url("../img/herobg1.jpg");
    max-height: 500px;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-right: 200px;
    height: 250px;
  }
  .track {
    padding-right: 300px;
    overflow-x: auto;
    width: auto;
  }
  .screen1 {
    margin-left: 0;
    margin-right: 0;
  }
  .item--tablet-in-2 {
    width: 100%;
  }
  .textcontainer {
    padding-top: 15%;
  }
}
@media screen and (max-width: 530px) {
  .header {
    background-image: url("../img/herobg1.jpg");
    min-height: 450px;
    max-height: 450px;
  }
  .track {
    overflow-x: auto;
    width: auto;
    padding-left: 1px;
    padding-right: 180px;
  }
  .track1 {
    overflow-x: auto;
    width: auto;
    padding-right: 100px;
    height: 250px;
  }
}
@media screen and (max-width: 430px) {
  .textcontainer {
    padding-top: 30%;
  }
  .header {
    background-image: url("../img/herobg1.jpg");
    min-height: 450px;
    max-height: 640px;
  }
  .track {
    overflow-x: auto;
    width: auto;
    padding-left: 1px;
    padding-right: 70px;
  }
  .track1 {
    padding-right: 10px;
    height: 250px;
  }
  .pluses {
    background-color: #24292e;
    min-width: 100%;
    min-height: 650px;
    font-family: "MyriadProReg", sans-serif;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .pluses .uptext {
    font-size: 24px;
  }
  .pluses .allcont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }
  .pluses .allcont .krug {
    width: 15%;
  }
  .pluses .allcont .imgblockd {
    padding-left: 1px;
    padding-top: 2px;
    width: 97%;
  }
  .pluses .allcont .textblockd {
    width: 450px;
    height: 10px;
    font-family: "MyriadProReg", sans-serif;
    font-size: 14px;
    color: #d8d8d8;
    padding-left: 15px;
  }
}
/*# sourceMappingURL=main.css.map */