[am-section="contacts-page"] {
	 padding-top: 30px;
	 padding-bottom: 40px;
}
@media (max-width: 999px) {
    [am-section="contacts-page"] {
        padding-top: 43px;
        padding-bottom: 21px;
    }
}
@media (max-width: 767px) {
    [am-section="contacts-page"] {
        padding-bottom: 6px;
    }
}
[am-title="contacts-page"] {
    font-size: 48px;
    color: #183b56;
}
@media (max-width: 1320px) {
    [am-title="contacts-page"] {
        font-size: 40px;
    }
}
@media (max-width: 999px) {
    [am-title="contacts-page"] {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    [am-title="contacts-page"] {
        font-size: 28px;
    }
}
[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('/img/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: 767px) {
	 [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;
	}
}
[am-section=diplomas] {
	 text-align: center;
	 padding-bottom: 100px;
	 overflow: hidden;
}
 [am-slider=diplomas] {
	 margin-top: 30px;
	 position: relative;
}
 [am-slider=diplomas].is-disabled [am-slider-wrapper=diplomas] {
	 justify-content: center;
}
 [am-slider=diplomas].is-disabled [am-btn=diplomas] {
	 display: none;
}
 [am-slider=diplomas].is-disabled [am-slide=diplomas] {
	 margin: 0 20px;
}
 [am-slider-wrapper=diplomas] {
	 display: flex;
	 align-items: center;
}
 [am-slide=diplomas] {
	 cursor: pointer;
	 min-width: 280px;
	 display: flex;
	 justify-content: center;
}
 [am-btn=diplomas] {
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 width: 50px;
	 height: 50px;
	 background: #fff url('/img/slider_arrow.svg') no-repeat center;
	 box-shadow: 0px 2px 15px rgba(0, 76, 166, 0.25);
	 border-radius: 100%;
	 cursor: pointer;
	 transition: 0.3s linear;
}
 [am-btn=diplomas].diplomas-button-next {
	 right: 10px;
}
 [am-btn=diplomas].diplomas-button-prev {
	 left: 10px;
	 transform: translateY(-50%) scale(-1);
}
 [am-btn=diplomas].swiper-button-disabled {
	 opacity: 0;
}
 .diplomas-slider__pagination {
	 display: none;
}
 @media (max-width: 1320px) {
	 [am-section=diplomas] {
		 padding-bottom: 85px;
	}
	 [am-slider=diplomas].is-disabled [am-slide=diplomas] {
		 margin: 0;
	}
	 [am-slide=diplomas] {
		 min-width: 190px;
	}
	 [am-slide=diplomas] img {
		 max-width: 80%;
	}
	 [am-btn=diplomas] {
		 width: 40px;
		 height: 40px;
	}
}
 @media (max-width: 999px) {
	 [am-section=diplomas] {
		 padding-bottom: 60px;
	}
	 [am-slide=diplomas] {
		 min-width: 170px;
	}
}
 @media (max-width: 767px) {
	 [am-section=diplomas] {
		 padding-bottom: 80px;
	}
	 [am-slider=diplomas] {
		 margin-top: 20px;
	}
	 [am-btn=diplomas] {
		 display: none;
	}
	 [am-slide=diplomas] {
		 min-width: 100%;
	}
	 [am-slide=diplomas] img {
		 max-width: 100%;
	}
	 .swiper-pagination-bullets.swiper-pagination-horizontal.diplomas-slider__pagination {
		 display: flex;
         justify-content: center;
         margin-top: 50px;
	}
	 .diplomas-slider__bullet {
		 width: 8px;
		 height: 8px;
		 background: #183b56;
		 opacity: 0.4;
		 transition: 0.3s linear;
		 border-radius: 100%;
	}
	 .diplomas-slider__bullet:not(:last-child) {
		 margin-right: 7px;
	}
	 .diplomas-slider__bullet_active {
		 opacity: 1;
	}
}

[am-title=diplomas] {
    padding: 25px 0;
}
[am-section=diplomas] .container {
    overflow: hidden;
}
[am-btn=diplomas] {
    z-index: 1;
}

[am-slider=diplomas] img {
	max-width: 100%;
}
