﻿/*
Theme Name:  Plan
Theme URI: https://plan.artiko.ru
Author: Artiko
Author URI: https://artiko.ru/
Description: Шаблон для Готовый бизнес
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black
Text Domain: simplestsite

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.
*/
* {
  margin: 0;
  padding: 0;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {

}

/**
 * Remove default margin.
 */


body {
    margin: 0;
    padding: 0;
	font-family: 'Roboto', sans-serif;
	color: #1b1b1b;
	font-weight: normal;
	background: #FFF;
}

a:hover {
	text-decoration: none!important; 
	}

header, footer {
	display: block;
	}
.size-1 {font-size: .8rem;}
.size-10 {font-size: 1.0rem;}
.size-12 {font-size: 1.2rem;}
.size-14 {font-size: 1.4rem;}
.size-2 {font-size: 1.6rem;}

.size-4 {font-size: 2rem;}
.size-6 {font-size: 3rem;}
.size-7 {font-size: 4.5rem;}
	
.color-1, .link-1 {color: #1b1b1b;}
.color-2, .link-2 {color: #FFF;}
.color-3, .link-3 {color: #c8cddb;}
.color-4, .link-4 {color: #474557;}
.color-5, .link-5 {color: #a4a4a4;}
.color-6 {color: #7686c9;}


.color-action, .link-action {color: #1199c9;border-bottom: 1px solid #1199c9;}
.color-action:hover , .link-action:hover {border: 0 none;}


.underline-1 {border-bottom: 1px solid #610b05;}
.underline-1:hover {border: 0 none;}

.underline-2 {border-bottom: 1px solid #FFF;}
.underline-2:hover {border: 0 none;}

.underline-4 {border-bottom: 1px solid #a4a4a4;}
.underline-4:hover {border: 0 none;}

.underline-5 {border-bottom: 1px solid #a4a4a4;}
.underline-5:hover {border: 0 none;}



.link-1:hover {color: #37c837;}
.link-2:hover  {color: #cccccc;}
.link-3:hover  {color: #000;}
.link-4:hover  {color: #68667e;}
.link-5:hover  {color: #336fbf;}


.bg-1 {background: #1b1b1b;}
.bg-2 {background: #FFF;}
.bg-3 {background: #c8cddb;}
.bg-4 {background: #474557;}
.bg-5 {background: #0e2839;}
.bg-6 {background:#f3f3f3;}


   
::-webkit-input-placeholder {color:#848484; font-weight: 300;}
::-moz-placeholder          {color:#848484;font-weight: 300;}/* Firefox 19+ */
:-moz-placeholder           {color:#848484;font-weight: 300;}/* Firefox 18- */
:-ms-input-placeholder      {color:#848484;font-weight: 300;}   

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.line-height-100 {line-height: 100%;}
.line-height-120 {line-height: 120%;}
.line-height-150 {line-height: 150%;}
.line-height-180 {line-height: 180%;}
	
.text-uppercase {
	text-transform: uppercase;
}


.artiko {
	font-size: 14px;
}

.font-weight-900 {font-weight: 900;}

