.documents {
    margin-top: 4px
}

.documents .doc {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2.4%
}

.documents .doc:before {
    content: '';
    position: relative;
    top: -4px;
    left: -3px;
    font-size: 1.825em;
    color: #e6a430;
	background-image: url("/bitrix/templates/alpha_S2/images/icons/docs.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.documents .doc .link {
    display: inline-block;
    margin-left: 4px;
    border-bottom: 1px solid #e9e9e9;
    color: #212121;
    text-decoration: none;
    cursor: pointer
}

.documents .doc .link:hover {
    border-color: #e6a430
}

.documents .doc .size {
    position: relative;
    top: -2px;
    left: 5px;
    font-size: 0.75em;
    color: #757575
}


.license {
    margin-top: 3.75%
}

.license .items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2.7%
}

.license .items .item {
    -ms-flex: 0 0 26.17%;
    -webkit-flex: 0 0 26.17%;
    flex: 0 0 26.17%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #f9f9f9;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.license .items .item:hover {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1)
}

.license .items .item:not(:nth-child(3n)) {
    margin-right: 3.5%
}

.license .items .item .fullsize {
    position: relative;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.license .items .item .fullsize:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 3px;
    background-color: #e6a430;
    background-image: url(/bitrix/templates/alpha_S2/images/icons/fullsize.svg);
    background-repeat: no-repeat;
    background-position: 52% 50%;
    background-size: 24px;
    opacity: 0;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.license .items .item .fullsize:hover:after {
    opacity: 1
}

.license .items .item .fullsize img {
    max-width: 100%
}

.license .items .item .name {
    margin-top: 16px;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.5em
}

.documents .name {
    margin: 5% 0 3%
}

.documents .name:first-of-type {
    margin-top: 3.6%
}

.about .reviews {
    margin-top: 4.9%
}

.reviews .review:not(:last-child) {
    margin-bottom: 4.5%;
    padding-bottom: 3.5%;
    border-bottom: 1px solid #f9f9f9
}

.reviews .review .text {
    padding: 1.6% 3.5% 2.6%;
    font-size: 0.875em;
    border-left: 2px solid #e6a430;
    background-color: #f5f5f5
}

.reviews .review .author {
    display: inline-block;
    margin-top: 2.75%;
    width: 45.5%
}

.reviews .review .author .person {
    color: #212121;
    font-weight: 600
}

.reviews .review .author .post {
    margin-top: 5px;
    font-size: 0.875em
}

.reviews .review .documents {
    display: inline-block;
    width: 53.5%
}

.reviews .review .documents .doc:before {
    font-size: 1.9em
}

.reviews .review .documents .doc .link {
    margin-left: 3px
}



.faq:not(.section) .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.faq:not(.section) .container>div[id*="bx_incl"] {
    -ms-flex: 0 0 23.75%;
    -webkit-flex: 0 0 23.75%;
    flex: 0 0 23.75%;
    margin-right: 2%
}

.faq .tabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 2.25%;
    border-bottom: 1px solid #f5f5f6
}

.faq .tabs .tab {
    display: inline-block;
    margin-bottom: -1px;
    padding: 15px 19px;
    border: 1px solid #f5f5f6;
    background-color: #fafafa;
    color: #212121;
    font-weight: 600;
    text-decoration: none
}

.faq .tabs .tab:not(:last-child) {
    border-right: none
}

.faq .tabs .tab:hover {
    color: #e6a430;
    background-color: #fff
}

.faq .tabs .tab.active {
    padding-top: 14px;
    color: #e6a430;
    background-color: #fff;
    border-top: 2px solid #e6a430;
    border-bottom: 1px solid #fff
}

.faq .tabs-content .tab-content {
    display: none;
    padding-top: 20px
}

.faq .tabs-content .tab-content.active {
    display: block
}

.faq .order {
    margin-top: 3.4%
}


.accordion .item {
    padding: 3.1% 3.35% 3%;
    border: 1px solid #f9f9f9
}

.accordion .item:not(:last-child) {
    border-bottom: none
}

.accordion .item .name {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 100%;
    font-size: 0.875em;
    color: #424242;
    text-decoration: none
}

