

.nopadding{
    padding-left: 0px;
    padding-right: 0px;
}


div.empty {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 940;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    zoom: 1;
    left: 0px;
    top: 0px;
}

div.empty_message{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    zoom: 1;
    left: 0px;
    top: 0px;

}

div.form_message {
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 480px;
    background-color: #fff;
    margin: -35px 0px 0px -240px;
    z-index: 10002;

    padding: 40px 40px;
    padding-bottom: 29px;
    text-align: center;
    font-family: arial;

    border: 1px solid #ccc;

}

a.ok_message {
    display: inline-block;
    height: 37px;
    color: #fff;
    line-height: 37px;
    font-size: 15px;
    text-align: center;
    padding: 0px 30px;
    background-color: #F88400;
    margin-top: 20px;
}

.form_message_text {
    color: #000;
}


.footer-form{
    background-position: center top;
    position: relative;
    padding-bottom: 75px;
    margin-top: 93px;
    overflow: visible !important;
}
.footer-form .form-desc{
    color:#fff;
}

.footer-form form{
   position: relative;
    z-index: 2;
}


.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form .file-input-box
{
    width: 267px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 30px;
    padding-left: 23px;
}

.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form textarea{
    box-sizing: border-box;
}


.footer-form textarea{
    width: 100%;
    height: 108px;
    background: #FFFFFF;
    border-radius: 30px;
    padding-left: 23px;
}

.footer-form input[type="submit"]
{
    font-family: Calibri;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #34B3EB;
    height: 55px;
    left: 170px;
    border: 2px solid #34B3EB;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px #3088AE;
    border-radius: 30px;
    width: 267px;
    height: 54px;
    border-radius: 30px;
    margin-top:20px;
    margin-bottom:20px;
}
.footer-form .descr{
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 33px;
    margin-bottom: 20px;
}

.footer-form .name{
    font-family: Calibri;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 86px;
}
.footer-form img{
    height: 673px;
    width: 829px;
    max-width: none;
    position: absolute;
    right:0px;
    bottom:0px;
}

.footer-qr {
	background-image: url(/upload/images/qr_footer/qr_fon.jpg);
	background-size: cover;
	color: #fff;
	margin-top: 80px;
}

.footer-qr .row {
	display: flex;
	justify-content: space-between;
}

.footer-qr .row .text-qr {
	flex: 0 0 600px;
}

.footer-qr .row .text-qr h3 {
	font-size: 30px;
	margin-top: 46px;
	text-transform: uppercase;
}

.footer-qr .row .text-qr p {
	font-size: 16px;
	margin-top: 27px;
	text-transform: uppercase;
}

.footer-qr .row .text-qr a {
	display: block;
	width: 215px;
	height: 55px;
	line-height: 55px;
	border-radius: 55px;
	border: 2px solid #34B3EB;
	color: #34B3EB;
	text-align: center;
	margin-top: 42px;
}

.footer-qr .row .code-qr {
	flex: 0 0 450px;
}

.footer-qr .row .code-qr .phone {
	display: block;
	width: 449px;
	height: 430px;
	text-align: center;
	background-image: url(/upload/images/qr_footer/qr_phone.png);
	margin-top: -80px;
    padding-top: 120px;
}

.footer-qr .row .code-qr .qr {
	display: block;
	width: 281px;
	height: 281px;
	background-image: url(/upload/images/qr_footer/qr_code.png);
	margin: auto;
}


@media (max-width: 1000px) {
	.footer-qr {
		margin-bottom: 20px;
	}
    .footer-qr .row {
		justify-conent: center;
	}
    .footer-qr .row .text-qr {
		flex: 0 0 100%;
		text-align: center;
	}
	.footer-qr .row .text-qr a{
		margin: 46px auto;
	}
    .footer-qr .row .code-qr {
		flex: 0 0 100%;
	}

	.footer-qr .row .code-qr .phone {
		margin: 20px auto 0 auto;
	}
}

