/*   
Theme Name: sout
Theme URI: 
Version: 1
Tags: 
Description: 
Author: 
Author URI: 
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* reset */
.pt-1{padding-top: 10px;}
.pt-2{padding-top: 20px;}
.pt-3{padding-top: 30px;}
.pt-5{padding-top: 50px;}
.pt-7{padding-top: 70px;}
.pt-9{padding-top: 90px;}
.pl-8{padding-left: 80px;}
.mt-2{margin-top: 20px;}
.mt-3{margin-top: 30px;}
.mt-5{margin-top: 50px;}
.mt-7{margin-top: 70px;}
.mt-9{margin-top: 90px;}
.mb-3{margin-bottom: 30px;}




.www{opacity:0;}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox_text {
  position: relative;
    padding: 30px 0 0 60px;
    cursor: pointer;
    color: #c5c5c5;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.checkbox_texts {
 position: relative;
    padding: 0 0 0 0px;
    cursor: pointer;
    color: #000;
    width: 50%;
    margin-top: -34px;
    font-size: 12px;
}

.checkbox_text:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 26px;
  border-radius: 13px;
  background: #f5f5f5;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
  transition: .2s;
}
.checkbox_text:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 50%;
    height: 22px;
    border-radius: 10px;
    background: #0d736c;
    box-shadow: 0 2px 5px rgb(22, 111, 105);
    transition: .2s;
}
.checkbox input:checked + .checkbox_text:before {
  background: #f5f5f5;
	
}
.checkbox input:checked + .checkbox_text {
 
	color: #000;
}



.checkbox input:checked + .checkbox_texts {
 
	color: #333;
}

.checkbox input:checked + .checkbox_text:after {
  left: 49.5%;
}



.chk .checkbox input {
    display: block;
     position: absolute;
  z-index: 1;
  opacity: 1;
  margin: 10px 0 0 20px;
}
.chk .checkbox label, .chk .radio label {
    
    padding-left: 40px;
   
}


.accept .checkbox input {
  position: absolute;
  z-index: 1;
  opacity: 1;
  margin: 10px 0 0 20px;
}

.accept .checkbox label {
   
    padding-left: 40px;
   
}

body{
	
	font-family: 'Roboto', sans-serif;

}


/*Шапка*/
header{
padding-bottom: 20px;
box-shadow: 0px 0px 38px rgba(27, 68, 80, 0.4);
position: relative;
}
.logo-title{
	
font-size: 19px;
font-weight: 400;
line-height: 24px;
padding-left: 10px;
margin-top: 5px;
}
.head-description{
margin-top: 30px;
padding-left: 40px;
}
.head-description span{
font-size: 19px;
color: #004f6d;
}

.head-menu{
margin-top: 45px;
font-size: 20px;
padding-left: 0px;
}

.head-phone{
	font-size: 21px;
	font-weight: 600;
	margin-top: 26px;
	text-align: center;
}

.head-phone a{
color: #000;
}
.head-phone a:hover{
color: #777;
text-decoration: none;
}

header .btn-button{
	
	background: #00a99d;
    color: #fff;
    margin-top: 15px;
    width: 200px;
    text-transform: uppercase;
    padding: 15px 0px;
    border-radius: 8px;
}



ul.h-menu{
	list-style: none;
	display: inline-block;
}

.h-menu li{
	  float: left;
    padding-right: 8px;
    font-size: 18px;
}

.h-menu li a{
	 color: #000;
}

.h-menu li a:hover{
	 color: #333;
}

/*общие стили страницы*/

.section{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 400px;
}


/*about*/

#about{
	background: #f6fbff;
}
#about .title{
	  font-size: 36px;
    font-weight: 600;
    color: #004f6d;
    margin-top: 40px;	
}
#about .text{
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 20px;
    color: #00a99d;
}
.cumulus{
	
	  
text-align: center;
    
   
}