.accordion .item .name:after {
    content: '';
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    display: block;
    width: 8px;
    height: 8px;
    margin: 2px 0 0 auto;
    border-top: 2px solid #424242;
    border-left: 2px solid #424242;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.accordion .item .name span:not(.salary) {
    width: 100%;
    margin-right: 8px;
    font-size: 1.285715em;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #e9e9e9
}

.accordion .item .name span:not(.salary):hover {
    text-decoration: none
}

.accordion .item .name .salary {
    white-space: nowrap;
    margin-right: 12px
}

.accordion .item .content {
    display: none
}

.accordion .item.active .name {
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 3.5%
}

.accordion .item.active .name:after {
    margin-top: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .item.active .name span {
    color: #e6a430;
    text-decoration: none
}

.accordion .item.active .content {
    display: block;
    margin-top: 3.1%
}

.accordion .item.active .content .param {
    margin-top: 1.5%;
    font-size: 0.875em;
    color: #212121;
    font-weight: 600;
    letter-spacing: -0.005em
}

.accordion .item.active .content .desc {
    margin-top: 1.85%;
    font-size: 0.875em;
    color: #616161;
    line-height: 1.5em;
    letter-spacing: -0.005em
}

.accordion .item.active .content .buttons {
    margin-top: 2.7%;
    padding-top: 3.7%;
    border-top: 1px solid #f9f9f9
}

.btn.color {
	display: inline-block;
    padding: 12px 21px;
    font-size: 0.85em;
    color: #fff;
    letter-spacing: 0.01em;
    background-color: #455a64;
    border: none;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    background-color: #e6a430;
}


.order {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 4% 4.5%;
    border-top: 2px solid #e6a430;
    background-color: #fafafa;
    margin-top: 4.5%
}

.order .text {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    color: #212121;
    line-height: 1.5em;
    font-weight: 600
}

.order .text:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin: -24px 2.8% 0 0;
    font-size: 2.75em;
    color: #e6a430;
    font-weight: 400;
	background-image: url("/bitrix/templates/alpha_S2/images/icons/plane.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-size: contain;
}

.order .btn {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    margin-left: 4%;
    padding: 13px 20px
}
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: #ccc;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 6px;
}
.jqvmap-label strong
{
	color:#fff;	
	display:inline-block
}

.jqvmap-label ul
{
	margin:0;
	text-align:left;
	padding:2px 10px 2px 20px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffc000;
	padding: 3px;
	color: #141a64;
	width: 32px;
	height: 32px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 50px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
.list-object li {
	display:block;
	/*float:left;
	width:49%;*/
}
.list-object {
	text-align: center;
}

.list-object a {
	color: #161a1d;
}

.list-object li.text-left {
	padding-left: 12px !important;
}

.list-object .text-left::before {
    width: 3px !important;
    height: 3px !important;
}

.contacts {
    margin-bottom: 5.25%
}

.contacts .info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 6.5%
}

.contacts .info .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 40%;
    justify-content: center;
}

.contacts .info .item:before {
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.5em;
    color: #e6a430
}

.contacts .info .item .content .name {
    font-size: 0.75em;
    color: #757575
}

.contacts .info .item .content .text {
    margin-top: 0px;
    letter-spacing: -0.1px;
    line-height: 1.5em
}

.contacts .info .item .content .text a {
    color: inherit;
    text-decoration: none
}

.contacts .info .item .content .text.tel {
    font-weight: 600
}

.contacts .info .item.time:before {
    margin: 2px 22px 0 2px;
    font-size: 2.25em
}

.contacts .map {
    margin-top: 2.75%
}

.contacts .feedback {
    margin-top: 4.75%
}

.contacts .feedback .inline-form {
    margin-top: 1.8%
}


.icon-address {
    background-image: url(icons/locate.webp);
    background-size: 100%;
    height: 24px;
    width: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
    background-repeat: no-repeat;
}

.icon-time {
    background-image: url(icons/time.webp);
    background-size: 100%;
    height: 24px;
    width: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}

.icon-phone {
    background-image: url(icons/phone-number.webp);
    background-size: 100%;
    height: 24px;
    width: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}

.row.row-reverse {
    flex-direction: row-reverse;
}