@font-face {
    font-family: SegoeUi-Medium;
  font-display: auto;
    src: url("../fonts/SegoeUI-SemiBold.ttf")
}
@font-face {
    font-family: SegoeUi-Bold;
  font-display: auto;
    src: url("../fonts/SegoeUI-Bold.ttf")
}
@font-face {
    font-family: SegoeUi;
  font-display: auto;
    src: url("../fonts/SegoeUI.ttf")
}
@font-face {
    font-family: SegoeUi-Light;
  font-display: auto;
    src: url("../fonts/SegoeUI-Light.ttf")
}

* {
    outline: none;
}
body{
    background-color: #fff;
    font-family: SegoeUi, Arial, sans-serif;
    color: #333;
    font-size: 14px;
}
a {
	color: rgb(194, 30, 65)
}
a:hover {
	color: rgba(194, 30, 65, .9)
}
.grecaptcha-badge {
	display: none !important
}
.imghvr-flip-vert{
	border-radius: 12px !important;
}
.imghvr-flip-vert::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(194, 30, 65,0.5);
	border-radius: 5px;
	z-index: 2;
}

.imghvr-flip-vert img {
	height: 297px !important;
    object-fit: cover;
}
.widget_wpglobus .flag img {
	display: none
}
.widget_wpglobus .flag span {
	font-family: SegoeUi-Medium, sans-serif;
	font-size: 14px;
	color: #BDBDBD;
}
.widget_wpglobus .flag.wpglobus-current-language span{
	color: #C21E41;
}
.modal-title, .col-form-label{
	color: rgb(194, 30, 65);
	font-family: SegoeUi-Medium, sans-serif;
}
.navbar-toggler{
	border: 1px solid #fff;
	    display: flex;
    flex-direction: column;
	margin-left: auto;
}
.navbar-toggler-icon{
	background: #fff;
	margin: 4px 0;
	height: 1px;
	
}

.line_helper{
	margin: 2rem 0;
}
.form-control{
	padding: 1.375rem .75rem;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(194, 30, 65);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(194, 30, 65,.25);
}
.btn-light{
    color: #C21E41;
    background-image: url("../images/btn-light.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: lowercase;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 14px;
    padding: 9px 23px;
    border-radius: 0;
    background-color: transparent;
}
.btn-danger{
    color: #fff;
    background-image: url("../images/btn-danger.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: lowercase;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 14px;
    padding: 9px 0;
    width: 150px;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
}
.carousel-indicators {
    justify-content: flex-end;
    margin-right: 5%;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border: 5px solid rgba(194, 30, 65, 0.5);
    border-radius: 50%;
    background-color: transparent;
    margin-right: 10px;
    margin-left: 10px;
}
.carousel-indicators .active{
    border-color: rgba(194, 30, 65, 1);
}

.section-title{
    font-family: SegoeUi-Medium, sans-serif;
    font-size: 24px;
}
.section-desc{
    font-size: 18px;
    color: #828282;
}





.header p{
    margin-bottom: 0;
}
.header .header--label{
    font-size: 16px;
    color: #828282;
}
.header .header--desc{
    font-family: SegoeUi-Medium, sans-serif;
    font-size: 15px;
    color: #333333;
}

.navbar {
    background: url("../images/header-bg.jpg") no-repeat;
    background-size: cover;
}
.navbar-nav .nav-link{
    font-family: SegoeUi-Medium, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}
.carousel-caption{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.carousel-caption::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/polygon.png") no-repeat;
	/*background: rgba(0,0,0,0.3);*/
    background-size: contain;
    width: 100%;
    height: 100%;
}
.carousel-caption .container{
    position: relative;
}
.carousel-caption h2{
    margin: 100px 0 40px;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 36px;
    color: #FFFFFF;
}
.carousel-caption p{
    font-size: 24px;
    color: #FFFFFF;
}

[class^=imghvr-] figcaption{
    background-image: url("../images/services-hover.png");
    background-color: transparent;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-size: cover;
}
[class^='imghvr-'],
[class*='imghvr-'] {
    border-radius: 5px;
    background-color: transparent;
    margin-bottom: 1.5rem;
}
[class^=imghvr-] figcaption h3{
    color: #333;
    font-family: SegoeUi-Medium, sans-serif;
    font-weight: 600;
    font-size: 16px;
}
[class^=imghvr-] figcaption p{
    color: #333;
    font-weight: normal;
    font-size: 14px;
}
[class^=imghvr-] .title{
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
    align-items: center;
    height: 100%;
    text-align: center;
}
[class^=imghvr-]:hover .title{
    display: none;
}
.navbar-nav{
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
}
.advantages{
    padding: 100px 0;
}
.advantages p{
    font-family: SegoeUi-Medium, sans-serif;
    font-size: 18px;
    color: #333333;
}
.red-caption{
    width: 190px;
    height: 150px;
    background: url("../images/red-caption.png") no-repeat;
    margin: 0 auto 2rem;
}
.red-caption svg{
    margin: 1.5rem 5rem;
}
.services{
    background: url("../images/services-bg.jpg") no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.calculator{
    padding: 100px 0;
}

.slider_universal_texts_payment {
    width: 100%;
    font-size: 18px;
    color: #333;
    height: 50px;
    text-align: center;
    padding: 0;
    border-top: 1px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    border-radius:3px;
    margin-bottom: 0;
}

#universal_hidden, #slider_universal_min_payment-hidden, #slider_universal_min_payment-hidden2 {
    width: 100%;
    font-size: 18px;
    padding: 0;
    background: #F7F7F7;
}

.slider_universal_texts_payment input {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    font-family: SegoeUi, sans-serif;
    text-align: center;
    color: #C21E41;
}

#slider_universal, #slider_universal_min_payment, #slider_procent {
    background: #e4e4e4;
    border: none;
    height: 2px;
}

.ui-slider-handle:after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    background-color: #C21E41 !important;
    cursor: pointer
}

