@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700");

body {
    background: #efeffa url("../img/bg-lines.png") repeat-y top;
    font-family: 'Open Sans', sans-serif;
    min-width: 320px;
    overflow-x: hidden;
    position: relative;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #fff;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
}

ul {
    margin: 0;
    padding: 0;
}

input,
button,
textarea,
select {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.s-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    margin-top: -70px;
    margin-bottom: 100px;
}

.s-title:after {
    content: '';
    width: 65px;
    height: 6px;
    background-color: #ffd006;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.s-title-bg {
    font-weight: 800;
    font-size: 100px;
    color: #e8e8f6;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

/* Header */
.header {
    padding: 50px 52px 0;
}

.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mnu {
    margin-left: -455px;
}

.mnu-item {
    display: inline-block;
    margin-right: 65px;
}

.mnu-item:last-child {
    margin-right: 0;
}

.mnu-item.active .mnu-link {
    color: #262626;
}

.mnu-item.active .mnu-link:before {
    width: 100%;
}

.mnu-link {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    color: #afafd0;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.mnu-link:hover {
    color: #262626;
}

.mnu-link:hover:before {
    width: 100%;
}

.mnu-link:focus, .mnu-link:active {
    color: #262626;
}

.mnu-link:before {
    content: '';
    width: 0%;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffd006;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.social-item {
    display: inline-block;
    margin-right: 30px;
}

.social-item:last-child {
    margin-right: 0;
}

.social-icon {
    font-size: 30px;
    color: #afafd0;
    -webkit-transition: .5s;
    transition: .5s;
}

.social-icon:hover {
    color: #262626;
}

/* Main section */
.main-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    color: #262626;
    margin-top: 135px;
    margin-bottom: 40px;
}

.main-title-span {
    font-size: 80px;
}

.main-autor-img-wrapper {
    text-align: center;
}

.main-autor-name {
    font-size: 24px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 10px;
}

.main-autor-specialist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 75px;
}

.main-autor-specialist-yandex {
    background-color: #ffd006;
    font-family: 'Open Sans Condensed';
    padding: 5px 20px;
    line-height: 1;
    font-size: 60px;
    font-weight: bold;
    margin-right: 20px;
}

.main-autor-specialist-text {
    font-size: 18px;
    line-height: 1.3;
}

.main-autor-quote {
    display: inline-block;
    background-color: #fff;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    padding: 30px 40px;
    line-height: 1;
    font-size: 30px;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    -webkit-box-shadow: 0 16px 24px 0 rgba(68, 51, 166, 0.2);
    box-shadow: 0 16px 24px 0 rgba(68, 51, 166, 0.2);
    position: relative;
}

.main-autor-quote:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    position: absolute;
    bottom: -25px;
    left: 65px;
}

.main-autor-quote-span {
    color: #ffd006;
}

.main-autor-quote-wrapper {
    text-align: right;
    margin-bottom: 10px;
}


@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(169, 71, 200, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes shadow-pulse-big
{
    0% {
        box-shadow: 0 0 0 0px rgba(169, 71, 200, 0.13);
    }
    100% {
        box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
    }
}

.request-btn {
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    -webkit-box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.3);
    box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.3);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 25px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    animation: shadow-pulse 2s infinite;
}

.request-btn img {
    margin-left: 25px;
}

.request-btn:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #c190dc;
    position: absolute;
    top: 0;
    right: 78px;
}

.request-btn-wrapper {
    text-align: center;
}

/* Strategy section */
.strategy {
    padding: 100px 0;
}

.strategy-item {
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 35px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 16px 24px 0 rgba(68, 51, 166, 0.1);
    box-shadow: 0 16px 24px 0 rgba(68, 51, 166, 0.1);
}

.strategy-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 25px;
}

/* Tactics section */
.tactics {
    padding: 60px 0;
    position: relative;
}

.tactics-item {
    background-color: #fff;
    border: 2px solid #835ead;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #262626;
    text-align: center;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 2;
}

.tactics-item:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    -webkit-box-shadow: 0 30px 100px 0 rgba(181, 96, 225, 0.2);
    box-shadow: 0 30px 100px 0 rgba(181, 96, 225, 0.2);
    color: #fff;
    border-color: transparent;
    text-decoration: underline;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.tactics-item-1 {
    padding: 50px 30px;
}

