﻿/*   
Theme Name: Туймаада
*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PT Sans', sans-serif;
	background: url('img/bg2020.jpg');
}
.header {	
	background: #1987ff;
}
p, li, td {
    font-size: 16px;
    line-height: 32px;
}
a {
    color: #000;
}
.lp-section-title { 
	color: #111;
	display: block; 
	font-size: 30px; 
	position: relative; 
	text-align: center; 
	z-index: 1; 
    margin: 70px 0 30px 0;
    text-transform: uppercase;
}

.lp-section-title:before { 
	border-top: 5px solid #FFF; 
	content: ""; 
	position: absolute; 
	top: 14px; 
	left: 0; 
	width: 100%; 
	z-index: -1; 
}
.lp-section-title span { 
	background: #fdfdfd; 
    padding: 6px 18px;
	text-transform: uppercase; 
    border-radius: 5px;
}
.lp-menu {
    padding: 7px 0;
	background: #484641;
}
.lp-menu ul {
	display: inline-block;
}
.lp-menu li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px 11px;
	background: #e9e9e9;
	border-radius: 14px;
    padding: 5px 10px;
	font-family: 'Yeseva One', cursive;
	font-weight: bold;
	transition: background-color 0.5s ease;
}
.lp-menu a {
    color: #480a5d;
}
.lp-menu li:hover { 
	background: #1987ff;
}
.lp-menu li:hover a {
	text-decoration: none;
	color: #FFF;
}
.main-logo-column {
    text-align: center;
}
.main-logo {
    display: inline-block;
	margin-bottom: 10px;
}
.main-logo a {
	text-decoration: none !important;
}

.main-logo img {
    float: left;
    margin-top: 11px;
}
.main-logo h2 {
	font-size: 24px;
	color: #FFF;
	letter-spacing: 13px;
	font-weight: normal;
}
.lp-slide {
    height: 488px;
    background: url('img/4.jpg') center center;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}
.slide-title {
    color: #FFF;
    font-size: 60px;
    line-height: 61px;
    margin: 118px 0 21px 0;
}
.slide-subtitle {
    color: #FFF;
    font-size: 34px;
    line-height: 41px;
}
.footer {
    height: 75px;
	background: #1987ff;
    color: #FFF;
    text-align: center;
    padding: 20px 0 0 0;
    margin-top: 20px;
    font-size: 16px;
}
td {
    border: 1px solid black;
    padding: 3px 5px;
}
.aligncenter {
    margin: 0 auto;
}
img.aligncenter {
    display: block;
}
.menu-glavnoe-menyu-container {
text-align: center;
}
.intro-row-1 {
	background: #01a0e2; 
	padding: 10px 0; 
}
.intro-row-2 {
	background: #fefefe; 
	padding: 2px 0; 
}
.intro-row-3 {
	background: #e31e25; 
	padding: 4px 0; 
}
.intro-row-4 {
	background: #009746; 
	padding: 4px 0; 
}
.intro-row-1 p {;
	font-size: 30px; 
	text-align: center; 
	font-weight: bold; 
	color: #2b2a28;
	line-height: normal;
}
.intro-row-2 p {
	font-family: 'Yeseva One', cursive;
	font-size: 75px; 
	text-align: center; 
	font-weight: bold; 
	color: #2b2a28;
	line-height: normal;
    padding: 10px 0;
    letter-spacing: 7px;
}
.intro-row-3 p {
	font-size: 26px; 
	text-align: left; 
	padding: 2px 0; 
	color: #FFF;
	line-height: normal;
}
.intro-row-4 p {
	background: #009746; 
	font-size: 26px; 
	text-align: left; 
	padding: 2px 0; 
	color: #FFF;
	line-height: normal;
}
.lp-content {
    background: #FFF;
    border: 1px solid white;
    border-radius: 5px;
	padding: 20px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}
.tv {
    padding: 22px 0px 0 23px;
    width: 527px;
    height: 500px;
    background: url(img/mockpu.png);
    margin: 15px auto 0 auto;
}
.page-content {
    background: #FFF;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(187, 38, 38) url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
.qtranxs_widget .active {
	display: none;
}
.qtranxs_widget span {
	color: #FFF;
	font-size: 20px;
}
.header .qtranxs_widget ul li {
	opacity: 1;
    background: #6392eb;
    padding: 10px;
    border-radius: 12px;	
	transition: background-color 0.5s ease;
}
.header .qtranxs_widget ul {
	margin-top: 20px;
}
.header .qtranxs_flag_and_text {
    padding-left: 26px;
}
.n-time {
	font-style: italic;
}
.n-time:hover {
	text-decoration: none;
}
.news-single {
	text-align: center;
}
a.n-single:hover .n-time {
	color: #000;
}
a.n-single:hover {
	text-decoration: none;
}
a.n-single:hover .n-title {
	color: #1987ff;
}
.page-title {
	font-size: 30px;
    text-align: center;
    line-height: 43px;
    border-bottom: 3px solid #1987ff;
    padding: 14px 0 20px 0;
    margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin: 0 20px 30px 0;
}
.post-views {
	float: right;
	font-size: 14px;
	font-style: italic;
}
.page-text {
	padding: 0 33px 47px 33px;
}
.qtranxs_widget:hover a {
	text-decoration: none;
}
.header .qtranxs_widget:hover ul li{
	background: #7965b5;	
}
.lp-content table {
	max-width: 100%;
	table-layout: fixed;
    word-break: break-word;
}
ul li {
    list-style: disc inside;
    padding-left: 19px;
}
.btn-caldera-apply > div {
	display: flex;
	justify-content: center;
}
.btn-caldera-apply input {
	text-transform: uppercase;
	background: #515789 !important;
	color: #FFF !important;
}
.lp-button {
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lp-button button {
    color: #fff;
    background: #1987ff;
    text-transform: uppercase;
    padding: 6px 62px;
    display: inline-block;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    border-width: 0;
}
.single-page {
	margin-top: 20px;
}
td p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.program-buttons {
	position: relative;
    width: 1078px;
    margin: 0 auto;
}
.program-buttons-button {
	border: 2px solid orange;
    width: 108px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: orange;
    text-align: center;
    border-radius: 13px;
    margin: 10px auto 10px auto;
    padding: 2px 5px;
	transition: all 0.5s ease-out;
}
.button-1 {
	border-color: #f5b553;
	color: #f5b553;
}
.button-1:hover {
	color: #FFF;
	background: #f5b553;
	text-decoration: none;
}
.button-2 {
	border-color: #ec6008;
	color: #ec6008;
}
.button-2:hover {
	color: #FFF;
	background: #ec6008;
	text-decoration: none;
}
.button-3 {
	border-color: #5a3e79;
	color: #5a3e79;
}
.button-3:hover {
	color: #FFF;
	background: #5a3e79;
	text-decoration: none;
}
.button-4 {
	border-color: #14659a;
	color: #14659a;
}
.button-4:hover {
	color: #FFF;
	background: #14659a;
	text-decoration: none;
}
.button-5 {
	border-color: #1a879e;
	color: #1a879e;
}
.button-5:hover {
	color: #FFF;
	background: #1a879e;
	text-decoration: none;
}
.button-6 {
	border-color: #47c1d6;
	color: #47c1d6;
}
.button-6:hover {
	color: #FFF;
	background: #47c1d6;
	text-decoration: none;
}
	
.program-buttons-bottom {
	width: 943px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.program-button-segment {
	width: 146px;
}
.program-button-text {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-align: center;
}
.program-buttons-image {
	margin: 0 auto;
	display: block;
    position: relative;
    left: 8px;
}
.program-link {
	position: absolute;
	width: 130px;
	height: 130px;
	display: block;
}
.program-link-24 {
	top: 116px;
    left: 21px;
}
.program-link-25 {
	top: 116px;
    left: 209px;
}
.program-link-26 {
	top: 116px;
    left: 397px;
}
.program-link-27 {
	top: 116px;
    left: 587px;
}
.program-link-28 {
	top: 116px;
    left: 765px;
}
.program-link-29 {
	top: 116px;
    left: 949px;
}
.program-link-30 {
    top: 656px;
    left: 61px;
}
.program-link-31 {
    top: 656px;
    left: 279px;
}
.program-link-01 {
    top: 656px;
    left: 480px;
}
.program-link-02 {
    top: 656px;
    left: 692px;
}
.program-link-03 {
    top: 656px;
    left: 895px;
}
.program-button-month {
	font-size: 14px;
	text-align: center;
    margin-top: 13px;
    line-height: 11px;
}
.personal-data-button button {
	padding: 6px 8px;
    display: inline-block;
    border-radius: 2px;
    font-size: 15px;
    border-width: 0;
    margin: 13px 0;
}