﻿* {
    box-sizing: border-box;
}
.clear { clear: both; }

body { 
    margin: 0;
    padding: 0;
    text-align: center;

    font-family: 'PFDinDisplayPro-Regular'; 
}
.container {
    width: 1170px;
    display: inline-block;
    text-align: left;
}
.btn {
    background-color: #4e565a;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 5px;
    display: inline-block;
}
.form-group, .checkbox {
    margin-bottom: 10px;
}
.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.form-group input[type="text"], .form-group input[type="password"], .form-group select, .form-group textarea {
    width: 100%;
    border: solid 1px #ddd;
    font-size: 16px;
    border-radius: 3px;
    padding: 5px 15px;
}
.radio-list label {
    display: inline-block;
}


header {
    padding: 30px 0;
}
.header-logo {
    float: left;
}
.header-desc {
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    margin-left: 80px;
    margin-top: 17px;
}
.header-phone {
    float: right;
    text-align: right;
}
.header-phone strong {
    font-size: 40px;
    display: block;
    font-weight: normal;
    line-height: 1;
}
.header-phone a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    border-bottom: dotted 1px;
}


.top-menu {
    background-color: #22201e;
}
.top-menu ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
}
.top-menu ul li {
    display: inline;
    padding: 0 15px;
}
.top-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
}


.jumbotron {
    background: url(images/jumbotron.jpg) no-repeat center 0;
    height: 460px;
}
.jumbotron h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 60px;
    float: left;
    margin-left: 43%;
    width: 390px;
    margin-top: 50px;
}
.jumbotron h1 small {
    font-weight: normal;
    display: block;
    font-size: 34px;
    margin-top: 10px;
}
.jumb-passport {
    float: right;
    /*background: url(images/jumbotron-passport.png) no-repeat 0 0;*/
    width: 304px;
    height: 365px;
    margin-top: 40px;
}
.jumb-passport strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-top: 10px;
}


section {
    padding: 30px 0;
}
.section-title {
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
    font-weight: normal;
    font-size: 36px;
}
section.content {
    min-height: 500px;
}
img.content-image {
    max-width: 100%;
    height: auto;
}