.slider_universal_terms, .slider_universal_first_p {
    position: relative;
}

.ui-slider-handle {
    top: -11px !important;
    background: rgba(194, 30, 65, 0.2) !important;
    width: 26px !important;
    border-radius: 50% !important;
    border: 1px solid transparent !important;
    height: 25px !important;
    outline: 0;
    cursor: pointer;
}

.ui-widget-header {
    background: #C21E41 !important;
}

#slider_universal_min_term, #slider_universal_min_first_p {
    left: 2px;
}

#slider_universal_max_term, #slider_universal_max_first_p {
    right: 2px;
}

#slider_universal_min_term, #slider_universal_max_term, #slider_universal_min_first_p, #slider_universal_max_first_p {
    position: absolute;
    top: 15px;
    color: #999;
}

#slider_universal_min_term, #slider_universal_max_term, #slider_universal_min_first_p, #slider_universal_max_first_p {
    display: inline-block;
}

#slider_universal-result, #slider_universal_min_payment-result{
    display: none;
}

.slider_universal-block, .slider_universal-block-2{
    position: relative;
    margin-bottom: 5rem;
}
.slider_universal-block p, .slider_universal-block-2 p,
.slider_universal-block p label, .slider_universal-block-2 p label{
    margin-bottom: 0;
}

