a {
  text-decoration: none;
}

@media (min-width: 320px) {

  .form-title {
    color: var(--white);
    margin-bottom: 24px;
  }

  .form-subtitle {
    color: var(--white);
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .form-subtitle a {
    color: var(--white);
  }

  .form-callback-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0px;
  }

  .form-callback-footer input {
    width: 100%;
    height: 48px;
    border: 0;
    color: var(--text-basic);
    font-size: 12px;
    line-height: 1.3;
    padding: 16px;
  }

  .form-callback-footer input::placeholder {
    color: var(--text-light);
  }

  .form-callback-footer .form__submit {
    background-color: var(--main-light);
  }

  .form-callback-footer small {
    color: var(--white);
  }

  .form-callback-footer small a {
    color: var(--main-light);
  }
  #contact-page {
    background-image: url(/local/templates/jamit-template/assets/img/back-mb-case.webp);
    background-color: var(--main-basic);
    background-position: top;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 72px;
    background-size: contain;
  }

  #contact-page .container {
    position: static;
  }

  #contact-page .h1 {
    margin-bottom: 90px;
  }

  #contact-page .img-banner img {
    mix-blend-mode: multiply;
    top: 0;
  }

  #contact-page .button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  #contact-page .button-block a {
    color: var(--white);
    text-decoration: none;
    font-family: "Unbounded", sans-serif;
    font-weight: 200;
    font-size: 12px;
    z-index: 10;
    position: relative;
  }

  #contact-page .button-block a:first-child::after {
    content: url("/local/templates/jamit-template/assets/img/arrow-white.svg");
    position: relative;
    margin-left: 6px;
  }

  .h1 {
    font-family: Unbounded;
    color: var(--white);
    font-weight: 200;
    font-size: 21px;
    line-height: 117%;
    letter-spacing: 0%;
    margin-bottom: 90px;
  }

  section {
    margin: 32px 0px;
  }

  .contact-info {
    padding: 20px;
  }

  .contact-info a.contact-item--link {
    color: var(--main-basic);
    font-size: 24px;
    font-family: "Unbounded";
    line-height: 1.3;
    font-weight: 200;
    display: block;
  }

  .contact-info .contact-item {
    margin-bottom: 28px;
  }

  .contact-info .contact-item:last-child {
    margin-bottom: 0;
  }

  .contact-info .contact-item:first-child a.contact-item--link {
    margin-bottom: 16px;
  }

  .contact-info p.contact-item--text {
    font-family: "Unbounded";
    line-height: 1.5;
    font-weight: 200;
    font-size: 20px;
  }
  #contact-info .contact-info .contact-mess-block {
  	width: 100%;
    display: flex;
  }
  .contact-info .contact-mess-block a {
    color: #28313D;    
    max-width: 107px;
    width: 100%;
    font-family: "Unbounded";
    line-height: 1.3;
    font-weight: 200;
    display: block;
    font-size: 14px;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #D3D3D3;
    text-align: center;
  }

  .contact-info:first-child {
    background-color: var(--background-light);
    margin: 0px 0px 48px 0px;
  }

  .contact-info:last-child {
    border: 1px solid var(--background-light);
    margin: 0px 0px 16px 0px;
  }

  .grey-text {
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.5;
  }

  .contact-mess-block {
    gap: 0px 16px;
  }

  .rekvizity-title {
    font-size: 16px;
    margin-bottom: 28px;
    line-height: 1.2;
    color: #28313D;
  }

  .dark .rekvizity-title {
  	color: var(--white);
  }

  .rekvizit-item {
    gap: 0px 12px;
    margin-bottom: 24px;
  }

  .rekvizit-item:last-child {
    margin-bottom: 0;
  }

  .rekvizit-item p {
    font-size: 12px;
    line-height: 1.3;
  }

  .rekvizit-item--name {
    color: var(--text-light);
  }

  .rekvizit-item--value {
    color: #28313D;
  }
  .dark .rekvizit-item--value {
    color: var(--white);
  }

  #contact-map {
    position: relative;
    margin-bottom: 0;
  }

  .map_banner {
    position: absolute;
    max-width: 178px;
    width: 100%;
    height: 86px;
    background-color: var(--white);
    z-index: 1;
    top: 12px;
    left: 20px;
    padding: 12px;
  }

  .map_wrap {
    width: 100%;
    height: 340px;
  }

  .map_banner_text1 {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 4px;
    color: #B5B5B5;
  }

  .map_banner_text2 {
    font-size: 14px;
    line-height: 120%;
    color: #505250;
  }

  [class*=ymaps-2][class*=-ground-pane] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  	.map_banner .map_banner_text2 br {
		display: block;
	}

  #contact-page .button-block a {
    font-size: 12px;
  }

}

