/*
Theme Name: VLAD2
Author: Dron4ik
*/

@font-face {
    font-family: 'PF Agora Sans Pro Lite';
    font-style: normal;
    font-weight: 400;
    src: local('PF Agora Sans Pro Lite'), local('Agora-Sans-Lite'), url(../vlad2/font/pfagorasanspro-light.ttf) format('woff');
}
@font-face {
    font-family: 'PF Agora Sans Pro Medium';
    font-style: normal;
    font-weight: 400;
    src: local('PF Agora Sans Medium'), local('Agora-Sans-Medium'), url(../vlad2/font/pfagorasanspro-medium.ttf) format('woff');
}
html, body{
    margin:0;
    padding: 0;
    font-family:'PF Agora Sans Pro Lite',arial, sans-serif;
    font-size: 11pt;
    color:#4c4b5d;
    height: 100%;
    line-height: 1.4em;
    background-color: #fff;
}
.line{
    border-top:1px solid #54d6f0;
}
.ots{
    padding: 30px 0;
}
.menu a{
	text-decoration:none;
	text-transform:uppercase;
	margin: 0 18px;
	font-size: 20px;
        color: #4c4b5d;
}
.menu a:hover{
	text-decoration:none;
	text-transform:uppercase;
	margin: 0 18px;
	font-size: 20px;
        color: #5e5d6f;
}
.menu{
    background:#eff4f7; text-align:center;
}
.menu table{
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}
.menu table tr td{
    background:#eff4f7; text-align:center; padding:10px 5px 10px 5px;
    border:0 none;
    margin: 0;
    position:relative;
}
.menu table tr td.act{
    background:#54d6f0;
    position: relative;
}
.menu table tr td.act a{
    color: #fff;
}
.proc .proc_img{
    padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.proc .proc_title{
    padding-right: 10px;
    width: 225px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.proc .proc_title a{
    color: #4C4B5D;
    font-size: 16px;
    text-decoration: none;
}
.ttt a{
    color: #9493a0;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family:'PF Agora Sans Pro Medium',arial, sans-serif;
}
.spanact{
    width: 0px;
    height: 0px;
    margin: 0 auto;
    position: relative;
}
.spanact div{
    width: 10px;
    height: 10px;
    background: #fff;
    -moz-transform: rotate(-45deg);  /* Firefox */
    -o-transform: rotate(-45deg);  /* Opera */
    -webkit-transform: rotate(-45deg);  /* Safari y Chrome */
    position: absolute;
    margin-top: 5px;
    margin-left: -5px;
}
.flex-control-nav{
    display: none;
}
table.line {
  border-top-color:#CCCCCC;
  border-top-style:solid;
  border-top-width:1px;
}
table.line td {
  border-bottom-color:#CCCCCC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:10px;
}
table.line td p{
    padding: 0;
    margin: 0;
}
.content img{
    max-width: 920px;
}
.partner img{
    max-width:120px;max-height: 65px;opacity: 0.5;
}
.partner img:hover{
    opacity: 1;
}
#online{
    background:#3ac6e1;
    border-radius:5px 5px 5px 5px;
    font-size:12px;
    padding:5px 7px;
    font-family:'PF Agora Sans Pro Medium',arial, sans-serif;
}
#online:hover{
    background: #51d3ed;
}
small {
    color: #B8B7B7;
    line-height: 100%;
    font-size: 10px;
}
.ms_title{
color: #4C4B5D;
    font-family: 'PF Agora Sans Pro Medium',arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
a{
color:#4C4B5D;
text-decoration: none;
}
a:hover{
color:#5d5e6f;
text-decoration: underline;
}
.lips{
    background: url('/lips.png') no-repeat 0px 5px;
    padding: 10px 0 10px 50px;
}
.skvoznoy{
    padding: 20px 0 20px 0;
}

/* news     */
.w-news-z {
    font-weight: 600;
}
.w-news-data {
    background: #fff;
    border: 1px solid #B8B7B7;
    border-radius: 4px;
    padding: 2px 12px;
    font-size: 13px;
    line-height: 12px;
    color: #000;
    width: fit-content;
    margin: 2px 20px 0 0;
    float: left;
}


/* form-7 */
/* Контейнер формы */
.wpcf7 form {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Метки */
.wpcf7 form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Текстовые поля, email, телефон, textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

/* Ховер и фокус */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #0073aa;
  outline: none;
}

/* Кнопка */
.wpcf7 input[type="submit"] {
  background: #54d6f0;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #005f8d;
}

/* Сообщения об ошибках */
.wpcf7-not-valid-tip {
  color: #d63638;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* Сообщение об отправке */
.wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
  padding: 10px;
  border: 2px solid #0073aa;
  border-radius: 4px;
  background: #f0f6fc;
}


.button7 {
	/* float: right; */
	border-radius: 4px;
	padding: 6px 10px 4px 10px ;
	color: #fff;
	background: #54d6f0;
	font-size: 14px;
	border: none;
	cursor: pointer;	
}
.button7:hover {
 	cursor: pointer;
	background: #ade3ff;
	transition: .3s;
}

