.hover-single-child {
    width: 100%;
}
.hover-single-child > div {
    width: 480px;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}
.menu-additional-block .right-side .hover-single-child p{
    padding-top:10px;
}
.green-button-hover-menu {
    width: 240px;
    margin: 0 auto 31px;
    padding: 13px 14px;
    font-size: 18px;
    background-color: #00bf60;
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: Gilroy-Medium;
    font-weight: 600 !important;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #00bf60;
    text-align: center;
    cursor: pointer;
    transition: .5s;
    position: absolute !important;
    right: -30px;
    bottom: 10px;
    top: unset;
}

.green-button-hover-menu:hover {
    text-decoration: none;
    background: rgba(255,255,255,0.6);
    color: #00bf60 !important;
    border: 2px solid #00bf60;
}
.image-hm-container {
    position: absolute;
}
.question-form-container {
    text-align: right;
    padding-right: 80px;
}
.question-form-container span {
    display: inline-block;
    vertical-align: middle;
    color: #4d4d4d;
    margin-right: 5px;
}
.question-form-container form {
    display: inline-block;
    vertical-align: middle;
}
.search-input-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.question-form-container .search-input-container:before {
    content: url(../img/search-icon.png);
    position: absolute;
    left: 14px;
    top: 7px;
    height: auto;
    transition: .2s;
}
.question-form-container input.search-input {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 6px;
    border: none;
    padding-left: 40px;
    width: 278px;
    height: 38px;
    box-shadow: 0 0 8px 8px #0000000d;
    margin: 0 5px;
    color: rgba(0,0,0,.7);
    font-family: Gilroy-Medium;
}
.question-form-container input.search-button {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    border: none;
    background: #00c05a;
    background-image: url(../img/search-arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
    margin-left: 5px;
}
.contact-block p a{
    line-height: 1.3;
    font-size: 14px;
    color: #42c17a !important;
    text-transform: none !important;
    font-family: Gilroy-Medium;
    letter-spacing: 1px;
}
footer .contact-block p a{
    font-size: 12px;
    letter-spacing: unset;
}
.contact-block p b {
    font-family: Gilroy-Bold;
}
.contact-block p {
    font-size: 14px;
    margin-bottom: 5px;
}
footer .contact-block p {
    font-size: 12px;
}
.special-block {
    width: 100%;
}
.special-block .col-3 {
    float: left;
}
.left-image {
    margin-right: 20px;
    height: 637px;
    position: relative;
}
.left-image img {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
#first-bg {
    background: #e2e7ee;
    background-repeat: no-repeat;
    background-position: 70% 50%;
    position: relative;
}
.programs-title {
    font-family: Gilroy-Medium;
    font-weight: 600;
    color: #00c05a;
    line-height: 1;
}
.programs-description {
    font-family: Gilroy-Light;
    font-weight: 400;
    color: #4d4d4d;
    text-transform: uppercase;
    max-width: 650px;
    line-height: 1;
}
.programs-text-block {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.programs-description-paragraph {
    text-align: center;
    max-width: 880px;
    margin: 10px auto 0;
    color: #4d4d4d;
    font-family: Gilroy-Light;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
#programs-body {
    margin-bottom: 15px;
}
#whantTo .first-ul p span{
    font-size: 15px;
    margin-left: 15px;
    color: #9d9b9b;
    font-weight: 500;
    text-transform: lowercase;
}
#programs-body li {
font-family: Gilroy-Light;
font-weight: 600;
font-size: 16px;
color: #4d4d4d;
}
#green-block {
padding: 20px 0 0;
}
#green-block .container p {
    color: #4d4d4d;
}
#green-block p {
font-size: 40px;
color: #fff;
text-align: center;
line-height: 1;
margin: 0px auto;
}
#whantTo {
padding: 30px 0 30px;
}
#whantTo ul li::before {
content: url("../img/specialize/approve-grey.png");
display: inline-block;
vertical-align: middle;
margin-right: 15px;
}
#whantTo ul li.choosed::before {
content: url("../img/specialize/approve-green.png");
}
#whantTo ul {
list-style: none;
padding: 0;
margin-top: 30px;
margin: 30px 50px 0;
}
#whantTo ul p{
text-transform: uppercase;
font-family: Gilroy-Medium;
font-weight: 600;
color: #4d4d4d;
padding-left: 10px;
margin-bottom: 18px;
}
#whantTo ul li{
height: 32px;
margin-bottom: 10px;
cursor: pointer;
color: #4d4d4d;
font-family: Gilroy-Light;
font-weight: 600;
line-height: 1;
}
.second-block-left {
padding-left: 70px;
}
.first-ul ul {
display: block;
float: right;
}

.started-button {
width: auto;
display: block;
border: 2px solid #00c05a;
padding: 4px 12px;
border-radius: 6px;
bottom: 0;
cursor: pointer;
transition: .3s;
margin: 20px auto 15px;
background: #00c05a;
color: #fff;
font-size: 19px;
text-align: center;
text-decoration: none;
max-width: 340px;
}

