/*
Theme Name:  GP Medic - дочерняя тема
Theme URI:  http: /goodwinpress.ru/gpmedic/
Description:  Дочерняя тема для GP Medic.
Author:  Goodwin
Template:  gpmedic
 */

/* * * * * * * * * * *  Размещайте ваши стили только под этой строчкой, ниже  * * * * * * * * * *  */


.home .menunav ul {
	border-bottom: none;
}

.home .home-poster {
	height: auto;
	background-position: top center;
}

.post-ratings img {
	vertical-align: middle;
}

.home-container-header {
	border-color: #26ade4;
}

.foot-cent-col {
    background: none;
}

.responsive-read {
    margin: 15px;
    text-align: center;
}

.responsive-read a {
    transition: all 0.5s ease 0s;
    border: 1px solid #eb5055;
	text-decoration: none;
    padding: 6px 12px;
    font-size: 18px;
    background-color: #eb5055;
    color: #fff;
    margin-right: 15px;
}

#feedback {
    background-color: white;
}
#feedback form h3 {
    padding-top: 0;
    font-size: 20px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #b9b9b9;
}
#feedback form h4 {
    padding: 75px 0 40px;
    font-size: 24px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #404040;
}
#feedback form h4:after {
    content: "";
    display: block;
    float: right;
    border-bottom: 2px solid #9f9f9f;
    width: 60%;
    margin-top: 14px;
}
#feedback form .area.active h4:after {
    border-color: #7fd5e0;
}
#feedback form input[type="text"],
#feedback form input[type="email"] {
    border: 2px solid #b3b3b3;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 100;
    font-family: Roboto, sans-serif;
    font-style: italic;
    line-height: 18px;
    padding: 8px 28px;
}
#feedback form input[type="text"]:focus,
#feedback form input[type="email"]:focus {
    border-color: #404040;
}
#feedback form input[type="text"].not-empty,
#feedback form input[type="email"].not-empty {
    border-color: #404040;
    color: #404040;
    font-weight: 400;
    font-style: normal;
}
#feedback .area.active input[type="text"].not-empty,
#feedback .area.active input[type="email"].not-empty {
    border-color: #e5f7f9;
    color: #00acc1;
}
#feedback form .inputs {
    overflow: hidden;
}
#feedback .wpcf7-form-control-wrap {
    display: inline-block;
}
#feedback .wpcf7-form-control-wrap:nth-child(2n+1) input[type="text"],
#feedback .wpcf7-list-item:nth-child(2n+1) {
    float: left;
    margin: 0 12px 0 90px;
    width: 410px;
}
#feedback .wpcf7-form-control-wrap:nth-child(2n) input[type="email"],
#feedback .wpcf7-list-item:nth-child(2n) {
    float: right;
    margin: 0 90px 0 12px;
    width: 410px;
}
#feedback .inputs .wpcf7-list-item {
    padding-bottom: 20px;
}
#feedback input[type="radio"] {
    display: none;
}
#feedback input[type="radio"]+.wpcf7-list-item-label {
    cursor: pointer;
}
#feedback input[type="radio"]+.wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #b3b3b3;
    border-radius: 9px;
    background-color: transparent;
    margin-right: 15px;
}
#feedback input[type="radio"]+.wpcf7-list-item-label:hover,
#feedback input[type="radio"]:checked+.wpcf7-list-item-label {
    color: #404040;
}
#feedback input[type="radio"]+.wpcf7-list-item-label:hover:before {
    border-color: #404040;
}
#feedback input[type="radio"]:checked+.wpcf7-list-item-label:before {
    border-color: #404040;
    background-color: #404040;
}
#feedback .area.active input[type="radio"]:checked+.wpcf7-list-item-label {
    color: #00acc1;
}
#feedback .area.active input[type="radio"]:checked+.wpcf7-list-item-label:before {
    background-color: #00acc1;
    border-color: #00acc1;
}
#feedback .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 24px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: rgba(64, 64, 64, .4);
}
#feedback form textarea {
    border: 2px solid #b3b3b3;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 100;
    font-family: Roboto, sans-serif;
    font-style: italic;
    line-height: 24px;
    padding: 8px 28px;
    width: 850px;
    max-width: 850px;
    height: 275px;
    display: block;
    margin: 0 auto;
}
#feedback form textarea:focus {
    border-color: #404040;
}
#feedback form textarea.not-empty {
    color: #404040;
    font-weight: 300;
    font-style: normal;
}
#feedback .area.active textarea {
    border-color: #e5f7f9;
    color: #00acc1;
}
#feedback form .file {
    padding: 25px 35px;
}
#feedback form .file input[type="file"] {
    display: none;
}
#feedback form .file .file-button {
    font-size: 18px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: #404040;
    opacity: .4;
    cursor: pointer;
}
#feedback form .file .file-button:hover {
    opacity: 1;
}
#feedback form .file .file-button:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url("img/feedback-files.png");
    margin-right: 10px;
}
#feedback form .file .file-button:after {
    content: "Вы можете прикрепить файл, если это необходимо";
    display: inline-block;
}
#feedback form .file .file-button.active {
    opacity: 1;
    color: #00acc1;
}
#feedback form .file .file-button.active:after {
    display: none;
}
#feedback form input[type="submit"] {
    border: 2px solid #404040;
    border-radius: 5px;
    color: #404040;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    padding: 10px 55px;
    display: block;
    margin: 85px auto 100px;
}
#feedback form input[type="submit"].active {
    border-color: #4cbcc9;
    color: #4cbcc9;
}
div.wpcf7 img.ajax-loader {
    display: block;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 50px;
}
#feedback .social {
    font-size: 16px;
    color: rgba(64, 64, 64, .4);
    padding-bottom: 80px;
}
#feedback .social a {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("img/social23.png");
    opacity: .6;
    transition: opacity .2s;
    margin: 10px 3px;
}
#feedback .social a:hover {
    opacity: .8;
}
#feedback .social a.social-fb { background-position: left center; }
#feedback .social a.social-vk { background-position: -23px center; }
#feedback .social a.social-tw { background-position: -46px center; }
#feedback .social a.social-gp { background-position: -69px center; }