.fp-calc {
    padding-bottom: 50px;
}
.calc-container {
    width: 70%;
    margin: 0 auto;
    border: solid 1px #ddd;
    padding: 40px;
}
.calc-slider {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.calc-slider > span {
    float: left;
    font-weight: bold;
    font-size: 20px;
}
.calc-slider-container {
    margin-left: 90px;
}
.zaim-rail {
    background-color: #E31E25;
    border-radius: 14px;
    height: 7px;
    position: relative;
    width: 100%;
}
.zaim-handle {
    background: url(images/handler.png) no-repeat 0 0;
    border-radius: 14px;
    cursor: pointer;
    height: 27px;
    position: absolute;
    width: 27px;
    top: -10px !important;
}
.calc-slider-value {
    float: right;
}
.calc-slider-zero {
    float: left;
}

.calc-type-container {
    margin-left: -15px;
    margin-right: -15px;
}
.calc-type-container > div {
    float: left;
    width: 33.3334%;
	/*width: 50%;*/
    padding-left: 15px;
    padding-right: 15px;
}
.calc-type {
    padding: 10px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.calc-type h3 {
    text-align: center;
    margin-top: 5px;
    font-size: 24px;
    font-weight: normal;
}
.calc-type .form-control {
    margin-bottom: 15px;
}
.calc-type .form-control label {
    font-weight: bold;
}
.calc-type .form-control span {
    float: right;
}

.calc-modal-link {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}
.calc-modal-link a {
    border: solid 3px #E31E25;
    padding: 10px 40px;
    color: #333;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
}
.calc-modal-link a:hover {
    background-color: #E31E25;
    color: #fff;
}


.fp-etaps {
    background: url(images/sec-bg1.jpg) no-repeat center 0;
    color: #fff;
}
.fp-etaps img {
    margin: 0 auto;
    display: block;
}
.fp-etaps-captions {
    width: 890px;
    margin: 15px auto 0;
}
.fp-etaps-captions strong {
    font-weight: normal;
    font-size: 24px;
    width: 280px;
    text-align: center;
    float: left;
    margin-right: 25px;
}
.fp-etaps-captions strong:last-child {
    margin-right: 0;
}


.fp-programs {
    background: url(images/sec-bg2.jpg) no-repeat center 0;
}
.fp-programs-container {
    margin-right: -15px;
    margin-left: -15px;
    display: table;
    margin-bottom: 30px;
}
.fp-program-item {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.fp-program-item > a {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    display: inline-block;
    color: #333;
    text-decoration: none;
}
.fp-program-item img {
    width: 100%;
}
.fp-program-item h3 {
    text-align: center;
    font-weight: normal;
    font-size: 28px;
    line-height: 1;
}
.fp-programs .btn {
    font-size: 20px;
    padding: 11px 20px;
}


.fp-map {
    padding: 0;
	/*background: url(images/sec-bg1.jpg) no-repeat center 0;*/
    height: 400px;
}


footer {
    background-color: #4e565a;
    color: #fff;
    padding: 30px 0;
}
.footer-menu {
    float: left;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 2;
}
.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.footer-menu a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-logo {
    float: right;
}
.footer-phone {
    float: right;
    clear: right;
    font-size: 36px;
    line-height: 1;
}


.footer-companies {
    background-color: #454A4D;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}
.footer-companies p {
    margin: 5px 0;
}


.content-table {
    width: 100%;
    border-collapse: collapse;
}
.content-table td {
    border: solid 1px #000;
    padding: 3px 5px;
}
.content-table h3 {
    margin: 0;
    font-weight: normal;
}
.content-table-header td {
    font-weight: bold;
    text-align: center;
}


/* Modal window */
.modal-form {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 12px #000;
    display: none;
    left: 50%;
    margin-left: -15%;
    margin-top: -250px;
    opacity: 0;
    overflow: hidden;
    padding: 20px;
    position: fixed;
    top: 45%;
    width: 30%;
    z-index: 100;
}
.modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: sans-serif;
    font-size: 16px;
    background-color: #eee;
    padding: 8px 10px 6px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
}
.modal-form .modal-header {
    text-align: center;
}
.modal-form h4 {
    font-size: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: normal;
}
.modal-form .lead {
    font-size: 28px;
}
.modal-form label {
    color: #000;
}
.overlay {
	z-index: 99; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.6; /* но немного прозрачна */
	width: 100%; 
	height: 100%; /* размером во весь экран */
	top: 0; 
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}
.textbox {
    margin-bottom: 10px;
    display: flex;
}
.textbox > input[type="text"], .textbox > textarea {
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 18px;
    padding: 5px 10px;
    width: 100%;
}
.radio-button {
    margin-bottom: 20px;
}
.radio-button table {
    width: 100%;
}
.radio-button table td {
    text-align: center;
}
.modal-body > p {
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
}
.modal-send > a {
    background-color: #E31E25;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

.bg-success, .bg-danger {
    margin-bottom: 0;
    padding: 20px 30px;
    position: relative;
    z-index: 9999;
    margin-top: 20px;
}
.bg-danger {
    background-color: #ffb9b9;
}
.bg-success {
    background-color: #dff0d8;
}


.contacts-form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.contacts-form-group > .form-group {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.offices-map {
    width: 100%;
    height: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
}


.callback-container h3 {
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
    margin-top: 10px;
}
.callback-container .btn {
    margin-top: 10px;
}


.form-message {
    padding: 15px 0;
    color: #fff;
}
.form-message .container {
    text-align: center;
}
.message-succes {
    background-color: #18bc00;
}
.message-failed {
    background-color: #E31E25;
}


.article-list {
    margin-left: -15px;
    margin-right: -15px;
}
.article-list-item {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.artilce-list-img {
    margin-bottom: 15px;
}
.artilce-list-img img {
    max-width: 100%;
}
.article-list-item > a {
    text-decoration: none;
    color: #000;
}
.article-list-item strong {
    text-align: center;
    display: block;
    font-size: 22px;
}
.article-list-item p {
    margin-top: 8px;
    font-size: 14px;
}


/*21092020*/
.jumbotron1 {
    background: #E21D23;/*url(images/upgrade.jpg);
    background-size: 100% 100%; 
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    max-width: 1920px;*/
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.col-sm-6 {
    width: 50%;
	float: left;
}
/*21092020*/

/*23092021*/
.footer-links{

}
.footer-link{
	color: white;
	text-align: center:
	font-weight: bold;
	font-size: 20px;
}
/*23092021*/


.bvi-blocks .bvi-block:nth-child(4){
	display: none;
}

/*------05112024--------*/

.header-lk{
	display: inline-block;
    margin-left: 50px;
}
.header-lk a{
	text-decoration: none;
    color: #E31E25;
    padding: 20px 50px;
    border: 2px solid;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.4s;
}
.header-lk a:link{
	
}
.header-lk a:visited{
	
}
.header-lk a:hover{
	color: black;
	border-color: black;
}
.header-lk a:active{
	
}
.header-phone {
	float: none;
    padding-left: 50px;
    display: inline-block;
   }
.header-wrap{
	display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}
.calc-container {
    width: 100%;
}
.calc-comments{
	
}
.calc-comments p{
	border: 2px solid #E31E25;
    font-size: 20px;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #E31E25;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100px;
    margin-top: 35px;
    text-align: center;
}
.jumbotron {
    background: url(images/jumbotron.jpg) no-repeat center 0;
    height: 900px;
}
.oform-zayavku{
	transition: 0.3s;
	transition: 0.3s;
    color: #E31E25 !important;
    border-radius: 15px;
}
.oform-zayavku:link{
    color: #E31E25 !important;
}
.oform-zayavku:visited{
	color: #E31E25 !important;
}
.oform-zayavku:hover{
	color: white !important;
}
.oform-zayavku:active{
	color: white !important;
}
.font-offer-1{
	color: white;
    font-size: 60px;
    text-align: right;
    margin-top: 70px;
    margin-bottom: 0px;
}
.font-offer-2{
	color: white;
    font-size: 52px;
    text-align: right;
    padding-top: -14px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.font-offer-3{
	text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 80px;
}
.font-offer-4{
	text-align: right;
    margin-top: 100px;
}
.font-offer-link{
	text-decoration: none;
    color: black;
    text-transform: uppercase;
    padding: 15px 60px;
    background: white;
    border: 2px solid #E31E25;
    border-radius: 15px;
    font-size: 44px;
    margin-top: 30px;
    transition: 0.3s;
}
.font-offer-link:link{
	color: black;
    background: white;
}
.font-offer-link:visited{
	color: black;
    background: white;
}
.font-offer-link:hover{
	background: black;
	color: white;
}
.font-offer-link:active{
	background: black;
	color: white;
}
.preims-zaim{
	margin-bottom: 50px;
}
.top-menu ul li a {
    color: #E31E25;
    font-size: 26px;
    transition: 0.3s;
}
.top-menu ul li a:link {
	color: #E31E25;
}
.top-menu ul li a:visited {
	color: #E31E25;
}
.top-menu ul li a:hover {
	color: black;
}
.top-menu ul li a:active {
	color: black;
}
.top-menu {
    background-color: white;
    border-top: 15px solid lightgray;
    margin-top: -140px;
    padding: 10px;
    margin-bottom: 50px;
}
/*------05112024--------*/