@media (max-width: 500px) {
    .footer-qr .row {
		justify-conent: center;
	}
    .footer-qr .row .text-qr {
		flex: 0 0 90%;
		text-align: center;
		margin: auto;
	}
	.footer-qr .row .text-qr a{
		margin: 46px auto;
	}
    .footer-qr .row .code-qr {
		flex: 0 0 90%;
		margin: auto;
	}

	.footer-qr .row .code-qr .phone {
		margin: 20px auto 0 auto;
		width: 100%;
		background-size: contain;
		padding-top: 27%;
		background-repeat: no-repeat;
		height: auto;
		background-position: center;
	}

	.footer-qr .row .code-qr .phone a {
		width: 63%;
		height: 35vh;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media (max-width: 400px) {
	.footer-qr .row .code-qr .phone a {
		width: 63%;
		height: 27vh;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
}


@media (min-width: 767px) {
    .footer-form .div_label_vse{
        width: 267px;
    }
}


@media (max-width: 767px) {


    .footer-form img{
        display: none;
    }

    .footer-form input[type="text"],
    .footer-form input[type="email"],
    .footer-form input[type="submit"],
    .footer-form textarea{
        width: 100%;
        box-sizing: border-box;
    }

    .footer-form{
        padding-bottom:57px;
    }
}

@media (min-width: 768px) and (max-width: 1199px)
{
    .footer-form .direct{
        margin-top: 44px;
    }

    .footer-form img {
        width: 400px;
        height: 300px;

        right: 0px;
        top: inherit ;
        bottom: 0px;
    }

    .footer-form .descr {
        margin-top: 25px;
        font-size: 13px;
    }

    .footer-form input[type="submit"]{
        margin-bottom: 12px;
    }


    .footer-form input[type="text"],
    .footer-form input[type="email"],
    .footer-form input[type="submit"]
    {
        width: 100%;
    }

    .footer-form .file-input-box {
        width: 100%;
    }
    .footer-form .label_gll{
        margin-top:4px;
    }
    .footer-form{
        padding-bottom:0px;
    }
    .footer-form .name{
        margin-top:20px;
    }

}



.footer-logo{
    background: no-repeat  url("../img/logo.png") center top;
    width: 141px;
    height:61px;
    display: block;
    margin-bottom: 10px;
}
.fsoc-ig,
.fsoc-vk,
.fsoc-ok,
.fsoc-fb,
.fsoc-tw,
.fsoc-youtube,
.fsoc-t{
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    margin-right:5px;
    background-position: center center;
}


.footer-company{
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #747575;
    margin-top: 20px;
}

.footer-text>div{
    padding-top:25px;
    padding-bottom:25px;
}


.footer-text-left{
    font-family: Calibri;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #BDBDBD;
}


.footer-text-right{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(158, 158, 158, 0.5);
    border-radius: 20px;
}

.footer-text-title{
    font-family: Calibri;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    background: no-repeat url(../img/director_mail_ico.png) 2px top;
    padding-left: 76px;
    display: block;


}


.footer-text-up-title{
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    padding-right: 11px;
}
.footer-text-right-button{
    width: 100%;
    height: 55px;
    border: 2px solid #34B3EB;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(158, 158, 158, 0.5);
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    color: #34B3EB;
    display: block;
    line-height: 55px;
    margin-top: 60px;
}
@media (max-width: 576px) {

    .footer-text-right-button{
        margin-top:30px;
    }


}


.footer-text-button-left{
    font-family: Calibri;
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #34B3EB;

}

.footer-text-right{
    padding-top: 26px;
    padding-bottom: 20px;
}
@media (min-width: 1200px) {
    .footer-text-right {
        padding-left: 24px;
    }
}
@media (max-width: 767px) {
    .footer-text-right{

    }
}

/* футер меню*/

.footer-menu>div{
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-menu{
    background: #838383;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.07);
}

.footer-menu li.title{
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer-menu ul{
    padding: 13px 7px 0px 7px;
}
@media screen and (max-width: 1024px){
    .footer-menu ul{
        width: 100%;
    }
}

.footer-menu .title a{
    font-weight: bold;
}
.footer-menu li{
    margin-bottom:18px;
}
.footer-menu a{
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 13px;
    color: #FFFFFF;
}

.footer-block{
    background: #393939;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.07);
}

.footer-block div {
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
}
.footer-block>div.container{
    padding-top: 21px;
    padding-bottom: 21px;
}

.footer-multavod{
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}


.footer-companiname{
    font-size: 12px;
    line-height: 15px;
    opacity: 0.9;
}

.footer-phone{
    margin-top:10px;
}

.footer-phone a{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
    background: no-repeat url(../img/footer_phone.png) left center;
    padding-left:31px;
    display: inline-block;

}

.footer-companiname,
.footer-multavod{
    padding-top: 21px;
}

.footer-email{
    text-align: right;
}
/*скрываем на компе этот блок*/
.footer-phone-email-hide-desktop{
    display: none;
}

.footer-email a{
    color:#fff;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    background: no-repeat url(../img/footer_email.png) left center;
    padding-left: 36px;
}

.footer-phone{
    text-align: right;
}

.footer-social>ul{
    display: flex;
    justify-content: flex-end;
    margin-top:10px;
}

@media  (max-width: 767px) {



    .footer-social,
    .footer-email,
    .footer-phone
    {
        margin-top:20px;
    }
    .footer-social>ul{
        justify-content: flex-start;
    }


    .footer-phone{
        text-align: left;
    }
    .footer-email{
        text-align: left;
    }
    .footer-email a{
        font-size: 16px;
    }
}

.blue_text{
    color: #34B3EB;
    text-decoration: underline;
}


/*инпут файл*/
.files-input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    top: 0;
    bottom: 0;
    max-width: inherit;
}

.footer-form .file-input-box{
    background:  #fff;
}
.footer-form .files-text{
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.footer-form  .files-text-out{
    display: table;
    height: 100%;
    width: 100%;
    padding-right: 36px;
    table-layout: fixed;
}

.file-input-box{
    position: relative;
}
.file-input-box:after{
    content: ' ';
    display: block;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 20px;
    height: 26px;
    background: no-repeat url(../img/file_plus.png) right center #fff;
}

.footer-form .div_label_vse{
    position: relative;
    left: 0px;
    top: 0px;
}


.footer-form .label_gll{
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: -8px  38px ;
    width:60%;
}
.footer-form input[type=checkbox]{
    opacity: 0;
}

.footer-form .check_gl-custom:before{
    top: -4px !important;
}


.footer-form input[type="email"],
.footer-form input[type="text"],
.files-input

{
    margin-bottom:10px;
}

@media  (max-width: 768px) {
     .footer-form .file-input-box {
         width: 100%;
     }
    .footer-form .label_gll{
        margin-top:4px;
    }

    .footer-form .descr{
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .footer-form .name{
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        margin-top: 26px;
    }

    .footer-text-left{
        display: none;
    }
    .footer-text{
        padding:10px;
    }
    .footer-text-button-left{
        margin-bottom:10px;
    }


    .footer-form form{
        padding: 10px;
    }

    .footer-menu li.title{
        font-size: 14px;
    }
    .footer-menu li{
        margin-bottom: 0;
    }

    .footer-logo{
        width: 100px;
        background-size: contain;
    }
    
    .footer .comagic_phone,
    .footer .footer-email a
    {
        font-size: 12px;
    }

    .mob_hidden{
        display: none;
    }

    .footer-multavod{
        text-align: center;
    }

}

#offices_bottom .offices-title {
    text-align: center;
    width: 100%;
}

@media (max-width: 768px) {

    #offices_bottom .offices-title{
        text-align: center;
        width: 100%;
        margin-bottom: 1em;
        padding-top: 1em;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 24px;
        color: #7a7a7a;
        line-height: 1.2;
    }

}


.offices_bottom_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
}

.offices_bottom_list>div {
    margin-right: 10px;
}

.kontakty_item_bottom {
    margin-bottom: 10px;
}

#offices_bottom img {
    vertical-align: middle;
    border-style: none;
}

@media (min-width: 980px){
    .offices-title {
        font-family: CalibriBold;
        font-size: 30px;
        line-height: 37px;
    }
    .offices-title {
        margin-bottom: 1em;
        padding-top: 1em;
        color: #232323;
        text-align: center;
        line-height: 1.2;
    }



}

@media (max-width: 767px){

    .offices_bottom_list>div {
        margin-right: 10px;
        width: 49%;
        font-size: 11px;
        margin-right: 1%;
    }


	.payment_imgs {
		margin-top: 20px;
	}

	.payment_imgs img {
		height: 25px;
	}

}