body {
    font-family: "Trebuchet MS", serif;
    border-top: 5px solid #039a49;
    /*border-top: 5px solid #4BBD93;*/
    overflow-x: hidden !important;
    background: #FFF;
    color: #222;
}

body img {
    opacity: 1 !important;
}

h1,
h2,
h3,
h4,
h4,
h6 {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none;
}

ol {
    margin-left: 2em;
    margin-bottom: 2em;
}

ul {
    margin-left: 1em;
    margin-bottom: 0;
}

ul ul {
    margin-left: 1em;
}

header h1 {
    margin-top: 0;
    font-size: 10rem;
    /*color: #4BBD93;*/
    color: #039a49;
    padding-left: 0px;
}

header h2 {
    color: #039a49;
    /*color: #4BBD93;*/
}

header h4 {
    font-size: 3rem;
    text-align: center;
    color: #039a49;
    /*color: #4BBD93;*/
    padding-left: 0px;
}

h1.big-header {
    color:#039a49; 
    font-size:10rem; 
}

h2.big-header {
    color:#039a49; 
}

.block-left {
    float: left;
    width: 50%;
}

.order_button {
    border: 3px solid;
    background-color: #039a49;
    /*background-color: #4BBD93;*/
    color: #fff;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    /*margin: 30px auto 30px 330px;*/
    padding: 10px 30px;
    text-align: center;
    width: 500px;
}

.lead {
    margin-bottom: 2em;
}

#plant-icon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 150px 150px 0;
    border-color: transparent #039a49 transparent transparent;
    /*border-color: transparent #4BBD93 transparent transparent;*/
}

#plant-icon a {
    display: block;
    position: absolute;
    z-index: 10;
    width: 150px;
    height: 150px;
    top: 7px;
    right: -222px;
    z-index: 10;
}

#share {
    margin-bottom: 3rem;
}

#share #fb,
#share #twitter {
    display: inline-block;
}

#share #fb {
    position: relative;
    top: -8px;
}

.container:nth-child(even) {
    background: #f5f5f5;
}

/*.container:nth-child(even){background:whitesmoke;}*/
.container:nth-child(odd) {
    background: #fff;
}

.presentation_image {
    max-width: 300px;
    margin: 0 0px 20px 20px;
}

.presentation_container {
    /*margin-left: 20px;*/
    /*max-width: 750px;*/
    max-width: 600px;
}

/* .presentation_container p {
    max-width: 600px;
} */

#small_text {
    font-size: 1.4rem;
}

.quality {
    font-size: 1.8rem;
    /*margin-left: 20px;*/
}

.quality b {
    font-size: 2rem;
}

.profit {
    /*max-width: 900px;*/
    margin: 30px 0px;
}

.profit tr {
    border: 2px solid #dfdfdf;
    vertical-align: central;
}

.profit td {
    border: 2px solid #cfcfcf;
    text-align: center;
}

.profit td.left-col {
    text-align: left;
    padding-left: .5rem;
}

.grey {
    background-color: #f5f5f5;
}

.white {
    background-color: #ffffff;
}

.text-blue {
    color: #3030d3;
}

#average_rate td {
    text-align: left;
    padding: 0 15px;
}

.left_col {
    width: 10%;

}

.middle_col {
    width: 70%;
    text-align: left !important;
    padding-left: 15px;
}

.right_col {
    width: 20%;
}

.first_title,
.second_title,
.third_title,
.fourth_title,
fifth_title {
    text-align: center;
}

.first,
.second,
.third,
.fourth,
.fifth {
    padding-left: 15px;
    padding-right: 15px;
}

.first_title,
.first {
    width: 10%;
}

.second_title {
    width: 45%
}

.second {
    width: 45%;
    text-align: left !important;
}

third_title,
.third,
.fourth_title,
.fourht,
.fifth_title,
.fifth {
    width: 15%;
}

.big_text {
    font-size: 2.2rem;
    font-weight: bold;
    /*color: #4BBD93;*/
    color: #039a49;
    margin-top: 20px;
}

#practice img,
#advanced img {
    max-width: 940px;
}

#order {
    background: transparent url("../images/apple_blossom31.jpg") no-repeat scroll left bottom;
}

#order h2,
#order h6 {
    color: #F4EEE6;
}

#options {
    max-width: 350px;
    margin: 10px;
    float: left;
    border: 1px solid #666;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
}

#options h2,
#options h6 {
    color: #328969;
}

form {
    max-width: 450px;
    color: #FFF;
    font-size: 12px;
    margin: 0px 10px;
    float: right;
}

form div {
    max-width: 600px;

}