.download {
    text-decoration: initial;
    display: initial !important;
}

#post-1001 {
	background-color: white;
}
	#post-1001 form h3 {
		padding-top: 0;
		font-size: 20px;
		font-weight: 300;
		font-family: Roboto, sans-serif;
		color: #b9b9b9;
	}
	#post-1001 form h4 {
		padding: 75px 0 40px;
		font-size: 24px;
		font-weight: 400;
		font-family: Roboto, sans-serif;
		color: #404040;
	}
	#post-1001 form h4:after {
		content: "";
		display: block;
		float: right;
		border-bottom: 2px solid #9f9f9f;
		width: 60%;
		margin-top: 14px;
	}
	#post-1001 form .area.active h4:after {
		border-color: #7fd5e0;
	}
	#post-1001 form input[type="text"],
	#post-1001 form input[type="email"] {
		border: 2px solid #b3b3b3;
		border-radius: 5px;
		font-size: 18px;
		font-weight: 100;
		font-family: Roboto, sans-serif;
		font-style: italic;
		line-height: 18px;
		padding: 8px 28px;
	}
	#post-1001 form input[type="text"]:focus,
	#post-1001 form input[type="email"]:focus {
		border-color: #404040;
	}
	#post-1001 form input[type="text"].not-empty,
	#post-1001 form input[type="email"].not-empty {
		border-color: #404040;
		color: #404040;
		font-weight: 400;
		font-style: normal;
	}
	#post-1001 .area.active input[type="text"].not-empty,
	#post-1001 .area.active input[type="email"].not-empty {
		border-color: #e5f7f9;
		color: #00acc1;
	}
	#post-1001 form .inputs {
		overflow: hidden;
	}
	#post-1001 .wpcf7-form-control-wrap {
		display: inline-block;
	}
	#post-1001 .wpcf7-form-control-wrap:nth-child(2n+1) input[type="text"],
	#post-1001 .wpcf7-list-item:nth-child(2n+1) {
		float: left;
		margin: 0 12px 0 90px;
		width: 410px;
	}
	#post-1001 .wpcf7-form-control-wrap:nth-child(2n) input[type="email"],
	#post-1001 .wpcf7-list-item:nth-child(2n) {
		float: right;
		margin: 0 90px 0 12px;
		width: 410px;
	}
	#post-1001 .inputs .wpcf7-list-item {
		padding-bottom: 20px;
	}
	#post-1001 input[type="radio"] {
		display: none;
	}
	#post-1001 input[type="radio"]+.wpcf7-list-item-label {
		cursor: pointer;
	}
	#post-1001 input[type="radio"]+.wpcf7-list-item-label:before {
		content: "";
		display: inline-block;
		width: 11px;
		height: 11px;
		border: 2px solid #b3b3b3;
		border-radius: 9px;
		background-color: transparent;
		margin-right: 15px;
	}
	#post-1001 input[type="radio"]+.wpcf7-list-item-label:hover,
	#post-1001 input[type="radio"]:checked+.wpcf7-list-item-label {
		color: #404040;
	}
	#post-1001 input[type="radio"]+.wpcf7-list-item-label:hover:before {
		border-color: #404040;
	}
	#post-1001 input[type="radio"]:checked+.wpcf7-list-item-label:before {
		border-color: #404040;
		background-color: #404040;
	}
	#post-1001 .area.active input[type="radio"]:checked+.wpcf7-list-item-label {
		color: #00acc1;
	}
	#post-1001 .area.active input[type="radio"]:checked+.wpcf7-list-item-label:before {
		background-color: #00acc1;
		border-color: #00acc1;
	}
	#post-1001 .wpcf7-list-item .wpcf7-list-item-label {
		font-size: 24px;
		font-weight: 300;
		font-family: Roboto, sans-serif;
		color: rgba(64, 64, 64, .4);
	}
	#post-1001 form textarea {
		border: 2px solid #b3b3b3;
		border-radius: 5px;
		font-size: 18px;
		font-weight: 100;
		font-family: Roboto, sans-serif;
		font-style: italic;
		line-height: 24px;
		padding: 8px 28px;
		width: 850px;
		max-width: 850px;
		height: 275px;
		display: block;
		margin: 0 auto;
	}
	#post-1001 form textarea:focus {
		border-color: #404040;
	}
	#post-1001 form textarea.not-empty {
		color: #404040;
		font-weight: 300;
		font-style: normal;
	}
	#post-1001 .area.active textarea {
		border-color: #e5f7f9;
		color: #00acc1;
	}
	#post-1001 form .file {
		padding: 25px 35px;
	}
	#post-1001 form .file input[type="file"] {
		display: none;
	}
	#post-1001 form .file .file-button {
		display: flex;
		max-width: 500px;
		font-size: 18px;
		font-weight: 300;
		font-family: Roboto, sans-serif;
		color: #404040;
		opacity: .4;
		cursor: pointer;
		line-height: normal;
	}
	#post-1001 form .file .file-button:hover {
		opacity: 1;
	}
	#post-1001 form .file .file-button:before {
		content: "";
		display: inline-block;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		margin-top: 2px;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-image: url("img/feedback-files.png");
	}
	#post-1001 form .file .file-button:after {
		content: "Вы можете прикрепить файл, если это необходимо (разрешённые форматы: jpg, jpeg, png, gif)";
		display: inline-block;
		padding-left: 10px;
	}
	#post-1001 form .file .file-button.active {
		opacity: 1;
		color: #00acc1;
	}
	#post-1001 form .file .file-button.active:after {
		display: none;
	}
	#post-1001 form input[type="submit"] {
		border: 2px solid #404040;
		border-radius: 5px;
		color: #404040;
		background-color: transparent;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 500;
		font-family: Roboto, sans-serif;
		padding: 10px 55px;
		display: block;
		margin: 85px auto 100px;
		padding-left: 0;
		padding-right: 0;
	}
	#post-1001 form input[type="submit"].active {
		border-color: #4cbcc9;
		color: #4cbcc9;
	}
	div.wpcf7 img.ajax-loader {
		display: block;
		margin: 0 auto;
		margin-top: -50px;
		margin-bottom: 50px;
	}
	.page-id-1001 #toc_container {
	display: none !important;
}

