/*
Theme Name: Career Guidance 2
Description: Шаблон, специально разработанный для сайта "Профориентация"
Tags:  blue, white, two-columns, fixed-width, gray
*/
/*-------------------------------------------------------------- ы*/
@font-face {
    font-family: "ProximaNovaRegular";
    src: url("./fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
    src: url("./fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"),
    url("./fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ProximaNovaBold";
    src: url("./fonts/ProximaNovaBold/ProximaNovaBold.eot");
    src: url("./fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"),
    url("./fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ProximaNovaBlack";
    src: url("./fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
    src: url("./fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"),
    url("./fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"),
    url("./fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

* html #menu li {
    display: inline;
    zoom: 1;
}

* {
    -webkit-transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s, font-size 0.5s, -webkit-transform 0.5s;
    transition: background-color 0.5s, color 0.5s, border 0.5s, box-shadow 0.5s, font-size 0.5s, transform 0.5s;
}

a.hid, a:hover.hid {
    color: #000 !important;
    text-decoration: none;
    font-style: normal;
}

a.hid2, a:hover.hid2 {
    color: #505050 !important;
    text-decoration: none;
    font-style: normal;
}

.ol1 {
    list-style-type: none;
    font-weight: bolder;
    font-style: normal !important;
}

body {
    color: #010101;
    padding: 0px;
    margin: 0px;
/*    font: 200 14px/22px "ProximaNovaRegular", sans-serif;*/
    background-color: #fff;
    position: relative;
}

hr {
    background-color: #d8d8d8;
    border: none;
    height: 1px;
}

h1 {
    color: #30587C;
    margin: 20px 0px;
}

h2 {
    color: #3c6b96;
    margin: 20px 0px;
}

h2.msk {
    background: url(images/icon_msk.gif) no-repeat 250px 0px;
    padding-left: 45px;
    text-align: center;
}

h2.faq {
    background: url(images/icon_faq.gif) no-repeat 210px 0px;
    padding-left: 45px;
    text-align: center;
}

h2.format {
    background: url(images/icon_format.gif) no-repeat 215px 2px;
    padding-left: 45px;
    text-align: center;
}

h2.price {
    background: url(images/icon_price.gif) no-repeat 200px 0px;
    padding-left: 45px;
    text-align: center;
}

h2.result {
    background: url(images/icon_result.gif) no-repeat 125px 0px;
    padding-left: 45px;
    text-align: center;
}

h2.low {
    background: url(images/icon_low.gif) no-repeat 200px 0px;
    padding-left: 65px;
    text-align: center;
}

h4 {
    color: #424242;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
}

h5 {
    color: #2D2D2D;
    font-size: 20px;
    text-align: center;
}

.wrapper {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
}

.btn__red {
    background: #ee3f3f;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    border-radius: 8px;
}

.btn__red:hover {
    background: red;
    color: #fff;
    text-decoration: none;
}

.wpcf7-submit {
    border: 0;
    font-size: 17px;
    line-height: 40px;
}

body.page-id-2910 .header_test_link, body.page-id-2910 #icons {
    display: none !important;
}

/* FORMS */
.contact-btn {
    background: #467dfb; /* red #ee3f3f */
    border-radius: 2px;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    padding: 0 20px;
    border-radius: 8px;
}

.contact-btn:hover {
    background: blue;
    color: #fff;
    text-decoration: none;
}

input[type="text"], input[type="email"], textarea {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ccc;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    box-shadow: 2px 2px 15px #ccc;
    outline: none;
    border-color: #bababa;
}

.button {
    background: #dadada;
    text-decoration: none !important;
    color: #332626;
    display: inline-block;
    text-align: center;
    border: 0;
    border-radius: 0.5rem;
    padding: 0.2rem 2rem;
    font-size: 1rem;
    margin: 0.5rem 0;
}

.button:hover {
    background: #fafafa;
    text-decoration: none;
}

.button__red {
    background: #ee3f3f;
    color: #fff;
}

.button__red:hover {
    background: red;
    color: #fff;
}

.button .fa, .button .fas {
    margin: .3rem .5rem 0 .5rem;
}

.text__red {
    color: #ee3f3f !important;
}

input[type="submit"], button[type="submit"] {
    background: #467dfb; /* #467dfb */
    text-decoration: none !important;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    border: 0;
    border-radius: 0.5rem;
    padding: 0.2rem 2rem;
    font-size: 1rem;
    /*margin: 0.5rem 5%;*/
    width: 100%;
    white-space: pre-line;}

input[type="submit"]:hover, button[type="submit"]:hover {
    background: blue; /* red */
    color: #fff;
    text-decoration: none;
 max-width: 100%;
width: 100%; white-space: pre-line;}

input[type="submit"]:disabled, button[type="submit"]:disabled {
    background: #ccc;
}

/***********************************/
/********      HEADER       ********/
/***********************************/
#header {
    background: #fff;
   /* padding: 21px 0; */
    padding-bottom: 10px;
}

#header .logo {
    color: #ffffff;
    margin-top: 0;
    line-height: 30px;
    padding-top: 20px;
}

#header .logo a {
    font-family: "ProximaNovaBold", sans-serif;
    color: #726565;
    font-size: 30px; /* 36px */
    text-decoration: none;
}

#header .logo h3 {
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 0px;
}