.cumulus a{color: #000;}

.form-block{
	border: 3px solid #00a99d;
    padding: 30px;
    min-height: 580px;
    background: #fff;
    margin-top: 45px;
}
/*sout*/
#sout{

background: 
	url('/wp-content/themes/sout/img/man.png')no-repeat right,
	linear-gradient(to right, #fff 40%, #f6f8f8 40%);
	
}

#sout .title{
	
	font-size: 32px;
  font-weight: 600;
  color: #004f6d;
}

ul.sout-list{

	font-size: 16px;
	margin-top: 30px;
}
.sout-list li{margin-bottom: 15px;}

#sout .title-2 {
	font-size: 22px;
    font-weight: 700;
    color: #000;
	    padding-left: 20px;
}

#sout .title-2 span{
   
    color: #f36c0d;
}

#sout .btn-button{
	
	background: #00a99d;
    color: #fff;
    margin-top: 25px;
    width: 280px;
    text-transform: none;
    padding: 15px 0px;
    border-radius: 8px;
    font-size: 24px;
}

#sout .btn-button-2 {
    background: transparent;
    color: #004f6d;
    margin-top: 25px;
	    margin-left: 20px;
    width: auto;
    text-transform: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 24px;
    border: 2px solid #004f6d;
}
#sout .text{
	  width: 90%;
    font-size: 16px;
    line-height: 24px;
	    padding-left: 20px;
}


.hasCountdown {
    text-shadow: transparent 0 1px 1px;
    overflow: hidden;
    padding: 0px;
   
    width: 90%;
	padding-left: 5px!important;
	padding-top: 5px;
}

.countdown_amount{
	font-size: 90px;
	font-weight: 700;
	color: #004f6d;
}
.countdown_section{
	width: 20%;
	box-shadow: 1px 1px 12px rgba(152, 152, 152, 0.44);
padding-bottom: 20px;
	font-size: 16px;
	text-transform: uppercase;
	
}
.countdown_show3 .countdown_section{width:31.5%; margin-right: 1.5%!important;
	position: relative;
	background: #fff;
	z-index: 999;
}
.counter{ position: relative;}
.line {
   position: absolute;
    width: 90%;
    height: 12px;
    margin-top: 2px;
    margin-left: 20px;
    background: #004f6d;
}
/*work*/

#work{
	background: #fff;
}
#work-wrap{
	background:#fbf7f7;
	padding-top: 80px;
	padding-bottom: 40px;
}
#work .title{
	
	text-align: center;
    padding: 20px 0px;
    font-size: 30px;
    color: #004d6a;
    font-weight: 700;
}

#work-wrap .item{
	  position: relative;
	  text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
#work-wrap .arrow{
	  position: relative;
}

#work-wrap .arrow:after{
	  position: absolute;
    content: '';
    background: url(/wp-content/themes/sout/img/arrow.png)no-repeat;
    top: 50px;
    right: -60px;
    width: 90px;
    height: 57px;
}

#work-wrap .item img{
	
	height: 140px;
}

#work-wrap .circle{
	    margin: 30px auto;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: #16a3b2;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding-top: 1px;
}
#work-wrap .item .title{
	min-height: 50px;
}
#work-wrap .item .text{
	width: 200px;
    margin-top: 20px;
    text-align: left;
}
/*advantages*/

#advantages{
	background: #fff;
}
#advantages .item{
	
    background: #fff;
    box-shadow: 1px 1px 27px #19313c26;
    padding: 30px;
    min-height: 270px;
	  margin-bottom: 25px;
}

#advantages .title{
	
	text-align: center;
    padding: 20px 0px;
    font-size: 30px;
    color: #004d6a;
    font-weight: 700;
}
.adv-title{
	font-size: 22px;
    padding: 10px 0px 0px 70px;
    line-height: 26px;
	    color: #004d6a;
}
.adv-text{
	font-size: 16px;
}
/*contacts*/