.started-button.disabled {
    width: auto;
    display: block;
    border: 2px solid #00c05a;
    padding: 4px 12px;
    border-radius: 6px;
    bottom: 0;
    cursor: pointer;
    transition: .3s;
    margin: 20px auto 15px;
    background: #00c05a;
    color: #fff;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    max-width: 340px;
}
/*
.started-button:hover{
background-color: #fff;
color: #00c05a;
text-decoration: none;
}

 */
.started-button:hover{
    background-color: #fff;
    color: #00c05a;
    text-decoration: none;
}

.started-button.disabled:hover{
    background-color: #00c05a;
    color: #fff;
    text-decoration: none;
}

#main-text p.title-green {
font-family: Gilroy-Light;
font-weight:400;
font-size: 40px;
color: #00c05a;
line-height: 1;
}
#main-text ul {
list-style: none;
}
#main-text ul li::before {
content: "\2022";
color: #00c05a;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}
.programs-green-block {
background: #eafaf1;
padding: 30px 40px 20px;
margin-top: 20px;
margin-bottom: 20px;
}
.programs-green-block ul {
padding: 0 20px;
}
.programs-green-block ul li {
font-size: 20px;
color: #4d4d4d;
font-family: Gilroy-Light;
}
.programs-green-block p {
font-size: 20px;
color: #4d4d4d;
font-family: Gilroy-Light;
}
.programs-text:nth-child(odd){
padding-right: 40px;
}
.programs-text:nth-child(even){
padding-left: 40px;
}
.programs-text p {
font-size: 20px;
color: #4d4d4d;
font-family: Gilroy-Light;
line-height: 1.3;
}
.programs-text ul li {
font-size: 20px;
color: #4d4d4d;
font-family: Gilroy-Light;
line-height: 1.3;
margin-bottom: 10px;
}
.terms-and-cond-block {
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
bottom: 0;
width: 100%;
z-index: 99999;
}
.terms-and-cond-block p {
text-align: center;
padding: 15px 45px;
color: #fff;
line-height: 1.3;
margin-bottom: 0;
font-family: Gilroy-Light;
}
.terms-and-cond-block p span{
font-weight:300;
font-family: Gilroy-Light;
}
.terms-and-cond-block p a {
color: #fff;
text-decoration: underline;
font-family: Gilroy-Light;
}
.terms-and-cond-block svg {
cursor:pointer;
position: absolute;
right: 13px;
top: calc(50% - 13px);
}
.green-block-left {
margin-right: 15px;
}
.green-block-right {
margin-left: 15px;
}

@media all and (max-width: 1200px){
}
@media all and (max-width: 992px){
.programs-description-paragraph {
    text-align: left;
}
.programs-green-block {
    margin: 0;
    padding: 15px 15px 15px 25px;
}
.first-ul, .second-block-lef {
    text-align: center;
}
.started-button{
    text-align: center;
    margin: 10px auto;
    display: block;
    float: unset;
}
#whantTo ul {
    float: unset;
    text-align: left;
    display: inline-block;
    margin-top:0;
}
#whantTo .second-block-lef ul{
    margin-top:0;
}
.programs-text:nth-child(odd),
.programs-text:nth-child(even) {
    padding:0 15px !important;
}
.green-block-left {
    margin: 0;
    padding:15px 15px 15px 25px;
    height: 100%;
}
.green-block-right {
    margin: 0;
    padding:15px 15px 15px 25px;
    height: 100%;
}
.programs-text p {
    font-size: 16px;
}
.programs-text ul li {
    font-size: 16px;
}
#main-text p.title-green {
    font-size: 25px;
}
#green-block p {
    font-size: 25px;
    margin: 10px auto;
}
.programs-green-block ul li {
    font-size: 16px;
}
#first-bg {
    background-size: 50%;
}
}
@media all and (max-width: 768px){
#whantTo ul li {
    margin-bottom: 15px;
}
#whantTo {
    padding: 20px 0 30px;
}
#whantTo ul p {
    padding: 0;
    text-align: center;
}
#main-text ul {
    margin-bottom: 0;
}
.programs-text-block {
    top: unset;
    position: relative;
    transform: unset;
    max-width: 400px;
    margin: 15px auto 0;
    padding:15px;
}
.programs-title {
    font-size: 32px !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.programs-description {
    font-size: 32px !important;
    margin-bottom: 0;
}
.programs-title br {
    display: none !important;
}
.left-image {
    margin:0;
}
.left-image img {
    float: unset !important;
    width: 100%;
    position: relative;
    max-width: 300px;
    display: block;
    margin: 30px auto 0;
}
#first-bg {
    background-position: 50% 10% !important;
    background-size: 35% !important;
}
}
@media all and (max-width: 500px){
#whantTo ul {
margin: 0 15px;
}
#whantTo ul li {
min-height: 32px;
height: auto;
}
#whantTo ul li::before{
float: left;
margin-top: -5px;
}
#main-text ul {
padding-left: 20px;
}
}
.started-button.disabled {
    opacity: .65;
}