#header_pic {
    background: url('images/header-img.jpg?white') no-repeat center 0px;
    height: 450px; /* 180 */
    display: block;
    background-size: 90%;
}

/****** PHONE *******/
#phone {
    font-size: 17px;
    color: #332626;
    font-size: 28px;
    text-align: right;
    font-family: "ProximaNovaRegular", sans-serif;
    margin-top: 8px;
   /* line-height: 48px; */
}

#phone a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.header_chat_client a {
    color: #312626;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 5px;
    display: block;
}

#header .header-contactbtn {
    /*text-align: right;*/
}

/***********************************/
/********       ICONS       ********/
/***********************************/
#icons {
    background: #fff;
    padding: 15px;
    min-height: 143px;
}

#icons .item_last {
    width: 210px;
    height: 95px;
    float: left;
    display: block;
}

.download img {
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-top: 12px;
}

.download a {
    display: block;
    text-align: left;
    padding-top: 10px;
    text-decoration: underline;
}

/*#icons .item .download {background: url(images/1.png) no-repeat 0px 5px; padding: 12px 15px 25px 82px; text-decoration: underline;}*/
/*#icons .item .download {background: url(images/icon_download.png) no-repeat 0px 12px; padding: 20px 15px 15px 82px;}*/

.proftest img {
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-top: 12px;
}

.proftest a {
    display: block;
    text-align: left;
    padding-top: 10px;
    text-decoration: underline;
}

.test img {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.test a {
    display: block;
    text-align: left;
    padding-top: 25px;
    text-decoration: underline;
}

/*#icons .item .test {background: url(images/icon_test.png) no-repeat 14px 13px; padding: 20px 15px 20px 89px;}*/
#icons .item .resume {
    background: url(images/icon_resume.png) no-repeat 7px 24px;
    padding: 20px 15px 10px 69px;
}

#icons .item_last .navi {
    background: url(images/apple.png) no-repeat 13px 10px;
    padding: 20px 15px 20px 89px;
}

/*#icons .item_last .navi {background: url(images/icon_way.png) no-repeat 13px 10px; padding: 20px 15px 20px 89px;}*/

#icons .item .review {
    background: url(images/box.png) no-repeat 20px 15px;
    padding: 20px 15px 20px 98px;
}

/*#icons .item .review {background: url(images/icon_review.png) no-repeat 23px 20px; padding: 20px 15px 20px 98px;}*/

#icons a {
    color: #3d2d2d;
    font-size: 20px; /* 22px */
    line-height: 30px;
    text-decoration: none;
}

#icons a span {
    border-bottom: 1px solid #3d2d2d;
}

#icons p {
    color: #3d2d2d;
    margin: 0px;
    margin-bottom: 5px;
    line-height: 16px;
}

.photo {
    border-color: #FFF !important;
}