#post-1001 .wpcf7-form-control-wrap:nth-child(2n+1) input[type="text"], #post-1001 .wpcf7-list-item:nth-child(2n+1) {
	margin: 0;
}

.page-id-999 #toc_container {
	display: none !important;
}

#downloads-page {
	background-color: white;
}
	#downloads-page .content {
		padding: 30px 0 50px;
		color: #404040;
    	font-size: 18px;
	}
	#downloads-page .tab-menu {
		display: block;
		text-transform: uppercase;
		margin-bottom: 20px;
		position: relative;
		font-size: 18px;
		text-align: center;
		width: 100%;
	}
	#downloads-page .tab-menu::before,
	#downloads-page .tab-menu .slider {
		display: block;
		height: 4px;
		width: 100%;
		background: rgba(64, 64, 64, 0.2);
		position: absolute;
		content: "";
		bottom: -5px;
		z-index: 1;
	}
	#downloads-page .tab-menu .slider {
		width: 0px;
		left: 0;
		background-color: #0aa4b7;
		z-index: 2;
		transition: all .5s;
	}
	#downloads-page .tab-menu li:not(.slider) {
		/*display: inline-block;*/
		/*padding: 10px;*/
	}
	#downloads-page .tab-menu .selected a {
		color: rgba(64, 64, 64, 0.8);
		border-color: #0aa4b7;
	}
	#downloads-page .tab-menu li a {
		padding: 10px 20px;
		display: block;
		transition: all 0.2s ease-in-out;
		border-bottom: 4px solid rgba(64, 64, 64, 0.2);
	}
	#downloads-page .tabs .tab {
		display: none;
	}
	#downloads-page .tabs .tab.show {
		display: block;
	}

	.tabs {
		margin-top: 30px;
	}