input {
    max-width: 300px;
    line-height: 30px;
    margin: 10px 0px;
    float: left;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    max-width: 400px;
    height: 150px;
    margin: 10px 0px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/*input[type=submit]{
    cursor:pointer;
    outline:0!important;
    position:relative;
    opacity:1!important;
    line-height:1!important;
    font-style:normal!important;
    vertical-align:middle;
    text-shadow:none!important;
    font-family:Helvetica,Arial,sans-serif;
    text-align:center;
    font-weight:700!important;
    text-decoration:none!important;
    display:inline-block;
    letter-spacing:0;
    color:#707071!important;
    border:none!important;
    background-image:none;
    background-color:#fff;
    padding:1.618rem 3.236rem;
    font-size:1.618rem;
    width:30%;
    margin:15px;
    box-shadow:0 4px 0 #328969;
    top:-2px;
}*/
/*#form_button{
    margin-left: 50px;
    background-color: #FFF;
}*/

/*#example{
    background-image: url(../images/trial/arable-1084410_1920.jpg);
}*/

#box-container {
    margin: 0;
    padding: 0;
}

.box {
    list-style-type: none;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: 30%;
}
/*
.box:nth-child(3n+1) {
    clear: both;

}
*/
/*.box:nth-child(2n+0){margin-right:0;}*/
.box a {
    display: block;
    width: 100%;
    height: auto;
}

.box a img {
    -webkit-back-visibility: hidden;
    display: block;
    width: 100%;
    height: auto;
    /* vertical-align: bottom; */
    border: 1px solid grey;
}

footer {
    font-size: 1.3rem;
    font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #666;
    margin: 2rem 0;
}

footer a {
    color: #666;
}

#lang-wrap {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 180px;
    text-align: center;
}

#lang-wrap div {
    display: inline-block;
}

#lang-wrap a {
    color: #330066;
    text-decoration: underline;
}

#lang-wrap span {
    color: #a73042;
}

.yt-wrapper2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px 20px;
}

.yt-wrapper3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px 20px;
}

.yt-wrapper5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 5px 20px;
}

.yt-link {
	display: inline-block;
	text-decoration: none;
	transition: opacity 0.2s ease-in; 
/* position: relative;	*/
}

.yt-link:hover {
	opacity: 0.8;
}
.yt-link p {
	color: #222;
	line-height: normal;
	margin-top: 5px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
.video-container {
  display: grid; /* Активируем Grid */
  place-items: center; /* Центрирует все дочерние элементы по сетке */
  width: 100%;
  max-width: 560px;
  /* Можно задать одну ячейку: grid-template-columns: 1fr; */
}
.thumbnail {
	grid-area: 1 / 1 / 2 / 2; /* Размещаем на первой ячейке (если сетка 1x1) */
	  width: 100%;
	  display: block; /* Убирает лишний отступ */
}
.play-button {
  grid-area: 1 / 1 / 2 / 2; /* Размещаем на той же ячейке */
  z-index: 1; /* Поверх миниатюры */
  /* Стили кнопки (см. выше) */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  cursor: pointer;
  /* place-items: center; уже центрирует, но можно добавить для явности */
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
.yt-thumbnail2 {
	width:100%;
	max-width:560px;
}
.play-button2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Центрирование кнопки */
  background-color: rgba(255, 0, 0, 0.8); /* Красный полупрозрачный фон */
  color: white;
  border: none;
  border-radius: 50%; /* Круглая кнопка */
  font-size: 30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
/*  display: flex;
  justify-content: center;*/
  align-items: center;
  transition: background-color 0.3s ease;
}

.play-button2:hover {
  background-color: rgba(255, 0, 0, 1); /* Более насыщенный красный при наведении */
}

@media screen and (max-width: 799px) {
    header h1 {
        font-size: 8rem;
    }

    .top {
        margin-top: 6rem;
    }
    
    hr {
        margin: 2rem 0;
    }

    #fork-this {
        display: none;
    }

    #share #fb {
        top: -8px;
    }

    .button {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .button {
        font-size: 1.3rem;
        padding: 1.4rem 2rem;
    }
	.yt-wrapper2 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 5px 20px;
	}
	.yt-wrapper3 {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 5px 20px;
	}
	.yt-wrapper5 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px 20px;
}
}

@media screen and (max-width: 410px) {
    header h1 {
        font-size: 5rem;
    }
    
    header h2 {
        font-size: 2.8rem;
    }
    
    .block-left {
        width: 100%;
    }
    
    .top {
        margin-top: 6rem;
    }
    
    h1.big-header {
        font-size: 5rem;
        color:#039a49;
    }
    
    h2.big-header {
        font-size: 2.8rem;
        color:#039a49;
    }

    .box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
	.yt-wrapper3 {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 5px 20px;
	}
	.yt-wrapper5 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px 20px;
}

}