.photo img {
    border-color: #FFF !important;
}

/***********************************/
/********      CENTER       ********/
/***********************************/

.comment-body
{
margin: .8rem 0;
padding: .8rem 0.8rem;
border-radius: .5rem;
box-shadow: 0.2rem 0.2rem 1.3rem rgba(0, 0, 0, .15);
font-size: .9rem;
line-height: 1.3rem;}
.fn{font-weight: 600;
font-size: 1rem;}
li.bypostauthor, ul.children li.bypostauthor {
	background:#fafafa;
	color:#555;
}

#center {
}

#content {
    font-size: 16px;
    color: #332626;
    line-height: 30px;
    margin-top: 20px;
}

#content p {
    margin-bottom: 20px;
}

#content b, #content strong {
    color: #2b2b2b;
}

#content a {
    color: #3c6b96;
    text-decoration: underline;
}

#content h1 a, #content h2, #content h3 a {
    color: #3c6b96;
  /*   text-decoration: underline; */
}

#content a:hover {
    text-decoration: none;
}

#content h1, #content h1 a {
    text-decoration: none;
    color: #000080; /* #332626;*/
    font-family: "ProximaNovaBold", sans-serif;
}

#content h2 {
    color: #000080; /* #332626; */
    /* font-size: 32px; */
    font-family: "ProximaNovaBold", sans-serif;
}

#content iframe[src*="youtube.com"] {

	height: 675px;
}

body.page-id-142 .header_test_link-ask, body.page-id-3664 .header_test_link-ask {
    display: none;
}


/***********************************/
/********      SIDEBAR      ********/
/***********************************/
#sidebar {
    /* float: right; */
    font-size: 14px;
}

#sidebar ul {
    padding: 10px 10px 10px 12px;
    margin: 0;
}

#sidebar ul li {
    margin: 0px;
    padding: 0;
    list-style: none;
}

#sidebar ul li:last-child {
    border-bottom: none;
}

#sidebar ul li a {
    color: #332626;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 8px;
    display: block;
}

#sidebar .stitle {
    font-family: "ProximaNovaBold", sans-serif;
    color: #ffffff;
    margin: 0px;
    padding: 12px 20px;
    background: #467dfb; /* #ee3f3f; #000080; */
    font-size: 18px;
}

#sidebar .stitle_pr {
    color: #ffffff;
    margin: 0px;
    height: 37px;
    background: #2c5171 url(images/profy_title.png) repeat-x center bottom;
    padding: 12px 0 0 20px;
}

#sidebar #prof {
    background: #fff;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.08);
}

#sidebar .hellovk {
    text-align: center;
}

.hellovk-div {
    text-align: center;
}

#sidebar .hellovk .hellovk-div {
    margin-bottom: 40px;
}

#sidebar .hellovk a {
    color: #ed1c24;
    font-weight: 600;
    font-size: 18px;
}

.hellovk-testlink__text {
    margin-top: 8px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
    color: #ed1c24;
    font-weight: 600;
    font-size: 18px;
}

.hellovk-testlink__img {
    margin-bottom: 0px;
}

#resume-center {
    background: #729abd;
    overflow: hidden;
    padding: 18px;
    margin-top: -20px;
    margin-bottom: 15px;
}

#resume-center ul {
    margin-top: 0px;
    padding: 0px;
}

#resume-center ul li {
    margin-top: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-right: 15px;
}

#resume-center ul li a {
    color: #fff;
    text-decoration: underline;
}

#resume-center ul li a:hover {
    text-decoration: none;
}

#sidebar #sobesed {
    background: #fff;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

#sidebar #vyz {
    background: #fff;
    margin: 40px 0px;
    box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.08);
}

#sidebar #profy {
    background: #729abd url(images/sidebar_top_bg.gif) no-repeat center bottom;
    padding: 15px 0px 55px;
}

#sidebar .counter {
    text-align: center;
}

.br {
    text-align: left;
    margin-right: 10px;
    white-space: 5px;
}