.downloads-contact-form {
	width: 700px;
	display: block;
	margin: 0 auto;
}
	.downloads-contact-form label {
		display: block;
		overflow: hidden;
	}
	.downloads-contact-form input {
		float: right;
	}
	.downloads-contact-form textarea {
		width: 100%;
	}
	.downloads-contact-form input[type="submit"] {
		border: 2px solid #404040;
	    border-radius: 5px;
	    color: #404040;
	    background-color: transparent;
	    text-transform: uppercase;
	    font-size: 20px;
	    font-weight: 500;
	    font-family: Roboto, sans-serif;
	    padding: 10px 55px;
	    display: block;
	    float: none;
	    margin: 0 auto;
	}
	
	
/**
 * Thanks page.
 */

.thanks-page-content {
	padding: 30px 15px 50px !important;
	text-align: center;
}

.thanks-page-content h1 {
	margin-bottom: 19px;
	font-size: 24px;
	color: #777;
}

.thanks-steps {
	margin-bottom: 53px;
}

.thanks-steps__title {
	margin: 0 0 38px;
	font-size: 18px;
}

.thanks-page-desc {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 16px;
	color: #8c8c8d;
}

.thanks-page-desc a {
	font-weight: 700;
	color: #15a5b8;
}

.thanks-steps__col:not(:last-child) {
	margin-bottom: 30px;
}

.thanks-steps-item__image {
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
	margin-bottom: 15px;
}

.thanks-steps-item__title,
.thanks-steps-item__desc {
	font-weight: 500;
}

.thanks-steps-item__title {
	margin: 0 0 3px;
	font-size: 18px;
}

.thanks-steps-item__desc {
	margin: 0;
	font-size: 16px;
	color: #aaa;
}

.thanks-page-hash {
	margin-bottom: 30px;
}

.thanks-page-hash-toggler {
    cursor: pointer;
    font-weight: 700;
	font-size: 16px;
    color: #15a5b8;
}

.thanks-page-hash-list {
	display: none;
	margin: 15px 0 30px;
	font-size: 12px;
	color: #aaa;
}

.thanks-page-hash_opened .thanks-page-hash-list {
	display: block;
}

.thanks-page-hash-list li:not(:last-child) {
	margin-bottom: 5px;
}

.thanks-steps__row {
	display: flex;
}

@media (min-width: 480px) {
	.thanks-steps__row {
		margin: 0 -15px;
		font-size: 0;
	}
	
	.thanks-steps__col {
		display: inline-block;
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	.thanks-page-content h1 {
		font-size: 30px;
	}
	
	.thanks-steps__title {
		font-size: 21px;
	}
	
	.thanks-steps__col {
		width: 33.33%;
	}
	
	.thanks-steps__col:not(:last-child) {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.thanks-page-content h1 {
		font-size: 36px;
	}
	
	.thanks-steps {
		margin-bottom: 63px;
	}
	
	.thanks-steps-item__image {
		margin-bottom: 30px;
	}
	
	.thanks-steps-item__title {
		font-size: 21px;
	}

	.thanks-steps-item__desc {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	.thanks-page-content {
		padding: 30px 48px 50px !important;
	}
}

@media only screen and (max-width: 991px) {
	#post-1001 .inputs .wpcf7-list-item {
		width: 100%;
		float: none;
		padding: 0;
		margin: 0;
	}
	#post-1001 .wpcf7-form-control-wrap:nth-child(2n) input[type="email"], #post-1001 .wpcf7-list-item:nth-child(2n),
	#post-1001 .wpcf7-form-control-wrap:nth-child(2n+1) input[type="text"], #post-1001 .wpcf7-list-item:nth-child(2n+1) {
		width: 100%;
		max-width: 410px;
		margin: 0;
	}
	#post-1001 form textarea {
		width: 100%;
	}
	.thanks-steps__col {
		width: 100%;
	}
	.thanks-steps__row {
		display: block;
	}
}