/*!
Theme Name: icanrc
Theme URI: http://underscores.me/
Author: Artem Rubeykin
Author URI: http://ruteh.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ican
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

icanrc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.contk{display:flex}.mail-director__photo{display:block;position:absolute;top:-81px;right:56px}.mail-director__text{padding:60px 45px 70px 40px;background-color:#342516;color:#fff}.mail-director__director{position:relative;padding-top:5px;margin-top:25px;margin-left:10px;padding-right:190px}.mail-director__name{font-size:18px;line-height:20px;font-weight:900;margin-bottom:11px;letter-spacing:.12px}.mail-director__contact,.mail-director__post{font-size:16px;font-weight:300;letter-spacing:-.12px;margin-bottom:0;line-height:22px;color:rgba(0,0,0,.5)}.mail-director__photo img{width:160px;height:auto}table.table{border-collapse:collapse;border-spacing:0}table.table tr:nth-child(odd) td{background:white}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}table.table > thead > tr > th,table.table > tbody > tr > th,table.table > tfoot > tr > th,table.table > thead > tr > td,table.table > tbody > tr > td,table.table > tfoot > tr > td{border:0}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd;color:#555;font-size:16px}.app__footer .m-footer__copy{position:relative;margin-right:15px;top:5px}.app__footer .m-footer__navi{margin-right:15px;max-width:unset}.app__footer .m-footer__navi a{color:#000}.app__footer .m-footer__contacts{width:300px;margin-left:0}.app__footer.m-footer .social{position:relative;top:unset;left:unset}.app__footer .m-footer__phones{position:relative;right:unset;top:unset}.app__footer .h3{margin-top:5px;margin-bottom:10px;font-size:20px}@media (max-width: 575px){.contk{flex-wrap:wrap}.m-header--sticky{display:none}.m-header__slogan{background:url(https://ican-rc.ru/assets/_/i/logo_symbol.svg) no-repeat left center/contain;margin-left:0!important;padding:3px 0 3px 50px}.m-header__inner .contact:first-child{position:fixed;width:100%;top:0;left:0;background:#fff;box-shadow:rgba(1,1,1,.1) 0 0 10px;z-index:10;padding:2px 10px}.contact__label{display:none}.contact__phone{display:block;margin:8px 0}.m-header.is-mobile .messengers{position:fixed!important;right:10px!important;top:8px;z-index:11;margin-top:0!important}.m-header.is-mobile .m-header__annex{position:fixed!important;right:10px!important;top:32px!important;z-index:11}.m-topper{padding-top:60px}.m-header__slogan{display:block!important}.m-header__slogan .contact__label{display:block}}
.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.m-navi__toggler.contacts {
	display: none;
}
@media (max-width: 768px) {
	.m-navi__toggler {
		padding-left: 0px!important;
		padding-right: 20px;
		padding-bottom: 2px;
	}
	.m-navi__toggler.contacts {
		display: inline-block;
		margin-left: 5px;
	}
}