div#callBack {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
}
div#callBack  div.formBox {
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    width: 400px;
	height: 380px;
    background: #fff;
    border-radius: 4px;
    z-index: 1000;
}
div#callBack div.formBox div.headerLine {
    display: block;
    width: 100%;
    height: 40px;
    background: rgb(1,109,171);
    background: -moz-linear-gradient(left, rgba(1,109,171,1) 1%, rgba(41,137,216,1) 51%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(left, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to right, rgba(1,109,171,1) 1%,rgba(41,137,216,1) 51%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016dab', endColorstr='#7db9e8',GradientType=1 );
    border-top: 1px solid #2587d4;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
div#callBack div.formBox div.headerLine h3 {
    display: block;
    width: calc(100% - 20px);
    margin: 0;
    padding: 10px 0px 5px 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
div#callBack div.formBox form {
    display: block;
    width: calc(100% - 40px);
    padding: 15px 20px;
}
div#callBack div.formBox form label {
    display: block;
    font-size: 13px;
    font-weight: bold;
}
div:not(:target) span.fieldType {
    display: block;
    width: fit-content;
    margin-bottom: 0;
    padding: 2px 0 2px 0;
    background: #fff;
    color: #000000;
}
div:target span.fieldType {
    display: block;
    width: fit-content;
    margin-bottom: 0;
    padding: 2px 0 2px 0;
    color: #fff;	
}
div#callBack div.formBox span.fieldType {
    display: block;
    padding-bottom: 5px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
}
div#callBack div.formBox:hover span.fieldType,div#callBack div.formBox:target span.fieldType,
.main.contacts.clearfix .feedback .form div:hover span.fieldType, .main.contacts.clearfix .feedback .form div:target span.fieldType {
	background: #fff;
	color:#111;
	font-weight: 600;
}
div#callBack div.formBox form input[type="text"],div#callBack div.formBox form select,div#callBack div.formBox form input[type="tel"] {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px 0 10px;
    background: #f7f7f7;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    font-size: 15px;
    color: #111;
}
div#callBack div.formBox form input.tel {
    max-width: 159px;
}
div.formBox form select {
    min-width: calc(100% - 2px);
    min-height: 34px;
}
div.formBox form div.name {
    margin-top: 5px;
    margin-bottom: 15px;
}
div.formBox form div.theme {
    margin-top: 15px;
    margin-bottom: 15px;
}
div#callBack div.formBox form input#orderButton {
    margin-top: 10px;
    margin-left: 0;
}
div#callBack a.close {
	position: fixed;
    top: calc(50% - 192px);
    right: calc(50% - 195px);
    z-index: 10000;
    width: 24px;
    height: 24px;
    border-radius: 100px;
    background-color: #2385d1;
    background-image: url('../img/close.svg');
    background-size: 28px 28px;
    background-position: center center;
    background-repeat: no-repeat;
}
div#callBack div.formBox form input#orderButton {
    margin-top: 10px;
    margin-left: 0;
}
form input#orderButton {
	float: left;
    display: block;
    border-radius: 4px;
    margin-left: 20px;
}
input#orderButton {
    display: block;
    height: 38px;
    max-width: 200px;
    margin-top: 5px;
    padding: 8px 18px 7px 18px;
    text-shadow: 0 1px 1px #fff;
    border: 1px solid #c1c1c1;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #4a4a4a;
    border-radius: 3px;
    box-shadow: 0 1px 1px #ccc;
    background: rgb(219,219,219);
    background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(247,247,247,1) 6%, rgba(237,237,237,1) 47%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 6%,rgba(237,237,237,1) 47%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(247,247,247,1) 6%,rgba(237,237,237,1) 47%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#e0e0e0',GradientType=0 );
    cursor: pointer;
}
input#orderButton:hover, input#orderButton:target {
    border: 1px solid #1c89df;
    background: #1c89df;
    color: #fff;
    text-shadow: none;
}
@media (max-width:480px) {
	div#callBack a.close {
		position: fixed;
		top: calc(50% - 191px);
		right: 25px;
		left: auto;
	}
}
@media (max-width: 420px) {
	div#callBack {
		z-index: 10000;
	}
	div#callBack div.formBox {
		position: fixed;
		top: 50px;
		left: calc(50% - 160px);
		z-index: 1000;
		width: 320px;
		height: 370px;
		background: rgb(255, 255, 255);
		box-shadow: none;
		border-radius: 4px;
	}
	div#callBack a.close {
		position: fixed;
		top: 59px;
		right: calc(50% - 152px);
		left: auto;
		z-index: 10000;
		width: 24px;
		height: 24px;
		border-radius: 100px;
		background-color: rgb(54 145 219);
		background-image: url('../img/close.svg');
		background-size: 28px 28px;
		background-position: center center;
		background-repeat: no-repeat;
	}
}