[am-section="contacts"] {
	 padding-bottom: 130px;
}
 [am-section="contacts"][am-contacts-page] {
	 padding-bottom: 80px;
}
 [am-section="contacts"][am-contacts-page] [am-wrapper="contacts"] {
	 justify-content: flex-end;
}
 [am-section="contacts"][am-contacts-page] [am-block="contacts"] {
	 max-width: 100%;
}
 [am-section="contacts"][am-contacts-page] [am-map="contacts"] {
	 margin-top: 0px;
	 width: 100%;
}
 [am-wrapper="contacts"] {
	 display: flex;
	 justify-content: space-between;
	 position: relative;
	 z-index: 2;
	 pointer-events: none;
}
 [am-title="contacts"] {
	 padding-top: 16px;
	 padding-left: 110px;
}
 [am-inner="contacts"] {
	 background: #f6f9fe;
	 box-shadow: 0px 5px 40px rgba(0, 76, 166, 0.25);
	 border-radius: 10px;
	 display: flex;
	 padding: 40px 67px 50px 40px;
	 max-width: 861px;
	 display: flex;
	 justify-content: space-between;
	 pointer-events: auto;
}
 [am-block="contacts"] {
	 display: flex;
	 flex-direction: column;
	 max-width: 30%;
}
 [am-title-sm="contacts"] {
	 margin-bottom: 18px;
}
 [am-title-sm="contacts"]:not(:first-child) {
	 margin-top: 30px;
}
 [am-address="contacts"] {
	 color: #183b56;
	 font-size: 18px;
}
 [am-address="contacts"] span {
	 display: none;
	 font-size: 16px;
	 color: #1565d8;
	 margin-top: 5px;
	 transition: 0.3s linear;
	 cursor: pointer;
}
 [am-address="contacts"] span:hover {
	 opacity: 0.7;
}
 [am-phone="contacts"] {
	 color: #183b56;
	 font-size: 18px;
	 transition: 0.3s linear;
	 white-space: nowrap;
}
 [am-phone="contacts"]:hover {
	 color: #1565d8;
}
 [am-phone="contacts"][am-bold] {
	 font-weight: 700;
	 margin-bottom: 20px;
}
 [am-socials="contacts"] {
	 display: flex;
	 margin-top: 8px;
}
 [am-social="contacts"] {
	 display: block;
	 transition: 0.3s linear;
}
 [am-social="contacts"]:hover {
	 transform: scale(1.2);
	 opacity: 0.7;
}
 [am-social="contacts"]:not(:last-child) {
	 margin-right: 13px;
}
 [am-mail="contacts"] {
	 font-size: 18px;
	 color: #183b56;
	 transition: 0.3s linear;
}
 [am-mail="contacts"]:hover {
	 color: #1565d8;
}
 [am-worktime="contacts"] {
	 font-size: 18px;
	 color: #183b56;
}
 [am-map="contacts"] {
	 width: 1190px;
	 height: 450px;
	 position: relative;
	 z-index: 1;
	 cursor: pointer;
	 margin-top: -69px;
	 position: relative;
}
 [am-map="contacts"].is-init {
	 background: none;
}
 [am-map="contacts"].is-init:before {
	 display: none;
}
 @media (max-width: 1320px) {
	 [am-section="contacts"] {
		 padding-bottom: 91px;
	}
	 [am-section="contacts"][am-contacts-page] {
		 padding-bottom: 70px;
	}
	 [am-section="contacts"][am-contacts-page] [am-title-sm="contacts"], [am-section="contacts"][am-contacts-page] [am-address="contacts"], [am-section="contacts"][am-contacts-page] [am-worktime="contacts"] {
		 font-size: 16px;
	}
	 [am-wrapper="contacts"] {
		 flex-direction: column;
		 align-items: center;
	}
	 [am-title="contacts"] {
		 padding: 0;
	}
	 [am-inner="contacts"] {
		 margin: 33px 0 0 81px;
		 width: 859px;
	}
	 [am-phone="contacts"], [am-worktime="contacts"] {
		 white-space: nowrap;
	}
	 [am-map="contacts"] {
		 width: 860px;
	}
}
 @media (max-width: 999px) {
	 [am-section="contacts"] {
		 padding-bottom: 59px;
	}
	 [am-inner="contacts"] {
		 margin: 28px 0 0 0;
		 width: 708px;
		 padding-bottom: 40px;
	}
	 [am-phone="contacts"][am-bold] {
		 margin-bottom: 16px;
	}
	 [am-phone="contacts"], [am-address="contacts"], [am-mail="contacts"], [am-worktime="contacts"] {
		 font-size: 16px;
	}
	 [am-map="contacts"] {
		 width: 708px;
		 margin-top: -39px;
	}
	 [am-title-sm="contacts"] {
		 margin-bottom: 14px;
	}
}
 @media (max-width: 992px) {
	 [am-section="contacts"] {
		 padding-bottom: 32px;
	}
	 [am-section="contacts"][am-contacts-page] {
		 padding-bottom: 43px;
	}
	 [am-section="contacts"][am-contacts-page] [am-container="contacts"] {
		 padding: 0;
	}
	 [am-section="contacts"][am-contacts-page] [am-block="contacts"] {
		 margin: 0;
	}
	 [am-section="contacts"][am-contacts-page] [am-inner="contacts"] {
		 padding: 31px 20px;
		 width: 100%;
	}
	 [am-section="contacts"][am-contacts-page] [am-title-sm="contacts"]:not(:first-child) {
		 margin-top: 40px;
	}
	 [am-map="contacts"] {
		 display: none;
	}
	 [am-inner="contacts"] {
		 width: calc(100% + 40px);
		 border-radius: 0px;
		 padding: 30px 20px;
		 box-shadow: none;
		 display: block;
		 margin-top: 24px;
	}
	 [am-address="contacts"] br {
		 display: none;
	}
	 [am-address="contacts"] span {
		 display: block;
	}
	 [am-block="contacts"] {
		 margin-right: 0;
		 max-width: 100%;
	}
	 [am-block="contacts"]:first-child {
		 margin-right: 0;
		 margin-bottom: 30px;
	}
	 [am-block="contacts"]:last-child {
		 margin-top: 25px;
	}
}

