/**
 * Theme Name: Коворкинги
 * 
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    border: 0;

    vertical-align: baseline;
}
body {
    line-height: 1;
    word-wrap: break-word;
    margin: 0;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
    content: none;
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}
body {
	font: 16px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333;
    flex-direction: column;
    min-height: 100vh;
    display: flex;
}

.content {
    flex: 1;
}

/* cols
------------------------------------ */
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flexible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.col {
    margin-left: 2.12766%;
}
.col:first-child {
    margin-left: 0;
}
.col-1 {
    width: 6.38298%;
}
.col-2 {
    width: 14.89362%;
}
.col-2:nth-child(6n + 1) {
    margin-left: 0;
}
.col-3 {
    width: 23.40426%;
}
.col-3:nth-child(4n + 1) {
    margin-left: 0;
}
.col-4 {
    width: 31.91489%;
}
.col-4:nth-child(3n + 1) {
    margin-left: 0;
}
.col-5 {
    width: 40.42553%;
}
.col-6 {
    width: 48.93617%;
}
.col-6:nth-child(2n + 1) {
    margin-left: 0;
}
.col-7 {
    width: 57.44681%;
}
.col-8 {
    width: 65.95745%;
}
.col-9 {
    width: 74.46809%;
}
.col-10 {
    width: 82.97872%;
}
.col-11 {
    width: 91.48936%;
}
.col-12 {
    width: 100%;
} 
.section {
	padding: 42px 0;
}
.section-gray {
	background: #f6f4f4;
}
.section-green {
	background: #e6fae1;
}
.section-blue {
	background: #dcf6ff;
}
.section-yellow {
	background: #f1f5c7;
}
.section-map {
    padding-top: 16px;
    padding-bottom: 0;
}
.section-top {
    background: url('images/workspaces.jpg') no-repeat center;
    height: 100vh;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: center;
}

.top-banner {
    padding: 24px;
    background: rgba(0, 0, 0, 0.45);
}

.company-header {
    margin-bottom: 16px;
}
.price-item {
    margin-bottom: 6px;
    position: relative;
}
.price-item:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px dotted #d2d2d2;
    z-index: 0;
}
.price-key, .price-value {
    vertical-align: bottom;
}
.price-key {
    background: #fff;
    position: relative;
    z-index: 5;
    max-width: 70%;
}
.price-value {
    text-align: right;
    background: #fff;
    position: relative;
    z-index: 5;
    word-wrap: normal
}

.price-col {
    text-align: right;
    min-width: 100px;
}

@media only screen and (max-width: 600px){
    .price-title,
    .price {
        font-size: 15px;
    }
    .price-key,
    .price-value {
        background: transparent;
    }
}


.crumbs-section {
	padding: 8px 0;
	background-color: #e9e5e5;
	font-size: 14px;
}
.container {
	width: 95%;
	max-width: 960px;
	margin: auto;
}
.header,
.footer {
	color: #fff;
	padding: 12px 0;
    background-color: #474747;
}
.logo {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.logo span {
    color: #f9664f;
}
.nav a {
	color: #fff;
	text-decoration: none;
	margin: 0 0 0 32px;
	display: inline-block;
}


.ico {
    display: inline-block;
    width: 24px;
    height: 24px;

    fill: #8d8d8d;
    vertical-align: middle;
    border-radius: 3px;
}

.card-container {
    margin-bottom: 32px;
}
.card-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}
.card {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #fff;
    min-height: 99px;
    font-size: 14px;
    color: #333;
}
.card li {
	font-size: 14px;
}
.card-center {
    text-align: center;
    text-decoration: none;
    margin-bottom: 24px;
}
.card-center img {
    margin-bottom: 16px;
}
.card-link {
    text-decoration: none;
}

.social-links {
    margin-top: 16px;
}

.notice {
    font-size: 14px;
    font-weight: bold;
}

.list {
    margin-bottom: 24px;
}
.title {
    margin-top: 0;
    line-height: 1.2;
    font-weight: bold;
}
.title.is-1 {
    font-size: 28px;
    margin-bottom: 16px;
}
.title.is-2 {
    font-size: 24px;
    margin-bottom: 16px;
}
.title.is-3 {
    font-size: 20px;
    margin-bottom: 16px;
}
.title.is-4 {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 8px;
    background: #edf1f2;
    border-radius: 3px;
    text-decoration: none;
    box-sizing: border-box;
    color: inherit;

    margin: 0 0 8px 0;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    font-weight: bold;
    font-size: 11px;

}
.btn .ico {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: currentColor;
}
.toggle-block {
    display: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    margin-bottom: 24px;
    padding: 16px;
}
.form-item,
.content-item {
    margin-bottom: 24px;
}

.text-list {
    padding: 0 0 0 32px;
    list-style: disc inside;
}
.text-list li {
    margin-bottom: 6px;
}

p {
	margin-bottom: 16px;
}
a {
	color: #13659f;
}
.header a,
.footer a {
    color: inherit;
}

.ya-share2 {
    margin-top: 24px;
}

img {
    max-width: 100%;
    height: auto;
}
.alignright {
    text-align: right;
    float: right;
}
.aligncenter {
    margin: auto;
    text-align: center;
}
.thumbnail {
    max-width: 80px;
    height: auto;
}

.to-top {
    position: fixed;
    bottom: 24px;
    left: 24px;
    text-decoration: none;
}

.phone {
    font-size: 24px;
}


#map {
    width: 100%;
    height: 420px;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 960px){
    .container {
        max-width: 92%;
    }
}

@media only screen and (max-width: 600px){
    .row {
        display: block;
    }
    .col {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .header .flexible {
        display: block;
        text-align: center;
    }
    .card .flexible {
        display: block;
    }
    .phone {
        margin-top: 8px;
    }
    .company-logo {
        float: right;
    }
    .logo {
        margin-bottom: 32px;
    }
    .nav a {
        margin: 12px 0;
        display: block;
    }
    .price-key {
        padding: 16px 16px 16px 0;
    }
    .price-value {
        padding: 16px 0 16px 16px;
    }
}

.form-fieldset {
    padding: 24px;
    border: 1px solid lightgray;
    border-radius: 3px;
    margin-bottom: 24px;
}
.label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
}
.field {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid lightgray;
    background: #fff;
}
.field-large {
    height: 64px;
    line-height: 64px;
}
.btn-green {
    background: #65bc54;
    color: #fff;
    border: 0;
}