

/* Start:/local/templates/tesk/components/kit/offices.yandexmap/main/style.css?17670328233634*/
/*
 * Copyright (c) 7/10/2020 Created By/Edited By ASDAFF asdaff.asad@yandex.ru
 */

.kit_map_offices_block {
    clear: both;
}

.map_control {
    color: #919191;
    font-size: 12px;
    padding: 5px 0;
}

.map_control .links {
    float: right;
}

.map_control .links:after {
    clear: both;
}

.map_control .links a {
    cursor: pointer;
    margin-left: 15px;
    color: #919191;
    border-bottom: 1px dashed #919191;
    text-decoration: none;
}

.map_control .links a:hover {
    text-shadow: 0px 1px 1px #ccc;
}

.map_control .geo_info {
    float: left;
}

.kit_office_city_celector a {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    border-bottom: 1px dashed #367DE2;
    color: #367DE2;
    padding: 0px;
    text-decoration: none !important;
    cursor: pointer;
}

.kit_office_city_celector a:hover {
    text-shadow: 0px 1px 1px #ccc;
}

.kit_office_city_celector a.active {
    color: #414141;
    border-bottom-color: #414141;
}

.officeList .officeItem {
    display: block;
    margin: 0px;
    padding: 0px 10px 20px 10px;
    display: block;
    width: 50%;
    min-height: 150px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.officeList .officeItem .block {
    position: relative;
    display: inline-block;
    padding: 10px 5px 10px 15px;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.officeList .officeItem .block:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    -o-box-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    box-shadow: rgba(0, 0, 0, .5) 0 2px 4px;

    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.officeList .officeItem .block:hover a.more {
    color: #313131;
    border-color: #313131;
}

.officeList .officeItem h2 {
    margin: 0px 0px 10px 0px;
}

.officeList .officeItem p {
    margin: 5px 0px;
    line-height: 120%;
}

.officeList .officeItem a.onmap, .officeList .officeItem a.foto {
    margin: 10px 10px 0 0;
    padding: 0px 0px;
    line-height: 150%;
    font-size: 10px;
    color: #919191;
    border-bottom: 1px dashed #919191;
    text-decoration: none;
    cursor: pointer;
}

.officeList .officeItem a.onmap:hover, .officeList .officeItem a.foto:hover {
    text-shadow: 0px 1px 1px #ccc;
    color: #313131;
    border-color: #313131;
}

.officeList .officeItem img, .officeList .officeItem .image {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    margin: 4px 4px 0px 0px;
    width: 140px;
    height: 90px;
}

#KIT_MapOffice_YMAP {

    width: 100%;
    height: 350px;
    border: 1px solid #ccc;
    margin: 0 0 10px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 1px 2px;
    -moz-box-shadow: rgba(0, 0, 0, .3) 0 1px 2px;
    -o-box-shadow: rgba(0, 0, 0, .3) 0 1px 2px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#KIT_MapOffice_YMAP:after {
    clear: both;
}
/* End */


/* Start:/local/components/lardin/forms/templates/contacts_n/style.css?17657927402163*/
.form .form__input.lardin-error-field{
	background-color: #f0c2e8;
}
.lardin-form-notice{
	display: none;
	    color: #fff;
}
.lardin-form-error{
	color: red;
}

.input-control {
  height: 50px;
  margin: 0 0 10px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-family: "Inter", Arial, sans-serif;
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  color: #666;
}

textarea.input-control {
  height: 120px;
  padding: 10px 15px;
}
.box-form {
  max-width: 580px;
  width: 100%;
  border-radius: 10px;
  padding: 50px 80px;
  position: relative;
  margin: 0 auto;
}
.b-check__name {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    font-weight: normal;
    position: relative;
    padding: 2px 0 0 35px;
    cursor: pointer;
}
.b-check__name::after {
    content: "";
    font-family: "fontello";
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 23px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.b-check {
    padding: 10px 0 0 0;
    margin: 0 0 20px;
	display: block;
	width: 100%;
}
.b-check__input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.b-check__input:checked + .b-check__name:after {
  content: "\2714";
  color: #84BC2D;
}
.b-check__input.error-check + .b-check__name:after{
  border: 2px solid red;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}
label.b-check__name {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.input-submit {
    background: #84BC2D;
    display: block;
    text-align: center;
    height: 50px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 65px;
    border: none;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 0;
	max-width: 260px;
	margin: 0 auto;
	cursor: pointer;
}
/* End */
/* /local/templates/tesk/components/kit/offices.yandexmap/main/style.css?17670328233634 */
/* /local/components/lardin/forms/templates/contacts_n/style.css?17657927402163 */