.tactics-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tactics-img {
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Statistic section */
.statistic {
    padding-top: 300px;
    padding-bottom: 60px;
}

.statistic-item {
    text-align: center;
}

.statistic-item-numbers {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.statistic-item-numbers-span {
    font-size: 80px;
}

.statistic-item-numbers-last {
    font-size: 60px;
    margin-top: 20px;
}

.statistic-item-desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* Video section */
.video-item-box {
    position: relative;
    max-width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 214px;
    background: url("../img/video-1.png") no-repeat;
    -webkit-box-shadow: 8px 13px 60px 0 rgba(49, 42, 103, 0.7);
    box-shadow: 8px 13px 60px 0 rgba(49, 42, 103, 0.7);
}

.video-item-box iframe,
.video-item-box video {
    display: block;
    height: 100%;
    width: 100%;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    border: none;
    background: none;
    cursor: pointer;
}

.video {
    padding: 60px 0;
}

.video-item-name {
    margin-top: 30px;
    font-weight: bold;
    margin-left: 10px;
    line-height: 1.2;
}

.video-2 {
    background: url("../img/video-2.png") no-repeat;
}

.video-3 {
    background: url("../img/video-3.png") no-repeat;
}

/* Reviews section */
.reviews {
    padding: 60px 0 0px;
}

.reviews-slider {
    padding-top: 90px;
    position: relative;
}

.reviews-item {
    text-align: center;
}

.reviews-autor {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
}

.reviews-text {
    font-size: 14px;
    color: #262626;
    line-height: 1.3;
}

.slick-slide {
    outline: none;
}

.slick-slide img {
    display: inline-block;
}

.arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #e8e8f6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding: 10px 14px;
    color: #afafd0;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
}

.arrow:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    -webkit-box-shadow: 0 5px 30px 0 rgba(181, 96, 225, 0.2);
    box-shadow: 0 5px 30px 0 rgba(181, 96, 225, 0.2);
    color: #fff;
}

.arrow-prev {
    padding: 10px 11px;
    left: 45%;
}

.arrow-next {
    left: 51%;
}

/* Pick-words section */
.pick-words {
    padding: 60px 0;
}

.words-form-label {
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px;
}

.words-form-input {
    width: 100%;
    height: 35px;
    padding-left: 2px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #835ead;
    margin-bottom: 35px;
    font-size: 20px;
    color: #262626;
    -webkit-transition: .5s;
    transition: .5s;
}

.words-form-input:focus {
    border-color: #ffd006;
}

.words-form-btn {
    margin-top: 25px;
    padding: 30px 65px;
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    -webkit-box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.2);
    box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: none;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    animation: shadow-pulse 2s infinite;
}

.words-form-textarea {
    width: 100%;
    height: 250px;
    border: none;
    background-color: #e8e8f6;
    padding: 10px;
    border-bottom: 2px solid #835ead;
    font-size: 20px;
    color: #262626;
    -webkit-transition: .5s;
    transition: .5s;
}

.words-form-textarea:focus {
    border-color: #ffd006;
}

.words-form-textarea-tablet {
    /* display: none; */
}

.checkbox-text a {
    display: inline;
    color: inherit;
}

/* Стилизация checkbox */
.checkbox {
    display: none;
}

