/*
This file is a stylesheet for the Test-OCA branch websites
Version: 0.1
Description: Main style definitions used on every page of the site
Author: SimpleCreative Team
Author URI: https://simplecreative.ru

#5AADDD
#2565AF

*/

/* ---=== ENABLING FONTS ===--- */

/* Light */
@font-face{
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 300;
    src: url('assets/local/fonts/PT-Root-UI_Light.ttf') format('truetype');
}

/* Regular */
@font-face{
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 400;
    src: url('assets/local/fonts/PT-Root-UI_Regular.ttf') format('truetype');
}

/* Medium */
@font-face{
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 500;
    src: url('assets/local/fonts/PT-Root-UI_Medium.ttf') format('truetype');
}

/* Bold */
@font-face{
    font-family: 'PT Root UI';
    font-style: normal;
    font-weight: 700;
    src: url('assets/local/fonts/PT-Root-UI_Bold.ttf') format('truetype');
}

/*  ---=== RESETTING ===---  */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}

:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside {display: block;}

html,body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: PT Root UI,sans-serif;
}

body {
    background-size: cover;
}

input,button,textarea {font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0;border: 0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.h1, .h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    line-height: 1;
    margin-bottom: 0;
}

/*  ---=== GENERAL DESIGN ===---  */

body.lock { overflow: hidden; }
.wrapper {	height: 100%; }
.container { max-width: 1140px; }