/***********************************/
/********      FOOTER       ********/
/***********************************/
/*
#subfooter {
    background: #f3f3f3;
    padding: 0 0 30px;
    border-top: 1px solid silver;
}

#subfooter:before {
    content: " ";
    border-top: 1px solid white;
    height: 2px;
    display: block;
    background: white;
    margin-bottom: 30px;
}

#subfooter .col a {
    font-size: 12px;
    color: #fff
}

#subfooter .col p {
    line-height: 16px;
    color: #fff;
    font-size: 11px;
}

#subfooter .col a:hover {
    text-decoration: none;
}

#subfooter .title {
    font-family: "ProximaNovaBold", sans-serif;
    color: #332626;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

#subfooter ul {
    padding: 0;
}

#subfooter ul li {
    list-style: none;
    margin-bottom: 5px;
}

#subfooter a {
    color: #332626;
    text-decoration: none;
    font-size: 14px;
}

#subfooter .col ul {
    margin: 0px;
    padding: 0px;
}

#subfooter .col ul li {
    line-height: 10px;
    margin: 0px;
    margin-bottom: 13px;
    padding: 0px;
    padding-left: 15px;
    list-style: none;
    background: url(images/footer_list_item.gif) no-repeat 0px 5px;
}

#footer {
    color: #2b2b2b;
    padding: 5px 0px;
    font-size: 11px;
    padding: 15px 0px;
}

#footer a {
    color: #2b2b2b;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

#footer span {
    float: right;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#footer ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-right: 10px;
} */

.feedback {
    background-color: #f5f5f5;
    padding: 10px 20px;
    border-radius: 0.5rem;
}

.feedback span {
    font-size: 12px;
}

.feedback input[type="text"], .feedback input[type="email"] {
    max-width: 350px;
    width: 100%;
    margin-left: 0px;
}

.feedback textarea {
    max-width: 350px;
    width: 100%;
    margin-left: 0px;
}

.news {
    background: #B41419 url(images/menu_bg.gif) repeat-x left top;
    color: #fff;
    padding: 15px 25px;
    font-size: 13px;
    margin: 15px -17px;
}

.news a {
    color: #fff;
}

.light {
    padding: 0;
    margin: 15px 0;
}

table.profes {
}

table.profes th {
    background-color: #dcdcdc;
    text-align: center;
    font-size: 12px;
    padding: 15px 10px;
}

table.profes td.name {
    background-color: #7199BC;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    font-weight: bold;
}

.payment {
    background: url(images/icon_basket.gif) no-repeat 0px 0px;
    padding: 5px 0 5px 40px;
}

.alignleft {
    float: left;
    margin: 10px 15px 10px 0px;
}

.alignright {
    float: right;
    margin: 10px 0px 10px 15px;
}

#market {
    margin: 20px 0px;
    font-size: 12px;
    line-height: 18px;
}

#market span {
    color: #3c6b96;
    font: normal 16px/20px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}

#market a {
    color: #3c6b96;
    font-size: 14px;
}

#market a:hover {
    color: #3c6b96;
    text-decoration: none;
}

#market a.l {
    background: url(images/side_point.gif) no-repeat 4px 6px;
    padding-left: 15px;
}

/* Медиа запросы (Адаптивность)*/
@media screen and (max-width: 991px) {

}

@media screen and (max-width: 991px) {
    #content h1 {
        font-size: 30px;
    }

    .header_chat_client a {
        margin-bottom: 10px;
    }

    #header .header-contactbtn {
        text-align: center;
    }

    /*
    .download img {
        float: none;
        display: inline-block;
        margin-right: 0;
        margin-top: 0;
    }

    .item {
        text-align: center;
    }

    .download a {
        text-align: center;
    }


    .proftest img {
        float: none;
        margin-right: -19px;
        margin-top: 16px;
    }

    .proftest a {
        text-align: center;
    }

    .test img {
        float: none;
        margin-right: -35px;
        margin-top: 16px;
    }

    .test a {
        text-align: center;
    } */
    #content h2 {
        font-size: 24px;
    }

    #header {
        text-align: center;
    }

    #phone {
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    body.hide_content_mobile #main_content {
        display: none;
    }

    body.page-id-2910 #comments {
        display: none !important;
    }

    .header_test_link {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    #header {
        padding: 8px 0;
    }

    #header .logo a {
        font-size: 23px;
    }

    #header .logo {
        line-height: 28px;
		padding-top: 0px;
    }

    #phone {
        font-size: 23px;
        line-height: 28px;
    }

    #header_pic {
        background: url('images/mheader-img.jpg');/* mheader-img.png */
		background-repeat: no-repeat;
        height: 140px; /* 180 */
        background-size: 100%;
        }
    .header_test_link img {
        width: 180px;
    }

    .header_test_link .contact-btn {
        line-height: 32px;
        font-size: 15px;
    }
}
.btn_red {
    background: #ee3f3f;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0 30px;
    border-radius: 8px;
}

