@font-face {
	font-family: 'Segoe UI';
	src: url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Light.eot');
	src: local('/media_themes/themes/digital/fonts/segoeui/Segoe UI Light'), local('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Light'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Light.woff') format('woff'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-BoldItalic.eot');
	src: local('/media_themes/themes/digital/fonts/segoeui/Segoe UI Bold Italic'), local('/media_themes/themes/digital/fonts/segoeui/SegoeUI-BoldItalic'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-BoldItalic.woff') format('woff'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-SemiBold.eot');
	src: local('/media_themes/themes/digital/fonts/segoeui/Segoe UI Semibold'), local('/media_themes/themes/digital/fonts/segoeui/SegoeUI-SemiBold'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-SemiBold.woff') format('woff'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/media_themes/themes/digital/fonts/segoeui/SegoeUI.eot');
	src: local('/media_themes/themes/digital/fonts/segoeui/Segoe UI'), local('/media_themes/themes/digital/fonts/segoeui/SegoeUI'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI.eot?#iefix') format('embedded-opentype'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI.woff') format('woff'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Bold.eot');
	src: local('/media_themes/themes/digital/fonts/segoeui/Segoe UI Bold'), local('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Bold'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Bold.woff') format('woff'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Italic.eot');
	src: local('/media_themes/themes/digital/fonts/segoeui/Segoe UI Italic'), local('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Italic'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Italic.woff') format('woff'),
		url('/media_themes/themes/digital/fonts/segoeui/SegoeUI-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

.ap1c-page {
    font-family: "Segoe UI";
    color: #29424e;
}

.ap1c-section-one,
.ap1c-section-two,
.ap1c-section-three {
    padding-top: 40px;
}

.ap1c-section-one {
    font-size: 18px;
}

.ap1c-banner img {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.ap1c-section-one h2 {
    font-size: 36px;
    color: #29424e;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.ap1c-section-one p {
    margin-bottom: 10px;
}

.ap1c-section-one ul li {
    margin-bottom: 5px;
}

.ap1c-section-one ul li:before {
    content: "·";
    font-size: 100px;
    vertical-align: middle;
    line-height: 20px;
    color: #fec001;
}

.ap1c-section-two h2 {
    font-size: 28px;
    color: #7c0f09;
    text-align: center;
    margin-bottom: 30px;
}

.tariff-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tf-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.3%;
}

.tf-block > * {
    padding: 10px;
    text-align: center;
}

.tfb-title {
    position: relative;
    width: 100%;
    background: #29424e;
    color: #fff;
}

.tfb-title:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #fff;
    z-index: 9;
}

.tfb-pref-title {
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-style: italic;
    text-align: center;
}

.tfb-short-desc {
    font-size: 18px;
}

.tfb-price {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    color: #7c0f09;
}

.tfb-old-price {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: #29424e;
}

.tfb-old-price span {
    background: linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1.2px), #29424e 50%, rgba(0,0,0,0) calc(50% + 1.2px), rgba(0,0,0,0) 100%);
}

.tfb-list-title {
    color: #29424e;
    font-weight: bold;
}

.tfb-list {
    width: 75%;
    flex: 1 0 auto;
}

.tfb-list li {
    margin-bottom: 15px;
}

.tfb-button {
    border-radius: 10px;
    background: #ffda69;
    color: #29424e;
    font-weight: bold;
    padding: 10px 30px;
    cursor: pointer;
}

.ap1c-section-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

.consultation-info {
  font-size: 18px;
  color: #29424e;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.get-consultation-btn {
    display: inline-block;
    border-radius: 10px;
    background: #29424e;
    color: #ffda69;
    font-weight: bold;
    padding: 10px 30px;
    margin: 35px 0;
    cursor: pointer;
}

.ap1c-phone {
    display: flex;
    align-items: center;
}

.ap1c-phone-number {
    font-weight: bold;
    font-size: 40px;
    margin-left: 10px;
}

.ap1c-input {
    display: inline-block;
    width: 223px;
    height: 42px;
    padding: 13px 15px;
    border: 1px solid #c7c7c7;
    outline: none;
    background: #fff;
    color: #28424e;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	margin-bottom: 10px;
}

.ap1c-input-btn {
    margin-top: 10px !important;
}

.ap1c-form-alert {
    display: none;
    padding: 10px 20px;
    border: 1px solid green;
    margin: 20px 0 10px;
}

@media all and (max-width:450px) {
    .tariff-blocks {
        flex-direction: column;
    }
    .tf-block{
        width: 100%;
        padding-bottom: 30px
    }
    .tfb-list {
        width: 100%;
    }
    .ap1c-phone-number {
        font-weight: bold;
        font-size: 20px;
        margin-left: 10px;
    }
    .ap1c-phone img {
        width: 40px;
    }
}