[am-section="contacts-page"] {
	 padding-top: 30px;
	 padding-bottom: 40px;
}
 [am-wrapper="contacts-page"] {
	 display: flex;
	 justify-content: space-between;
}
 [am-wrapper="contacts-page"] [am-block="feedback"] {
	 min-width: 533px;
	 margin: 40px 100px -70px 0;
	 position: relative;
	 z-index: 2;
}
 [am-inner="contacts-page"] {
	 max-width: 630px;
}
 [am-title="contacts-page"] {
	 font-size: 48px;
	 color: #183b56;
}
 [am-text="contacts-page"] {
	 max-width: 620px;
	 margin-top: 26px;
	 margin-bottom: 26px;
	 font-size: 18px;
	 line-height: 1.25;
}
 [am-name="contacts-page"] {
	 font-size: 24px;
	 font-weight: 700;
	 color: #183b56;
}
 [am-list="contacts-page"] {
	 display: flex;
}
 [am-list-wrapper="contacts-page"] [am-block="contacts-page"] {
	 margin-right: 0;
}
 [am-block="contacts-page"] {
	 margin-bottom: 30px;
	 margin-right: 75px;
}
 @media (max-width: 1320px) {
	 [am-title="contacts-page"] {
		 font-size: 40px;
	}
	 [am-text="contacts-page"] {
		 margin-top: 20px;
		 margin-bottom: 20px;
		 font-size: 16px;
		 line-height: 1.3;
		 max-width: 443px;
	}
	 [am-wrapper="contacts-page"] [am-block="feedback"] {
		 min-width: 380px;
		 margin: 40px 80px -80px 0;
	}
	 [am-name="contacts-page"] {
		 font-size: 20px;
	}
	 [am-block="contacts-page"] [am-title-sm="contacts"] {
		 font-size: 16px;
		 margin-bottom: 17px;
	}
	 [am-block="contacts-page"] [am-phone="contacts"], [am-block="contacts-page"] [am-mail="contacts"] {
		 font-size: 16px;
	}
	 [am-block="contacts-page"]:first-child {
		 margin-right: 21px;
	}
}
 @media (max-width: 999px) {
	 [am-section="contacts-page"] {
		 padding-top: 43px;
		 padding-bottom: 21px;
	}
	 [am-title="contacts-page"] {
		 font-size: 36px;
	}
	 [am-text="contacts-page"] {
		 margin-top: 23px;
		 margin-bottom: 23px;
		 font-size: 14px;
	}
	 [am-wrapper="contacts-page"] {
		 align-items: flex-start;
	}
	 [am-wrapper="contacts-page"] [am-block="feedback"] {
		 min-width: 363px;
		 margin: 105px 0 -60px 0;
	}
	 [am-inner="contacts-page"] {
		 max-width: 290px;
	}
	 [am-list="contacts-page"] {
		 flex-direction: column;
	}
	 [am-block="contacts-page"]:first-child {
		 margin-right: 41px;
	}
}
 @media (max-width: 992px) {
	 [am-section="contacts-page"] {
		 padding-bottom: 6px;
	}
	 [am-title="contacts-page"] {
		 font-size: 28px;
	}
	 [am-text="contacts-page"] {
		 line-height: 1.5;
	}
	 [am-wrapper="contacts-page"] {
		 flex-direction: column;
	}
	 [am-wrapper="contacts-page"] [am-block="feedback"] {
		 min-width: auto;
		 width: calc(100% + 40px);
		 margin: 20px 0 0 -20px;
		 max-width: none;
	}
	 [am-list="contacts-page"] {
		 flex-direction: column;
	}
	 [am-block="contacts-page"]:first-child {
		 margin-right: 0;
		 margin-bottom: 30px;
	}
}
.popover {
  text-align: center;
  width: 220px;
  height: 55px;
  background: #343A4B;
  border-radius: 5px;
}