.checkbox-custom {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ffd006;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox-label {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkbox-text {
    font-size: 14px;
    color: #70707b;
    line-height: 27px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    vertical-align: middle;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.checkbox:checked + .checkbox-custom::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffd006 url("../img/checked.png") no-repeat center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* Footer */
.footer {
    background-color: #1e1739;
    padding-top: 100px;
    padding-bottom: 50px;
}

.footer-wrapper {
    position: relative;
}

.footer-mnu-item {
    list-style: none;
    margin-bottom: 15px;
}

.footer-mnu-link {
    font-size: 14px;
    color: #afafd0;
    text-decoration: underline;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-mnu-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-mnu-link:focus, .footer-mnu-link:active {
    color: #afafd0;
    text-decoration: underline;
}

.footer-copyright {
    margin-top: 60px;
    font-size: 12px;
    color: #fff;
}

.footer-social {
    text-align: right;
}

.footer .social {
    margin-top: 65px;
}

.footer .social-icon:hover {
    color: #fff;
}

.development {
    font-size: 12px;
    color: #fff;
}

.development a {
    text-decoration: underline;
}

.totop {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    -webkit-box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.3);
    box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: -35px;
}

.totop i {
    font-size: 22px;
}

/*
	Educate page
*/
.page-title {
    font-size: 65px;
    font-weight: 300;
    color: #262626;
    line-height: 1;
    margin: 90px 0;
}

/* Workshop section */
.workshop {
    padding-bottom: 90px;
}

.workshop-item {
    background-color: #fff;
    -webkit-box-shadow: 0 16px 24px 0 rgba(68, 51, 166, 0.1);
    box-shadow: 0 16px 24px 0 rgba(68, 51, 166, 0.1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 35px 100px;
    margin-bottom: 45px;
}

.workshop-day {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 40px;
}

.workshop-day:after {
    content: '';
    width: 65px;
    height: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.workshop-list {
    margin-bottom: 35px;
}

.workshop-list-item {
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.workshop-list-item:last-child {
    margin-bottom: 0;
}

.workshop-list-span {
    margin-right: 20px;
    color: #afafd0;
    font-weight: normal;
}

.workshop-text {
    font-size: 14px;
}

#mob_menu_opener {
    display: none;
}


/* Modal window */

.modal_window_wrapper {
    width: 100%;
    height: 100%;
    background: rgba(87, 83, 104, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
.modal_window_sub_wrapper {
    position: relative;
    height: 100%;
}
.modal_window_container {
    width: 400px;
    min-height: 310px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -210px 0 0 -200px;
}
.modal_window_container_wrapper {
    background: #efeffa;
    padding: 30px 35px;
}
.modal_window_container_close {
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: url(../img/modal_x.png) no-repeat center center;
}
.modal_window_container h2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.modal_window_container input[type="text"], .modal_window_container select, .modal_window_container input[type="tel"], .modal_window_container input[type="email"], .modal_window_container textarea {
    width: 100%;
    height: 35px;
    padding-left: 2px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #835ead;
    margin-bottom: 35px;
    font-size: 20px;
    color: #262626;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0 0 20px 0;
}
.modal_window_container ::placeholder {
    color: #262626;
}
.modal_window_container select {
    padding: 0px 0px;
}
.modal_window_container textarea {
    height: 85px;
}
.modal_window_container input[type="submit"] {
    margin: 10px auto 0px;
    padding: 15px 65px;
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    -webkit-box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.2);
    box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: none;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    display: block;
}

.feedback_form_param .error_message {
    display: none !important;
}

.error_input {
    border-color: red;
}

.error_input+.checkbox-custom {
    background: red;
}

.pop_lab .checkbox-label {
    margin-top: 0px;
}

.pop_lab .checkbox-custom {
    width: 43px;
}

.feedback_form_param17 {
    display: none !important;
}

.simple_form {
    max-width: 400px;
}

.s-title.s-reviews {
    margin-bottom: 20px;
    margin-top: 40px;
}

.block.reviews .reviews-item {
    display: inline-block;
    vertical-align: top;
    width: 338px;
    max-width: 100%;
    margin: 0px 20px 40px;
}

.block.reviews {
    text-align: center;
}

.reviews-item img {
    border-radius: 100px;
}

.columntwo1 {

    padding: 5px;
    display:inline-block;
    width: 18%;
    vertical-align:middle;
}
.columntwo2 {

    padding: 5px;
    width: 77%;
    display:inline-block;
    vertical-align:middle;
}
.columntwo3 {

    padding: 5px;
    width: 45%;
    display:inline-block;
    vertical-align:middle;
}

.columntwo4 {

    padding: 5px;
    width: 30%;
    display:inline-block;
    vertical-align:middle;
}

.price_line.wlprice_line1.feedback_form.words-form {
    text-align: left;
}

.price_line.wlprice_line1.feedback_form.words-form form {
    max-width: 400px;
    margin: 0 auto;
}

.tinkoffPayRow {
    width: 100% !important;
    margin: 0px !important;
    margin-bottom: 35px !important;
}

.btn_pay {
    background: -webkit-gradient(linear, left bottom, left top, from(#815dab), to(#ca8ee4));
    background: -webkit-linear-gradient(bottom, #815dab 0%, #ca8ee4 100%);
    background: linear-gradient(0deg, #815dab 0%, #ca8ee4 100%);
    -webkit-box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.3);
    box-shadow: 0 5px 40px 0 rgba(181, 96, 225, 0.3);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    animation: shadow-pulse 2s infinite;
}

#ur_pay {
    text-align: left;
    display: none;
}

#ur_pay .feedback_form {
    max-width: 400px;
    margin: 0 auto;
}
#tink_pay {
    display: none;
}

.opac {
	opacity: 0.5;
}

.wlprice_line1 input[type='submit'] {
    animation: shadow-pulse 2s infinite;
    width: 216px !important;
    padding: 30px 65px !important;
}

.modal_window_container .infofield {
    font-size: 20px;
}

.modal_window_container textarea::placeholder {
    opacity: 0.5;
}

.captcha .input-title {
    display: block;
    font-size: 13px;
}

.captcha img {
    float: left;
    margin-right: 10px;
}

.captcha a {
    color: #000;
    position: absolute;
    top: 0px;
    left: 141px;
}

.captcha {
    position: relative;
}

.captcha input {
    display: inline-block !important;
    width: auto !important;
    max-width: calc(100% - 170px);
}

@media only screen and (max-width: 767px) {
    .columntwo1,  .columntwo2,  .columntwo3,  .columntwo4{
        width: 96%;
    }
}




/* Media(Adaptive) */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1650px) {
    .mnu {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-title {
        margin-bottom: 50px;
    }
    .header {
        padding: 30px;
    }
    .mnu-item {
        margin-right: 30px;
    }
    .main {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-title {
        font-size: 38px;
    }
    .main-title-span {
        font-size: 60px;
    }
    .main-autor-specialist {
        margin-bottom: 40px;
    }
    .main-autor-img-wrapper {
        text-align: left;
    }
    .main-autor-quote {
        margin-bottom: 20px;
    }
    .tactics {
        padding-top: 0;
    }
    .statistic {
        padding-top: 350px;
    }
    .reviews-text {
        padding: 0 20px;
    }
    .footer-mnu-link {
        font-size: 13px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .header {
        padding: 30px 0;
    }
    .header-wrapper {
        display: block;
    }
    .mnu {
        margin: 30px 0;
        text-align: center;
    }
    .social {
        text-align: center;
    }
    .main {
        text-align: center;
    }
    .main-title {
        margin-top: 30px;
    }
    .main-autor-specialist {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main-autor-specialist-text {
        text-align: left;
    }
    .main-autor-quote {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .main-autor-img-wrapper {
        text-align: center;
    }
    .strategy {
        text-align: center;
    }
    .strategy-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 25px;
        text-align: left;
    }
    .tactics-item {
        padding: 25px;
    }
    .tactics-item:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .statistic {
        padding-top: 400px;
    }
    .statistic-item {
        margin-bottom: 25px;
    }
    .video-item {
        margin-bottom: 40px;
    }
    .video-item-name {
        font-size: 24px;
    }
    .video-item-box {
        background-size: cover;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        height: 350px;
    }
    .reviews {
        padding-top: 0;
    }
    .arrow-prev {
        left: 42%;
    }
    .words-form-textarea-tablet {
        display: block;
    }
    .words-form-textarea-desctop {
        /* display: none; */
    }
    .checkbox-custom {
        height: 22px;
    }
    .br {
        display: none;
    }
    .page-title {
        text-align: center;
        margin: 50px 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .main-autor-quote {
        font-size: 20px;
        padding: 20px;
    }
    .main-autor-quote:after {
        border-top: 20px solid #fff;
        border-right: 20px solid transparent;
        bottom: -18px;
        left: 40px;
    }
    .s-title {
        margin-top: -55px;
    }
    .s-title-bg {
        font-size: 60px;
    }
    .strategy {
        padding: 60px 0;
    }
    .tactics-item {
        width: 100%;
        margin-bottom: 25px;
    }
    .tactics-item-wrapper {
        display: block;
    }
    .tactics-img {
        display: none;
    }
    .statistic {
        padding-top: 30px;
    }
    .video-item {
        margin-bottom: 60px;
    }
    .video-item-name {
        font-size: 20px;
    }
    .video-item-box {
        height: 300px;
    }
    .reviews-text {
        padding: 0;
    }
    .arrow-prev {
        left: 39%;
    }
    .footer {
        text-align: center;
    }
    .footer-mnu-link {
        font-size: 15px;
    }
    .footer .social {
        margin-top: 25px;
    }
    .page-title {
        margin: 35px 0;
        font-size: 60px;
    }
    .mnu {
        display: none;
    }
    #mob_menu_opener {
        display: block;
        cursor: pointer;
        padding: 10px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        text-align: center;
    }

    #mob_menu_opener img {
        width: 16px;
        margin-right: 5px;
        vertical-align: baseline;
    }
    .modal_window_container_wrapper {
        padding: 10px;
    }

    .modal_window_container {
        width: 250px;
        margin: -210px 0 0 -125px;
    }

    .modal_window_container h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    .mnu-item {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .mnu-item:last-child {
        margin-bottom: 0;
    }
    .main-title {
        font-size: 24px;
    }
    .main-title-span {
        font-size: 38px;
    }
    .main-autor-quote {
        margin-bottom: 20px;
    }
    .request-btn {
        padding: 25px;
    }
    .request-btn:after {
        right: 62px;
    }
    .s-title {
        margin-top: -35px;
        margin-bottom: 35px;
    }
    .s-title-bg {
        font-size: 40px;
    }
    .video-item {
        text-align: center;
    }
    .video-item-box {
        height: 200px;
    }
    .arrow-prev {
        left: 33%;
    }
    .arrow-next {
        right: 54%;
    }
    .words-form-textarea {
        height: 150px;
    }
    .checkbox-custom {
        width: 50px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer-copyright {
        margin-bottom: 10px;
    }
    .totop {
        width: 50px;
        height: 50px;
        top: 0;
    }
    .totop i {
        font-size: 16px;
    }
    .page-title {
        font-size: 48px;
    }
    .workshop-item {
        padding: 30px 20px 50px;
    }
}


   .citycolumn:hover {
	  border:solid 4px #ffd006;
	  cursor:pointer;
	  }