.calc_result{
    background: url("../images/calc_bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.result_item{
    margin-bottom: 2rem;
}
.result_item p{
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}
.result_item #price, .result_item #initpay{
    font-weight: bold;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 28px;
    line-height: 37px;
    color: #C21E41;
    margin-bottom: 0;
}
.calc_result a{
    margin-top: 3rem;
    font-weight: bold;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 13px 0;
}
.calc_result--info{
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #828282;
}
.kurs{
    background: url("../images/calc_bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}
.kurs table{
    margin-bottom: 0;
}
.kurs img{
    width: 45px;
}
.kurs table td,.kurs table th {
    vertical-align: middle;
    font-weight: 600;
    font-family: SegoeUi-Medium, sans-serif;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}
.kurs-date{
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
    margin-top: 1rem;
}
.news-post{
    background: url("../images/services-hover.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}
.news-post h2{
    font-weight: 600;
    font-size: 18px;
}
.news-post .news-post--date, .news-post .news-post--description{
    color: #828282;
    margin-top: 1rem;
}
.news-post .news-post--description{
    margin-top: 2rem;
}
.partners{
    padding: 100px 0;
}
.partners img{
    width: 200px;
}
.page-title{
	padding: 1.5rem 0 1.5rem 2rem;
  	width: 100%;
 background-image: url("../images/page-title.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  font-family: SegoeUi-Medium, sans-serif;
    font-size: 28px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    color: #fff;
}

.page table {
width: 100% !important;
  
}

.page table tbody tr:nth-of-type(odd) {
    background-color: rgba(194, 30, 65, 0.03);
}
.page table tbody tr {
height: 70px !important;
}
.page table tbody tr td {
padding-left: 1rem
}
.page table tbody tr td {
padding-left: 1rem;
font-family: SegoeUi, sans-serif;
font-size: 14px !important;
color: #9F2037;
  padding-top: 10px;
    padding-bottom: 10px;
}
.page table tbody tr td span {
font-size: 14px !important;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb span {
	display: inline-block;
	margin: 0 5px 0 5px;
}
.breadcrumb li span {
	display: inline-block;
	margin: 0;
}
.breadcrumb a {
	color: #C21E41;
}
.breadcrumb .active {
	color: #828282;
}

.page img {
	max-width: 100%;
    height: auto;
}
.form-request{
		height: 250px;
  	width: 100%;
 background-image: url("../images/page-title.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	    padding: 50px;
    margin-top: 3rem;
}

.form-request h4 {
font-family: SegoeUi-Bold, sans-serif;
font-size: 36px;
text-transform: uppercase;
color: #FFFFFF;
}

.form-request p {
font-size: 18px;
color: #FFFFFF;
}



.contact-page p {
font-size: 18px;
}
.contact-page p a {
	display: inline-block;
    margin-right: 20px;
}
.contact-page iframe {
	width: 100% !important;
}



.footer{
    background: url("../images/footer-bg.jpg") no-repeat;
    background-size: cover;
}
.footer p, .footer a{
    color: #fff
}
.footer a{
    font-size: 16px;
}
.footer li {
    margin-bottom: 15px;
}
.footer-info p{
    color: rgba(255, 255, 255, 0.5);
}
.footer .tel, .footer .address{
    font-size: 24px;
}
.footer .social a {
    display: inline-block;
    margin-right: 20px;
}


.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
	margin-bottom: 2rem;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  min-height: 297px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  color: #333;
    font-family: SegoeUi-Medium, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.flip-box-front .flip-box-header {
	z-index: 2;
    color: #fff;
    font-weight: bold;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}
.flip-box-front::before{
	content: '';
    position: absolute;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(194, 30, 65,0.5);
    border-radius: 5px;
    z-index: 2;
}
.flip-box p {
  color: #333;
    font-weight: normal;
    font-size: 14px;
}

.flip-box-img {
  
}

.flip-box-button {
  color: #fff;
	display: block;
    margin: 0 auto;
    background-image: url(../images/btn-danger.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: lowercase;
    font-family: SegoeUi-Bold, sans-serif;
    font-size: 14px;
    padding: 9px 0;
    width: 150px;
    border-radius: 0;
    border-color: transparent;
    background-color: transparent;
}





@keyframes spaceboots {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}
 
 
 
 @-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shaker:hover,
.shaker:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
 
 
 
 
 
.cbh-button,.cbh-button-yellow{
    position: fixed;
    right: auto;
    right: 5%;
    width: 90px;
    height: 90px;
    bottom: 10%;
    z-index: 2147483647;
}

.cbh-button-yellow{
	left: 8%;
}
 
#cbh_slider_container {
    z-index: 2147483647;
    display: block;
    position: relative;
}
 
.cbh-button-yellow{
		display:none;
	}


.cbh-ph-circle,.cbh-ph-circle-fill,.cbh-ph-circle-yellow,.cbh-ph-circle-fill-yellow{
	-webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

.cbh-ph-circle-fill,.cbh-ph-circle-fill-yellow{
	width: 155%;
    height: 155%;
    background-color: #4CED69;
    border: 2px solid transparent;
    -webkit-animation: cbhCircleFill 2.3s infinite ease-in-out;
    animation: cbhCircleFill 2.3s infinite ease-in-out;
    box-shadow: 0 0 2px 0 #4CED69!important;
    left: 50%;
    top: 50%;
}

.cbh-ph-circle-fill-yellow{
	background-color: #ffd24d;
}


.cbh-ph-circle,.cbh-ph-circle-fill,.cbh-ph-circle-yellow,.cbh-ph-circle-fill-yellow{
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
}

@keyframes cbhCircleFill{
	0%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		opacity:0;
		
	}
	50%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		opacity:.2;
		
	}
	100%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		opacity:.2;
	}
}



@-webkit-keyframes cbhCircleFill{
	0%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		opacity:0;
	}
	50%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		opacity:.2;
	}
	100%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.6) skew(1deg);
		opacity:.2;
	}
}


@-webkit-keyframes cbhCircle{
	0%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.5) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.5) skew(1deg);
		opacity:.01
		
	}
	30%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.7) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.7) skew(1deg);
		opacity:.5
		
	}
	100%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		opacity:.01
		
	}
	
}

@keyframes cbhCircle{
	0%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.5) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.5) skew(1deg);
		opacity:.01;
	}
	30%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(.7) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(.7) skew(1deg);
		opacity:.5;
	}
	100%{
		-webkit-transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		transform:translateX(-50%) translateY(-50%) scale(1) skew(1deg);
		opacity:.01;
	}
	
}





.cbh-ph-circle,.cbh-ph-circle-yellow{
	width: 250%;
    height: 250%;
    background-color: transparent;
    border: 2px solid #4CED69;
    -webkit-animation: cbhCircle 2.2s infinite ease-in-out;
    animation: cbhCircle 2.2s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: 50%;
    top: 50%;
}

.cbh-ph-circle,.cbh-ph-circle-fill {
    border-color: #4CED69 !important;
}

.cbh-ph-circle-yellow{
	border: 2px solid #ffd24d;
}

