/*!
Theme Name: nortes-konsalt.ru
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nortes-konsalt-ru
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.

nortes-konsalt.ru 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */

.services-section__content .box-text{
	margin-top:0px;
	max-width: 343px;
}
.box-text a {
	display: inline-block;
}
.case-slider-box__logo img {
	height: 40px;
	width: auto;
}

.case-slider-box__logo {
	align-items: flex-start;
	justify-content: left;
	margin-bottom: 10px;
}
.breadcrumb span>span a + .breadcrumb_last {
	padding: 0;
}
.breadcrumb_last{
	font-weight: bold;
}
.breadcrumb_last{
	color: #6c757d;
}

.breadcrumb span>span {
	display: flex;
}

ul.list-check {
	display: flex;
	flex-wrap: wrap;
}
ul.list-check li {
	margin: 0 2% 20px;
	width: 29%;
	display: block;
	white-space: pre-wrap;
}

.list-check li:last-child{
	margin: 0 2% 20px;
}

.tariffs-box h3 {
	font-size: 23px;
}

.price{
	display: flex;
	align-items: center;
}
.price-currency{
	font-size: 23px;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
	text-align: center;
}
.price-wrapper p{
	position: relative;
    top: 10px;
}
.box-text  li {
	list-style-type: none; /* Прячем исходные маркеры */
}
.box-text    li::before {
	color: #2596d7; /* Цвет маркера */
	content: "•"; /* Сам маркер */
	padding-right: 10px; /* Расстояние от маркера до текста */
}
section.callback-section.bg-accent .btn {
	display: flex;
}
.box-text  table td {border: 1px solid #252525;text-align: center;padding: 5px;}

div#cena table b {font-weight: 600;}

body {
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
footer {flex-shrink: 0;
}

main {flex-grow: 1;
}
main#primary.search article {margin-bottom: 20px;}

main#primary.search article h2 {font-size: 22px;line-height: normal;}
span.links-details{
	cursor: pointer;
}
.tariffs-box__head {
	height: 145px;
}

.tariffs-box__head h3 {
	font-size: 18px;
	line-height: 22px;
}
.entry-content p{
	color: #4B4B4B;
    font-size: 15px;
    line-height: 25px;
}
article.page h1{
	margin-top: 2em;
}
article.page h2{
	margin: 0.75em 0;
}
article.page .advantages-service-my-box{
	min-height: 121px;
}
.service-box__head h3 a{
	color: #252525;
}
@media screen and (max-width: 768px){
	.callback-section__content{
		position: relative;
		z-index: 1;
	}
	.tariffs-box__head p{
		margin-bottom: 20px;
	}
}
.menu li{
	position: relative;
}
.h-250{
	height: 250px;
	margin: 15px 0 0;
}
p.advantages__text{
	font-size: 13px;
    font-weight: 100;
    line-height: 19px;
    margin-top: 10px;
}
.price-tabs{
	display: flex;
}
.price-tab{
	flex: 0 0 33.3%;
	border: 1px solid #2293D7;
	background-color: #fff;
	color: #2293D7;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	transition: .25s ease-in-out;
	padding: 10px 0;
	margin-top: 10px;
}
.price-tab.active{
	border: 1px solid #2293D7;
	color: #fff;
	background-color: #2293D7;
}
.price--table{
	display: none;
}
.price--table.active{
	display: block;
}
.sert-slider{
	text-align: center;
	margin: 40px 0;
}
.slick-dots li button{
	font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background-color: transparent;
    margin: 0 3px;
}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
}
.slick-dots li.slick-active button{
	background-color: #2293D7;
	border-color: #2293D7;
}
button.slick-arrow{
	position: absolute;
	

}
button.slick-prev{
	background-image: url(../assets/img/arrow-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	transform: rotate(-180deg);
}
button.slick-next{
	background-image: url(../assets/img/arrow-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
.card-icons{
	display: flex;
	justify-content: space-between;
    margin-top: 15px;
}
.visa-icon{
	max-width: 50px;
	max-height: 40px;
	width: 100%;
}
.mastercard-icon{
	max-width: 50px;
	max-height: 40px;
	width: 100%;
}
.maestro-icon{
	max-width: 50px;
	max-height: 40px;
	width: 100%;
}
@media screen and (min-width: 992px){
	.menu {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  display: flex;
	}
	.menu li{
	    list-style-type: none;
	    margin-right: 25px;
	}
	.menu li:last-child{
		margin-right: 0;
	}
	.menu .sub-menu li{
		margin-right: 0;
	}
	.menu ul:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	.menu a {
	  text-decoration: none;
	  display: block;
	  transition: .3s linear;
	  color: #222;
	}
	.top-menu > li {
	  float: left;
	  position: relative;
	  border-left: 1px solid black;
	  list-style-type: none;
	  display: inline-block;
	}
	.top-menu > li:first-child {border-left: 0;}
	.top-menu > li > a {  
	  padding: 20px 30px;
	  font-size: 12px;
	  text-transform: uppercase;
	  color: #FEFDFD;
	  letter-spacing: 2px;
	}
	.top-menu > li > a.active, 
	.sub-menu a:hover {color: #2293D7;}
	.top-menu .fa, 
	.sub-menu .fa {
	  margin-left: 5px;
	  color: inherit;
	}
	.sub-menu {
	  position: absolute;
	  z-index: 5;
	  min-width: 300px;
	  background: white;
	  border-top: 1px solid #2293D7;
	  border-left: 1px solid #2293D7;
	  border-right: 1px solid #2293D7;
	  visibility: hidden;
	  opacity: 0; 
	  transform-origin: 0% 0%;
	  transform: rotateX(-90deg);
	  transition: .3s linear;  
	}
	.sub-menu li {position: relative;}
	.sub-menu li a {
	  color: #222;
	  padding: 10px 20px;
	  font-size: 13px;
	  border-bottom: 1px solid #2293D7;
	}
	.sub-menu .sub-menu {
	  position: absolute;
	  left: 100%;
	  top: -1px;
	  transition: .3s linear;
	}
	.menu li:hover > .sub-menu {
	  transform: rotateX(0deg);
	  visibility: visible;
	  opacity: 1;
	}
	li.menu-item-has-children::after{
		background: url(../nortes-konsalt-ru/assets/img/arrow-bottom.svg) no-repeat center;
		content: '';
		display: block;
		position: absolute;
	    width: 20px;
	    height: 20px;
	    right: -20px;
	    top: 0;
	    transition: .25s;
	}
	.sub-menu li.menu-item-has-children::after{
		transform: rotate(-90deg);
		right: 10px;
    	top: 7px;
	}
}
@media screen and (max-width: 991px){
	ul.sub-menu{
		padding-left: 15px;
		display: none;
	}
	ul.sub-menu .sub-menu{
		padding-left: 15px;
	}
	li.menu-item-has-children>a::after{
		background: url(../nortes-konsalt-ru/assets/img/arrow-bottom.svg) no-repeat center;
		content: '';
		display: block;
		position: absolute;
	    width: 20px;
	    height: 20px;
	    right: -5px;
	    top: 10px;
	    transition: .25s;
	}
	.menu li{
		border-bottom: 1px solid #222;
		padding: 10px 0;
		margin-bottom: 0 !important;
	}
	.menu li:last-child{
		border-bottom: none;
	}
	.menu li a{
		color: #222;
	}
}





