/*!
Theme Name: brainskills
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brainskills
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.

brainskills is based on Underscores https://underscores.me/, (C) 2012-2017 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
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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,
body{
	width:100%;
	overflow-x: hidden;
}

button:active, button:focus {
  outline: none!important;
}
a:focus,
a:active{
	outline: none!important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)!important;
}
.custom-logo-link img{
	width:235px;
	height:auto;
}

.btn:focus,
.btn:active{
	outline:none;
}
.dropdown-menu {

    left: -25px!important;

}
.lang-item a{
	display:flex;
	flex-direction:row;
	align-items:center;
	padding: 0px 10px;
}

.LangImg{
	width:25px;
	height:25px;
}
 
.myLang{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.myLang ul{
	padding-left:0;
	margin-bottom:0;
	display: flex;
}
.myLang ul li{
	list-style: none;
}
.myLang a{
	margin: 0px 10px;
}

.menu{
	margin-bottom: 0;
	padding-left:0;
}

.menu ul{
	padding-left: 0;
}

.menu li{
	list-style: none;
} 


.navbar-nav li{
	display:flex;
	justify-content:center;
	margin-top:0px;
}

.navbar-nav li a{
	font-size: 14px;
    text-decoration: none;
    letter-spacing: 4px;
    color: white;
	margin:0px 15px;
}
.navbar-nav li a:hover{
	color: #beaaaa;
      text-decoration: none;
}

.myClass{
	background-color: rgb(66, 66, 66)!important;
	border:0!important;
}
.myClass:hover{
	background-color: rgb(66, 66, 66)!important;
}

.myClass-2{
	margin-left:5px!important;
	border-radius:50%!important;
}

.my_height{
max-height:200px;}
.imgWrap{
	width:100%;
	height:170px!important;
	overflow: hidden;
}
.dropdown-menu {
    min-width: 5rem!important;
	padding:0px 5px;
    background-color: black!important;
	border:0!important;
	border-bottom-left-radius:3px!important;
	border-bottom-right-radius:3px!important;
}
.dropdown-menu ul{
	padding-left:0px;
	margin-bottom:0px;
}
.dropdown-menu ul li{
	list-style: none;
	text-align: center;
}
.dropdown-menu ul li span{
	color: white;
}
.myOrder{
	order:3;
}
/*====================================*/
.modal-dialog-sum {
    max-width: 100%;
    height: 100vh;
    margin: 0;
    background-color: black;
}
.modal-dialog-sum .modal-body {
    padding: 0;
}

.modal-dialog-sum .modal-content{
    background-color: black;
}
.modal-dialog-sum .hr{
    width: 100%;
    height: 50px;
    background-color: black;
}
.modal-dialog-sum .modal-content {
    height: 100%;
}
.ModalwrapperBlock-1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.close {
    position: absolute;
    color: white;
    right: 10px;
    top: 10px;
    z-index: 100;
}
.imgWrapOplata {
    max-width: 400px;
    width: 100%;
    display: block;
    margin-left: auto;
}
.imgWrapOplata img {
    width: 100%;
}
.bg-plata {
    background-color: rgba(0, 0, 0, 0.541);
}

.ModalwrapperBlock-2{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 60%;
    position: relative;
    background-attachment: fixed;
}
.ModalwrapperBlock-2 .carousel-caption {
    position: absolute;
    right: 15%;
    top: 0;
    bottom: 0;
    left: 21%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.ModalwrapperBlock-2 .homeSliderText {
    width: 100%;
    top: 30%;
    left: 0%;
    z-index: 150;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ModalwrapperBlock-2 .Modal-BTN{
    margin: 0 auto;
}

.bgAllAssets{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	display: flex;
    align-items: center;
}

.bgAllAssets__head{
    font-size: 50px;
    color: white;
    font-family: Avetra;
    font-weight: bold;
}
.bgAllAssets__text{
    font-size: 36px;
    color: white;
    font-family: roboto;
	
}
.bgAllAssets__text-modific{
	font-size: 20px;
    color: white;
    font-family: roboto;
	letter-spacing: 3px;
}

.modal-head{
	left:-1%!important;
	margin-top:23%;
}

.boxBg{
	height: 650px;
	background-size: 100%;
	 background-attachment: fixed;
	overflow: hidden!important;
}

.slick-list{
	height: 230px;
}

.warning__head {
    font-weight: 300;
    letter-spacing: 5px; }
  
  .warning__img {
    width: 70px;
    height: 75px; }
  
  .mailBlock {
    background-color: #323232; }
    .mailBlock__head {
      font-weight: 300;
      letter-spacing: 7px; }
      .page-theme-transparent .content {
        background-color: #323232!important; 
    }
.about-us{
    max-width: 1024px;
    margin: auto;
}
.about-us h1 {
    letter-spacing: 10px;
    font-family: Avetra;
    font-size: 44px;
    color: white;
    text-align: center;
}
.about-us h2{
    letter-spacing: 7px;
    font-family: Avetra;
    font-size: 44px;
    color: white;
    text-align: center;
}
.about-us__margin{
    margin-top: 70px;
    margin-bottom: 100px;
    line-height: 33px;
}
.about-us__marginTop{
	margin-top: 70px;
}
.about-us__marginBottom{
	margin-bottom: 100px;
}

.myAlert{
	letter-spacing: 1px;
	font-family: roboto;
	pagging: 0px 10px;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}

.text-white{
	font-family: roboto;
}

.menu-allassets_ru-container {
	width : 100%;
}
.private{
	font-family: roboto;
	font-size : 8px;
	color : white;
	margin-left : 8px;
}
@media (max-width: 500px){
	.myAlert{
		font-size: 10px;
		text-align: center;
	}
}