@media (min-width: 375px) {
  #contact-page .button-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 25px;
  }
}

@media (min-width: 767px) {
  
  #form-about .container {
    max-width: 648px;
    width: 100%;
  }

  .form-title,
  .form-subtitle {
    text-align: center;
  }

  .form-subtitle {
    max-width: 60%;
    margin: 16px auto;
  }

  #contact-page {
    margin-bottom: 72px;
    background-size: contain;
  }

  #contact-page .h1 {
    margin-bottom: 58px;
  }

  #contact-page .button-block {
    gap: 75px;
  }

  #contact-info .container {
    gap: 0px 24px;
  }

  #contact-info .contact-info {
    padding: 32px;
    margin-bottom: 40px;
  }

  #contact-info .contact-info .grey-text {
    font-size: 16px;
    margin-bottom: 4px;
  }

  #contact-info .contact-info .contact-item {
    margin-bottom: 40px;
  }

  #contact-info .contact-info .contact-item:last-child {
    margin-bottom: 0;
  }

  #contact-info .contact-info .contact-mess-block {
    max-width: 75%;
  }

  #contact-info .contact-info .contact-mess-block a {
    max-width: 107px;
    width: 100%;
  }

  #contact-page .button-block a {
    font-size: 14px;
  }

  #contact-page .button-block a:first-child::after {
    margin-left: 32px;
  }

  #contact-map {
    margin: 0;
  }

  .rekvizity-title {
    font-size: 24px;
    line-height: 1.3;
  }
  	.map_wrap {
		height: 594px;
	}
	.map_banner {
	    position: absolute;
	    max-width: 351px;
	    width: 100%;
	    height: 114px;
	    background-color: var(--white);
	    z-index: 1;
	    top: 61px;
	    left: 48px;
	    padding: 32px;
	}
	.map_banner .map_banner_text1 {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0;
		color: #B5B5B5;
	}
	.map_banner .map_banner_text2 {
		color: #505250;
	}

}

@media (min-width: 980px) {
	.map_banner .map_banner_text2 br {
		display: none;
	}
}

@media (min-width: 1024px) {
  .form-subtitle {
    max-width: 70%;
  }

  .form-callback-footer input {
    font-size: 14px;
  }
  
}
@media (min-width: 1140px) {
	.map_wrap {
		height: 594px;
	}
	.map_banner {
	    position: absolute;
	    max-width: 367px;
	    width: 100%;
	    height: 188px;
	    background-color: var(--white);
	    z-index: 1;
	    top: 24px;
	    left: 367px;
	    padding: 40px 40px;
	}
	.map_banner .map_banner_text1,
	.map_banner .map_banner_text2
	 {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 24px;
		line-height: 1.33;
		letter-spacing: 0;
		color: #B5B5B5;
	}
	.map_banner .map_banner_text2 {
		color: #505250;
	}
	 .map_banner .map_banner_text2 br {
		display: block;
	}

}
@media (min-width: 1350px) {
  .breadcrumbs {
    grid-column: 1/3 span;
  }

  #contact-page .container .h1 {
    grid-column: 1/2 span;
    margin-bottom: 16px;
  }

  #contact-page .container .button-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 32px;
  }

  .contact-info .contact-item {
    max-width: none;
  }

  #contact-info .contact-info .contact-mess-block {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .form-title.h5 {
    width: auto;
  }

  #contact-info .contact-info .grey-text {
    margin-bottom: 12px;
  }

  .contact-info a.contact-item--link {
    font-size: 34px;
  }

  .contact-info .contact-item:first-child a.contact-item--link {
    margin-bottom: 12px;
  }

  .contact-info p.contact-item--text {
    font-size: 24px;
  }

  .rekvizity-title {
    margin-bottom: 40px;
  }

  .rekvizit-item p {
    font-size: 16px;
  }

  #contact-page .button-block a {
    font-size: 16px;
  }
}

section.contact-page-section-from.form-our-team.form-web-dev {
  margin-bottom: 0 !important;
}

.form-our-team.form-web-dev .form-callback-footer small {
    color: var(--text-dark-grey);
}

.form-our-team.form-web-dev .seo-footer .form-title, .form-our-team.form-web-dev .seo-footer .form-subtitle {
    color: var(--text-dark-grey);
}