.cbh-ph-circle-yellow,.cbh-ph-circle-fill-yellow {
    border-color: #FFD24D !important;
}


@media (min-width: 1700px) {
	.container {
		    max-width: 1600px;
	}
	.navbar-nav .nav-link{
		    font-size: 20px;
	}
	.btn-light{
		font-size: 20px;
	}
	[class^='imghvr-'], [class*='imghvr-'], 
	[class*=" imghvr-flip-"] img, [class^=imghvr-flip-] img{
		width: 100%;
	}
	[class^=imghvr-] .title {
		font-size: 30px; 
	}
	.section-title {
		font-size: 30px;
	}
	.header .header--label, .header .header--desc {
		font-size: 18px;
	}
	#universal_hidden, #slider_universal_min_payment-hidden, #slider_universal_min_payment-hidden2{
		font-size: 21px;
	}
	.slider_universal-block p, .slider_universal-block-2 p, .slider_universal-block p label, .slider_universal-block-2 p label,
	.result_item p, .calc_result a, .news-post .news-post--description, .footer-info p, .footer a, [class^='imghvr-'] p, [class*='imghvr-'] p, [class^=imghvr-] figcaption p{
		font-size: 18px;
	}
	.result_item #price, .result_item #initpay{
		    font-size: 32px;
	}
	.kurs table td, .kurs table th, .btn-danger, [class^=imghvr-] figcaption h3{
		font-size: 20px;
	}
	.news-post h2{
		    font-size: 24px;
	}
	.cbh-button,.cbh-button-yellow{
		bottom: 5%;
	}
	
}



@media (max-width: 600px) {
	.carousel-caption h2 {
		margin: 0 0 10px;
		font-size: 14px;
	}
	.carousel-caption p {
		font-size: 12px;
	}
	.carousel-indicators li{
		width: 5px;
		height: 5px;
		border-width: 2px;
	}
	.btn-light{
		font-size: 12px;
    	padding: 5px 14px;
	}
	.advantages, .calculator, .partners {
		padding: 40px 0;
	}
	.red-caption {
		width: 150px;
		height: 130px;
		margin: 0 auto 0;
		background-size: contain;
	}
	.red-caption svg {
		margin: 0.9rem 3.5rem;
	}
	.advantages p{
		font-size: 14px;
	}
	[class^=imghvr-] .title{
		font-size: 14px;
	}
	[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption{
		padding: 10px;
	}
	[class^=imghvr-] figcaption h3{
		display: none;
	}
	[class^=imghvr-] figcaption p{
		font-size: 10px;
	}
	.section-desc {
		font-size: 13px;
	}
	.news .col-12, .partners .col-md-3, .album .col-12  {
		margin-bottom: 1.5rem
	}
	.page-title {
		height: auto;
		font-size: 24px;
		padding: 1rem 0 1rem 1rem;
	}
	.page-other {
		margin-top: 2rem;
	}
	.form-request{
		height: auto;
		padding: 20px;
		    max-width: 100%;
    margin: 0;
	}
	.form-request button{
		max-width: 100% !important;
		width: 100%;
		padding: 13px 10px;
	}
	.carousel-caption .carousel-caption-text {
		margin: 0;
	}
	.carousel-caption-btn{
		margin-top: 5px;
	}
	.form-request h4 {
		font-size: 24px;
	}
	.form-request p{
		font-size: 13px;
	}
	.feedback-btn .btn{
		max-width: 100%;
		    height: 50px;
	}
	.cbh-button-yellow {
		display: block
	}
	.cbh-button, .cbh-button-yellow{
		width: 60px;
    height: 60px;
	}
    .imghvr-flip-vert img{
        height: 140px !important;
    }
	
	.flip-box-front, .flip-box-back{
		min-height: 155px;
	}
	.flip-box-front .flip-box-header{
		    font-size: 14px;
	}
	.flip-box p{
		display: none
	}
	.flip-box-button{
		font-size: 12px;
    padding: 5px 0;
    width: 80%;
    margin-top: 10px;
    line-height: 1.6;
	}
	.flip-box-back .flip-box-header{
		    font-size: 12px;
	}
}
/* Делаем основной текст в подвале темным */
.footer, .footer p, .footer span {
    color: #333333 !important;
}

/* Делаем ссылки в подвале темными */
.footer a {
    color: #333333 !important;
}

/* Делаем ссылки при наведении немного светлее или другого цвета (опционально) */
.footer a:hover {
    color: #d9534f !important; /* Красный оттенок, как на кнопках вашего сайта */
    text-decoration: none;
}

/* Красим иконки соцсетей и логотип разработчика (SVG), так как они тоже белые */
.footer svg path {
    fill: #333333 !important;
    fill-opacity: 1 !important;
}