#contacts{
	background: #fff;
	position: relative;
	padding-bottom: 60px;
}
.map{position: absolute;
    top: 0;
    left: 50%;
    margin-left: 70px;
    width: 550px;
    padding-left: 0;
}
#map {
    height: 500px;
    border-bottom: 2px solid #ccc;
    border-top: 2px solid rgba(204, 204, 204, 0.4588235294117647);
}
.info-map{
	background: #fff;
  padding: 30px;
  margin-top: 130px;
}
.info-map .text{
	font-size: 17px;
	
}

.info-map .text span{
	
	  font-weight: 600;
    color: #004d6a;
}

.info-map .text span a{
	
	  font-weight: 600;
    color: #004d6a;
}

/*footer*/

footer{
	
	    background: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 60px;
}

footer .text{
	
	 font-size: 17px;
   color: #004d6a;
	margin-top: 10px;
}

footer .text-2{
	
	 font-size: 15px;
   color: #000;
	margin-top: 20px;
}

.f1{
	
	    border: 1px solid #00a99d;
    padding: 20px 20px;
}

.f2 {
    border: 2px solid #cccccc;
    padding: 20px 20px;
}
.btn-form{
	    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    padding: 15px 10px;
    background: #004f6d;
    font-weight: 700;
}


.label-2{
	
	font-weight: 600;
    color: #00a99d;
}



input[type=checkbox] {
    margin: 0px 20px 10px -40px!important;
    
    line-height: normal;
    width: 30px;
    height: 25px;
}




input[type=radio] {
    margin: -4px 20px 10px -40px!important;
    
    line-height: normal;
    width: 30px;
    height: 25px;
}

@-moz-document url-prefix()
{input[type=radio] {width: auto;height: auto;}}

@-moz-document url-prefix() 
{input[type=checkbox] {width: auto;height:auto;}}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
	    width: 100%;
}

.accept input[type=checkbox] {
       margin: 0px 8px 0px -30px!important;
    line-height: normal;
    width: 15px;
    height: 15px;
}

.form-item label{font-size: 17px;}


@media screen and (max-width: 767px) and (min-width: 320px){
	.cumulus {display: none;
}
	
	.logo{
		
		    text-align: center;
    margin: 0 auto;
    width: 300px;
	}
	.logo-title {
    text-align: center;
   
    padding-left: 0px;
    
}
	
	
#work-wrap .arrow:after {
display: none;
}
	#sout .btn-button-2 {
   margin-left: 0px;
   width: 100%;
   font-size: 22px;  
}
	.head-description {
    margin-top: 30px;
    padding-left: 0px;
    text-align: center;
}
	ul.h-menu {
  text-align: center;
    display: block;
		    padding: 0;
}
	.h-menu li {
    float: inherit;
    margin-bottom: 20px;
    padding-right: 8px;
    font-size: 18px;
}
header .btn-button {
   width: 100%;
}
	
.form-block {
    margin-top: 20px;
}
#about .text {
 font-size: 20px;
 line-height: 22px;
   
}
	#sout {
    background: linear-gradient(to right, #f6f8f8 40%, #f6f8f8 40%);
}
	.countdown_amount{
	font-size: 40px;
}
	
#sout .title {
text-align: center;
}
#sout .btn-button {
width: 100%;
}
#work .title {
padding: 0px 0px;
}
	#work-wrap .item {
    margin-bottom: 80px;
    margin-left: 0px;
    margin-right: 0px;
}
	#work-wrap .item .text {
    width: 100%;
    margin-top: 0px;
    text-align: center;
}
	#work-wrap {
    
    padding-top: 50px;
    padding-bottom: 0px;
}
#advantages .title {
   padding: 0px 0px;
}
	.adv-title {
    font-size: 17px;
    line-height: 22px;
   
}
	.map {
    position: relative;
    top: 0;
    left: 0%;
    margin-left: 0px;
		    width: 100%;
}
	
	.info-map {
    padding: 0px;
    margin-top: inherit;
    width: 300px;
    margin: 50px auto;
}
	.pl-8 {
    padding-left: 0px;
}
	footer .text {
   
    text-align: center;
}
	footer .text-2 {
    font-size: 15px;
    color: #000;
    margin-top: 20px;
    text-align: center;
}
}