.btn_redblue {
    background: #467dfb;
    text-decoration: none !important;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 5px 30px;
    border-radius: 8px;
	margin: 50px 0 0;
}

.btn__red:hover {
    background: red;
    color: #fff;
    text-decoration: none;
    }
.hellovk-testlink__text1{
    margin-top: 8px;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    line-height:32px;
}

/* Медиа запросы (Адаптивность)*/

@media print {
    a[href]:after {
        content: "" !important;
        display: none !important;
    }

    .no-print, #header, .hidden-xs, #header_pic_wrap, .postmetadata, .hellovk-div {
        display: none !important;
    }
}
/* Адаптивность для мобильных версий надписи*/
.hide { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide { display: none; }}
.show { display: none; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .show { display: inline; }}
/* Адаптивность для мобильных версий надписи ВОЙТИ*/

@media screen and (max-width: 720px) {
  .hidem {
    visibility: hidden;
    display: none;
  }
  .mobile1 {
	  margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .mobile1 {
	  margin-bottom: 0px;
  }
}
  .mobile1 {
	  margin-bottom: 5px;
  }


/* Адаптивность для мобильных версий
media screen and (min-width: 0px) and (max-width: 640px){
    .smq_ajax input[type="text"], .smq_ajax input[type="email"], .smq_ajax textarea {
        width: 100%;
    }
}*/


/* Меню Личного кабинета */
.User-area {
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
}
.User-area > .User-avtar {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 12px -5px #000;
}
.User-area > .User-avtar > img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.User-Dropdown {
  display: none;
  position: absolute;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.78);
  list-style: none;
  /*padding: 0 20px;*/
  width: 260px;
  margin: 0;
  top: 70px;
  right: -9%;
}
.User-Dropdown:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  right: 0px;
  box-sizing: border-box;
  border: 7px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
}
.User-Dropdown.U-open {
  display: block;
}
.User-Dropdown > li {
  padding: 0px;
  line-height: 47px;
  border-bottom: 1px solid rgba(215, 215, 215, 0.17);
}
.User-Dropdown > li:last-child {
  border-bottom: 0px;
}
.User-Dropdown > li > a {
  font-size: 13px;
  padding: 15px 25px 16px 10px;
  text-decoration: none;
  color: #1787e0;
  transition: all .2s ease-out;
}
.User-Dropdown span {
  background: #f34045;
  padding: 3px 10px;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
}
.User-Dropdown > li:before {
  content: '';
  width: 0px;
  height: 40px;
  position: absolute;
  background: #2196F3;
  margin-top: 4px;
  border-radius: 0 1px 1px 0;
  left: 0px;
  transition: all .2s ease;
}
.User-Dropdown > li:hover:before {
  width: 5px;
  border-radius: 30px;
}
.User-Dropdown > li a:hover {
  margin-left: 5px;
}

.breadcrumbs {
    margin-top: 20px
}


@-webkit-keyframes pulsate {
 50% {
   color: #3c6b96 ;
   text-shadow: 0 -1px rgba(0,0,255,.9), 0 0 5px #fff, 0 0 8px #fff;
  }
}