.header-body {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-logo {
    position: relative;
    left: 0px;
	z-index: 5;
}

.oca-logo.active { content: url('assets/local/i/oca-logo-white.svg'); }

.oca-logo {
	display: inline-block;
	background-image: url('assets/local/i/oca-logo.svg');
	background-size: contain;
	background-repeat: no-repeat no-repeat;
    width: 182px;
	height: 40px;		
    transition: all .25s ease;
	transition-delay: 0s;
}
	.oca-logo:hover {
	filter: grayscale(100%);
	--webkit-filter: grayscale(100%);
}

.top-oca-logo {
	filter: grayscale(100%);
	--webkit-filter: grayscale(100%);
	transition: all .25s ease;
	transition-delay: 0s;
}
.top-oca-logo:hover {
	filter: grayscale(0%);
	--webkit-filter: grayscale(0%);
}

/*   ---=== Text lists ===---   */

	.titl {padding-bottom: .5rem;  }
	.myList li {
		list-style-type: none;
		font-size: 1.5em;
		line-height: 1.5;
		font-weight:300;
	}
	.myList li:before { content: "–"; margin: 0 1em 0 -1.75em}
	.myList { padding: 0 0 2rem 3rem;}

/*   ---=== MENU XS ===---   */

.header-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    overflow: auto;
    background-color: #333;
    z-index: 2;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.header-menu.active { 
    top: 0;
    opacity: 1;    
}

.menu-list {
    display:block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    padding-top: 100px;
    z-index: 1;
    transition: all .6s ease-in-out;
    opacity: 0;
}

.menu-list.active {
    opacity: 1;

}

.menu-list li { margin: 0px 16px 40px 16px; padding-bottom: 8px;  }


.menu-list a {
    position: relative;
    font-size: 22px;
    font-weight: 300;
    padding: 0;
    color: #fff;
}

.menu-burger {
    display: block;
    position: relative;
    top: -2px;
    right: 8px;
    width: 22px;
    height: 22px;
    z-index: 5;
}

.menu-burger span {
    position: absolute;
    background-color: #333;
    left: 0;
    width: 100%;
    height: 2px;
    top: 10px;
    transition: all .25s ease;
}

.menu-burger:before,
.menu-burger:after{
    content: '';
    background-color: #333;
    position: absolute;
    width: 130%;
    height: 2px;
    left: 0;
    transition: all .25s ease;
}

.menu-burger:before { top: 0; }
.menu-burger:after {  bottom: 0; }
.menu-burger.active span { transform: scale(0); }

.menu-burger.active:before {
    transform:rotate(45deg);
    top: 10px;
    background-color: #fff;
}

.menu-burger.active:after {
    transform:rotate(-45deg);
    bottom: 10px;
    background-color: #fff;
}

/*   ---=== CONTENT ===---   */

.slider {
    background-color: aliceblue;
    height: 250px;
}

.per-test {
    display: none;
}

.mission,.about {
    padding: 60px 16px 0 16px;
}

.per-test,.results,.examples {
    padding: 60px 16px 80px 16px;
}

.per-test h1,.mission h1,.results h1,.examples h1,.partners h1 {
    padding: 0 0 30px 0;
}

.label,p, .point span {
    font-weight: 300;
    font-size: 20px;
}

p {
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 1rem;
}

h2 {
    margin: 2rem 0;
}

h3 {
    margin: 1rem 0;
}


.label {
    padding-bottom: 30px;
}

.pic-block img {
    width: 100%;
}

.points li {
    margin: 10px 0 30px 0;
}

.point {
        display: flex;
        align-items: center;
}

.point-icon {
	
	min-width: 80px;
	width: 80px;
	height: 80px;
	margin-bottom: 0px;
	margin-right:20px;
}

.supression {
    background-image: url('assets/local/i/supression.svg');
}

.changing {
    background-image: url('assets/local/i/changing.svg');
}

.contact {
    background-image: url('assets/local/i/contact.svg');
}

.efficiency {
    background-image: url('assets/local/i/efficiency.svg');
}

.tick {
	text-align: left;
	min-width: 50px;
	width: 50px;
	height: 50px;
	margin-bottom: 0px;
}


.tick-one	{ background-image: url('assets/images/1.svg'); }
.tick-two	{ background-image: url('assets/images/2.svg'); }
.tick-a		{ background-image: url('assets/images/a.svg'); }
.tick-b		{ background-image: url('assets/images/b.svg'); }
.tick-i		{ background-image: url('assets/images/i.svg'); }
.tick-ii	{ background-image: url('assets/images/ii.svg');}

.point span {
    line-height: 30px;
    padding: 0;
}

.chart {
    width: 100%; 
}

.video iframe {
    width: 100%;
    height: 260px;
}

.bg-gray, .about, .examples {
    background-color: #f4f2f1;
}

.results h3 {
    padding: 0 0 30px 0;
}

button {
    display: block;
    margin: auto;
    padding-top: 30px;
}

.run-test {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 14px 48px 14px 48px;
    color: #fff;
    background: #3785ad;
    text-transform: uppercase;
}

.partners {
    padding: 60px 16px 60px 16px;
}

.footer {
	color:#bfbfbf;
    background-color: #031633; /* #8c8c8c */
    min-height: 300px;
	font-size: 1.2rem;
	font-weight:300;
	line-height: 1.5;	
}
.footer a {
	color:#bfbfbf;
}

.undrl { border-bottom: 1px solid; }


.footer-list {}
.footer-list li {margin: 0 0 1.2em 0;}

.footer-body {
    display: block;
    padding: 30px 0 30px 0;
}

.footer-logo {
    padding-bottom: 30px;
}

.oca-logo-footer {
    display: inline-block;
	border: none;
	background-image: url('/assets/local/i/oca-logo-short.svg');	
    background-size: contain;
	background-repeat: no-repeat no-repeat;
    width: 91px;
	height: 40px;
	filter: grayscale(100%);
	--webkit-filter: grayscale(100%);
	transition: .3s all linear; 
}
.oca-logo-footer:hover {
	filter: grayscale(0%);
	--webkit-filter: grayscale(0%);
}


.legal-menu-list,.support-menu {
    padding-bottom: 20px;
}

.legal-menu-list li a,.support-menu li,.support-menu li a,.copyright span,.copyright a {
    color: #fff;
    font-size: 16px;
}

.legal-menu-list li,.support-menu li {
    margin: 0 0 20px 0;
}

.counter {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.oca-line {
    content: '';
    position: relative;
    margin: 0 auto;
    height: 1px !important;
	opacity:1;
    color: #cfcfcf;
    margin-top: 40px;
}

.copyright {
    color: #fff;
    padding-top: 1.5rem;
}

/*   ---=== VALUES for DIFFERENT SCREEEN RESOLUTIONS ===---   */

@media (min-width: 768px) {

    .oca-logo-footer {
        width: 182px;
        height: 40px;
    }

    .menu-list {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0rem;
        padding: 0;
        opacity: 1;
    }

    .menu-list li {
		margin: 0 0 0 22px;
		padding-bottom: 8px;
    }

	.menu-list li:hover {
		padding-bottom: 4px;
		border-bottom: #5AADDD 4px solid;
	}
	.menu-list li.active {
		border-bottom: #2565AF 4px solid;
		padding-bottom: 4px;
	}


    .menu-list a {
        font-size: 18px;
        font-weight: 300;
        padding: 0;
        color: #333;
    }

    .per-test {
        display: block;
    }

    .label {
        height: 50px;
    }

    .mission,.about {
        padding: 0 40px;
    }

    .per-test,.results,.examples {
        padding: 60px 40px 80px 40px;
    }

    .partners {
        padding: 60px 40px 60px 40px;
    }

    .points li {
        margin: 10px 0 10px 0;
    }

    .point {
        display: flex;
        align-items: center;
    }

    .point-icon {
        margin: 0;
        width: 80px;
        height: 80px;
    }

    .tick {
        margin: 0;
        min-width: 80px;
        width: 80px;
        height: 80px;
        margin-bottom: 0;
    }

    .point span {
        padding: 0 0 0 25px;
    }

    .chart {
        width: 658px; 
        height: 520px;
    }

    .video {
        text-align:center;
    }

    .video iframe {
        width: 660px;
        height: 380px;
    }

    .footer {}

    .footer-body {
        display: flex;
        justify-content: space-between;
        padding: 50px 0 40px 0;
    }

    .legal-menu-list li,.support-menu li {
        margin: 0 0 12px 0;
    }

    .legal-menu-list,.support-menu {
        padding-bottom: 0;
    }

    .legal-menu-list li a,.support-menu li,.support-menu li a,.copyright span,.copyright a {
        font-size: 14px;
    }

    .oca-line {
        margin-top: 0;
    }

    .copyright {
        padding-top: 1.25rem;
    }
}

@media (min-width: 992px) {
    .oca-logo{
        width: 260px;
        height: 55px;
    }
	
	.oca-logo-footer {
		width: 131px;
        height: 55px;}
	
	/* --== Menu md+ ==-- */


    .menu-list a { font-size: 20px; }
    p, .label, .point span { font-size: 22px; }
    p, .point span { line-height: 32px; }

    .video iframe {
        width: 730px;
        height: 380px;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 0;
    }

    .label {
        height: auto;
    }

    .mission,.about {
        padding: 0;
    }

    .per-test,.results,.examples {
        padding: 60px 0 80px 0;
    }

    .partners {
        padding: 60px 0 60px 0;
    }

    .run-test:hover {
        background: #2565AF;  /* #871AFF */
        transition: all .25s linear;
    }
}