.popover-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popover-title {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
}

.popover-link {
  padding-top: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FFDE52 !important;
}

.popover::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 21px;
  background-color: #343A4B;
  left: 95px;
  z-index: -5;
  bottom: -5px;
  transform: rotate(45deg);
}

[am-block="modal"] {
	 width: 1px;
	 height: 1px;
	 transition: 0.3s linear;
	 z-index: 100;
	 opacity: 0;
	 position: absolute;
	 pointer-events: none;
}
 [am-block="modal"].is-active {
	 height: auto;
	 width: auto;
	 opacity: 1;
	 position: relative;
	 pointer-events: auto;
}
 [am-overlay="modal"] {
	 position: fixed;
	 left: 0;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 10;
	 background: rgba(24, 59, 86, .7);
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 overflow-x: auto;
}
 [am-overlay="modal"][am-start] {
	 align-items: flex-start;
	 padding: 40px 0;
}
 [am-overlay="modal"][am-full] {
	 overflow: hidden;
}
 [am-overlay="modal"][am-full] [am-content="modal"] {
	 max-width: 100%;
	 width: 100%;
	 height: 100%;
	 border-radius: 0;
	 background: #fff;
	 padding: 30px 50px 60px;
	 position: relative;
}
 [am-content="modal"] {
	 position: relative;
	 box-shadow: 0px 15px 50px rgba(0, 76, 166, 0.25);
	 border-radius: 5px;
}
 [am-content="modal"][am-cities] {
	 max-width: 754px;
	 padding: 30px 50px 29px 80px;
	 width: 100%;
	 background: #f6f9fe;
}
 [am-content="modal"][am-cities] [am-city="burger"] {
	 display: none;
}
 [am-content="modal"][am-thx] {
	 padding: 80px 70px 125px;
	 max-width: 480px;
	 text-align: center;
	 width: 100%;
	 background: #f6f9fe;
}
 [am-content="modal"][am-map] {
	 background: #fff;
	 width: 80%;
	 height: 450px;
	 overflow: hidden;
}
 [am-content="modal"][am-privacy], [am-content="modal"][am-agreement] {
	 background: #fff;
	 width: 80%;
	 padding: 40px 50px;
}
 [am-content="modal"][am-youtube] {
	 height: 315px;
	 width: 100%;
	 max-width: 560px;
	 background: #fff;
}
 [am-close="modal"] {
	 position: absolute;
	 right: 17px;
	 top: 22px;
	 cursor: pointer;
	 width: 20px;
	 height: 20px;
}
 [am-close="modal"]:hover:before, [am-close="modal"]:hover:after {
	 background: #183b56;
}
 [am-close="modal"]:before {
	 content: '';
	 display: block;
	 background: #8e8e8e;
	 border-radius: 6px;
	 width: 20px;
	 height: 3px;
	 transform: rotate(-45deg);
	 position: absolute;
	 left: 0;
	 top: 0;
}
 [am-close="modal"]:after {
	 content: '';
	 display: block;
	 background: #8e8e8e;
	 border-radius: 6px;
	 width: 20px;
	 height: 3px;
	 transform: rotate(45deg);
	 position: absolute;
	 left: 0;
	 top: 0;
}
 [am-img="thx"] {
	 margin-bottom: 20px;
}
 [am-title="thx"] {
	 font-size: 24px;
}
 [am-text="thx"] {
	 font-size: 16px;
	 line-height: 1.2;
}
 [am-text="map"] {
	 font-size: 16px;
	 line-height: 1.2;
	 margin: 0;
	 padding: 20px;
	 padding-right: 50px;
}
 [am-title="privacy"][am-center] {
	 text-align: center;
}
 [am-text="agreement"], [am-text="privacy"] {
	 font-size: 16px;
	 line-height: 1.4;
}
 [am-item="agreement"], [am-item="privacy"] {
	 font-size: 16px;
}
 [am-item="agreement"]:not(:last-child), [am-item="privacy"]:not(:last-child) {
	 margin-bottom: 10px;
}
 [am-head="modal"] {
	 font-weight: 700;
	 font-size: 24px;
	 margin-bottom: 20px;
}
 [am-slider="modal"] {
	 overflow: hidden;
	 width: 100%;
	 height: 90%;
	 position: relative;
}
 [am-slider-wrapper="modal"] {
	 display: flex;
	 height: 100%;
	 justify-content: space-between;
}
 [am-slide="modal"] {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 min-width: 100%;
	 width: 100%;
}
 [am-slide="modal"] img {
	 max-width: 100%;
	 max-height: 100%;
}
 [am-slider-counter="modal"] {
	 position: absolute;
	 left: 50%;
	 bottom: 20px;
	 transform: translateX(-50%);
	 color: #8e8e8e;
	 font-size: 18px;
}
 [am-slider-btn="modal"] {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 background: url('/app/src/img/icons/slider_arrow.svg') no-repeat center;
	 width: 24px;
	 height: 43px;
}
 [am-slider-btn="modal"].modal-slider-button-next {
	 right: 20px;
}
 [am-slider-btn="modal"].modal-slider-button-prev {
	 left: 20px;
	 transform: translateY(-50%) scale(-1);
}
 [am-slider-btn="modal"].swiper-button-disabled {
	 opacity: 0;
}
 @media (max-width: 999px) {
	 [am-slider-btn="modal"] {
		 display: none;
	}
}
 @media (max-width: 992px) {
	 [am-overlay="modal"][am-start] {
		 align-items: flex-start;
		 padding: 0;
	}
	 [am-overlay="modal"][am-full] [am-content="modal"] {
		 padding: 20px 20px 60px;
	}
	 [am-content="modal"] {
		 max-width: 100%;
		 width: 100%;
		 height: 100%;
	}
	 [am-content="modal"][am-feedback] {
		 border-radius: 0;
		 background: #f6f9fe;
		 display: flex;
		 justify-content: center;
		 align-items: flex-start;
	}
	 [am-content="modal"][am-thx] {
		 border-radius: 0;
		 padding: 80px 40px 125px;
		 width: 100%;
		 max-width: 100%;
	}
	 [am-content="modal"][am-map] {
		 background: #fff;
		 width: 100%;
		 height: 100%;
		 overflow: hidden;
		 border-radius: 0;
	}
	 [am-content="modal"][am-privacy], [am-content="modal"][am-agreement] {
		 background: #fff;
		 width: 100%;
		 height: auto;
		 padding: 40px 20px;
		 border-radius: 0;
	}
	 [am-content="modal"] [am-block="feedback"] {
		 border-radius: 0;
		 box-shadow: none;
		 max-width: 100%;
	}
	 [am-content="modal"] [am-block="feedback"] [am-form="feddback"] {
		 max-width: 100%;
	}
	 [am-content="modal"] [am-block="feedback"] [am-title="feedback"] {
		 max-width: 100%;
		 margin: 0 auto;
		 line-height: 1.2;
		 font-size: 20px;
	}
	 [am-text="thx"] {
		 max-width: 250px;
		 margin-left: auto;
		 margin-right: auto;
	}
	 [am-head="modal"] {
		 font-size: 18px;
		 max-width: 80%;
	}
	 [am-slider-counter="modal"] {
		 font-size: 14px;
		 bottom: 15px;
	}
}