@keyframes pulsate {
 50% {
   /*color: #0000ff ;
   text-shadow: 0 -1px rgba(0,0,255,.9), 0 0 5px #0ff, 0 0 8px #fff; */
    color: #0000ff;
    text-shadow: 0 -1px rgba(0,0,255,.9), 0 0 3px #1b00ff, 0 0 5px #fff;
  }
}


#blink7 {
  color: rgb(60, 107, 150);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 4s linear infinite;
}


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

Primary style for modal

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

/*
input, textarea {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
input::-ms-clear, textarea::-ms-clear {
  display: none;
}
*/




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

xsigin/signup popup

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher::after {
  clear: both;
  content: "";
  display: table;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #467dfb;
  color: #FFF;
  font-weight: bold;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #5f8ffc;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    display: none;
  }
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}

.some-form__line {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.some-form__line-required input[type="text"],
.some-form__line-required input[type="tel"],
.some-form__line-required input[type="email"] {
  border-color: #f45a57;
}
.some-form__line-required .some-form__hint {
  opacity: 1;
  z-index: auto;
}
.some-form__hint {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -6px;
  padding: 0 12px;
  width: 100%;
  background: #f45a57;
  color: #fff;
  font-size: 12px;
  line-height: 1.333333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.smq_label-text {
	line-height: 1.2em;
	font-weight: 300;
}

.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}


/*---------------------Fixes------------------------------*/

/*Nav links*/
@media(max-width:500px){
.elementor-post-navigation {display:flex!important;flex-wrap:wrap;}

.elementor-post-navigation__link{display:flex}
.elementor-post-navigation__link 
.elementor-post-navigation >a{flex:1!important}
.elementor-post-navigation__link__prev{display:flex;flex-direction:column}
.elementor-post-navigation__link__prev
.post-navigation__prev--label{padding-right:10px;overflow:visible;display:inline-block;word-break:keep-all;white-space:initial;text-align:center;align-self:center;justify-content:center}
.navigation__link__next{flex-grow:1}
.elementor-post-navigation__link__next .post-navigation__next--label {
	padding-right: 10px;
	overflow: visible;
	display: inline-block;
	word-break: keep-all;
	white-space: initial;
	text-align: center;
	align-self: center;
	justify-content: center;
}

.post-navigation__next--title,
.post-navigation__prev--title{display:none}
.elementor-post-navigation .elementor-post-navigation__link a{width:100%!important;display:flex}
.elementor-post-navigation__link
.post-navigation__arrow-next{margin-left:auto}
.elementor-post-navigation__link__next{flex-grow:1;padding-left:15px;padding-right:0}
}

/*Рубрики*/

@media (max-width: 400px)
{
.elementor-page .elementor-sitemap-section h2 {
	font-size: 24px!important;
	margin-top: 50px;
}
.elementor-page .elementor-sitemap-section ul {
	padding-left: 20px;
	margin-top: 25px;
}
.elementor-page .elementor-sitemap-section ul li a {
	font-size: 18px!important;
}
.elementor-page .elementor-sitemap-section ul .children {
	padding-left: 25px;
	padding-bottom: 20px;
	margin-top: 15px!important;
}
.elementor-widget-sitemap .children li {
	margin-bottom: 10px;
}
.elementor-page .elementor-sitemap-section ul li .children a {
	font-size: 14px!important;
}

}

@media (max-width: 776px){

.elementor-widget.posts_list {
	margin: 0 auto!important;
	right: initial;
}
.elementor-widget-container {
	margin: 0 35px!important;
}
.elementor-sitemap-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.elementor-sitemap-section {
	margin: 0 auto;
}
.elementor-widget-container {
	margin: 0 auto!important;
}
.elementor-page .elementor-sitemap-section h2 {
	font-size: 30px!important;
	margin-top: 80px;
}
.elementor-page .elementor-sitemap-section ul {
	padding-left: 20px;
	margin-top: 45px;
}
.elementor-page .elementor-sitemap-section ul li a {
	font-size: 21px!important;
}
.elementor-page .elementor-sitemap-section ul .children {
	padding-left: 25px;
	padding-bottom: 20px;
	margin-top: 35px!important;
}
.elementor-widget-sitemap .children li {
	margin-bottom: 10px;
}
.elementor-page .elementor-sitemap-section ul li .children a {
	font-size: 18px!important;
}
}


/*Comments*/
@media(max-width:400px){
.row .smc_commentrow{display:flex;padding-top:40px!important}
.smc_userpic{position:absolute;margin-top:20px}
.smc_commentrow .smc_userpic  img{width:45px;margin-left:25px}

.smc_commentdata{margin-top:35px;display:flex;flex-direction:column;flex-wrap:wrap;padding-bottom:30px;padding-right:35px;width:100%!important;margin-left:0!important;padding-left:35px}
.smc_commentdata .smc_commentdata-name{padding-left:70px;display:flex;margin-bottom:30px;flex-wrap:wrap}
.smc_commentdata-name .smc_commentdata-date{margin-left:auto;color:#aaa;font-weight:500;display: inline-block;margin-top:10px}
}

@media(max-width:965px){
.row .smc_commentrow{display:flex;padding-top:40px!important}
.smc_userpic{position:absolute;margin-top:20px}
.smc_commentrow .smc_userpic  img{width:45px;margin-left:25px}

.smc_commentdata{margin-top:35px;display:flex;flex-direction:column;flex-wrap:wrap;padding-bottom:30px;padding-right:35px;width:100%!important;margin-left:0!important;padding-left:35px}
.smc_commentdata .smc_commentdata-name{padding-left:70px;display:flex;margin-bottom:30px;flex-wrap:wrap}
.smc_commentdata-name .smc_commentdata-date{margin-left:auto;color:#aaa;font-weight:500;display: inline-block;}
}

@media(max-width:400px){
	h1{font-size:32px!important}
	h2{font-size:28px!important}
	h3{font-size:24px!important}
}

@media(max-width:400px){
	.elementor-share-buttons--view-icon .elementor-grid{	display: flex;
	flex-wrap: wrap;}
.elementor-share-buttons--view-icon .elementor-grid-item{flex:1}

}

/*формы*/
@media(max-width:500px){
.elementor-element-d00cc1b{max-width:initial!important}
.elementor-element-d00cc1b .wpcf7-form .content{display:flex;flex-wrap:wrap;flex-direction:column;max-width:100%;overflow:hidden;align-items:center}
.elementor-element-d00cc1b 
.wpcf7 .row{display:flex;max-width:100%;margin:0;}
.form8 input{max-width:100%  }
.elementor-4017 .elementor-element.elementor-element-d00cc1b .eael-contact-form-container textarea.wpcf7-textarea,
.elementor-4017 .elementor-element.elementor-element-d00cc1b .eael-contact-form-container input.wpcf7-text,
.elementor-4017 .elementor-element.elementor-element-d00cc1b .eael-contact-form-container input.wpcf7-submit
{max-width:100vw;width:100%!important;}
.elementor-4017 .elementor-element.elementor-element-d00cc1b .eael-contact-form-container{padding:20px}
	
	.elementor-element-9b40b80{max-width:initial!important}

.elementor-element-9b40b80 .wpcf7-form .content{display:flex;flex-wrap:wrap;flex-direction:column;max-width:100%;overflow:hidden;align-items:center}
.elementor-element-9b40b80 
.wpcf7 .row{display:flex;max-width:100%;margin:0;}
.form8 input{max-width:100%  }


.elementor-4017 .elementor-element.elementor-element-9b40b80 .eael-contact-form-container textarea.wpcf7-textarea,
.elementor-4017 .elementor-element.elementor-element-9b40b80 .eael-contact-form-container input.wpcf7-text,
.elementor-4017 .elementor-element.elementor-element-9b40b80 .eael-contact-form-container input.wpcf7-submit
{max-width:100vw;width:100%!important;}
.elementor-widget-heading h2{font-size:16px!important;width:100%}
	
	
}

/*
#header-btn:hover  { 
 	
		 background-color: palegoldenrod !important;
} */
#fefcffff
{
	transition: 1s;
}
#fefcffff:hover { 
	
    transform: rotate(-5deg);

}