@media screen and (max-width: 1023px) and (min-width: 768px){
	.cumulus {display: none;
}
	.logo{
		
		margin: 20px auto;
    width: 300px;
	}
	.logo-title {
    text-align: center;
	}
	header .btn-button {
   
    margin-top: inherit;
    margin: 15px auto;
    width: 100%;
   
}
	.head-phone {
    
    margin-top: 76px;
    
}
	.countdown_amount{
	font-size: 60px;
}
	#sout {
    background: linear-gradient(to right, #fff 50%, #f6f8f8 40%);
}
	#sout .title-2 {
    font-size: 18px;
   
}
	#sout .btn-button {
   
    width: 100%;
   
}
	#work-wrap .item {
   
    margin-bottom: 50px;
}
	.ipad .text{text-align: center!important;
    width: 100%!important;}
	
	#advantages .item {
    
    min-height: 290px;
   
}
	.map{position: absolute;
    top: 0;
    left: 0px;
    margin-left: 420px;
    width: 350px;
	}
	.pl-8 {
    padding-left: 0px;
}
	footer .text {
   
    text-align: center;
}
	footer .text-2 {
   
    text-align: center;
}
}

@media screen and (max-width: 1199px) and (min-width: 1024px){
	
	.map {
   
    margin-left: 70px;
    width: 400px;
    padding-left: 0;
}
	
	#sout{background: 
	
	linear-gradient(to right, #fff 40%, #f6f8f8 40%);
	}
	.logo{margin-top: 30px;}
	.logo-title {
    font-size: 12px;
    line-height: 22px;
    padding-left: 0px;
}
	.head-phone {
    font-size: 15px;
        margin-top: 34px;
}
	header .btn-button {
   
    width: 100%;
   
    padding: 15px 10px;
   
    font-size: 12px;
}
	.head-description span {
    font-size: 16px;
    
}
	.h-menu li {
  
    font-size: 15px;
}
	#work-wrap .item {
   
    margin-left: 15px;
    margin-right: 15px;
}
	
	#work-wrap .arrow:after {
  
    background-size: 60%;
    top: 70px;
    right: -90px;
    
}
	#work-wrap .item .text {
    width: auto;
    margin-top: 20px;
    text-align: left;
}
	#work-wrap .item .title {
   
    text-align: left;
}
	
	#advantages .item {
   
    min-height: 320px;
   
}
	.btn-form {
    width: 100%;
    font-size: 13px;
	}
}

@media screen and (max-width: 1299px) and (min-width: 1200px){
	header .btn-button {
   
    width: 100%;
    font-size: 13px;
    
    padding: 15px 5px;
   
}
	.head-phone {
    font-size: 18px;
    text-align: left;
}
	#sout{

background: 
	
	linear-gradient(to right, #fff 40%, #f6f8f8 40%);
	
}
}
	
	@media screen and (max-width: 1440px) and (min-width: 1340px){
		
		#sout {
    background: url(/wp-content/themes/sout/img/man.png)no-repeat 120%, linear-gradient(to right, #fff 40%, #f6f8f8 40%);
}
}
@media screen and (max-width: 1599px) and (min-width: 1441px){
		
		#sout {
    background: url(/wp-content/themes/sout/img/man.png)no-repeat 110%, linear-gradient(to right, #fff 40%, #f6f8f8 40%);
}		
}
	@media screen and (max-width: 1840px) and (min-width: 1600px){
		
		#sout {
    background: url(/wp-content/themes/sout/img/man.png)no-repeat 110%, linear-gradient(to right, #fff 40%, #f6f8f8 40%);
}		
	
		
}